Toward Faithful and Complete Answer Construction from a Single Document
Zhaoyang Chen, Cody Fleming

TL;DR
This paper introduces EVE, a structured framework for document-grounded reasoning with large language models, significantly improving answer completeness and faithfulness by decomposing reasoning into extraction, validation, and enumeration steps.
Contribution
EVE provides a novel structured pipeline that enhances the accuracy and completeness of LLM-generated answers grounded in source documents, overcoming limitations of free-form prompting.
Findings
Recall and precision increased by up to 24 ext% and 29 ext%, respectively.
F1-score improved by 31 ext%.
Mitigates truncation and trade-offs in single-pass LLM generation.
Abstract
Modern large language models (LLMs) are powerful generators driven by statistical next-token prediction. While effective at producing fluent text, this design biases models toward high-probability continuations rather than exhaustive and faithful answers grounded in source content. As a result, directly applying LLMs lacks systematic mechanisms to ensure both completeness (avoiding omissions) and faithfulness (avoiding unsupported content), which fundamentally conflicts with core AI safety principles. To address this limitation, we present EVE, a structured framework for document-grounded reasoning. Unlike free-form prompting, EVE constrains generation to a structured, verifiable pipeline that decomposes high-rigor reasoning into extraction, validation, and enumeration. Empirically, this design enables consistent and simultaneous improvements in recall, precision, and F1-score: recall…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
