paper-with-me

Papers

Embedding-Informed Adaptive Retrieval-Augmented Generation of Large Language Models

2024-04-04 · Chengkai Huang, Yu Xia, Rui Wang, Kaige Xie, Tong Yu, Julian McAuley, Lina Yao

Retrieval-augmented large language models (LLMs) have been remarkably competent in various NLP tasks. However, it was observed by previous works that retrieval is not always helpful, especially when the LLM is already knowledgeable on the query to answer. Motivated by this, Adaptive Retrieval-Augmented Generation (ARAG) studies retrieving only when the knowledge asked by the query is absent in the LLM. Previous works of ARAG either require accessing the pre-training corpus or prompting with additional model inferences. Aiming to avoid such drawbacks, we propose to determine whether the model is knowledgeable on a query via inspecting the (contextualized) pre-trained token embeddings of LLMs. We hypothesize that such embeddings capture rich information on the model's intrinsic knowledge base, which enables an efficient way of judging the necessity to retrieve from an external corpus. Extensive experiments demonstrate our ARAG approach's superior performance across various benchmarks.

📄 PDF Abstract BibTeX arXiv:2404.03514

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

PIER: Physics-Informed Environmental Retrieval for Time-Series Modeling

2026-07-22 · Shiyuan Luo, Runlong Yu, Chonghao Qiu, Yue Qin 외 arxiv

Accurate modeling of environmental systems is fundamental to scientific understanding and decision-making, yet remains challenging because observations are limited and physical dynamics vary across systems. Retrieval-aug…

A Retrieval-Augmented Generation Framework for Academic Literature Navigation in Data Science

2024-12-19 · Ahmet Yasin Aytar, Kemal Kilic, Kamer Kaya

In the rapidly evolving field of data science, efficiently navigating the expansive body of academic literature is crucial for informed decision-making and innovation. This paper presents an enhanced Retrieval-Augmented …

ChunkingDecision MakingRAGRetrieval+1

Query Routing for Retrieval-Augmented Language Models

2025-05-29 · Jiarui Zhang, Xiangyu Liu, Yong Hu, Chaoyue Niu 외

Retrieval-Augmented Generation (RAG) significantly improves the performance of Large Language Models (LLMs) on knowledge-intensive tasks. However, varying response quality across LLMs under RAG necessitates intelligent r…

Contrastive LearningRAGRetrievalRetrieval-augmented Generation

Beyond the Embedding Bottleneck: Adaptive Retrieval-Augmented 3D CT Report Generation

2026-03-16 · Renjie Liang, Yiling Ma, Yang Xing, Zhengkang Fan 외 arxiv

Automated radiology report generation from 3D CT volumes often suffers from incomplete pathology coverage. We provide empirical evidence that this limitation stems from a representational bottleneck: contrastive 3D CT em…

EdgeRAG: Online-Indexed RAG for Edge Devices

2024-12-30 · Korakit Seemakhupt, Sihang Liu, Samira Khan

Deploying Retrieval Augmented Generation (RAG) on resource-constrained edge devices is challenging due to limited memory and processing power. In this work, we propose EdgeRAG which addresses the memory constraint by pru…

RAGRetrievalRetrieval-augmented Generation