Search papers, labs, and topics across Lattice.
This paper introduces DeepWeaver, a novel framework designed to enhance the evidence synthesis process in open-ended question answering by organizing retrieved evidence into comprehensive, well-cited responses. By utilizing Thought Block Chains (TBCs) to structure claims and supporting evidence, DeepWeaver effectively addresses the limitations of traditional retrieve-then-generate pipelines, which often produce shallow summaries and misaligned citations. Evaluation results demonstrate that DeepWeaver significantly improves content sufficiency, citation grounding, and detail preservation across multiple large language models (LLMs), highlighting its effectiveness in bridging the evidence synthesis gap.
DeepWeaver transforms the way LLMs synthesize evidence, leading to answers that are not only more comprehensive but also better grounded in citations.
Retrieve-then-generate pipelines are commonly used to produce deep-research answers for open-ended questions, but retrieval alone is insufficient: LLMs must organize noisy and fragmented evidence into comprehensive, well-cited answers. We refer to this process as evidence synthesis. However, direct generation often underuses evidence, misaligns citations, and collapses diverse information into shallow summaries, exposing an evidence synthesis gap between retrieval and generation. Thus, we propose DeepWeaver, a novel framework that weaves noisy retrieved evidence into comprehensive answers by maintaining Thought Block Chains (TBCs), a structured representation that groups claims, salient information, keywords, and supporting evidence. DeepWeaver uses subordinate TBCs to inspect residual evidence, commit TBC revisions, and discover new claims before final generation. We evaluate DeepWeaver on open-ended QA over both knowledge bases and the web, and introduce LoQA, a high-density benchmark for evidence synthesis. Across multiple LLMs, DeepWeaver improves content sufficiency, citation grounding, and detail preservation on LoQA, while achieving deeper insights and higher citation quality on DeepResearch Bench. These results show that evidence weaving is an effective mechanism for bridging retrieval and generation in open-ended QA. Our code is available at https://github.com/KlozeWang/DeepWeaver.