CLAug 31, 2025

Decomposing and Revising What Language Models Generate

arXiv:2509.00765v13 citationsh-index: 21ECAI
Originality Incremental advance
AI Analysis

This addresses the issue of factual loss and evidence aggregation in attributed QA for users relying on LLMs, representing a strong incremental improvement over existing approaches.

The paper tackled the problem of irrelevant and incomplete question generation in attribution for question answering with large language models, proposing FIDES, a fact decomposition-based framework that improved average performance by over 14% on six datasets compared to state-of-the-art methods.

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 generated questions are often irrelevant and incomplete, resulting in a loss of facts in retrieval.These approaches also fail to aggregate evidence snippets from different documents and paragraphs. To tackle these problems, we propose a new fact decomposition-based framework called FIDES (\textit{faithful context enhanced fact decomposition and evidence aggregation}) for attributed QA. FIDES uses a contextually enhanced two-stage faithful decomposition method to decompose long form answers into sub-facts, which are then used by a retriever to retrieve related evidence snippets. If the retrieved evidence snippets conflict with the related sub-facts, such sub-facts will be revised accordingly. Finally, the evidence snippets are aggregated according to the original sentences.Extensive evaluation has been conducted with six datasets, with an additionally proposed new metric called $Attr_{auto-P}$ for evaluating the evidence precision. FIDES outperforms the SOTA methods by over 14\% in average with GPT-3.5-turbo, Gemini and Llama 70B series.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes