paper-with-me

홈 › Papers

Graph-based Multi-hop Reasoning for Long Text Generation

2020-09-28 · Liang Zhao, Jingjing Xu, Junyang Lin, Yichang Zhang, Hongxia Yang, Xu sun

Long text generation is an important but challenging task.The main problem lies in learning sentence-level semantic dependencies which traditional generative models often suffer from. To address this problem, we propose a Multi-hop Reasoning Generation (MRG) approach that incorporates multi-hop reasoning over a knowledge graph to learn semantic dependencies among sentences. MRG consists of twoparts, a graph-based multi-hop reasoning module and a path-aware sentence realization module. The reasoning module is responsible for searching skeleton paths from a knowledge graph to imitate the imagination process in the human writing for semantic transfer. Based on the inferred paths, the sentence realization module then generates a complete sentence. Unlike previous black-box models, MRG explicitly infers the skeleton path, which provides explanatory views tounderstand how the proposed model works. We conduct experiments on three representative tasks, including story generation, review generation, and product description generation. Automatic and manual evaluation show that our proposed method can generate more informative and coherentlong text than strong baselines, such as pre-trained models(e.g. GPT-2) and knowledge-enhanced models.

📄 PDF Abstract BibTeX arXiv:2009.13282

Code (0)

등록된 구현이 없습니다.

Tasks

Review GenerationSentenceStory GenerationText Generation

Similar Papers 제목 키워드 기반

Knowledge Aware Conversation Generation with Explainable Reasoning over Augmented Graphs

2019-03-25 · IJCNLP 2019 11 · Zhibin Liu, Zheng-Yu Niu, Hua Wu, Haifeng Wang

Two types of knowledge, triples from knowledge graphs and texts from documents, have been studied for knowledge aware open-domain conversation generation, in which graph paths can narrow down vertex candidates for knowle…

Knowledge GraphsMachine Reading ComprehensionReading ComprehensionResponse Generation

Vgent: Graph-based Retrieval-Reasoning-Augmented Generation For Long Video Understanding

2025-10-15 · Xiaoqian Shen, Wenxuan Zhang, Jun Chen, Mohamed Elhoseiny arxiv

Understanding and reasoning over long videos pose significant challenges for large video language models (LVLMs) due to the difficulty in processing intensive video tokens beyond context window and retaining long-term se…

Query-Centric Graph Retrieval Augmented Generation

2025-09-25 · Yaxiong Wu, Jianyuan Bo, Yongyue Zhang, Sheng Liang 외 arxiv

Graph-based retrieval-augmented generation (RAG) enriches large language models (LLMs) with external knowledge for long-context understanding and multi-hop reasoning, but existing methods face a granularity dilemma: fine…

Long-Context UnderstandingQuestion Answering

MAGMA: A Multi-Graph based Agentic Memory Architecture for AI Agents

2026-01-06 · Dongming Jiang, Yi Li, Guanpeng Li, Bingzhe Li arxiv

Memory-Augmented Generation (MAG) extends Large Language Models with external memory to support long-context reasoning, but existing approaches largely rely on semantic similarity over monolithic memory stores, entanglin…

Semantic Similarity

MegaRAG: Multimodal Knowledge Graph-Based Retrieval Augmented Generation

2025-11-26 · Chi-Hsiang Hsiao, Yi-Cheng Wang, Tzung-Sheng Lin, Yi-Ren Yeh 외 arxiv

Retrieval-augmented generation (RAG) enables large language models (LLMs) to dynamically access external information, which is powerful for answering questions over previously unseen documents. Nonetheless, they struggle…

Question AnsweringAnswer GenerationKnowledge Graphs