← Search

Luca Malagutti

4 accepted papers

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…

2024

The Role of n-gram Smoothing in the Age of Neural Networks

NAACL 2024long

For nearly three decades, language models derived from the n-gram assumption held the state of the art on the task. The key to their success lay in the application of various smoothing techniques that served to combat overfitting. However, when neural language models toppled n-gram models as the bes…

2023

On the Efficacy of Sampling Adapters

ACL 2023long

Sampling-based decoding strategies are widely employed for generating text from probabilistic models, yet standard ancestral sampling often results in text that is degenerate or incoherent. To alleviate this issue, various modifications to a model’s sampling distribution, such as top-p or top-k samp…