paper-with-me

Papers

Cost-Aware Retrieval-Augmentation Reasoning Models with Adaptive Retrieval Depth

2025-10-17 · Helia Hashemi, Victor Rühle, Saravan Rajmohan arxiv

Reasoning models have gained significant attention due to their strong performance, particularly when enhanced with retrieval augmentation. However, these models often incur high computational costs, as both retrieval and reasoning tokens contribute substantially to the overall resource usage. In this work, we make the following contributions: (1) we propose a retrieval-augmented reasoning model that dynamically adjusts the length of the retrieved document list based on the query and retrieval results; (2) we develop a cost-aware advantage function for training of efficient retrieval-augmented reasoning models through reinforcement learning; and (3) we explore both memory- and latency-bound implementations of the proposed cost-aware framework for both proximal and group relative policy optimization algorithms. We evaluate our approach on seven public question answering datasets and demonstrate significant efficiency gains, without compromising effectiveness. In fact, we observed that the model latency decreases by ~16-20% across datasets, while its effectiveness increases by ~5% on average, in terms of exact match.

📄 PDF Abstract BibTeX arXiv:2510.15719

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningQuestion Answering

Similar Papers 제목 키워드 기반

To Retrieve or To Think? Cross-Boundary Context Evolution for Multi-hop Complex Reasoning

2026-01-13 · Rubing Chen, Jian Wang, Wenjie Li, Xiao-Yong Wei 외 arxiv

Current context augmentation methods, such as retrieval-augmented generation, play a crucial role in bridging a model's internal knowledge boundary and external evidence for multi-hop reasoning. However, they often follo…

A2RAG: Adaptive Agentic Graph Retrieval for Cost-Aware and Reliable Reasoning

2026-01-29 · Jiate Liu, Zebin Chen, Shaobo Qiao, Mingchen Ju 외 arxiv

Graph Retrieval-Augmented Generation (Graph-RAG) enhances multihop question answering by organizing corpora into knowledge graphs and routing evidence through relational structure. However, practical deployments face two…

Question AnsweringKnowledge Graphs

AutothinkRAG: Complexity-Aware Control of Retrieval-Augmented Reasoning for Image-Text Interaction

2026-03-05 · Jiashu Yang, Chi Zhang, Abudukelimu Wuerkaixi, Xuxin Cheng 외 arxiv

Multimodal document question answering requires retrieving dispersed evidence from visually rich long documents and performing reliable reasoning over heterogeneous information. Existing multimodal RAG systems remain lim…

Question AnsweringAnswer GenerationLogical Reasoning

Rethinking the Necessity of Adaptive Retrieval-Augmented Generation through the Lens of Adaptive Listwise Ranking

2026-04-17 · Jun Feng, Jiahui Tang, Zhicheng He, Hang Lv 외 arxiv

Adaptive Retrieval-Augmented Generation aims to mitigate the interference of extraneous noise by dynamically determining the necessity of retrieving supplementary passages. However, as Large Language Models evolve with i…

Agent-Orchestrated Adaptive RAG: A Comparative Study on Structured and Multi-Hop Retrieval

2026-06-04 · Anuj Maharjan, Devinder Kaur, Richard Molyet arxiv

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by grounding their responses in external knowledge, but conventional pipelines rely on static, single-step retrieval that limits performance on c…

Topic coverage