← Search

Edoardo Ponti

28 accepted papers

2026

AdaSplash-2: Faster Differentiable Sparse Attention

ICML 2026poster

Sparse attention has been proposed as a way to alleviate the quadratic cost of transformers, a central bottleneck in long-context training. A promising line of work is $\alpha$-entmax attention, a differentiable sparse alternative to softmax that enables input-dependent sparsity yet has lagged behin…

Cited by 0SourceScholar
2026

Blending Supervised and Reinforcement Fine-Tuning with Prefix Sampling

ICML 2026poster

Existing LLMs-post-training techniques are broadly categorized into supervised fine-tuning (SFT) and reinforcement fine-tuning (RFT). Each paradigm presents a distinct trade-off: (1) SFT excels at mimicking demonstration data, but can lead to problematic generalization as a form of behaviour cloning…

Cited by 0SourceScholar
2026

Fast and Expressive Multi-Byte Prediction with Probabilistic Circuits

ICML 2026poster

Multi-token prediction (MTP) is a prominent strategy to significantly speed up generation in large language models (LLMs), especially in byte-level LLMs, which are tokeniser-free but prohibitively slow. However, existing MTP methods often sacrifice expressiveness by assuming independence between fut…

Cited by 0SourceScholar
2025

Inference-Time Hyper-Scaling with KV Cache Compression

NeurIPS 2025poster

Inference-time scaling trades efficiency for increased reasoning accuracy by generating longer or more parallel sequences. However, in Transformer LLMs, generation cost is bottlenecked by the size of the key–value (KV) cache, rather than the number of generated tokens. Hence, we explore inference-ti…

Cited by 0SourceScholar
2025

Mixtures of In-Context Learners

ACL 2025long

