The reviewed record of science sign in
Pith

arxiv: 2505.21870 · v1 · pith:FKZ2WVLW · submitted 2025-05-28 · cs.CL · cs.AI

Evaluating the Retrieval Robustness of Large Language Models

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:FKZ2WVLWrecord.jsonopen to challenge →

classification cs.CL cs.AI
keywords robustnessllmsretrievalretrievedwhetherabilityalwaysbetter
0
0 comments X
read the original abstract

Retrieval-augmented generation (RAG) generally enhances large language models' (LLMs) ability to solve knowledge-intensive tasks. But RAG may also lead to performance degradation due to imperfect retrieval and the model's limited ability to leverage retrieved content. In this work, we evaluate the robustness of LLMs in practical RAG setups (henceforth retrieval robustness). We focus on three research questions: (1) whether RAG is always better than non-RAG; (2) whether more retrieved documents always lead to better performance; (3) and whether document orders impact results. To facilitate this study, we establish a benchmark of 1500 open-domain questions, each with retrieved documents from Wikipedia. We introduce three robustness metrics, each corresponds to one research question. Our comprehensive experiments, involving 11 LLMs and 3 prompting strategies, reveal that all of these LLMs exhibit surprisingly high retrieval robustness; nonetheless, different degrees of imperfect robustness hinders them from fully utilizing the benefits of RAG.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Lost in the Evidence? Reproducing Document Position and Context Size Effects in RAG

    cs.IR 2026-05 unverdicted novelty 5.0

    Reproducibility study shows position and context size effects in RAG depend on topic sampling and retrieval quality, proposes calibration for stable trends, and releases code after finding discrepancies with prior ind...

  2. Retrieval Augmented Generation Framework for the Nepali Legal Domain Question Answering

    cs.CL 2026-04 conditional novelty 4.0

    A RAG pipeline using BM25 retrieval and GPT-o3 generation achieves 91% Precision@1 and 85% truthfulness for Nepali legal question answering on a curated 100-query benchmark.