English

Humans and language models diverge when predicting repeating text

Computation and Language 2023-10-24 v2

Abstract

Language models that are trained on the next-word prediction task have been shown to accurately model human behavior in word prediction and reading speed. In contrast with these findings, we present a scenario in which the performance of humans and LMs diverges. We collected a dataset of human next-word predictions for five stimuli that are formed by repeating spans of text. Human and GPT-2 LM predictions are strongly aligned in the first presentation of a text span, but their performance quickly diverges when memory (or in-context learning) begins to play a role. We traced the cause of this divergence to specific attention heads in a middle layer. Adding a power-law recency bias to these attention heads yielded a model that performs much more similarly to humans. We hope that this scenario will spur future work in bringing LMs closer to human behavior.

Keywords

Cite

@article{arxiv.2310.06408,
  title  = {Humans and language models diverge when predicting repeating text},
  author = {Aditya R. Vaidya and Javier Turek and Alexander G. Huth},
  journal= {arXiv preprint arXiv:2310.06408},
  year   = {2023}
}

Comments

To appear in the 26th Conference on Computational Natural Language Learning (CoNLL 2023). Code and data are available at https://github.com/HuthLab/lm-repeating-text

R2 v1 2026-06-28T12:45:37.774Z