The plausibility engine — it answers with fame, not fact
A model completes “The capital of Australia is ___” by asking one question: which city appears most often next to “Australia” in text? Below, the bars are exactly that — co-occurrence statistics, not a lookup table. Pick a country, see what the machine would say, then flip on the truth.
The boundary it cannot see — a map of what it knows
Imagine every possible question as a point on a map, and the model's training data as a lit region. Ask questions one by one. Crucially: the model has no sensor for the boundary. A question outside its knowledge produces text through the exact same machinery — fluent, specific, confident. First ask a few blind, then reveal the map.
Before the reveal, every dot is the same color on purpose — that is the model's point of view. It cannot tell which of its own answers are grounded.
Build a calibration plot — is 90% sure right 90% of the time?
A model is calibrated if its confidence matches its accuracy: of everything it says with 80% confidence, 80% should be true. Quiz this toy model live and watch the plot fill in. Green dots land on top (correct), red on the bottom (wrong); the mustard curve is measured accuracy per confidence bucket. Then switch the question mix and watch calibration break.
Simulated quiz for illustration — the shapes match what real calibration studies measure on LLMs.
The citation factory — perfectly formatted, entirely fake
Why do models invent references? Because a citation is a pattern: plausible surname + year + title-shaped phrase + journal + DOI. Each slot is filled with something statistically typical, so the whole looks real — the parts are color-coded below so you can see the assembly. Generate a few, then check them against the library.
authors from surname statistics · year from the typical range · title from topic phrase templates · venue & DOI from format patterns. Every slot is plausible; the conjunction was never checked against anything.
The “I don't know” dial — trading hallucinations for refusals
The classic fix: let the model refuse whenever its confidence is below a threshold. Slide the dial and re-run the 40-question exam. Each square is one question: green = answered correctly, red = hallucination (confidently wrong), dark = refused, outlined = over-refusal (it refused something it actually knew). The curves show the whole trade-off at once.