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

Also Consider

Synapse has enriched 5 closely related papers on similar clinical questions. Consider them for comparative context:

  1. 1Investigating the Effect of Context Window Size on Retrieval-Augmented Generation in Small Language Models2026
  2. 2From RAGs to rich parameters: Probing how language models utilize external knowledge over parametric information for factual queries2026 · 2 citations
  3. 3Assessing "Implicit" Retrieval Robustness of Large Language Models2024
  4. 4Retrieval Granularity as Evidence Design in Small-Model RAG Question Answering: A Diagnostic HotpotQA Study2026
  5. 5Optimizing Retrieval-Augmented Generation for Small Language Models via Output Alignment2026