paper-with-me

홈 › Papers

Q-RAG: Long Context Multi-step Retrieval via Value-based Embedder Training

2025-11-10 · Artyom Sorokin, Nazar Buzun, Alexander Anokhin, Oleg Inozemcev, Egor Vedernikov, Petr Anokhin, Mikhail Burtsev, Trushkov Alexey, Yin Wenshuai, Evgeny Burnaev arxiv

Retrieval-Augmented Generation (RAG) methods enhance LLM performance by efficiently filtering relevant context for LLMs, reducing hallucinations and inference cost. However, most existing RAG methods focus on single-step retrieval, which is often insufficient for answering complex questions that require multi-step search. Recently, multi-step retrieval approaches have emerged, typically involving the fine-tuning of small LLMs to perform multi-step retrieval. This type of fine-tuning is highly resource-intensive and does not enable the use of larger LLMs. In this work, we propose Q-RAG, a novel approach that fine-tunes the Embedder model for multi-step retrieval using reinforcement learning (RL). Q-RAG offers a competitive, resource-efficient alternative to existing multi-step retrieval methods for open-domain question answering and achieves state-of-the-art results on the popular long-context benchmarks BabiLong and RULER for contexts up to 10M tokens. Code is available at https://github.com/griver/Q-RAG

📄 PDF Abstract BibTeX arXiv:2511.07328

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question AnsweringReinforcement Learning

Similar Papers 제목 키워드 기반

KV-Fold: One-Step KV-Cache Recurrence for Long-Context Inference

2026-05-12 · Alireza Nadali, Patrick Cooper, Ashutosh Trivedi, Alvaro Velasquez arxiv

We introduce KV-Fold, a simple, training-free long-context inference protocol that treats the key-value (KV) cache as the accumulator in a left fold over sequence chunks. At each step, the model processes the next chunk …

Long-context Language Models Cannot Retrieve Without Sufficient Steps

2024-10-06 · Yijiong Yu, Ma Xiufa, Fang Jianwei, Zhi Xu 외

Long-context language models (LCLMs), characterized by their extensive context window, are becoming popular. However, despite they are nearly perfect at standard long-context retrieval tasks, we find they are not good at…

Retrieval

TS-Haystack: A Multi-Task Retrieval Benchmark for Long-Context Time-Series Reasoning

2026-02-15 · Nicolas Zumarraga, Thomas Kaar, Ning Wang, William Tennien 외 arxiv

Time Series Language Models (TSLMs) promise reasoning over real-world temporal data, but their ability to retrieve and reason over long time-series remains largely untested. We introduce TS-Haystack, a multi-domain retri…

Anomaly Detection

Evaluating Long Range Dependency Handling in Code Generation Models using Multi-Step Key Retrieval

2024-07-23 · Yannick Assogba, Donghao Ren

As language models support larger and larger context sizes, evaluating their ability to make effective use of that context becomes increasingly important. We analyze the ability of several code generation models to handl…

8kCode CompletionCode GenerationRetrieval

MemLong: Memory-Augmented Retrieval for Long Text Modeling

2024-08-30 · Weijie Liu, Zecheng Tang, Juntao Li, Kehai Chen 외

Recent advancements in Large Language Models (LLMs) have yielded remarkable success across diverse fields. However, handling long contexts remains a significant challenge for LLMs due to the quadratic time and space comp…

4kDecoderGPUInformation Retrieval+4