Word predictability estimates from language models are not robust to tokenizer vocabulary

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Social Sciences & Behavioral Studies · Depth: Advanced, quick

Summary

A recent study investigates the robustness of language model-derived word predictability estimates, specifically focusing on the impact of BPE tokenizer vocabulary size. Researchers examined how vocabulary size influences the linguistic plausibility of learned subword units, the surprisal estimates generated by models, and the quality of downstream reading time predictions. The findings indicate that while tokenizer vocabulary size does not substantially alter the rate of morphologically reasonable tokenizations, it significantly affects surprisal estimates and reading time predictions across 5-gram, LSTM, and GPT-2 language models. These discrepancies primarily manifest in words that are split by the tokenizer, highlighting a critical consideration for psycholinguists designing stimuli for computational modeling.

Key takeaway

For psycholinguists and NLP engineers using language models for cognitive modeling, you must account for tokenizer vocabulary effects. Your predictability estimates and reading time predictions can be significantly skewed, especially for words split into subword units. Carefully design your experimental stimuli with subword tokenization in mind to ensure the robustness and validity of your computational modeling results.

Key insights

Language model predictability estimates and reading time predictions are significantly impacted by tokenizer vocabulary size, particularly for words split into subword units.

Principles

Method

Researchers investigated the effect of BPE tokenizer vocabulary size on subword unit plausibility, surprisal estimates, and downstream reading time predictions using 5-gram, LSTM, and GPT-2 language models.

In practice

Topics

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.