paper-with-me

홈 › Papers

Latent Abstraction for Retrieval-Augmented Generation

2026-04-20 · Ha Lan N. T, Minh-Anh Nguyen, Dung D. Le arxiv

Retrieval-Augmented Generation (RAG) has become a standard approach for enhancing large language models (LLMs) with external knowledge, mitigating hallucinations, and improving factuality. However, existing systems rely on generating natural language queries at each hop and maintaining a strict architectural separation between retriever and generator, preventing them from leveraging the full representational capacity of the LLM. We propose \textbf{LAnR} (Latent Abstraction for RAG), a unified framework in which a single LLM jointly performs encoding, retrieval, and generation entirely within its own latent space. Rather than generating textual queries, LAnR produces dense retrieval vectors from the hidden states of a designated \texttt{[PRED]} token and uses them to match against encoded document representations from the same model. Furthermore, LAnR adaptively decides when sufficient evidence has been retrieved using a lightweight MLP control head over those same hidden states, eliminating both the separate retriever and explicit token-level stopping reasoning. This design is motivated by our empirical observation that answer token entropy reliably signals retrieval sufficiency. Extensive experiments on six QA benchmarks spanning single-hop and multi-hop settings demonstrate that LAnR outperforms existing RAG methods, while achieving improved inference efficiency through reduced number of retrieval calls and tighter model integration.

📄 PDF Abstract BibTeX arXiv:2604.17866

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Queries

Similar Papers 제목 키워드 기반

Incorporating Q&A Nuggets into Retrieval-Augmented Generation

2026-01-19 · Laura Dietz, Bryan Li, Gabrielle Liu, Jia-Huei Ju 외 arxiv

RAGE systems integrate ideas from automatic evaluation (E) into Retrieval-augmented Generation (RAG). As one such example, we present Crucible, a Nugget-Augmented Generation System that preserves explicit citation proven…

AbstRAG: Learning to Abstract for Retrieval Problems

2026-06-08 · Lei Xu, Xin Quan, Daniel Pedronette, André Freitas arxiv

Retrieval-augmented generation often fails when the query, the document evidence, and the user's intent are expressed at different levels of abstraction. A query may ask about a class, a relation, or an event, while the …

HyperbolicRAG: Enhancing Retrieval-Augmented Generation with Hyperbolic Representations

2025-11-24 · Linxiao Cao, Ruitao Wang, Jindong Li, Zhipeng Zhou 외 arxiv

Retrieval-augmented generation (RAG) enables large language models (LLMs) to access external knowledge, helping mitigate hallucinations and enhance domain-specific expertise. Graph-based RAG enhances structural reasoning…

Semantic SimilarityKnowledge Graphs

HCAG: Hierarchical Abstraction and Retrieval-Augmented Generation on Theoretical Repositories with LLMs

2026-03-19 · Yusen Wu, Xiaotie Deng arxiv

Existing Retrieval-Augmented Generation (RAG) methods for code struggle to capture the high-level architectural patterns and cross-file dependencies inherent in complex, theory-driven codebases, such as those in algorith…

Code Generation

Memora: A Harmonic Memory Representation Balancing Abstraction and Specificity

2026-02-03 · Menglin Xia, Xuchao Zhang, Shantanu Dixit, Paramaguru Harimurugan 외 arxiv

Agent memory systems must accommodate continuously growing information while supporting efficient, context-aware retrieval for downstream tasks. Abstraction is essential for scaling agent memory, yet it often comes at th…

Semantic Similarity