Automatic Realtime Mind Map Builder From Mic.
MM-demo
MM-demo is a project aimed at building a mind map of conversation in real time. The operation of MM-demo can be divided into several stages:
- Recognition of words, phrases and sentences for a certain period of time.
- Finding named entities (NE) and noun phrases (NP).
- Calculation NE and NP weights, their position weights and average weights. Bidirectional Encoder Representations from Transformers (BERT) can be used to find weights.
- Selection of the most significant entities among NE and NP.
- Calculation of the relationship coefficients (relationship matrix – Fig. 1) between all significant entities on the basis of our own d2v model.
- Selection of the root node, several second level nodes (for example, five), as well as third level nodes.
- Plotting just created graph as a mind map.
Schematically, the operation of MM-demo is shown in Fig. 2.
Fig. 1. An example of relationship matrix
Fig. 2. The operation of MM-demo