CLAIFeb 27, 2024

Predict the Next Word: Humans exhibit uncertainty in this task and language models _____

arXiv:2402.17527v2103 citationsh-index: 2EACL
Originality Synthesis-oriented
AI Analysis

This addresses the problem of assessing language model alignment with human linguistic variability for researchers and practitioners, though it is incremental as it builds on existing calibration concepts.

The study evaluated language models' ability to reproduce human variability in next-word prediction, finding that GPT2, BLOOM, and ChatGPT exhibit low calibration to human uncertainty.

Language models (LMs) are statistical models trained to assign probability to human-generated text. As such, it is reasonable to question whether they approximate linguistic variability exhibited by humans well. This form of statistical assessment is difficult to perform at the passage level, for it requires acceptability judgements (i.e., human evaluation) or a robust automated proxy (which is non-trivial). At the word level, however, given some context, samples from an LM can be assessed via exact matching against a prerecorded dataset of alternative single-word continuations of the available context. We exploit this fact and evaluate the LM's ability to reproduce variability that humans (in particular, a population of English speakers) exhibit in the 'next word prediction' task. This can be seen as assessing a form of calibration, which, in the context of text classification, Baan et al. (2022) termed calibration to human uncertainty. We assess GPT2, BLOOM and ChatGPT and find that they exhibit fairly low calibration to human uncertainty. We also verify the failure of expected calibration error (ECE) to reflect this, and as such, advise the community against relying on it in this setting.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes