CLJun 29

Regime-Aware Peer Specialization for Robust RAG under Heterogeneous Knowledge Conflicts

arXiv:2606.3051822.2
Predicted impact top 14% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using RAG systems, this method robustly handles diverse retrieval conflicts without requiring regime labels at inference, addressing a key fragility in current RAG pipelines.

RAPS-DA improves RAG robustness under heterogeneous knowledge conflicts by training regime-specific peer specialists and a dual-layer token selector, outperforming all baselines on five conflict scenarios and two out-of-distribution benchmarks.

Retrieval-augmented generation (RAG) improves language models by grounding generation in external context. However, it can be fragile when the retrieved context conflicts with the model's parametric knowledge. Such conflicts span a reliability spectrum, ranging from reliable and partially reliable evidence to adversarial context. Existing remedies often handle such heterogeneous conflicts with regime-agnostic supervision, which can conflate incompatible learning signals across reliability regimes. To disentangle these signals, we propose RAPS-DA, a regime-aware peer specialization framework that addresses conflict at two complementary granularities. At the sample level, conflicts are divided into three regimes, including Grounding, Arbitration, and Resistance, with one same-scale peer specialist trained per regime from a shared base model. Each sample is then hard-routed to its regime-matched peer for on-policy reverse-KL supervision. At the token level, a dual-layer selector uses inter-teacher disagreement, student-teacher divergence, and student entropy to filter uninformative or unstable tokens, upweight confidently misaligned ones, and gradually focus supervision on high-conflict tokens as the student matures. Gains stem from specialization at a fixed model scale, not from a stronger teacher, and the peer specialists exist only during training, so the deployed student requires no regime labels or peer access. Experiments on five conflict scenarios and two out-of-distribution benchmarks show RAPS-DA surpasses all prompting, decoding, fine-tuning, RL, and single-teacher baselines.

Foundations

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

Your Notes