Papers › Evidence-Focused Fact Summarization for Knowledge-Augmented Zero-Shot Question Answering

Evidence-Focused Fact Summarization for Knowledge-Augmented Zero-Shot Question Answering

5 Mar 2024arXiv:2403.02966archive 2025-07-28

Sungho Ko, Hyunjin Cho, Hyungjoo Chae, Jinyoung Yeo, Dongha Lee

Recent studies have investigated utilizing Knowledge Graphs (KGs) to enhance Quesetion Answering (QA) performance of Large Language Models (LLMs), yet structured KG verbalization remains challengin. Existing methods, such as triple-form or free-form textual conversion of triple-form facts, encounter several issues. These include reduced evidence density due to duplicated entities or relationships, and reduced evidence clarity due to an inability to emphasize crucial evidence. To address these issues, we propose EFSum, an Evidence-focused Fact Summarization framework for enhanced QA with knowledge-augmented LLMs. We optimize an open-source LLM as a fact summarizer through distillation and preference alignment. Our extensive experiments show that EFSum improves LLM's zero-shot QA performance, and it is possible to ensure both the helpfulness and faithfulness of the summary.

PaperPDFCodeCode 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="2403.02966")

Code

Syntology Ran 8 of 16 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 8 ran with no contract checked.

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

anon809/efsum officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

16 samples harvested; 8 ran; 0 honoured the contract we drafted; 8 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.

8ran
8unverified

Licence: 16 of the 16 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 kk13332488/EFSum. “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.

KAPING kk13332488/EFSum/summary/clear_verbalized_facts.py found in paper text by Syntology ran no licence file found · pointer only · c0d6b78a4d8beaa9 · report
check kk13332488/EFSum/inference/clear_inference.py found in paper text by Syntology ran no licence file found · pointer only · 9a3a615125ef770d · report
make_prompt kk13332488/EFSum/hallucination_check/hallucination_checking.py found in paper text by Syntology ran no licence file found · pointer only · 6cd4220d01988589 · report
mintaka_template kk13332488/EFSum/inference/clear_inference.py found in paper text by Syntology ran no licence file found · pointer only · 957aae9f1f7e981a · report
popular_triples kk13332488/EFSum/summary/dense_verbalized_facts.py found in paper text by Syntology ran no licence file found · pointer only · 37f3496caff4bb9c · report
random_triples kk13332488/EFSum/summary/dense_verbalized_facts.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · c22da6812b06b659 · report
triples_tuple kk13332488/EFSum/summary/clear_verbalized_facts.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 558fdf99cd8f226d · report
webqsp_template kk13332488/EFSum/inference/clear_inference.py found in paper text by Syntology ran no licence file found · pointer only · 249ef90781ccdc1e · report
get_stack_exchange_paired kk13332488/EFSum/dpo/run_dpo.py found in paper text by Syntology unverified no licence file found · pointer only · ab921e1911e39750 · report
local_dataset kk13332488/EFSum/qlora/qlora.py found in paper text by Syntology unverified no licence file found · pointer only · 9db2c4a25ce90e3d · report
paraphrased_results kk13332488/EFSum/paraphrasing/dpo_filtering.py found in paper text by Syntology unverified no licence file found · pointer only · 3d4b50d15f1316e2 · report
return_chosen_sample kk13332488/EFSum/paraphrasing/paraphrasing.py found in paper text by Syntology unverified no licence file found · pointer only · 3172c479198f5163 · report
sft_results kk13332488/EFSum/paraphrasing/dpo_filtering.py found in paper text by Syntology unverified no licence file found · pointer only · 2ebfe7ed9d733b54 · report
sft_results kk13332488/EFSum/paraphrasing/sft_filtering.py found in paper text by Syntology unverified no licence file found · pointer only · 59bc5b12e28ce3d5 · report
trim_with_limit kk13332488/EFSum/inference/dense_inference.py found in paper text by Syntology unverified no licence file found · pointer only · 0acf8ff24e957e97 · report
webqsp_template kk13332488/EFSum/inference/dense_inference.py found in paper text by Syntology unverified no licence file found · pointer only · aacb1675a228ac12 · report

Tasks

FormKnowledge GraphsQuestion Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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