MindยทScienceยทAalto University
Journal article ยท Peer-reviewed

Why We Reread Is the Puzzle AI Still Can’t Quite Solve

Two studies published days apart test how well artificial intelligence explains human reading. Language models match the forward glide of our eyes but fail on rereading. A second model, trained to budget its attention like a person, gets much closer.

What the Studies Found

  • In a PNAS study, 368 adults read syntactically tricky sentences while eye trackers followed every fixation. When their eyes moved forward through a sentence, next-word predictions from 409 language models matched how long readers lingered on difficult words, nearly to the millisecond.
  • When readers’ eyes jumped backward to reread, every model missed badly. People spent 313 to 584 milliseconds rereading after tripping on a garden-path sentence; the best model prediction was 29 milliseconds, and the 92 to 102 percent jump in backward eye movements dwarfed the largest predicted jump of 8 to 21 percent.
  • The failure held across all 409 models. Larger, more accurate models actually predicted less difficulty, and giving models human-like memory limits or explicit knowledge of grammar did not help.
  • In Nature Human Behaviour, a separate team built a simulated reader that learns, through reinforcement learning, to spend attention like a budget, deciding at each moment where to look next for the most understanding within the time available. It reproduced human skipping, backtracking, and comprehension across eight datasets and a new experiment with readers under time pressure.
  • Read together, the studies split reading into two jobs. Prediction runs the smooth forward pass; rereading is deliberate repair, a decision to spend time and effort rebuilding a meaning that has collapsed.

The old man the boat. Read at speed, the sentence looks broken. It is not: it means that old people are the ones manning the boat. But almost every reader first takes “man” as a noun, and the arrival of “the boat” forces a U-turn, the eyes skipping back to rebuild the sentence from the start.

Psycholinguists call such traps garden-path sentences, and the U-turn they trigger, a regression followed by rereading, has been on record since a 1982 eye-tracking study first showed readers stalling and doubling back at the exact word where an interpretation collapses. This month, two teams working independently published studies that bracket the phenomenon from opposite sides: one maps precisely where artificial intelligence fails to explain it, the other offers a different kind of AI that largely succeeds.

The idea under test is prediction. The language models behind chatbots learn by guessing the next word, and a leading theory of comprehension, surprisal theory, holds that a word’s difficulty is proportional to how unexpected it is in context. Mainstream models of eye movements in reading, such as the E-Z Reader model, already build word predictability into their timing, and decades of work treat the eye record as a moment-to-moment readout of comprehension itself. What no one had pinned down was how much of the full reading record, forward and backward, predictability can explain.

Substack Sign-up form screenshot

The PNAS team, from New York University and the University of Massachusetts Amherst, designed a direct test. They tracked the eyes of 368 adults at four universities reading six types of syntactically challenging sentences, garden-path constructions among them, mixed with naturalistic news and fiction. Then they asked 409 language models of six different architectures to estimate, word by word, how surprised a reader should be, and compared those estimates against the human record.

For the forward half of reading, the match was striking. When readers’ eyes moved straight ahead past the word that resolves a garden-path sentence, they lingered about 17 milliseconds longer than on the same word in an unambiguous control sentence; the best-fitting model, GPT-2, predicted 12 milliseconds. The same pattern held for other difficult constructions and for the word that followed. Prediction, it seems, explains the first pass, the routine work of recognizing a word and fitting it into a sentence that is going smoothly.

The backward half broke every model. Ambiguous sentences drove readers’ rate of regressions up by 92 to 102 percent over controls; the largest increase any model predicted was 21 percent, and most predicted far less. The rereading itself was worse: readers spent 313 to 584 milliseconds recovering after a regression, eleven to twenty times the best model prediction of 29 milliseconds. “20 percent of our eye movements when reading are backward, and AI models cannot explain when we decide to do that,” says Tal Linzen, an NYU associate professor of linguistics and data science and a co-author. “The predictability of a word really doesn’t even come close to explaining just how much time we spend on difficult words and garden-path sentences,” adds William Timkey, the linguistics doctoral student who led the study. Making the models bigger, more accurate, more human-like in memory, or more explicit about grammar changed nothing.

The PNAS authors conclude that predicting words is only one stage of reading, and that the cost of noticing a failed interpretation and rebuilding it needs a different kind of model. The Nature Human Behaviour study, led by Aalto University with partners in Hong Kong and Singapore, reads like an answer to that call. Its simulated reader treats reading as resource-rational control: getting the most understanding possible from a limited budget of time, memory, and eye-movement effort, attention spent the way a careful shopper spends money. The model works on three nested levels. At the word level it chooses which letters to fixate to pin down a word’s identity. At the sentence level it decides whether to move forward, skip, or regress, guided by two internal beliefs: how well the words read so far hang together, and how predictable the upcoming words are. At the text level it decides which sentence to read or reread while compressing what it has understood into gist. Each level was trained with reinforcement learning, the trial-and-error method used to teach robots, so skipping and rereading emerge from the budget rather than being programmed in. Prediction still does work here, but only as one input to a larger decision.

Checked against eight existing eye-tracking datasets and a new experiment of its own, in which 39 people read short texts under time limits of 30, 60, or 90 seconds, the model tracked human behavior across 15 measures with near-perfect correlation. Like people, it skipped short, frequent, predictable words, regressed more on ambiguous sentences (13 percent of trials versus 9 percent, close to the human 19 versus 7), and shifted strategy when rushed: sprinting forward and skipping more when time was short, looping back to repair understanding when time allowed. Its regressions were not noise but investments, targeted at the material most likely to restore comprehension.

