paper-with-me

Papers

Frequency Explains the Inverse Correlation of Large Language Models' Size, Training Data Amount, and Surprisal's Fit to Reading Times

2024-02-03 · Byung-Doh Oh, Shisen Yue, William Schuler

Recent studies have shown that as Transformer-based language models become larger and are trained on very large amounts of data, the fit of their surprisal estimates to naturalistic human reading times degrades. The current work presents a series of analyses showing that word frequency is a key explanatory factor underlying these two trends. First, residual errors from four language model families on four corpora show that the inverse correlation between model size and fit to reading times is the strongest on the subset of least frequent words, which is driven by excessively accurate predictions of larger model variants. Additionally, training dynamics reveal that during later training steps, all model variants learn to predict rare words and that larger model variants do so more accurately, which explains the detrimental effect of both training data amount and model size on fit to reading times. Finally, a feature attribution analysis demonstrates that larger model variants are able to accurately predict rare words based on both an effectively longer context window size as well as stronger local associations compared to smaller model variants. Taken together, these results indicate that Transformer-based language models' surprisal estimates diverge from human-like expectations due to the superhumanly complex associations they learn for predicting rare words.

📄 PDF Abstract BibTeX arXiv:2402.02255

Code (1)

byungdoh/llm_surprisal 공식 구현 pytorch

Tasks

Language Modelling

Similar Papers 제목 키워드 기반

Supposedly Equivalent Facts That Aren't? Entity Frequency in Pre-training Induces Asymmetry in LLMs

2025-03-28 · Yuan He, Bailan He, Zifeng Ding, Alisia Lupidi 외

Understanding and mitigating hallucinations in Large Language Models (LLMs) is crucial for ensuring reliable content generation. While previous research has primarily focused on "when" LLMs hallucinate, our work explains…

Orthographic Codes and the Neighborhood Effect: Lessons from Information Theory

2020-05-01 · LREC 2020 5 · St{\'e}phan Tulkens, S, Dominiek ra, Walter Daelemans

We consider the orthographic neighborhood effect: the effect that words with more orthographic similarity to other words are read faster. The neighborhood effect serves as an important control variable in psycholinguisti…

AlphaZero Neural Scaling and Zipf's Law: a Tale of Board Games and Power Laws

2024-12-16 · Oren Neumann, Claudius Gros

Neural scaling laws are observed in a range of domains, to date with no clear understanding of why they occur. Recent theories suggest that loss power laws arise from Zipf's law, a power law observed in domains like natu…

Board GamesLanguage Modelling

Co-occurrence of the Benford-like and Zipf Laws Arising from the Texts Representing Human and Artificial Languages

2018-03-06 · Evgeny Shulzinger, Irina Legchenkova, Edward Bormashenko

We demonstrate that large texts, representing human (English, Russian, Ukrainian) and artificial (C++, Java) languages, display quantitative patterns characterized by the Benford-like and Zipf laws. The frequency of a wo…

Instance-based Transfer Learning for Multilingual Deep Retrieval

2019-11-08 · Andrew O. Arnold, William W. Cohen

We focus on the problem of search in the multilingual setting. Examining the problems of next-sentence prediction and inverse cloze, we show that at large scale, instance-based transfer learning is surprisingly effective…

RetrievalSentenceTransfer Learning