← Search

Juan Luis Gastaldi

4 accepted papers

2025

From Language Models over Tokens to Language Models over Characters

ICML 2025spotlight

Modern language models are internally—and mathematically—distributions over *token* strings rather than *character* strings, posing numerous challenges for programmers building user applications on top of them. For example, if a prompt is specified as a character string, it must be tokenized before…

Cited by 5SourcePDFScholar
2025

Language Models over Canonical Byte-Pair Encodings

ICML 2025poster

Modern language models represent probability distributions over character strings as distributions over (shorter) token strings derived via a deterministic tokenizer, such as byte-pair encoding. While this approach is highly effective at scaling up language models to large corpora, its current incar…

Cited by 0SourcePDFScholar
2025

The Foundations of Tokenization: Statistical and Computational Concerns

ICLR 2025poster

Tokenization — the practice of converting strings of characters from an alphabet into sequences of tokens over a vocabulary — is a critical step in the NLP pipeline. The use of token representations is widely credited with increased model performance but is also the source of many undesirable behavi…

Cited by 5SourcePDFScholar
2024

On the Proper Treatment of Tokenization in Psycholinguistics

EMNLP 2024main

Language models are widely used in computational psycholinguistics to test theories that relate the negative log probability (the surprisal) of a region of interest (a substring of characters) under a language model to its cognitive cost experienced by readers, as operationalized, for example, by ga…