paper-with-me

Papers

Fast or Better? Balancing Accuracy and Cost in Retrieval-Augmented Generation with Flexible User Control

2025-02-17 · Jinyan Su, Jennifer Healey, Preslav Nakov, Claire Cardie

Retrieval-Augmented Generation (RAG) has emerged as a powerful approach to mitigate large language model (LLM) hallucinations by incorporating external knowledge retrieval. However, existing RAG frameworks often apply retrieval indiscriminately,leading to inefficiencies-over-retrieving when unnecessary or failing to retrieve iteratively when required for complex reasoning. Recent adaptive retrieval strategies, though adaptively navigates these retrieval strategies, predict only based on query complexity and lacks user-driven flexibility, making them infeasible for diverse user application needs. In this paper, we introduce a novel user-controllable RAG framework that enables dynamic adjustment of the accuracy-cost trade-off. Our approach leverages two classifiers: one trained to prioritize accuracy and another to prioritize retrieval efficiency. Via an interpretable control parameter $\alpha$, users can seamlessly navigate between minimal-cost retrieval and high-accuracy retrieval based on their specific requirements. We empirically demonstrate that our approach effectively balances accuracy, retrieval cost, and user controllability, making it a practical and adaptable solution for real-world applications.

📄 PDF Abstract BibTeX arXiv:2502.12145

Code (1)

jinyansu1/flare-aug 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelNavigateRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음
BART BART is a denoising autoencoder for pretraining sequence-to-sequence models. It is trained by (1) corrupting text…

Similar Papers 제목 키워드 기반

Fast Think-on-Graph: Wider, Deeper and Faster Reasoning of Large Language Model on Knowledge Graph

2025-01-24 · Xujian Liang, Zhaoquan Gu

Graph Retrieval Augmented Generation (GRAG) is a novel paradigm that takes the naive RAG system a step further by integrating graph information, such as knowledge graph (KGs), into large-scale language models (LLMs) to m…

Community DetectionHallucinationLanguage ModelingLanguage Modelling+4

Query Decomposition for RAG: Balancing Exploration-Exploitation

2025-10-21 · Roxana Petcu, Kenton Murray, Daniel Khashabi, Evangelos Kanoulas 외 arxiv

Retrieval-augmented generation (RAG) systems address complex user requests by decomposing them into subqueries, retrieving potentially relevant documents for each, and then aggregating them to generate an answer. Efficie…

syftr: Pareto-Optimal Generative AI

2025-05-26 · Alexander Conway, Debadeepta Dey, Stefan Hackmann, Matthew Hausknecht 외

Retrieval-Augmented Generation (RAG) pipelines are central to applying large language models (LLMs) to proprietary or dynamic data. However, building effective RAG flows is complex, requiring careful selection among vect…

Bayesian OptimizationRAGRetrieval-augmented Generation

Computationally Bounded Retrieval

2015-06-01 · CVPR 2015 6 · Mohammad Rastegari, Cem Keskin, Pushmeet Kohli, Shahram Izadi

The increase in size of large image databases makes the problem of efficient retrieval extremely challenging. This is especially true in the case of high dimensional data where even operations like hashing become expensi…

AttributeImage RetrievalRetrieval

Learning Effective Binary Visual Representations with Deep Networks

2018-03-08 · Jianxin Wu, Jian-Hao Luo

Although traditionally binary visual representations are mainly designed to reduce computational and storage costs in the image retrieval research, this paper argues that binary visual representations can be applied to l…

General ClassificationImage Retrievalobject-detectionObject Detection+1