The caveats cut both ways. Give the simulated reader unlimited memory and it turns superhuman, scoring higher on comprehension tests than people while barely rereading at all, which is exactly what a real reader does not do; the human-like behavior depends on the human-like limits. And the two teams never tested each other’s material: the reinforcement-learned reader has not yet faced the garden-path sentences that broke the language models, so whether it would produce the full human rereading cost is unknown. The Aalto team also describes its reader as a model of an average reader, not of any one person’s quirks.

Both groups are already looking at the same horizon. The NYU and UMass researchers frame their eye-tracking dataset, now public, as a benchmark for building models of rereading, with language learning and reading-related disorders as the prize. The Aalto-led team plans to test its model with readers who have dyslexia or low language proficiency, and imagines smart glasses that pace text to the situation or instant rewrites of dense documents for different readers. “We read all the time, yet throughout written history we have read texts that have been produced for mass use and not for an individual person and a specific situation,” says Aalto professor Antti Oulasvirta. “Now we are in a position to change that.”

The fairest test of that optimism is now specific and public. Put the budget-minded reader in front of “The old man the boat,” and see whether it trips where people trip, for as long as people do.

  • Study Type: Peer-reviewed experimental eye-tracking study, with computational comparison against language model predictions
  • Sample: 368 native English speakers analyzed (out of 424 tested), recruited at UMass Amherst, NYU, Johns Hopkins, and Colgate; median session length 36 minutes
  • Models Used: 409 surprisal estimators from six language model families (Pythia, GPT-2, Mamba, two LSTM families, grammar-aware recurrent neural network grammars, and memory-limited lossy-context models); four regression-contingent eye-movement measures; Bayesian regression models with Bayes factor analysis
  • Manipulation: 13 conditions across six syntactically challenging constructions (three classic garden-path types, relative clauses, attachment ambiguities, agreement violations), each paired with a maximally similar control sentence, interspersed with 40 naturalistic filler sentences
  • Duration: Received November 7, 2025; accepted June 26, 2026; published August 7, 2026, in PNAS, Volume 123, Issue 32
  • Funding / Conflicts of Interest: US National Science Foundation grants BCS-2020914, BCS-2020945, IIS-2504953, and IIS-2504954; the authors declared no competing interests
  • Data Availability: All data and analysis code are available at https://osf.io/b6rqh/; other data are in the manuscript and supporting information
  • Main Limitation: Even with 368 participants, effect estimates for individual constructions remain imprecise, and eye movements alone cannot identify which cognitive process drives the integration failures that prediction misses

  • Study Type: Peer-reviewed computational modeling study (deep reinforcement learning), validated against human data, plus a newly collected behavioral experiment
  • Sample: Simulations benchmarked against eight published eye-tracking and comprehension datasets, plus a new reading-under-time-pressure experiment with 39 adults (32 retained for comprehension analyses, 28 for eye-movement analyses)
  • Models Used: A hierarchical resource-rational agent with word-, sentence-, and text-level controllers, each formalized as a partially observable Markov decision process and trained with deep reinforcement learning; five ablated baseline models for comparison
  • Manipulation: In the new experiment, available reading time was set to 30, 60, or 90 seconds per text
  • Duration: Received January 20, 2026; accepted June 30, 2026; published August 10, 2026, in Nature Human Behaviour
  • Funding / Conflicts of Interest: The advance online version reviewed includes no funding or competing-interest statements
  • Data Availability: Newly collected eye-movement and comprehension data, simulation data, and processed datasets are available at https://osf.io/q2dm6/
  • Main Limitation: The model captures an average reader at group level, not individual differences, and comprehension was measured mainly through recall and quiz accuracy rather than richer real-world reading goals

References

Timkey, W., Huang, K.-J., Oh, B.-D., Prasad, G., Arehalli, S., Linzen, T., & Dillon, B. (2026). Eye movements reveal a dissociation between prediction and structural processing difficulty in language comprehension. Proceedings of the National Academy of Sciences, 123(32). https://doi.org/10.1073/pnas.2532230123

Bai, Y., Jin, X., Zhao, S., & Oulasvirta, A. (2026). Hierarchical resource rationality explains human reading behaviour. Nature Human Behaviour. https://doi.org/10.1038/s41562-026-02534-0


FAQ

What is a garden-path sentence?

A grammatically correct sentence whose opening lures readers into the wrong interpretation, forcing them to backtrack. “The old man the boat” first reads as being about an elderly man; it actually means old people are crewing a boat. Researchers prize such sentences because the stumble is easy to spot in eye movements.

Why would the brain predict words at all?

Because language is redundant, and guessing is cheap. Decades of experiments show that people process predictable words faster, and the PNAS study confirms that prediction explains the smooth forward pass of reading almost exactly. What prediction cannot explain is the expensive repair work when an interpretation collapses.

Were the two studies coordinated?

No. The NYU-UMass team and the Aalto-led team worked independently, published three days apart in different journals, and neither paper cites the other. That one diagnoses the gap and the other proposes a way to close it is a coincidence of timing.

Does the new AI model read better than people?

No, and that is the point. With human-like limits on memory and time, it behaves like an average reader. Only when the researchers removed those limits did the model outscore humans on comprehension tests, and then its eye movements stopped looking human at all.

What could this research be used for?

Nothing yet. The teams propose reading-support tools, text tailored to individual readers, and augmented-reality displays that pace text to the situation, and the Aalto group plans tests with dyslexic readers and people with low language proficiency. Those are plans, not products; no application has been tested with patients or users.

Cite This Page

"Why We Reread Is the Puzzle AI Still Can’t Quite Solve." ScholarPeer, 10 August 2026, scholarpeer.com/why-we-reread-is-the-puzzle-ai-still-cant-quite-solve/.

Download RIS · Download BibTeX