CLApr 12

Self-Correcting RAG: Enhancing Faithfulness via MMKP Context Selection and NLI-Guided MCTS

arXiv:2604.1073492.49 citationsh-index: 2Has Code
Predicted impact top 23% in CL · last 90 daysOriginality Highly original
AI Analysis

For practitioners of complex reasoning tasks, this work addresses low context utilization and hallucinations in RAG, offering a unified framework with measurable improvements over existing methods.

Self-Correcting RAG improves reasoning accuracy and reduces hallucinations in retrieval-augmented generation by formalizing context selection as a multi-dimensional multiple-choice knapsack problem and using NLI-guided Monte Carlo Tree Search for faithful answer generation, outperforming strong baselines on six multi-hop QA and fact-checking datasets.

Retrieval-augmented generation (RAG) substantially extends the knowledge boundary of large language models. However, it still faces two major challenges when handling complex reasoning tasks: low context utilization and frequent hallucinations. To address these issues, we propose Self-Correcting RAG, a unified framework that reformulates retrieval and generation as constrained optimization and path planning. On the input side, we move beyond traditional greedy retrieval and, for the first time, formalize context selection as a multi-dimensional multiple-choice knapsack problem (MMKP), thereby maximizing information density and removing redundancy under a strict token budget. On the output side, we introduce a natural language inference (NLI)-guided Monte Carlo Tree Search (MCTS) mechanism, which leverages test-time compute to dynamically explore reasoning trajectories and validate the faithfulness of generated answers. Experiments on six multi-hop question answering and fact-checking datasets demonstrate that our method significantly improves reasoning accuracy on complex queries while effectively reducing hallucinations, outperforming strong existing baselines.Our code is available at https://github.com/xjiacs/Self-Correcting-RAG .

Foundations

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

Your Notes