Unraveling and Mitigating Retriever Inconsistencies in Retrieval-Augmented Large Language Models
Mingda Li, Xinyu Li, Yifan Chen, Wenfeng Xuan, Weinan Zhang
TL;DR
The paper addresses why Retrieval-Augmented LLMs show inconsistent, example-level performance across retriever choices. It introduces a theoretical error decomposition into $E_r$, $E_h$, $E_e$, and $E_{luck}$, and demonstrates that both knowledge-source differences and unpredictable reader degeneration drive this instability. To mitigate it, the authors propose Ensemble of Retrievers (EoR), a trainable, voting-based framework that samples from multiple retrievers and uses similarity-based scoring to select the best answer without retraining the LLMs. Empirical results on open-domain QA across multiple datasets and base models show that EoR reduces inconsistent behaviors (lower MRLR) and improves corpus-level accuracy compared with single-retriever RALMs. This framework offers a practical, model-agnostic approach to bolstering the robustness and reliability of retrieval-augmented systems in real-world deployments.
Abstract
Although Retrieval-Augmented Large Language Models (RALMs) demonstrate their superiority in terms of factuality, they do not consistently outperform the original retrieval-free Language Models (LMs). Our experiments reveal that this example-level performance inconsistency exists not only between retrieval-augmented and retrieval-free LM but also among different retrievers. To understand this phenomenon, we investigate the degeneration behavior of RALMs and theoretically decompose it into four categories. Further analysis based on our decomposition reveals that the innate difference in knowledge sources and the unpredictable degeneration of the reader model contribute most to the inconsistency. Drawing from our analysis, we introduce Ensemble of Retrievers (EoR), a trainable framework that can adaptively retrieve from different knowledge sources and effectively decrease unpredictable reader errors. Our experiments on Open Domain Question Answering show that EoR substantially improves performance over the RALM with a single retriever by considerably reducing inconsistent behaviors.
