TL;DR
ArbGraph introduces a conflict-aware evidence arbitration framework that improves the factual accuracy and reliability of long-form retrieval-augmented generation by explicitly resolving conflicting evidence before generation.
Contribution
It proposes a novel pre-generation evidence arbitration method that decomposes documents into claims, organizes them into a conflict graph, and propagates credibility signals to enhance factual consistency.
Findings
Improves factual recall and reduces hallucinations in long-form RAG.
Enhances robustness against conflicting or ambiguous evidence.
Consistently outperforms baselines on LongFact and RAGChecker benchmarks.
Abstract
Retrieval-augmented generation (RAG) remains unreliable in long-form settings, where retrieved evidence is noisy or contradictory, making it difficult for RAG pipelines to maintain factual consistency. Existing approaches focus on retrieval expansion or verification during generation, leaving conflict resolution entangled with generation. To address this limitation, we propose ArbGraph, a framework for pre-generation evidence arbitration in long-form RAG that explicitly resolves factual conflicts. ArbGraph decomposes retrieved documents into atomic claims and organizes them into a conflict-aware evidence graph with explicit support and contradiction relations. On top of this graph, we introduce an intensity-driven iterative arbitration mechanism that propagates credibility signals through evidence interactions, enabling the system to suppress unreliable and inconsistent claims before…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
