paper-with-me

Papers

Atomic Fact Decomposition Helps Attributed Question Answering

2024-10-22 · Zhichao Yan, Jiapu Wang, Jiaoyan Chen, XiaoLi Li, Ru Li, Jeff Z. Pan

Attributed Question Answering (AQA) aims to provide both a trustworthy answer and a reliable attribution report for a given question. Retrieval is a widely adopted approach, including two general paradigms: Retrieval-Then-Read (RTR) and post-hoc retrieval. Recently, Large Language Models (LLMs) have shown remarkable proficiency, prompting growing interest in AQA among researchers. However, RTR-based AQA often suffers from irrelevant knowledge and rapidly changing information, even when LLMs are adopted, while post-hoc retrieval-based AQA struggles with comprehending long-form answers with complex logic, and precisely identifying the content needing revision and preserving the original intent. To tackle these problems, this paper proposes an Atomic fact decomposition-based Retrieval and Editing (ARE) framework, which decomposes the generated long-form answers into molecular clauses and atomic facts by the instruction-tuned LLMs. Notably, the instruction-tuned LLMs are fine-tuned using a well-constructed dataset, generated from large scale Knowledge Graphs (KGs). This process involves extracting one-hop neighbors from a given set of entities and transforming the result into coherent long-form text. Subsequently, ARE leverages a search engine to retrieve evidences related to atomic facts, inputting these evidences into an LLM-based verifier to determine whether the facts require expansion for re-retrieval or editing. Furthermore, the edited facts are backtracked into the original answer, with evidence aggregated based on the relationship between molecular clauses and atomic facts. Extensive evaluations demonstrate the superior performance of our proposed method over the state-of-the-arts on several datasets, with an additionally proposed new metric $Attr_{p}$ for evaluating the precision of evidence attribution.

📄 PDF Abstract BibTeX arXiv:2410.16708

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsQuestion AnsweringRetrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Decomposing and Revising What Language Models Generate

2025-08-31 · Zhichao Yan, Jiaoyan Chen, Jiapu Wang, Xiaoli Li 외 arxiv

Attribution is crucial in question answering (QA) with Large Language Models (LLMs).SOTA question decomposition-based approaches use long form answers to generate questions for retrieving related documents. However, the …

Question Answering

A Claim Decomposition Benchmark for Long-form Answer Verification

2024-10-16 · Zhihao Zhang, Yixing Fan, Ruqing Zhang, Jiafeng Guo

The advancement of LLMs has significantly boosted the performance of complex long-form question answering tasks. However, one prominent issue of LLMs is the generated "hallucination" responses that are not factual. Conse…

FormHallucinationLong Form Question AnsweringQuestion Answering

Context-Efficient Retrieval with Factual Decomposition

2025-03-25 · Yanhong Li, David Yunis, David Mcallester, Jiawei Zhou

There has recently been considerable interest in incorporating information retrieval into large language models (LLMs). Retrieval from a dynamically expanding external corpus of text allows a model to incorporate current…

FormInformation RetrievalQuestion AnsweringRetrieval

Enhancing Post-Hoc Attributions in Long Document Comprehension via Coarse Grained Answer Decomposition

2024-09-25 · Pritika Ramu, Koustava Goswami, Apoorv Saxena, Balaji Vasan Srinivasan

Accurately attributing answer text to its source document is crucial for developing a reliable question-answering system. However, attribution for long documents remains largely unexplored. Post-hoc attribution systems a…

In-Context LearningQuestion Answering

DecMetrics: Structured Claim Decomposition Scoring for Factually Consistent LLM Outputs

2025-08-31 · Minghui Huang arxiv

Claim decomposition plays a crucial role in the fact-checking process by breaking down complex claims into simpler atomic components and identifying their unfactual elements. Despite its importance, current research prim…