paper-with-me

홈 › Papers

FrugalRAG: Less is More in RL Finetuning for Multi-Hop Question Answering

2025-07-10 · Abhinav Java, Srivathsan Koundinyan, Nagarajan Natarajan, Amit Sharma arxiv

Reinforcement learning (RL) based on the final answer's reward has driven recent progress in small language models (SLMs) on reasoning-heavy tasks such as math and code. However, applying the same techniques to retrieval-augmented generation (RAG) benchmarks like multi-hop QA has yielded limited gains, often trailing supervised or prompting-only baselines. Instead, we argue that a viable path for RL in multi-hop QA is to use test-time scaling judiciously to optimize both final answer accuracy and efficiency in reaching that answer. We propose FrugalRAG, a two-stage finetuning framework that adaptively reduces the number of retrieval steps based on a question's difficulty. First, we train an SLM with supervised finetuning on a full-exploration policy that generates broad sub-queries. Then, we apply RL to adaptively prune search depth based on question difficulty, directly rewarding policies that balance correctness with frugality. Unlike prior approaches requiring 10x more data, our method achieves competitive performance with only approximately 1,000 examples. On HotPotQA and other multi-hop QA benchmarks, FrugalRAG attains state-of-the-art efficiency-accuracy tradeoffs, cutting retrieval cost nearly in half. Moreover, on the challenging BrowseCompPlus benchmark, it generalizes zero-shot and surpasses SLM-based and other baselines. These results demonstrate the use of RL not to increase reasoning steps, but to reduce them, as an effective solution for scalable and efficient RAG.

📄 PDF Abstract BibTeX arXiv:2507.07634

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringReinforcement Learning

Similar Papers 제목 키워드 기반

Understanding Finetuning for Factual Knowledge Extraction

2024-06-20 · Gaurav Ghosal, Tatsunori Hashimoto, aditi raghunathan

In this work, we study the impact of QA fine-tuning data on downstream factuality. We show that fine-tuning on lesser-known facts that are poorly stored during pretraining yields significantly worse factuality than fine-…

MMLUQuestion Answering

Towards Consistent Natural-Language Explanations via Explanation-Consistency Finetuning

2024-01-25 · Yanda Chen, Chandan Singh, Xiaodong Liu, Simiao Zuo 외

Large language models (LLMs) often generate convincing, fluent explanations. However, different from humans, they often generate inconsistent explanations on different inputs. For example, an LLM may generate the explana…

Question Answering

Continual Learning via Sparse Memory Finetuning

2025-10-16 · Jessy Lin, Luke Zettlemoyer, Gargi Ghosh, Wen-Tau Yih 외 arxiv

Modern language models are powerful, but typically static after deployment. A major obstacle to building models that continually learn over time is catastrophic forgetting, where updating on new data erases previously ac…

Continual LearningQuestion Answering

On Finetuning Tabular Foundation Models

2025-06-10 · Ivan Rubachev, Akim Kotelnikov, Nikolay Kartashev, Artem Babenko

Foundation models are an emerging research direction in tabular deep learning. Notably, TabPFNv2 recently claimed superior performance over traditional GBDT-based methods on small-scale datasets using an in-context learn…

In-Context LearningRetrieval

Synthetic QA Corpora Generation with Roundtrip Consistency

2019-06-12 · ACL 2019 7 · Chris Alberti, Daniel Andor, Emily Pitler, Jacob Devlin 외

We introduce a novel method of generating synthetic question answering corpora by combining models of question generation and answer extraction, and by filtering the results to ensure roundtrip consistency. By pretrainin…

Question AnsweringQuestion GenerationQuestion-GenerationSynthetic Data Generation