paper-with-me

Papers

Scaling Retrieval Augmented Generation with RAG Fusion: Lessons from an Industry Deployment

2026-03-02 · Luigi Medrano, Arush Verma, Mukul Chhabra arxiv

Retrieval-Augmented Generation (RAG) systems commonly adopt retrieval fusion techniques such as multi-query retrieval and reciprocal rank fusion (RRF) to increase document recall, under the assumption that higher recall leads to better answer quality. While these methods show consistent gains in isolated retrieval benchmarks, their effectiveness under realistic production constraints remains underexplored. In this work, we evaluate retrieval fusion in a production-style RAG pipeline operating over an enterprise knowledge base, with fixed retrieval depth, re-ranking budgets, and latency constraints. Across multiple fusion configurations, we find that retrieval fusion does increase raw recall, but these gains are largely neutralized after re-ranking and truncation. In our setting, fusion variants fail to outperform single-query baselines on KB-level Top-$k$ accuracy, with Hit@10 decreasing from $0.51$ to $0.48$ in several configurations. Moreover, fusion introduces additional latency overhead due to query rewriting and larger candidate sets, without corresponding improvements in downstream effectiveness. Our analysis suggests that recall-oriented fusion techniques exhibit diminishing returns once realistic re-ranking limits and context budgets are applied. We conclude that retrieval-level improvements do not reliably translate into end-to-end gains in production RAG systems, and argue for evaluation frameworks that jointly consider retrieval quality, system efficiency, and downstream impact.

📄 PDF Abstract BibTeX arXiv:2603.02153

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automatic Large Language Models Creation of Interactive Learning Lessons

2025-06-20 · Jionghao Lin, Jiarui Rao, Yiyang Zhao, Yuting Wang 외

We explore the automatic generation of interactive, scenario-based lessons designed to train novice human tutors who teach middle school mathematics online. Employing prompt engineering through a Retrieval-Augmented Gene…

Prompt EngineeringRetrieval-augmented Generation

Lessons from A Large Language Model-based Outdoor Trail Recommendation Chatbot with Retrieval Augmented Generation

2025-07-27 · Julia Ann Mathew, Suining He arxiv

The increasing popularity of outdoor recreational activities (such as hiking and biking) has boosted the demand for a conversational AI system to provide informative and personalized suggestion on outdoor trails. Challen…

Retrieval Augmented Generation-Based Incident Resolution Recommendation System for IT Support

2024-09-06 · Paulina Toro Isaza, Michael Nidd, Noah Zheutlin, Jae-wook Ahn 외

Clients wishing to implement generative AI in the domain of IT Support and AIOps face two critical issues: domain coverage and model size constraints due to model choice limitations. Clients might choose to not use large…

Answer GenerationLanguage ModelingLanguage ModellingLarge Language Model+3

MoRAG -- Multi-Fusion Retrieval Augmented Generation for Human Motion

2024-09-18 · Sai Shashank Kalakonda, Shubh Maheshwari, Ravi Kiran Sarvadevabhatla

We introduce MoRAG, a novel multi-part fusion based retrieval-augmented generation strategy for text-based human motion generation. The method enhances motion diffusion models by leveraging additional knowledge obtained …

Motion GenerationRetrievalRetrieval-augmented Generation

Inference Scaling for Bridging Retrieval and Augmented Generation

2024-12-14 · Youngwon Lee, Seung-won Hwang, Daniel Campos, Filip Graliński 외

Retrieval-augmented generation (RAG) has emerged as a popular approach to steering the output of a large language model (LLM) by incorporating retrieved contexts as inputs. However, existing work observed the generator b…

Language ModelingLanguage ModellingLarge Language ModelRAG+2