English

Resisting Contextual Interference in RAG via Parametric-Knowledge Reinforcement

Computation and Language 2026-02-26 v4 Artificial Intelligence Information Retrieval

Abstract

Retrieval-augmented generation (RAG) improves performance on knowledge-intensive tasks but can be derailed by wrong, irrelevant, or conflicting retrieved text, causing models to rely on inaccurate evidence and cascade errors. We propose Knowledgeable-R1, a reinforcement-learning framework that explicitly trains large language models to use parametric knowledge (PK) to resist contextual interference while still exploiting external context when it is reliably helpful. Knowledgeable-R1 introduces a joint sampling scheme that generates paired responses with and without retrieval, and learns both local advantages (within each decoding regime) and global advantages under the same input to quantify when to ignore misleading context versus adopt it. We employ an asymmetric advantage transformation that amplifies exploratory behaviors toward parametric knowledge. Experiments show that Knowledgeable-R1 significantly improves robustness and reasoning accuracy in knowledge conflict scenarios and general RAG scenarios, outperforming SOTA baselines by +22.89% in counterfactual scenarios, and without degradation when the retrieved context is fully accurate.Our code are available at https://github.com/lcy80366872/knowledgeable-R1.

Keywords

Cite

@article{arxiv.2506.05154,
  title  = {Resisting Contextual Interference in RAG via Parametric-Knowledge Reinforcement},
  author = {Chenyu Lin and Yilin Wen and Du Su and Hexiang Tan and Fei Sun and Muhan Chen and Chenfu Bao and Zhonghou Lyu},
  journal= {arXiv preprint arXiv:2506.05154},
  year   = {2026}
}

Comments

Accepted to ICLR 2026

R2 v1 2026-07-01T03:01:46.246Z