In-context learning (ICL) adapts LLMs by providing demonstrations without fine-tuning the model parameters; however, it is very sensitive to the choice of in-context demonstrations, and processing many demonstrations can be computationally demanding. We propose Mixtures of In-Context Learners (MoICL…

2025

MoE-CAP: Benchmarking Cost, Accuracy and Performance of Sparse Mixture-of-Experts Systems

NeurIPS 2025poster

The sparse Mixture-of-Experts (MoE) architecture is increasingly favored for scaling Large Language Models (LLMs) efficiently, but it depends on heterogeneous compute and memory resources. These factors jointly affect system Cost, Accuracy, and Performance (CAP), making trade-offs inevitable. Existi…

Cited by 0SourcecodeScholar
2025

Post-hoc Reward Calibration: A Case Study on Length Bias

ICLR 2025poster

Reinforcement Learning from Human Feedback aligns the outputs of Large Language Models with human values and preferences. Central to this process is the reward model (RM), which translates human feedback into training signals for optimising LLM behaviour. However, RMs can develop biases by exploitin…

2025

The Cross-linguistic Role of Animacy in Grammar Structures

ACL 2025long

Animacy is a semantic feature of nominals and follows a hierarchy: personal pronouns > human > animate > inanimate. In several languages, animacy imposes hard constraints on grammar. While it has been argued that these constraints may emerge from universal soft tendencies, it has been difficult to p…

2025

Universal Cross-Tokenizer Distillation via Approximate Likelihood Matching

NeurIPS 2025poster

Distillation has shown remarkable success in transferring knowledge from a Large Language Model (LLM) teacher to a student LLM. However, current distillation methods require similar tokenizers between the teacher and the student, restricting their applicability to only a small subset of teacher--stu…

Cited by 0SourceScholar
2024

Are Large Language Model Temporally Grounded?

NAACL 2024long

Are Large Language Models (LLMs) temporally grounded? Since LLMs cannot perceive and interact with the environment, it is impossible to answer this question directly. Instead, we provide LLMs with textual narratives and probe them with respect to their common-sense knowledge of the structure and dur…

Cited by 19SourcePDFScholar
2024

Dynamic Memory Compression: Retrofitting LLMs for Accelerated Inference

ICML 2024poster

Transformers have emerged as the backbone of large language models (LLMs). However, generation remains inefficient due to the need to store in memory a cache of key–value representations for past tokens, whose size scales linearly with the input sequence length and batch size. As a solution, we prop…

2024

Elastic Weight Removal for Faithful and Abstractive Dialogue Generation

NAACL 2024long

Generating factual responses is a crucial requirement for dialogue systems. To promotemore factual responses, a common strategyis to ground their responses in relevant documents that inform response generation. However, common dialogue models still often hallucinate information that was not containe…

2024

Model Merging by Uncertainty-Based Gradient Matching

ICLR 2024poster

Models trained on different datasets can be merged by a weighted-averaging of their parameters, but why does it work and when can it fail? Here, we connect the inaccuracy of weighted-averaging to mismatches in the gradients and propose a new uncertainty-based scheme to improve the performance by red…

2024

On the Independence Assumption in Neurosymbolic Learning

ICML 2024poster

State-of-the-art neurosymbolic learning systems use probabilistic reasoning to guide neural networks towards predictions that conform to logical constraints. Many such systems assume that the probabilities of the considered symbols are conditionally independent given the input to simplify learning a…

Cited by 13SourcePDFScholar
2024

Probing the Emergence of Cross-lingual Alignment during LLM Training

ACL 2024findings

Multilingual Large Language Models (LLMs) achieve remarkable levels of zero-shot cross-lingual transfer performance. We speculate that this is predicated on their ability to align languages without explicit supervision from parallel sentences. While representations of translationally equivalent sent…

Cited by 15SourcePDFScholar
2024

Spectral Editing of Activations for Large Language Model Alignment

NeurIPS 2024poster

Large language models (LLMs) often exhibit undesirable behaviours, such as generating untruthful or biased content. Editing their internal representations has been shown to be effective in mitigating such behaviours on top of the existing alignment methods. We propose a novel inference-time editing…

2024

Towards Modular LLMs by Building and Reusing a Library of LoRAs

ICML 2024poster

Given the increasing number of parameter-efficient adapters of large language models (LLMs), how can we reuse them to improve LLM performance on new tasks? We study how to best build a *library* of adapters given multi-task data and devise techniques for both *zero-shot* and *supervised* task genera…

Cited by 31SourcePDFScholar
2023

Detecting and Mitigating Hallucinations in Multilingual Summarisation

EMNLP 2023long main

Hallucinations pose a significant challenge to the reliability of neural models for abstractive summarisation. While automatically generated summaries may be fluent, they often lack faithfulness to the original document. This issue becomes even more pronounced in low-resource languages, where summar…

Cited by 0SourcecodeScholar
2023

Multi-Head Adapter Routing for Cross-Task Generalization

NeurIPS 2023poster

Parameter-efficient fine-tuning (PEFT) for cross-task generalization consists in pre-training adapters on a multi-task training set before few-shot adaptation to test tasks. Polytropon [Ponti et al., 2023] ($\texttt{Poly}$) jointly learns an inventory of adapters and a *routing* function that select…

2023

Unifying Cross-Lingual Transfer across Scenarios of Resource Scarcity

EMNLP 2023long main

The scarcity of data in many of the world's languages necessitates the transfer of knowledge from other, resource-rich languages. However, the level of scarcity varies significantly across multiple dimensions, including: i) the amount of task-specific data available in the source and target language…

Cited by 0SourcecodeScholar
2022

Composable Sparse Fine-Tuning for Cross-Lingual Transfer

ACL 2022long

Fine-tuning the entire set of parameters of a large pretrained model has become the mainstream approach for transfer learning. To increase its efficiency and prevent catastrophic forgetting and interference, techniques like adapters and sparse fine-tuning have been developed. Adapters are modular, a…

2022

Image Retrieval from Contextual Descriptions

ACL 2022long

The ability to integrate context, including perceptual and temporal cues, plays a pivotal role in grounding the meaning of a linguistic utterance. In order to measure to what extent current vision-and-language models master this ability, we devise a new multimodal challenge, Image Retrieval from Con…

2022

Same Neurons, Different Languages: Probing Morphosyntax in Multilingual Pre-trained Models

NAACL 2022long

The success of multilingual pre-trained models is underpinned by their ability to learn representations shared by multiple languages even in absence of any explicit supervision. However, it remains unclear how these models learn to generalise across languages. In this work, we conjecture that multil…