Saved in:
Bibliographic Details
Main Authors: Ghosh, Reshmi, Seetharaman, Rahul, Wadhwa, Hitesh, Aggarwal, Somyaa, Basu, Samyadeep, Srinivasan, Soundararajan, Zhao, Wenlong, Chaudhari, Shreyas, Aghazadeh, Ehsan
Format: Preprint
Published: 2024
Subjects:
Online Access:https://arxiv.org/abs/2410.00857
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • Retrieval Augmented Generation (RAG) is a widely used approach for leveraging external context in several natural language applications such as question answering and information retrieval. Yet, the exact nature in which a Language Model (LM) leverages this non-parametric memory or retrieved context isn't clearly understood. This paper mechanistically examines the RAG pipeline to highlight that LMs demonstrate a "shortcut'' effect and have a strong bias towards utilizing the retrieved context to answer questions, while relying minimally on model priors. We propose (a) Causal Mediation Analysis; for proving that parametric memory is minimally utilized when answering a question and (b) Attention Contributions and Knockouts for showing the last token residual stream do not get enriched from the subject token in the question, but gets enriched from tokens of RAG-context. We find this pronounced "shortcut'' behaviour to be true across both LLMs (e.g.,LlaMa) and SLMs (e.g., Phi)