Contents Fabrication and why it sounds certain

Why it gets things wrong

Fabrication and why it sounds certain

A chatbot states a wrong answer in the same steady voice it uses for a right one, and that voice is not a reliable signal of which one you are reading.

Where the wrong answer comes from is not a malfunction. A 2025 OpenAI paper argues fabrication begins as an ordinary classification error during pretraining: when false statements cannot be reliably told apart from true ones in the training text, some false ones get produced by the same statistical pressure that produces the true ones.1 The paper then argues the habit survives training because the scoreboards used to rank models award credit for a confident guess and nothing for admitting uncertainty, and its proposed remedy is to change how existing benchmarks are scored rather than to add a new test. That matters for the most repeated claim about these systems. Fabrication as a permanent, unfixable property is contradicted by a vendor's own account of its causes.

The certainty is measured too. Anthropic inspected more than a million training transcripts of Claude Opus 5 by recursive summarisation and found many cases where the model "confidently stated an answer it was unsure about".2 The same card's inspection of internal activations lists fabrication awareness as a recurring category: while producing invented material the model represents it internally as invented, while the visible answer does not. Calibration, meaning the match between the confidence a model expresses and how often that confidence turns out right, was measured on GPT-4 in 2023. The pretrained model was highly calibrated on a held-out slice of a knowledge test, and calibration was reduced after post-training.3

In practice the published figures are mostly comparative. Anthropic reports Opus 5 as 11 percent more accurate than Opus 4.8 with a hallucination rate 6 percent higher, and says absolute values across its audit dimensions reflect which scenarios were sampled, so they serve for comparing models.2 The GPT-5 system card of 13 August 2025 does publish absolute SimpleQA hallucination rates, for four models at once; gpt-5-thinking's is 0.40, defined there as the share of factual claims containing minor or major errors.4 Detached from that definition and that no-browsing condition, the number means nothing.

The boundary is the calibration result. It is one model in 2023. A separate 2023 study across Pythia, LLaMA and LLaMA-2 also finds a post-training calibration loss, but attributes it to instruction tuning where the GPT-4 report attributes it to post-training as a whole.5 Whether the drop holds for the models you use today is not established, so treat a confident tone as a writing style rather than a probability.

References

Quizzes
  1. According to the 2025 paper on why fabrication survives training, what keeps the habit in place?

    • Scoring that rewards guessing over admitting uncertainty
    • A defect in how answers are decoded token by token
    • Too little training text covering rare factual topics

    The paper traces the persistence to leaderboard grading, and proposes rescoring existing benchmarks rather than adding a hallucination-specific test.

  2. A chatbot's steady, confident tone is ____ of whether the answer is correct.

    • not a reliable signal
    • a dependable signal
    • stronger evidence than a hedge

    The only calibration measurement linking tone to correctness comes from one 2023 study of one model, so treat this as a general caution rather than a proven rule for every current system.

  3. A chatbot's confident tone tells you its internal state was equally confident.

    • True
    • False

    Anthropic found the model can internally treat material as invented while the visible answer reads as settled, so tone and internal state come apart.

Comments

No comments yet. Start the conversation.