paper-with-me

Papers

Efficient Test-Time Retrieval Augmented Generation

2025-11-02 · Hailong Yin, Bin Zhu, Jingjing Chen, Chong-Wah Ngo arxiv

Although Large Language Models (LLMs) demonstrate significant capabilities, their reliance on parametric knowledge often leads to inaccuracies. Retrieval Augmented Generation (RAG) mitigates this by incorporating external knowledge, but these methods may introduce irrelevant retrieved documents, leading to inaccurate responses. While the integration methods filter out incorrect answers from multiple responses, but lack external knowledge like RAG methods, and their high costs require balancing overhead with performance gains. To address these issues, we propose an Efficient Test-Time Retrieval-Augmented Generation Framework named ET2RAG to improve the performance of LLMs while maintaining efficiency. Specifically, ET2RAG is a training-free method, that first retrieves the most relevant documents and augments the LLMs to efficiently generate diverse candidate responses by managing response length. Then we compute the similarity of candidate responses and employ a majority voting mechanism to select the most suitable response as the final output. In particular, we discover that partial generation is sufficient to capture the key information necessary for consensus calculation, allowing us to effectively perform majority voting without the need for fully generated responses. Thus, we can reach a balance between computational cost and performance by managing the response length for the number of retrieved documents for majority voting. Experimental results demonstrate that ET2RAG significantly enhances performance across three tasks, including open-domain question answering, recipe generation and image captioning.

📄 PDF Abstract BibTeX arXiv:2511.01059

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question AnsweringRecipe GenerationImage Captioning

Similar Papers 제목 키워드 기반

PipeRAG: Fast Retrieval-Augmented Generation via Algorithm-System Co-design

2024-03-08 · Wenqi Jiang, Shuai Zhang, Boran Han, Jie Wang 외

Retrieval-augmented generation (RAG) can enhance the generation quality of large language models (LLMs) by incorporating external token databases. However, retrievals from large databases can constitute a substantial por…

RAGRetrievalRetrieval-augmented Generation

Meta-prompting Optimized Retrieval-augmented Generation

2024-07-04 · João Rodrigues, António Branco

Retrieval-augmented generation resorts to content retrieved from external sources in order to leverage the performance of large language models in downstream tasks. The excessive volume of retrieved content, the possible…

Multi-hop Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation+1

Predict the Retrieval! Test time adaptation for Retrieval Augmented Generation

2026-01-16 · Xin Sun, Zhongqi Chen, Qiang Liu, Shu Wu 외 arxiv

Retrieval-Augmented Generation (RAG) has emerged as a powerful approach for enhancing large language models' question-answering capabilities through the integration of external knowledge. However, when adapting RAG syste…

Test-time Adaptation

Evaluating Chunking Strategies for Retrieval-Augmented Generation on Academic Texts

2026-07-02 · Valentin J. J. Kreileder, Johannes Reisinger, Andreas Fischer arxiv

Retrieval-Augmented Generation (RAG) systems use the question-answering capabilities of Large Language Models (LLMs) to access information outside their parameters. We evaluate if cluster-based semantic chunking improves…

Chain-of-Retrieval Augmented Generation

2025-01-24 · Liang Wang, Haonan Chen, Nan Yang, Xiaolong Huang 외

This paper introduces an approach for training o1-like RAG models that retrieve and reason over relevant information step by step before generating the final answer. Conventional RAG methods usually perform a single retr…

Multi-hop Question AnsweringQuestion AnsweringRAGRetrieval+1