Rethinking the Reranker: Boundary-Aware Evidence Selection for Robust Retrieval-Augmented Generation
Abstract
Lay Summary
AI chatbots that answer factual questions—like "Who founded this company?" or "When did this event happen?"—often look up relevant text from a large collection of documents before generating an answer. This setup, however, is surprisingly fragile: even when the right information is among the documents the AI retrieves, it often gives a wrong or made-up answer, especially when the documents are noisy or only partially relevant. We trace this problem to how the documents are chosen. Existing systems pick documents that look most relevant to the question, which sounds reasonable but has two hidden flaws: easy documents that nearly state the answer let the AI take shortcuts instead of actually reasoning, while incomplete documents leave it unable to answer at all. In both cases, the AI never learns to handle the messy, in-between cases it encounters in the real world. Our method, BAR-RAG, instead deliberately trains the AI on documents that are challenging but solvable—neither too easy nor impossible—so it learns to reason through difficult evidence. As a result, it answers factual questions more accurately and reliably, even when the documents it retrieves are imperfect.