arXiv:2604.04359cs.CLcs.AI2026-04

用文档自动生成可解释的知识图谱,提升长文档问答的准确性和效率

GROUNDEDKG-RAG: Grounded Knowledge Graph Index for Long-document Question Answering

论文配图:GROUNDEDKG-RAG: Grounded Knowledge Graph Index for Long-document Question Answering
图 1 · 摘自论文原文
  • 从原文提取实体与动作构建带时间/语义关系的可落地知识图谱
  • 在NarrativeQA上达到顶尖模型水平,但成本更低且无幻觉
  • 图谱可读性强,便于人工审计和错误分析

检索增强生成(RAG)系统因能提升生成质量并减少上下文长度需求,已被广泛应用于现代大语言模型。本文聚焦于长文档问答场景,针对现有方法过度依赖大模型描述导致资源消耗高、层级重复内容多、缺乏文本依据易产生幻觉等问题,提出GroundedKG-RAG:一种从源文档显式提取并基于其构建的、具有真实语境锚定的知识图谱索引系统。具体地,将节点定义为实体与行为,边表示时间或语义关系,每个节点与边均对应原始句子。通过语义角色标注(SRL)与抽象意义表示(AMR)解析构建该知识图谱,并进行嵌入以支持检索。查询时对问题应用相同转换,从已落地的源文本中检索最相关句子进行回答。在NarrativeQA数据集上的实验表明,该方法性能媲美顶尖专有长上下文模型,但开销更小,且显著优于对比基线。此外,所构建的知识图谱具备良好可读性,有利于结果审核与错误分析。

原文摘要 · Abstract (English)

Retrieval-augmented generation (RAG) systems have been widely adopted in contemporary large language models (LLMs) due to their ability to improve generation quality while reducing the required input context length. In this work, we focus on RAG systems for long-document question answering. Current approaches suffer from a heavy reliance on LLM descriptions resulting in high resource consumption and latency, repetitive content across hierarchical levels, and hallucinations due to no or limited grounding in the source text. To improve both efficiency and factual accuracy through grounding, we propose GroundedKG-RAG, a RAG system in which the knowledge graph is explicitly extracted from and grounded in the source document. Specifically, we define nodes in GroundedKG as entities and actions, and edges as temporal or semantic relations, with each node and edge grounded in the original sentences. We construct GroundedKG from semantic role labeling (SRL) and abstract meaning representation (AMR) parses and then embed it for retrieval. During querying, we apply the same transformation to the query and retrieve the most relevant sentences from the grounded source text for question answering. We evaluate GroundedKG-RAG on examples from the NarrativeQA dataset and find that it performs on par with a state-of-the art proprietary long-context model at smaller cost and outperforms a competitive baseline. Additionally, our GroundedKG is interpretable and readable by humans, facilitating auditing of results and error analysis.

知识图谱RAG长文档问答

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。