paper-with-me

홈 › Papers

Efficient Mind-Map Generation via Sequence-to-Graph and Reinforced Graph Refinement

2021-09-06 · EMNLP 2021 11 · Mengting Hu, Honglei Guo, Shiwan Zhao, Hang Gao, Zhong Su

A mind-map is a diagram that represents the central concept and key ideas in a hierarchical way. Converting plain text into a mind-map will reveal its key semantic structure and be easier to understand. Given a document, the existing automatic mind-map generation method extracts the relationships of every sentence pair to generate the directed semantic graph for this document. The computation complexity increases exponentially with the length of the document. Moreover, it is difficult to capture the overall semantics. To deal with the above challenges, we propose an efficient mind-map generation network that converts a document into a graph via sequence-to-graph. To guarantee a meaningful mind-map, we design a graph refinement module to adjust the relation graph in a reinforcement learning manner. Extensive experimental results demonstrate that the proposed approach is more effective and efficient than the existing methods. The inference time is reduced by thousands of times compared with the existing methods. The case studies verify that the generated mind-maps better reveal the underlying semantic structures of the document.

📄 PDF Abstract BibTeX arXiv:2109.02457

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

Coreference Graph Guidance for Mind-Map Generation

2023-12-19 · Zhuowei Zhang, Mengting Hu, Yinhao Bai, Zhen Zhang

Mind-map generation aims to process a document into a hierarchical structure to show its central idea and branches. Such a manner is more conducive to understanding the logic and semantics of the document than plain text…

Contrastive Learning

FLOWGEN: Fast and slow graph generation

2022-07-15 · Aman Madaan, Yiming Yang

Machine learning systems typically apply the same model to both easy and tough cases. This is in stark contrast with humans, who tend to evoke either fast (instinctive) or slow (analytical) thinking depending on the prob…

Graph Generation

GraphMind: Interactive Novelty Assessment System for Accelerating Scientific Discovery

2025-10-17 · Italo Luis da Silva, Hanqi Yan, Lin Gui, Yulan He arxiv

Large Language Models (LLMs) show strong reasoning and text generation capabilities, prompting their use in scientific literature analysis, including novelty assessment. While evaluating novelty of scientific papers is c…

Information RetrievalText Generation

GraphMind: Theorem Selection and Conclusion Generation Framework with Dynamic GNN for LLM Reasoning

2025-11-24 · Yutong Li, Yitian Zhou, Xudong Wang, GuoChen 외 arxiv

Large language models (LLMs) have demonstrated impressive capabilities in natural language understanding and generation, including multi-step reasoning such as mathematical proving. However, existing approaches often lac…

Natural Language UnderstandingGraph Neural Network

Reinforced Structured State-Evolution for Vision-Language Navigation

2022-04-20 · CVPR 2022 1 · Jinyu Chen, Chen Gao, Erli Meng, Qiong Zhang 외

Vision-and-language Navigation (VLN) task requires an embodied agent to navigate to a remote location following a natural language instruction. Previous methods usually adopt a sequence model (e.g., Transformer and LSTM)…

NavigateVision and Language NavigationVision-Language Navigation