paper-with-me

홈 › Papers

Evaluating the Effectiveness and Scalability of LLM-Based Data Augmentation for Retrieval

2025-09-19 · Pranjal A. Chitale, Bishal Santra, Yashoteja Prabhu, Amit Sharma arxiv

Compact dual-encoder models are widely used for retrieval owing to their efficiency and scalability. However, such models often underperform compared to their Large Language Model (LLM)-based retrieval counterparts, likely due to their limited world knowledge. While LLM-based data augmentation has been proposed as a strategy to bridge this performance gap, there is insufficient understanding of its effectiveness and scalability to real-world retrieval problems. Existing research does not systematically explore key factors such as the optimal augmentation scale, the necessity of using large augmentation models, and whether diverse augmentations improve generalization, particularly in out-of-distribution (OOD) settings. This work presents a comprehensive study of the effectiveness of LLM augmentation for retrieval, comprising over 100 distinct experimental settings of retrieval models, augmentation models and augmentation strategies. We find that, while augmentation enhances retrieval performance, its benefits diminish beyond a certain augmentation scale, even with diverse augmentation strategies. Surprisingly, we observe that augmentation with smaller LLMs can achieve performance competitive with larger augmentation models. Moreover, we examine how augmentation effectiveness varies with retrieval model pre-training, revealing that augmentation provides the most benefit to models which are not well pre-trained. Our insights pave the way for more judicious and efficient augmentation strategies, thus enabling informed decisions and maximizing retrieval performance while being more cost-effective. Code and augmented datasets accompanying this work are publicly available at https://aka.ms/DAGR.

📄 PDF Abstract BibTeX arXiv:2509.16442

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Role of Databases in GenAI Applications

2025-03-05 · Santosh Bhupathi

Generative AI (GenAI) is transforming industries by enabling intelligent content generation, automation, and decision-making. However, the effectiveness of GenAI applications depends significantly on efficient data stora…

Decision MakingRetrievalSemantic Retrieval

LLM-based Query Expansion Fails for Unfamiliar and Ambiguous Queries

2025-05-19 · Kenya Abe, Kunihiro Takeoka, Makoto P. Kato, Masafumi Oyamada

Query expansion (QE) enhances retrieval by incorporating relevant terms, with large language models (LLMs) offering an effective alternative to traditional rule-based and statistical methods. However, LLM-based QE suffer…

HallucinationRetrieval

Retrieval Augmentation for T5 Re-ranker using External Sources

2022-10-11 · Kai Hui, Tao Chen, Zhen Qin, Honglei Zhuang 외

Retrieval augmentation has shown promising improvements in different tasks. However, whether such augmentation can assist a large language model based re-ranker remains unclear. We investigate how to augment T5-based re-…

Language ModelingLanguage ModellingLarge Language ModelRe-Ranking+1

Mixing-Specific Data Augmentation Techniques for Improved Blind Violin/Piano Source Separation

2020-08-06 · Ching-Yu Chiu, Wen-Yi Hsiao, Yin-Cheng Yeh, Yi-Hsuan Yang 외

Blind music source separation has been a popular and active subject of research in both the music information retrieval and signal processing communities. To counter the lack of available multi-track data for supervised …

Data AugmentationInformation RetrievalMusic Information RetrievalMusic Source Separation+1

The Coverage Illusion: From Pre-retrieval Routing Failure to Post-retrieval Cascades in a Production RAG System

2026-05-26 · Zafar Hussain, Kristoffer Nielbo arxiv

In modern RAG pipelines, query augmentation methods such as HyDE and query expansion are applied to every query, resulting in substantial LLM inference costs and increased end-to-end latency. The empirical justification …