English

Open-Source Reproduction and Explainability Analysis of Corrective Retrieval Augmented Generation

Information Retrieval 2026-03-18 v1 Artificial Intelligence Computation and Language

Abstract

Corrective Retrieval Augmented Generation (CRAG) improves the robustness of RAG systems by evaluating retrieved document quality and triggering corrective actions. However, the original implementation relies on proprietary components including the Google Search API and closed model weights, limiting reproducibility. In this work, we present a fully open-source reproduction of CRAG, replacing proprietary web search with the Wikipedia API and the original LLaMA-2 generator with Phi-3-mini-4k-instruct. We evaluate on PopQA and ARC-Challenge, demonstrating that our open-source pipeline achieves comparable performance to the original system. Furthermore, we contribute the first explainability analysis of CRAG's T5-based retrieval evaluator using SHAP, revealing that the evaluator primarily relies on named entity alignment rather than semantic similarity. Our analysis identifies key failure modes including domain transfer limitations on science questions. All code and results are available at https://github.com/suryayalavarthi/crag-reproduction.

Keywords

Cite

@article{arxiv.2603.16169,
  title  = {Open-Source Reproduction and Explainability Analysis of Corrective Retrieval Augmented Generation},
  author = {Surya Vardhan Yalavarthi},
  journal= {arXiv preprint arXiv:2603.16169},
  year   = {2026}
}

Comments

13 pages, 4 figures

R2 v1 2026-07-01T11:23:40.109Z