← Search

Tiago Pimentel

36 accepted papers

2026

Operationalizing the Superficial Alignment Hypothesis via Task Complexity

ICML 2026poster

The superficial alignment hypothesis (SAH) posits that large language models learn most of their knowledge during pre-training, and that post-training merely surfaces this knowledge. The SAH, however, lacks a precise definition, which has led to (i) different and seemingly orthogonal arguments suppo…

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

Convergence and Divergence of Language Models under Different Random Seeds

EMNLP 2025

In this paper, we investigate the convergence of language models (LMs) trained under different random seeds, measuring convergence as the expected per-token Kullback–Leibler (KL) divergence across seeds. By comparing LM convergence as a function of model size and training checkpoint, we identify a f

Cited by 0SourcePDFScholar
2025

The Non-Linear Representation Dilemma: Is Causal Abstraction Enough for Mechanistic Interpretability?

NeurIPS 2025spotlight

The concept of causal abstraction got recently popularised to demystify the opaque decision-making processes of machine learning models; in short, a neural network can be abstracted as a higher-level algorithm if there exists a function which allows us to map between them. Notably, most interpretabi…

Cited by 0SourceScholar
2025

The time scale of redundancy between prosody and linguistic context

ACL 2025long

In spoken communication, information is transmitted not only via words, but also through a rich array of non-verbal signals, including prosody—the non-segmental auditory features of speech. Do these different communication channels carry distinct information? Prior work has shown that the informatio…

Cited by 0SourcePDFScholar
2025

Using Information Theory to Characterize Prosodic Typology: The Case of Tone, Pitch-Accent and Stress-Accent

ACL 2025long

This paper argues that the relationship between lexical identity and prosody—one well-studied parameter of linguistic variation—can be characterized using information theory. We predict that languages that use prosody to make lexical distinctions should exhibit a higher mutual information between wo…

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

Local and Global Decoding in Text Generation

EMNLP 2024finding

Text generation, a component in applications such as dialogue systems, relies heavily on decoding algorithms that sample strings from a language model distribution. Traditional methods like top-k and top-𝜋 decoding locally normalise the model’s output, which can significantly distort the original di…

2024

On the Effect of (Near) Duplicate Subwords in Language Modelling

ACL 2024findings

Tokenisation is a core part of language models (LMs). It involves splitting a character sequence into subwords which are assigned random indices before being served to the LM. However, this process—while typically lossless—may lead to less efficient LM training, because it removes character-level in…

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

An Exploration of Left-Corner Transformations

EMNLP 2023long main

The left-corner transformation (Rosenkrantz and Lewis, 1970) is used to remove left recursion from context-free grammars, which is an important step towards making the grammar parsable top-down with simple techniques. This paper generalizes prior left-corner transformations to support semiring-weigh…

Cited by 0SourcecodeScholar
2023

Few-shot Fine-tuning vs. In-context Learning: A Fair Comparison and Evaluation

ACL 2023findings

Few-shot fine-tuning and in-context learning are two alternative strategies for task adaptation of pre-trained language models. Recently, in-context learning has gained popularity over fine-tuning due to its simplicity and improved out-of-domain generalization, and because extensive evidence shows t…

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

On the Usefulness of Embeddings, Clusters and Strings for Text Generation Evaluation

ICLR 2023top-25%

A good automatic evaluation metric for language generation ideally correlates highly with human judgements of text quality. Yet, there is a dearth of such metrics, which inhibits the rapid and efficient progress of language generators. One exception is the recently proposed Mauve. In theory, Mauve…

Cited by 11SourcePDFScholar
2023

Quantifying the redundancy between prosody and text

EMNLP 2023long main

Prosody---the suprasegmental component of speech, including pitch, loudness, and tempo---carries critical aspects of meaning. However, the relationship between the information conveyed by prosody vs. by the words themselves remains poorly understood. We use large language models (LLMs) to estimate h…

Cited by 0SourcecodeScholar
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
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

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…

2022

Probing for the Usage of Grammatical Number

ACL 2022long

A central quest of probing is to uncover how pre-trained models encode a linguistic property within their representations. An encoding, however, might be spurious—i.e., the model might not rely on it when making predictions. In this paper, we try to find an encoding that the model actually uses, int…

Cited by 59SourcePDFScholar
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

Finding Concept-specific Biases in Form–Meaning Associations

NAACL 2021long

This work presents an information-theoretic operationalisation of cross-linguistic non-arbitrariness. It is not a new idea that there are small, cross-linguistic associations between the forms and meanings of words. For instance, it has been claimed (Blasi et al., 2016) that the word for “tongue” is…

Cited by 8SourcePDFScholar
2021

How (Non-)Optimal is the Lexicon?

NAACL 2021long

The mapping of lexical meanings to wordforms is a major feature of natural languages. While usage pressures might assign short words to frequent meanings (Zipf’s law of abbreviation), the need for a productive and open-ended vocabulary, local constraints on sequences of symbols, and various other fa…

Cited by 22SourcePDFScholar
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…

2021

What About the Precedent: An Information-Theoretic Analysis of Common Law

NAACL 2021long

In common law, the outcome of a new case is determined mostly by precedent cases, rather than by existing statutes. However, how exactly does the precedent influence the outcome of a new case? Answering this question is crucial for guaranteeing fair and consistent judicial decision-making. We are th…