Does Bielik Know What It Doesn't Know? Activation Dispersion Separates Entity Familiarity from Factual Reliability Across Model Scale

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, quick

Summary

This research investigates whether large language models' internal activations can signal entity familiarity and predict factual reliability. Using four Polish Bielik models (1.5B-11B parameters), researchers probed four entity domains with known, obscure-but-real, and fabricated entities. Two unsupervised dispersion measures (inverse participation ratio, spectral entropy) over post-SwiGLU MLP activations successfully separated known from fabricated entities with AUROC 0.95-1.00. This representational signal for familiarity reached ceiling at 1.5B parameters. In contrast, behavioral factual reliability scaled sharply with model size, from 0 correct answers for the 1.5B model to 19 for the 11B model on 42 known athletes. The study concludes that entity familiarity and factual reliability are distinct phenomena with different scaling behaviors, and models rarely abstain despite internal awareness.

Key takeaway

For AI Scientists and ML Engineers developing or deploying large language models, understanding the distinction between entity familiarity and factual reliability is crucial. Your models may "know" they are unfamiliar with an entity via internal activation signals (detectable even at 1.5B parameters) but still confidently hallucinate. Implement pre-generation checks using activation dispersion to flag potentially unfamiliar entities, allowing for targeted intervention or abstention mechanisms, rather than relying solely on model scale for factual accuracy.

Key insights

Activation dispersion in LLMs reliably signals entity familiarity, distinct from factual reliability.

Principles

Method

Unsupervised dispersion measures (inverse participation ratio, spectral entropy) over post-SwiGLU MLP activations can detect entity familiarity in a single forward pass.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.