Papers › ScholarSum: Student-Teacher Abstractive Summarization via Knowledge Graph Reasoning...

ScholarSum: Student-Teacher Abstractive Summarization via Knowledge Graph Reasoning and Reflective Refinement

17 Jun 2026arXiv:2606.18850added by Syntology

Bohou Zhang, Xiaoyu Tao, Mingyue Cheng, Huijie Liu, Qi Liu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.18850")

Code

Syntology Ran 31 of 40 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · violated contract; 15 ran · our draft was wrong; 12 ran with no contract checked.

By repository: found in paper text by Syntology: 40 samples from 1 repository, 31 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Xiaoyu-Tao/ScholarSum found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

40 samples harvested; 31 ran; 1 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · violated contract
15ran · our draft was wrong
12ran
9unverified

Licence: 0 of the 40 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Xiaoyu-Tao/ScholarSum. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

KGChunk Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 2028f8749b9ea5a3 · report
KGCommunity Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 9442043513ec9c8c · report
KGEntity Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · c73ef73fc2219acc · report
KGRelation Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 789ea9b770b81afa · report
ModelSettings Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 73fa90a0662165cb · report
OpenAICompatClient Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran MIT (permissive) · fe13037e86b3229e · report
PaperSumResult Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 051462288a4de6bf · report
ReferenceAbstract Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · b0124ce1aaa01894 · report
ReferenceCorpusRecord Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 4763d6d70082d3a2 · report
ReferenceIndexPaths Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 8620b947dc33b942 · report
StudentOutput Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · ed2130a29205de92 · report
TeacherDecision Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 62c79fa06bc19419 · report
_build_messages Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · c0533a29bc611155 · report
_cosine_similarity Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 955732112dddaec2 · report
_dedupe_preserve_order Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 8341fc450f8ed6c7 · report
_normalize_name Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 64a52cf00420c447 · report
_normalize_rows Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 9c9fdc4cf37fedc9 · report
_normalize_vector Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 8ef8c2da45a71ea0 · report
_parse_dotenv_value Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · e859e690868e6c9d · report
_ratio_tag Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 6f2d43ed53287c21 · report
_safe_json_loads Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 87980d14c3662951 · report
extract_final_answer Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 6d46a27345390734 · report
extract_improvement_suggestions Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 4f724b76ace37d5e · report
iter_reference_mappings Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 3aba9c10b9d46438 · report
load_reference_records Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 56c191699c1f0f40 · report
normalize_reference_text Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · f5c7e2e56bbb9090 · report
parse_precision_score Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 06d6d6889d1c5e3c · report
sample_reference_records Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 76bea012dd0cffa4 · report
split_indices Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 95f3f0f1b54ce2be · report
split_reference_records Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 9758b80ff2151b82 · report
truncate_text Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 262515fb6a504a33 · report
KGReasoningAdapter Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology unverified MIT (permissive) · 4189e7f4dfed36de · report
LightweightKGEngine Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology unverified MIT (permissive) · 65c0db201b0bf655 · report
PaperSumPipeline Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology unverified MIT (permissive) · 9542d0c33f815bcf · report
PaperSumSettings Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology unverified MIT (permissive) · bc600419c220c6e7 · report
ReferenceRetriever Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology unverified MIT (permissive) · c26c621b2333e90c · report
StudentModule Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology unverified MIT (permissive) · 55476bf50648d4dc · report
TeacherModule Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology unverified MIT (permissive) · ae3af80bd1fd04d1 · report
_first_env Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology unverified MIT (permissive) · 3ac78e7d45289d0b · report
_load_dotenv Xiaoyu-Tao/ScholarSum/src/papersum/pipeline.py found in paper text by Syntology unverified MIT (permissive) · 75c1ba75133875a9 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.18850, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections