← Search

Clara Meister

27 accepted papers

2025

Causal Estimation of Tokenisation Bias

ACL 2025long

Modern language models are typically trained over subword sequences, but ultimately define probabilities over character-strings. Ideally, the choice of the tokeniser—which maps character-strings to subwords—should not affect the probability assigned to the underlying character-string; in practice, i…

2025

Uncertainty-Aware Decoding with Minimum Bayes Risk

ICLR 2025poster

Despite their outstanding performance in the majority of scenarios, contemporary language models still occasionally generate undesirable outputs, for example, hallucinated text. While such behaviors have previously been linked to uncertainty, there is a notable lack of methods that actively consider…

Cited by 0SourcePDFScholar
2024

Causal Estimation of Memorisation Profiles

ACL 2024long

Understanding memorisation in language models has practical and societal implications, e.g., studying models’ training dynamics or preventing copyright infringements.Prior work defines memorisation as the causal effect of training with an instance on the model’s ability to predict that instance. Thi…

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

A Formal Perspective on Byte-Pair Encoding

ACL 2023findings

Byte-Pair Encoding (BPE) is a popular algorithm used for tokenizing data in NLP, despite being devised initially as a compression method.BPE appears to be a greedy algorithm at face value, but the underlying optimization problem that BPE seeks to solve has not yet been laid down. We formalize BPE as…

2023

A Measure-Theoretic Characterization of Tight Language Models

ACL 2023long

Language modeling, a central task in natural language processing, involves estimating a probability distribution over strings. In most cases, the estimated distribution sums to 1 over all finite strings. However, in some pathological cases, probability mass can “leak” onto the set of infinite sequen…

Cited by 33SourcePDFScholar
2023

A Natural Bias for Language Generation Models

ACL 2023short

After just a few hundred training updates, a standard probabilistic model for language generation has likely not yet learnt many semantic or syntactic rules of natural language, making it difficult to estimate the probability distribution over next tokens. Yet around this point, these models have id…

2023

Language Model Quality Correlates with Psychometric Predictive Power in Multiple Languages

EMNLP 2023short main

Surprisal theory (Hale, 2001; Levy, 2008) posits that a word’s reading time is proportional to its surprisal (i.e., to its negative log probability given the proceeding context). Since we are unable to access a word’s ground-truth probability, surprisal theory has been empirically tested using surpr…

Cited by 0SourceScholar
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…

2023

Revisiting the Optimality of Word Lengths

EMNLP 2023long main

Zipf (1935) posited that wordforms are optimized to minimize utterances' communicative costs. Under the assumption that cost is given by an utterance's length, he supported this claim by showing that words' lengths are inversely correlated with their frequencies. Communicative cost, however, can be…

Cited by 0SourcecodeScholar
2023

Tokenization and the Noiseless Channel

ACL 2023long

Subword tokenization is a key part of most NLP pipelines. However, little is known about why some tokenizer and hyperparameter combinations lead to improved downstream model performance over others. We propose that good tokenizers lead to efficient channel usage, where the channel is the means by wh…

2022

Analyzing Wrap-Up Effects through an Information-Theoretic Lens

ACL 2022short

Numerous analyses of reading time (RT) data have been undertaken in the effort to learn more about the internal processes that occur during reading comprehension. However, data measured on words at the end of a sentence–or even clause–is often omitted due to the confounding factors introduced by so-…

Cited by 14SourcePDFScholar
2022

Mutual Information Alleviates Hallucinations in Abstractive Summarization

EMNLP 2022main

Despite significant progress in the quality of language generated from abstractive summarization models, these models still exhibit the tendency to hallucinate, i.e., output content not supported by the source document. A number of works have tried to fix—or at least uncover the source of—the proble…

2022

On the probability–quality paradox in language generation

ACL 2022short

When generating natural language from neural probabilistic models, high probability does not always coincide with high quality: It has often been observed that mode-seeking decoding methods, i.e., those that produce high-probability text under the model, lead to unnatural language. On the other hand…

2021

A Plug-and-Play Method for Controlled Text Generation

EMNLP 2021finding

Large pre-trained language models have repeatedly shown their ability to produce fluent text. Yet even when starting from a prompt, generation can continue in many plausible directions. Current decoding methods with the goal of controlling generation, e.g., to ensure specific words are included, eit…

2021

A surprisal–duration trade-off across and within the world’s languages

EMNLP 2021main

While there exist scores of natural languages, each with its unique features and idiosyncrasies, they all share a unifying theme: enabling human communication. We may thus reasonably predict that human cognition shapes how these languages evolve and are used. Assuming that the capacity to process in…

2021

Revisiting the Uniform Information Density Hypothesis

EMNLP 2021main

The uniform information density (UID) hypothesis posits a preference among language users for utterances structured such that information is distributed uniformly across a signal. While its implications on language production have been well explored, the hypothesis potentially makes predictions abou…