paper-with-me

Papers

On the Robustness of LLM-Based Dense Retrievers: A Systematic Analysis of Generalizability and Stability

2026-04-17 · Yongkang Li, Panagiotis Eustratiadis, Yixing Fan, Evangelos Kanoulas arxiv

Decoder-only large language models (LLMs) are increasingly replacing BERT-style architectures as the backbone for dense retrieval, achieving substantial performance gains and broad adoption. However, the robustness of these LLM-based retrievers remains underexplored. In this paper, we present the first systematic study of the robustness of state-of-the-art open-source LLM-based dense retrievers from two complementary perspectives: generalizability and stability. For generalizability, we evaluate retrieval effectiveness across four benchmarks spanning 30 datasets, using linear mixed-effects models to estimate marginal mean performance and disentangle intrinsic model capability from dataset heterogeneity. Our analysis reveals that while instruction-tuned models generally excel, those optimized for complex reasoning often suffer a ``specialization tax,'' exhibiting limited generalizability in broader contexts. For stability, we assess model resilience against both unintentional query variations~(e.g., paraphrasing, typos) and malicious adversarial attacks~(e.g., corpus poisoning). We find that LLM-based retrievers show improved robustness against typos and corpus poisoning compared to encoder-only baselines, yet remain vulnerable to semantic perturbations like synonymizing. Further analysis shows that embedding geometry (e.g., angular uniformity) provides predictive signals for lexical stability and suggests that scaling model size generally improves robustness. These findings inform future robustness-aware retriever design and principled benchmarking. Our code is publicly available at https://github.com/liyongkang123/Robust_LLM_Retriever_Eval.

📄 PDF Abstract BibTeX arXiv:2604.16576

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Study on the Efficiency and Generalization of Light Hybrid Retrievers

2022-10-04 · Man Luo, Shashank Jain, Anchit Gupta, Arash Einolghozati 외

Hybrid retrievers can take advantage of both sparse and dense retrievers. Previous hybrid retrievers leverage indexing-heavy dense retrievers. In this work, we study "Is it possible to reduce the indexing memory of hybri…

Adversarial AttackContrastive LearningKnowledge Distillation

Interpretability Analysis of Domain Adapted Dense Retrievers

2025-01-24 · Goksenin Yuksel, Jaap Kamps

Dense retrievers have demonstrated significant potential for neural information retrieval; however, they exhibit a lack of robustness to domain shifts, thereby limiting their efficacy in zero-shot settings across diverse…

Biomedical Information RetrievalDomain AdaptationInformation RetrievalQuestion Answering+2

LLM-VPRF: Large Language Model Based Vector Pseudo Relevance Feedback

2025-04-02 · Hang Li, Shengyao Zhuang, Bevan Koopman, Guido Zuccon

Vector Pseudo Relevance Feedback (VPRF) has shown promising results in improving BERT-based dense retrieval systems through iterative refinement of query representations. This paper investigates the generalizability of V…

Language ModelingLanguage ModellingLarge Language ModelRetrieval

Analysing the Robustness of Dual Encoders for Dense Retrieval Against Misspellings

2022-05-04 · Georgios Sidiropoulos, Evangelos Kanoulas

Dense retrieval is becoming one of the standard approaches for document and passage ranking. The dual-encoder architecture is widely adopted for scoring question-passage pairs due to its efficiency and high performance. …

Contrastive LearningData AugmentationOpen-Domain Question AnsweringPassage Ranking+2

Improving Query Representations for Dense Retrieval with Pseudo Relevance Feedback: A Reproducibility Study

2021-12-13 · Hang Li, Shengyao Zhuang, Ahmed Mourad, Xueguang Ma 외

Pseudo-Relevance Feedback (PRF) utilises the relevance signals from the top-k passages from the first round of retrieval to perform a second round of retrieval aiming to improve search effectiveness. A recent research di…

Retrieval