用知识图谱和师生迭代机制,让摘要既通顺又准确。
ScholarSum: Student-Teacher Abstractive Summarization via Knowledge Graph Reasoning and Reflective Refinement

- 构建分层知识图谱,捕捉文章逻辑与主题结构
- 学生生成初稿,教师逐条检查并推动重写至符合事实
- 适合需要高准确度的科研文献摘要场景
抽象式摘要在高效理解科学文献中至关重要,但需兼顾语言流畅性与事实准确性。现有方法难以平衡二者:抽取式方法依赖机械拼接,破坏整体逻辑;基于大语言模型的生成方法虽语言流畅,但事实一致性差。本文提出 ScholarSum,一种类师生迭代的分层图结构框架。先将文档拆分为语义单元,构建多层社区结构的知识图谱以表征全局逻辑与宏观主题;学生基于此生成初稿,再通过细粒度证据检索进行精炼;教师角色则迭代审查,识别无依据内容,触发针对性重检索与重写,直至满足严格质量标准。大量实验表明,ScholarSum 在完整性和事实一致性上显著优于基线方法。代码已开源:https://github.com/Xiaoyu-Tao/ScholarSum。
原文摘要 · Abstract (English)
Abstractive summarization plays a crucial role in enabling efficient understanding of scientific literature, yet it inherently demands both linguistic fluency and factual faithfulness. Existing approaches often fail to reconcile these two requirements. Extractive methods rely on rigid sentence splicing that disrupts macro-level logical coherence, while large language model (LLM)-based generative approaches, despite mastering linguistic fluency, exhibit limited factual consistency. In this work, we propose ScholarSum, a hierarchical reflective graph-based framework that emulates a student-teacher writing process for fluent and faithful scientific summarization. ScholarSum first organizes the document into a hierarchical knowledge graph by segmenting it into semantically coherent units, whose multi-layered community structure captures global logic and macro-level themes. Guided by this global structure, the student generates an initial draft, which is subsequently refined through fine-grained evidence retrieval. To ensure factual consistency, a teacher-like reviewer then iteratively examines the draft, identifies unsupported content, and prompts targeted re-retrieval and rewriting until the summary meets rigorous quality standards. Extensive experiments demonstrate that ScholarSum significantly outperforms previous baselines in terms of both completeness and faithfulness. Our code is available at https://github.com/Xiaoyu-Tao/ScholarSum.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。