Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

Entity tracking emerges in sub-billion parameter language models and exceeds human performance in naturalistic narratives

arXiv:2608.180832026-08-20

Tracking where things move in a story turns out to need far fewer parameters than thought - and AI now beats humans at it

Researchers tested 48 humans and language models of many sizes on short, natural stories where objects get moved between containers, then asked where an object ended up. Humans got noticeably worse as stories got more complex (more objects and moves to track), but state-of-the-art 70-billion-parameter models (Llama 3.3, Qwen 2.5) stayed near-perfect regardless of complexity. Among fully open smaller models, human-level tracking already appeared at just 410 million parameters and kept improving with scale.

METAL MEDIA explanatory visual

Tracking where things move in a story turns out to need far fewer parameters than thought - and AI now beats humans at it

  1. 01The team built short stories at five complexity levels (1 to 4 objects, with varying numbers of moves) and tested humans and models on them in two formats: an explicit task (freely generate the answer) and an implicit task (compare the probability the model assigns to a correct vs. incorrect continuation).
  2. 02Human accuracy dropped clearly as complexity rose (explicit task: 87.2% to 65.0%; implicit task: 89.0% to 76.0%). Statistical analysis confirmed this drop was driven by the number of entities/relations to track, not by recency (forgetting things mentioned earlier because the story got longer).
  3. 03Among fully open model families - Pythia (70M to 12B parameters) and OLMo 2 (1B to 32B parameters) - accuracy generally rose with model size (Pythia went from 53.5% at 70M to 89.6% at 12B). Notably, a 410-million-parameter model already matched human-level accuracy, far smaller than the 13B+ code-specialized models prior research claimed were required.
  4. 04Instruction tuning (additional training to answer questions directly) boosted explicit-task scores substantially (up to +52.4 percentage points) but barely changed implicit-task scores, suggesting it improves how models express an answer rather than deepening their underlying tracking ability.
  5. 05Swapping the objects in stories for real words, made-up but pronounceable nonwords, or implausible items barely changed model accuracy (within 3 percentage points), indicating models track entities through the story's event structure rather than by guessing based on word associations.
An explanatory diagram made by METAL MEDIA, not a figure supplied by the paper's authors.

What they did

  1. The team built short stories at five complexity levels (1 to 4 objects, with varying numbers of moves) and tested humans and models on them in two formats: an explicit task (freely generate the answer) and an implicit task (compare the probability the model assigns to a correct vs. incorrect continuation).
  2. Human accuracy dropped clearly as complexity rose (explicit task: 87.2% to 65.0%; implicit task: 89.0% to 76.0%). Statistical analysis confirmed this drop was driven by the number of entities/relations to track, not by recency (forgetting things mentioned earlier because the story got longer).
  3. Among fully open model families - Pythia (70M to 12B parameters) and OLMo 2 (1B to 32B parameters) - accuracy generally rose with model size (Pythia went from 53.5% at 70M to 89.6% at 12B). Notably, a 410-million-parameter model already matched human-level accuracy, far smaller than the 13B+ code-specialized models prior research claimed were required.
  4. Instruction tuning (additional training to answer questions directly) boosted explicit-task scores substantially (up to +52.4 percentage points) but barely changed implicit-task scores, suggesting it improves how models express an answer rather than deepening their underlying tracking ability.
  5. Swapping the objects in stories for real words, made-up but pronounceable nonwords, or implausible items barely changed model accuracy (within 3 percentage points), indicating models track entities through the story's event structure rather than by guessing based on word associations.
Table 1: Object words used in each template condition. The conditions include: 1) common & possible objects (standard template; N=12), 2) pseudowords derived from the standard objects (N=12), 3a) rare but possible objects (N=4), 3b) rare and physically impossible objects (size violation; N=4), and 3c) rare and logically impossible objects (abstract violation; N=4).
TemplateObjects
Standardring, key, postcard, pen, bookmark, book, wallet, watch, coin, photo, scarf, letter
Pseudowordrint, kel, pothlard, pes, boolmarm, bood, gallel, wawed, coft, knolo, scact, lunter
Improbable
Rarekidney, squid, brick, urn
Phys. Impos.volcano, mountain, skyscraper, cathedral
Abstracthappiness, silence, justice, peace

