paper-with-me

Papers

Trust or Abstain? A Self-Aware RAG Approach

2026-05-11 · Xi Zhu, Ziqi Wang, Kai Mei, Wujiang Xu, Minghao Guo, Bangji Yang, Jiajun Fan, Dimitris N. Metaxas arxiv

Retrieval-augmented generation (RAG) improves large language models (LLMs) by incorporating external evidence, but it also introduces knowledge conflicts when retrieved contextual knowledge (CK) and parametric knowledge (PK) disagree or are both unreliable. Existing approaches mainly coordinate which source to use, without explicitly asking whether each answer path is correct. We argue that faithful RAG requires LLM self-awareness, namely the ability to recognize the limits of its own knowledge and reasoning. To ground this problem, we construct a model-specific, ground-truth-aligned knowledge-conflict benchmark by evaluating LLM backbones on PK-only and CK-conditioned answer paths over approximately 69K query-context instances per backbone, drawn from five conflict-QA datasets. We then introduce SABER, a Self-Aware Belief Estimator for RAG that requires no LLM fine-tuning. SABER combines a self-prior with PK-side and CK-side conditional reasoning representations from multi-trace inference, then estimates reliability beliefs with two lightweight predictors to drive a 4-cell decision over trust PK, trust CK, trust either, or abstain. Across four LLM backbones, SABER improves end-to-end accuracy and conflict-specific faithfulness over ten inference-time and fine-tuning baselines, with the largest gains on conflict-heavy datasets. Under abstention, SABER's risk-coverage curve Pareto-dominates every prompt-based abstainer, providing a tunable balance between coverage and answer risk. Our code is available at https://github.com/xizhu1022/SABER.

📄 PDF Abstract BibTeX arXiv:2605.18792

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Abstain-R1: Calibrated Abstention and Post-Refusal Clarification via Verifiable RL

2026-04-18 · Skylar Zhai, Jingcheng Liang, Dongyeop Kang arxiv

Reinforcement fine-tuning improves the reasoning ability of large language models, but it can also encourage them to answer unanswerable queries by guessing or hallucinating missing information. Existing abstention metho…

Knowing When to Abstain: Medical LLMs Under Clinical Uncertainty

2026-01-18 · Sravanthi Machcha, Sushrita Yerra, Sahil Gupta, Aishwarya Sahoo 외 arxiv

Current evaluation of large language models (LLMs) overwhelmingly prioritizes accuracy; however, in real-world and safety-critical applications, the ability to abstain when uncertain is equally vital for trustworthy depl…

Question Answering

An Explainable Agentic AI Framework for Uncertainty-Aware and Abstention-Enabled Acute Ischemic Stroke Imaging Decisions

2026-01-03 · Md Rashadul Islam arxiv

Artificial intelligence models have shown strong potential in acute ischemic stroke imaging, particularly for lesion detection and segmentation using computed tomography and magnetic resonance imaging. However, most exis…

Honesty over Accuracy: Trustworthy Language Models through Reinforced Hesitation

2025-11-14 · Mohamad Amin Mohamadi, Tianhao Wang, Zhiyuan Li arxiv

Modern language models fail a fundamental requirement of trustworthy intelligence: knowing when not to answer. Despite achieving impressive accuracy on benchmarks, these models produce confident hallucinations, even when…

Reinforcement Learning

Don't lie to your friends: Learning what you know from collaborative self-play

2025-03-18 · Jacob Eisenstein, Reza Aghajani, Adam Fisch, Dheeru Dua 외

To be helpful assistants, AI agents must be aware of their own capabilities and limitations. This includes knowing when to answer from parametric knowledge versus using tools, when to trust tool outputs, and when to abst…