Divide-Then-Align: Honest Alignment based on the Knowledge Boundary of RAG
Xin Sun, Jianan Xie, Zhongqi Chen, Qiang Liu, Shu Wu, Yuehe Chen, Bowen Song, Weiqiang Wang, Zilei Wang, Liang Wang

TL;DR
This paper introduces Divide-Then-Align (DTA), a post-training method for RAG systems that enables models to admit uncertainty and respond with "I don't know" when queries fall outside their knowledge boundary, improving reliability.
Contribution
The paper proposes DTA, a novel post-training approach that improves RAG systems by allowing them to recognize and abstain from answering uncertain queries, enhancing trustworthiness.
Findings
DTA improves the balance between accuracy and abstention.
Experimental results show enhanced reliability on benchmark datasets.
DTA effectively identifies out-of-bound knowledge queries.
Abstract
Large language models (LLMs) augmented with retrieval systems have significantly advanced natural language processing tasks by integrating external knowledge sources, enabling more accurate and contextually rich responses. To improve the robustness of such systems against noisy retrievals, Retrieval-Augmented Fine-Tuning (RAFT) has emerged as a widely adopted method. However, RAFT conditions models to generate answers even in the absence of reliable knowledge. This behavior undermines their reliability in high-stakes domains, where acknowledging uncertainty is critical. To address this issue, we propose Divide-Then-Align (DTA), a post-training approach designed to endow RAG systems with the ability to respond with "I don't know" when the query is out of the knowledge boundary of both the retrieved passages and the model's internal knowledge. DTA divides data samples into four knowledge…
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
Taxonomy
TopicsEthics and Social Impacts of AI · Adversarial Robustness in Machine Learning · Machine Learning and Data Classification
