PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
March 7, 20260 citationsOpen Access

Can Small Language Models Use What They Retrieve? An Empirical Study of Retrieval Utilization Across Model Scale

View Full Paper
SPSanchit Pandey

Key Points

  • The study aims to determine how effectively small language models utilize retrieved information to improve factual accuracy.
  • Conducted an empirical study with models ranging from 360M to 8B parameters.
  • Examined multiple retrieval settings: BM25, dense retrieval, and oracle retrieval.
  • Implemented a parametric knowledge split to assess context utilization versus retrieval quality.
  • Models with oracle retrieval extract correct answers only 10-15% of the time for questions requiring external knowledge.
  • Adding retrieval context negatively impacts 42-64% of previously correct answers, indicating a distraction effect.

Abstract

Retrieval-augmented generation (RAG) is widely used to improve factual accuracy in language models, but it remains unclear whether smaller models can effectively utilize retrieved context. We present a controlled empirical study across models from 360M to 8B parameters and multiple retrieval settings including BM25, dense retrieval, and oracle retrieval. Using a parametric knowledge split that separates questions models already know from those requiring external knowledge, we isolate failures of retrieval quality from failures of context utilization. We find that even with oracle retrieval, models ≤7B extract the correct answer only 10–15% of the time on questions they cannot answer independently. Additionally, adding retrieval context destroys 42–64% of answers the models previously answered correctly, indicating a strong distraction effect driven by the presence of context itself. These results suggest that the main bottleneck in small-model RAG systems is not retrieval quality but the model’s ability to utilize retrieved information. Code and experiments:https://github.com/sanchitpandey/rag-utilization-study

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Sanchit Pandey (2026) studied this question.

synapsesocial.com/papers/69abc2725af8044f7a4ec11dhttps://doi.org/10.5281/zenodo.18870115
Ask AI
Helpful
Bookmark
Share
View Full Paper