Why it matters

This work offers a more realistic test of whether language models genuinely understand what's happening in a story, rather than just producing fluent text - and it does so by directly comparing them to human readers, which prior studies skipped. It overturns the earlier claim that this ability requires huge, code-specialized models, showing it emerges at far smaller scale under naturalistic conditions, which matters for how we evaluate and interpret model capabilities going forward.

Terms in this paper

  • entity tracking · keeping track of where things are or how they change in a story, even when it's never explicitly stated
  • explicit vs. implicit task · explicit means generating the answer directly; implicit means comparing probabilities assigned to a correct vs. incorrect continuation
  • instruction tuning · additional training that teaches a model to directly answer questions or follow instructions
  • pseudoword · a made-up word with no real meaning but that sounds like it could be a real word
  • situational complexity · the difficulty level defined by how many objects and movements a story requires tracking

Figures we cannot republish

  • Figure 1: Conceptual overview. Left: language understanding requires tracking entities in an internal model of discourse context, as a narrative unfolds. Right: in humans (top), entity tracking accuracy decreases with situational complexity; in language models (bottom), we find a similar pattern, and an increase in capability with scale.
  • Figure 2: Overview of the experimental design. The top panel displays a simplified narrative at complexity 3, with two target objects (F0, F1). The bottom panels show the two evaluation formats: an explicit open recall task (left) requiring generation of the correct final location of the evaluated object, and an implicit task (right) administered as a forced-choice selection for human participants and as a probability read-out comparing correct versus incorrect continuations for language models. For full example narratives at multiple complexitiy levels, see Appendix D.
  • Figure 3: Humans show declining accuracy with increasing complexity while contemporary 70B LMs (Llama 3.3 and Qwen 2.5) maintain ceiling performance. (A) Explicit entity tracking task. (B) Implicit entity tracking task. Error bars represent 95% confidence intervals.
  • Figure 4: Model scaling effects on implicit entity tracking accuracy. (A) Pythia models (70M to 12B parameters). (B) OLMo 2 base models (1B to 32B parameters). Larger models generally show improved performance, with the exception of OLMo 32B-base.
  • Figure 5: Instruction tuning effects on OLMo 2 models (A) Explicit task. (B) Implicit task. Instruction tuning substantially improves explicit task performance, with gains increasing with model size. In contrast, instruction tuning has mixed effects on implicit task performance.
  • Figure 6: (A) Examples of standard, pseudoword, and improbable object types used in the stimuli. (B) Explicit task accuracy. (C) Implicit task accuracy. Object type does not affect model performance.
  • Figure 7: OLMo 2 Instruct models on the explicit (generation) task. Instruction-tuned models show substantial scaling effects, with accuracy improving from 55% (1B) to 94% (32B) overall. The 32B model maintains high accuracy even at C5, while smaller instruction-tuned models show steep performance declines with increasing complexity.
See the figures in the original paper →

Original abstract (English)

Understanding language requires tracking entities across discourse - i.e., knowing where things are and how they change, even when not explicitly stated. Whether language models perform such tracking in a human-like fashion remains unclear, in part because existing evaluations rely on artificial tasks, far removed from natural language comprehension, and lack comparisons to humans. Here, we evaluate entity tracking in both language models and humans (N = 48) using naturalistic narratives at multiple levels of complexity. In humans, we find that entity tracking degrades specifically with narrative complexity, not narrative length. In language models, we find that human-level entity tracking is already present at 410 million parameters - well below the multi-billion parameter, code-specialised models identified by prior work - and improves with scale, with contemporary models far exceeding human performance. Together, these results demonstrate that entity tracking, a core component of language understanding, emerges at model scales far smaller than previously thought.

Authors · Karolina Dro\.zd\.z, Micha Heilbron

Read on arXiv

Latest papers

All papers →

Latest from METAL MEDIA