Papers › Rethinking the Reranker: Boundary-Aware Evidence Selection for Robust...

Rethinking the Reranker: Boundary-Aware Evidence Selection for Robust Retrieval-Augmented Generation

3 Feb 2026ICMLarXiv:2602.03689added by Syntology

Jiashuo Sun, Pengcheng Jiang, Saizhuo Wang, Jiajun Fan, Heng Wang, Siru Ouyang, Ming Zhong, Yizhu Jiao, Chengsong Huang, Xueqiang Xu, Pengrui Han, Peiran Li, Jiaxin Huang, Ge Liu, Heng Ji, Jiawei Han

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Retrieval-Augmented Generation (RAG) systems remain brittle under realistic retrieval noise, even when the required evidence appears in the top-K results. A key reason is that retrievers and rerankers optimize solely for relevance, often selecting either trivial, answer-revealing passages or evidence that lacks the critical information required to answer the question, without considering whether the evidence is suitable for the generator. We propose BAR-RAG, which reframes the reranker as a boundary-aware evidence selector that targets the generator's Goldilocks Zone -- evidence that is neither trivially easy nor fundamentally unanswerable for the generator, but is challenging yet sufficient for inference and thus provides the strongest learning signal. BAR-RAG trains the selector with reinforcement learning using generator feedback, and adopts a two-stage pipeline that fine-tunes the generator under the induced evidence distribution to mitigate the distribution mismatch between training and inference. Experiments on knowledge-intensive question answering benchmarks show that BAR-RAG consistently improves end-to-end performance under noisy retrieval, achieving an average gain of 10.3 percent over strong RAG and reranking baselines while substantially improving robustness. Code is publicly avaliable at https://github.com/GasolSun36/BAR-RAG.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.03689")

Code

Syntology Ran 24 of 26 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 6 ran · honoured contract; 13 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: found in paper text by Syntology: 26 samples from 1 repository, 24 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

GasolSun36/BAR-RAG found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 24 ran; 6 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran · honoured contract
13ran · our draft was wrong
1ran · fixture could not drive it
4ran
2unverified

Licence: 26 of the 26 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from GasolSun36/BAR-RAG. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

GeneratorRollout GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · f2a668bef88b45e3 · report
PreparedSample GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 433f1cac108e3a31 · report
SampleResult GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 6a0889d51d7f3b3e · report
SelectorRollout GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 6c2105013e64ad11 · report
build_generator_prompt_prefix GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 0616ef45c981d85c · report
build_generator_prompt_with_budget GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 09e3e7200f10e115 · report
build_selector_conversation GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · a010a2ea8a5ecf9f · report
cite_reward_peaked GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · fde56a8a1f8a1fac · report
compute_generator_reward GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · d1600919970d1d70 · report
compute_hbs_score GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · cfe808026873ade9 · report
count_tokens GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 0335852d729ef632 · report
count_unique_doc_cites_in_think GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · bdd51fcd3a78301f · report
extract_answer_tag GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · ac37ef9234f428e1 · report
extract_selector_answer GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 102728db38c7b95b · report
extract_selector_think GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 5dc60c2aea0bb519 · report
extract_think_tag GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 5457a476740b4a4f · report
format_doc_block GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 912b9a1b8d856a37 · report
format_top_n_docs GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ab9ac8a021f0a8bf · report
normalize_answer GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 85fc7d4bd5e8711a · report
parse_selector_output_to_doc_indices GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · c73169833a02a1de · report
pass_hbs_filter GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 7ee1876e2e7de116 · report
prepare_samples GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 7bc562289b188468 · report
squad_f1_score GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · f52624c81dd65473 · report
truncate_to_tokens GasolSun36/BAR-RAG/filter.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · e5bd9293acb23884 · report
VLLMClient GasolSun36/BAR-RAG/filter.py found in paper text by Syntology unverified no licence file found · pointer only · a6c1044cbe0d3f31 · report
process_batch_samples GasolSun36/BAR-RAG/filter.py found in paper text by Syntology unverified no licence file found · pointer only · 997b974a1cb1d2db · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.03689, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections