← Latest papers
💬 NLP

Predictable Confabulations: Factual Recall by LLMs Scales with Model Size and Topic Frequency

This paper establishes that factual recall in large language models follows a predictable sigmoid scaling law driven by the combined effects of model parameter count and topic frequency in training data, explaining up to 94% of performance variance within specific model families.

Original authors: Matthew L. Smith, Jonathan P. Shock, Samuel T. Segun, Iyiola E. Olatunji, Tegawendé F. Bissyandé

Published 2026-05-19
📖 5 min read🧠 Deep dive

Original authors: Matthew L. Smith, Jonathan P. Shock, Samuel T. Segun, Iyiola E. Olatunji, Tegawendé F. Bissyandé

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a giant library inside a robot's brain. This robot is an AI, and its job is to answer questions by pulling facts out of that library. Sometimes, the robot gets it right. Other times, it makes up facts that sound real but aren't true. The authors of this paper call these made-up facts "confabulations."

This paper asks a simple question: What makes the robot tell the truth more often?

The researchers tested 38 different AI models (from small ones to massive ones) and asked them to list 10 real academic papers for 24 different topics. Some topics were super popular (like "Climate Change"), while others were very niche (like "School dropout prevention in rural areas"). They then checked if the papers the robots listed actually existed.

Here is what they found, explained with some everyday analogies:

1. The Two Ingredients for Truth

The paper discovered that getting the answer right depends on two main things, working together like a recipe:

  • The Size of the Brain (Model Size): How big the AI is. Think of this as the size of the library shelves. A bigger library can hold more books without them getting crushed or mixed up.
  • How Famous the Topic Is (Topic Frequency): How often that specific topic appears in the books the AI read while learning. Think of this as how many copies of a specific book are in the library. If a topic is mentioned in thousands of books, the AI knows it well. If it's only mentioned in a few, the AI might struggle.

2. The "Signal vs. Noise" Battle

The authors use a concept called Signal-to-Noise Ratio to explain how this works. Imagine you are trying to hear a friend whisper in a crowded, noisy room.

  • The Signal: This is the "truth" about a topic. If the topic is very common in the training data (like "Climate Change"), the signal is loud and clear.
  • The Noise: This is the interference caused by the AI's limited memory. If the AI is small, its "room" is very crowded with other facts, creating a lot of static.
  • The Result: To hear the truth (recall a fact), the Signal (how famous the topic is) needs to be loud enough to cut through the Noise (how small the AI's memory is).

3. The "S-Curve" of Success

The most interesting finding is that the relationship isn't a straight line. It's an S-shaped curve (a sigmoid). Imagine a ramp that has a flat bottom, a steep middle, and a flat top.

  • The Flat Bottom (The Floor): When the AI is very small or the topic is very obscure, the "noise" is too loud. The AI can't hear the truth at all. Instead of guessing, it starts making up templates. It might say "Smith (1990) wrote about X" over and over again, using common names like "Smith" just to fill the space. It's not trying to lie; it's just running out of real data.
  • The Steep Middle (The Ramp): As the AI gets bigger or the topic gets more popular, the signal starts to break through the noise. This is where the AI gets significantly better very quickly. A small increase in size or data frequency leads to a big jump in truthfulness.
  • The Flat Top (The Ceiling): Eventually, the AI gets so big and the topic so common that it hits a limit. It's already remembering almost everything it can about that topic. Making the AI even bigger doesn't help much because there are no more facts to find.

4. The "Long Tail" Problem

The paper highlights a major inequality. The AI is great at remembering popular things (the "head" of the curve) but terrible at remembering rare things (the "tail").

  • The Analogy: Imagine a radio station that plays the Top 40 hits on repeat. You will always hear the hits clearly. But if you try to listen to a song that only played once in 1995, the static will drown it out.
  • The Finding: Even the biggest AI models tested (with trillions of parameters) struggled with the rarest topics. To make the AI remember a very rare fact as well as it remembers a popular one, you would need to make the AI 30 times bigger than the biggest one they tested. That's a huge jump!

5. What This Means for the Future (According to the Paper)

The authors conclude that "hallucinations" (making things up) aren't random mistakes. They are a predictable result of trying to squeeze a massive, uneven world of information into a finite memory.

  • It's not random: If a topic is rare and the AI is small, it will make mistakes.
  • It's structural: The AI isn't "lying"; it's just that the signal for that fact is too weak to overcome the noise of its limited memory.
  • The solution: To fix this for rare topics, you either need to make the AI massively bigger (which is expensive) or, as the paper suggests, use a different strategy like "retrieval augmentation" (giving the AI a search engine to look up the answer instead of relying on its memory).

In short: The paper proves that an AI's ability to tell the truth is a mathematically predictable mix of how big it is and how popular the topic is. If the topic is obscure and the AI is small, expect it to make things up. If the topic is famous and the AI is huge, it will likely get it right.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →