Computer Science > Computation and Language
[Submitted on 21 Jul 2026]
Title:Do small language models know what they don't know?
View PDF HTML (experimental)Abstract:We explore whether entropy-based confidence signals can be leveraged to improve the accuracy of Small Language Models (SLMs) with fewer than 3 billion parameters, running entirely on consumer hardware. We evaluate seven distinct approaches, including token-level entropy early stopping, semantic entropy estimation, and uncertainty-aware routing to larger expert models, across 7 model pairs and 5 standard NLU benchmarks. Our key finding is that token-level entropy is effectively blind in SLMs: in 91% of dataset-model combinations, mean token entropy is near zero regardless of answer correctness, rendering token-based confidence signals unusable at this scale. We demonstrate that semantic entropy, computed by generating multiple samples, clustering answers by meaning, and measuring distributional uncertainty, recovers a viable confidence signal. Using semantic entropy to selectively route uncertain queries to a larger expert model yields accuracy improvements of up to +50 percentage points. Notably, cross-family routing (e.g., SmolLM 360M to Phi-3.5-mini) averages +22.0% improvement compared to +6.8% for same-family routing, revealing that expert model quality matters more than architectural compatibility. Our results suggest that the value proposition for entropy-based methods in SLMs is not computational savings but intelligent compute allocation: spending more tokens where they matter most.
References & Citations
Loading...
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.
Facts Only
* The study explored leveraging entropy-based confidence signals to improve Small Language Models (SLMs) under 3 billion parameters using consumer hardware.
* Seven approaches were evaluated, including token-level entropy early stopping and semantic entropy estimation, across seven model pairs and five NLU benchmarks.
* Token-level entropy was found to be near zero across 91% of dataset-model combinations, regardless of answer correctness.
* Semantic entropy, computed by generating multiple samples and clustering answers by meaning, recovered a viable confidence signal.
* Routing uncertain queries using semantic entropy to larger expert models yielded accuracy improvements up to +50 percentage points.
* Cross-family routing (e.g., SmolLM 360M to Phi-3.5-mini) resulted in an average improvement of +22.0% compared to +6.8% for same-family routing.
* The value proposition of entropy methods is suggested to be intelligent compute allocation rather than computational savings.
Executive Summary
Full Take
Sentinel — Human
The text presents a dense, technically specific summary of an experimental study, exhibiting high coherence and specificity consistent with peer-reviewed research presentation rather than general AI prose.
