Mind map is an important way to visualize and organize information. Some research shows that organizing information into mind map helps with understanding about relationship between concepts.
COEUS is an automatic mind map generation using pipeline of machine learning, data science, and classic techniques to extract information from text. Input to the algorithm can separate into two types, semi-structured and unstructured article. The semi-structured article is Wikipedia article fetched from the Wikipedia API. It includes broad structure in the response, so the pipeline can parse that structure and use in the final mind map result. For unstructured article, it is a raw text input without any clues on structure. The pipeline will first give some structure to the input and apply the rest of the pipeline same as semi-structured article. The mind map result does generally better with semi-structured input than unstructured input.