Language models are better than humans at next-token prediction
Buck Shlegeris, Fabien Roger, Lawrence Chan, Euan McLean
TL;DR
The paper directly compares humans and language models on next-token prediction using two metrics: top-1 accuracy and perplexity, on the OpenWebText corpus. Across experiments, humans underperform even small language models (e.g., GPT-Neo-125M, GPT-2 variants), challenging assumptions about human superiority in language tasks. The authors implement careful methodological controls, including importance sampling and bias corrections, to enable apples-to-apples perplexity comparisons and discuss limitations like tokenization and calibration. Overall, the work shows language models achieve superhuman performance at next-token prediction, with implications for interpretability and alignment in AI systems.
Abstract
Current language models are considered to have sub-human capabilities at natural language tasks like question-answering or writing code. However, language models are not trained to perform well at these tasks, they are trained to accurately predict the next token given previous tokes in tokenized text. It is not clear whether language models are better or worse than humans at next token prediction. To try to answer this question, we performed two distinct experiments to directly compare humans and language models on this front: one measuring top-1 accuracy and the other measuring perplexity. In both experiments, we find humans to be consistently \emph{worse} than even relatively small language models like GPT3-Ada at next-token prediction.
