paper-with-me

홈 › Papers

TeaRAG: A Token-Efficient Agentic Retrieval-Augmented Generation Framework

2025-11-07 · Chao Zhang, Yuhao Wang, Derong Xu, Haoxin Zhang, Yuanjie Lyu, Yuhao Chen, Shuochen Liu, Tong Xu, Xiangyu Zhao, Yan Gao, Yao Hu, Enhong Chen arxiv

Retrieval-Augmented Generation (RAG) utilizes external knowledge to augment Large Language Models' (LLMs) reliability. For flexibility, agentic RAG employs autonomous, multi-round retrieval and reasoning to resolve queries. Although recent agentic RAG has improved via reinforcement learning, they often incur substantial token overhead from search and reasoning processes. This trade-off prioritizes accuracy over efficiency. To address this issue, this work proposes TeaRAG, a token-efficient agentic RAG framework capable of compressing both retrieval content and reasoning steps. 1) First, the retrieved content is compressed by augmenting chunk-based semantic retrieval with a graph retrieval using concise triplets. A knowledge association graph is then built from semantic similarity and co-occurrence. Finally, Personalized PageRank is leveraged to highlight key knowledge within this graph, reducing the number of tokens per retrieval. 2) Besides, to reduce reasoning steps, Iterative Process-aware Direct Preference Optimization (IP-DPO) is proposed. Specifically, our reward function evaluates the knowledge sufficiency by a knowledge matching mechanism, while penalizing excessive reasoning steps. This design can produce high-quality preference-pair datasets, supporting iterative DPO to improve reasoning conciseness. Across six datasets, TeaRAG improves the average Exact Match by 4% and 2% while reducing output tokens by 61% and 59% on Llama3-8B-Instruct and Qwen2.5-14B-Instruct, respectively. Code is available at https://github.com/Applied-Machine-Learning-Lab/TeaRAG.

📄 PDF Abstract BibTeX arXiv:2511.05385

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningSemantic SimilaritySemantic Retrieval

Similar Papers 제목 키워드 기반

Reasoner-Executor-Synthesizer: Scalable Agentic Architecture with Static O(1) Context Window

2026-03-23 · Ivan Dobrovolskyi arxiv

Large Language Models (LLMs) deployed as autonomous agents commonly use Retrieval-Augmented Generation (RAG), feeding retrieved documents into the context window, which creates two problems: the risk of hallucination gro…

AgenticOCR: Parsing Only What You Need for Efficient Retrieval-Augmented Generation

2026-02-27 · Zhengren Wang, Dongsheng Ma, Huaping Zhong, Jiayu Li 외 arxiv

The expansion of retrieval-augmented generation (RAG) into multimodal domains has intensified the challenge for processing complex visual documents, such as financial reports. While page-level chunking and retrieval is a…

LatentRAG: Latent Reasoning and Retrieval for Efficient Agentic RAG

2026-05-07 · Yijia Zheng, Marcel Worring arxiv

Single-step retrieval-augmented generation (RAG) provides an efficient way to incorporate external information for simple question answering tasks but struggles with complex questions. Agentic RAG extends this paradigm b…

Question Answering

VISOR: Agentic Visual Retrieval-Augmented Generation via Iterative Search and Over-horizon Reasoning

2026-04-10 · Yucheng Shen, Jiulong Wu, Jizhou Huang, Dawei Yin 외 arxiv

Visual Retrieval-Augmented Generation (VRAG) empowers Vision-Language Models to retrieve and reason over visually rich documents. To tackle complex queries requiring multi-step reasoning, agentic VRAG systems interleave …

Reinforcement LearningVisual Reasoning

BM25 Wins at Scale: A Scaling Study of Retrieval-Augmented Generation Paradigms

2026-07-29 · Pengyu Wang, Benfeng Xu, Shaohan Wang, Xin Zeng 외 arxiv

Retrieval-augmented generation (RAG) spans lexical and dense retrieval, graph-based indexing, and agentic search, but these paradigms are usually evaluated on different benchmarks at one corpus size, leaving their accura…