paper-with-me

홈 › Papers

Factual Retrieval in LLMs Is a Redundant, Distributed and Non-Contiguous Process

2026-06-19 · Hail Hochman, Natalie Shapira, Yoav Goldberg arxiv

Large language models (LLMs) store and recall factual knowledge, yet the precise mechanism of how entity representations are transformed to enable specific attribute retrieval remains underexplored. In this work, we investigate this mechanism through the lens of an "attribute-computation path"-a sequence of computational steps over the entity representation required to elicit a target attribute. We then propose an iterative patching protocol to identify a minimal subset of layers necessary for this computation. Applying our method to LLaMA 3.1 8B and Qwen3 8B, we find that these paths are non-contiguous, often skipping layers, and that models possess multiple, functionally-equivalent paths for the same entity and fact, highlighting a high degree of redundancy in attribute computation. This implies that knowledge computation is highly distributed, potentially explaining the localization-editing mismatch and suggesting that knowledge storage and retrieval in LLMs is far from being well understood.

📄 PDF Abstract BibTeX arXiv:2606.21345

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Graph Neural Network Enhanced Retrieval for Question Answering of LLMs

2024-06-03 · Zijian Li, Qingyan Guo, Jiawei Shao, Lei Song 외

Retrieval augmented generation has revolutionized large language model (LLM) outputs by providing factual supports. Nevertheless, it struggles to capture all the necessary knowledge for complex reasoning questions. Exist…

Graph Neural NetworkLanguage ModellingLarge Language ModelQuestion Answering+2

DeepRAG: Thinking to Retrieval Step by Step for Large Language Models

2025-02-03 · Xinyan Guan, Jiali Zeng, Fandong Meng, Chunlei Xin 외

Large Language Models (LLMs) have shown remarkable potential in reasoning while they still suffer from severe factual hallucinations due to timeliness, accuracy, and coverage of parametric knowledge. Meanwhile, integrati…

RAGRetrievalRetrieval-augmented Generation

Scaling DPPs for RAG: Density Meets Diversity

2026-02-04 · Xun Sun, Baiheng Xie, Li Huang, Qiang Gao arxiv

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by grounding generation in external knowledge, yielding relevance responses that are aligned with factual evidence and evolving corpora. Standard…

Point Processes

Micro-Macro Retrieval: Reducing Long-Form Hallucination in Large Language Models

2026-04-10 · Yujie Feng, Jian Li, Zhihan Zhou, Pengfei Xu 외 arxiv

Large Language Models (LLMs) achieve impressive performance across many tasks but remain prone to hallucination, especially in long-form generation where redundant retrieved contexts and lengthy reasoning chains amplify …

Reinforcement Learning

You Don't Need Pre-built Graphs for RAG: Retrieval Augmented Generation with Adaptive Reasoning Structures

2025-08-08 · Shengyuan Chen, Chuang Zhou, Zheng Yuan, Qinggang Zhang 외 arxiv

Large language models (LLMs) often suffer from hallucination, generating factually incorrect statements when handling questions beyond their knowledge and perception. Retrieval-augmented generation (RAG) addresses this b…