← Search

Alessandro Sordoni

33 accepted papers

2026

Gistify: Codebase-Level Understanding via Runtime Execution

ICLR 2026poster

As coding agents are increasingly deployed in large codebases, the need to automatically design challenging, codebase-level evaluation is central. We propose Gistify, a task where a coding LLM must create a single, minimal, self-contained file that can reproduce a specific functionality of a codebas…

Cited by 0SourceScholar
2026

The Markovian Thinker

ICLR 2026poster

Reasoning LLMs suffer from quadratic compute growth as their context length increases, making reinforcement learning with verifiable rewards (RLVR) and test-time scaling prohibitively expensive. Prior work has tried to lighten the computational burden by shortening reasoning traces through pruning,…

Cited by 0SourceScholar
2025

A Modular Approach for Clinical SLMs Driven by Synthetic Data with Pre-Instruction Tuning, Model Merging, and Clinical-Tasks Alignment

ACL 2025long

High computation costs and latency of large language models such as GPT-4 have limited their deployment in clinical settings. Small language models (SLMs) offer a cost-effective alternative, but their limited capacity requires biomedical domain adaptation, which remains challenging. An additional bo…

Cited by 0SourcePDFScholar
2025

Learning to Solve Complex Problems via Dataset Decomposition

NeurIPS 2025poster

Curriculum learning is a class of training strategies that organizes the data being exposed to a model by difficulty, gradually from simpler to more complex examples. This research explores a reverse curriculum generation approach that recursively decomposes complex datasets into simpler, more lear…

Cited by 0SourceScholar
2025

VinePPO: Refining Credit Assignment in RL Training of LLMs

ICML 2025poster

Large language models (LLMs) are increasingly applied to complex reasoning tasks that require executing several complex steps before receiving any reward. Properly assigning credit to these steps is essential for enhancing model performance. Proximal Policy Optimization (PPO), a common reinforcement…

Cited by 0SourcePDFScholar
2024

Efficient Adversarial Training in LLMs with Continuous Attacks

NeurIPS 2024spotlight

Large language models (LLMs) are vulnerable to adversarial attacks that can bypass their safety guardrails. In many domains, adversarial training has proven to be one of the most promising methods to reliably improve robustness against such attacks. Yet, in the context of LLMs, current methods for a…

2024

Efficient Reinforcement Learning by Discovering Neural Pathways

NeurIPS 2024poster

Reinforcement learning (RL) algorithms have been very successful at tackling complex control problems, such as AlphaGo or fusion control. However, current research mainly emphasizes solution quality, often achieved by using large models trained on large amounts of data, and does not account for the…

Cited by 1SourcePDFScholar
2024

Improving Context-Aware Preference Modeling for Language Models

NeurIPS 2024poster

While finetuning language models from pairwise preferences has proven remarkably effective, the underspecified nature of natural language presents critical challenges. Direct preference feedback is uninterpretable, difficult to provide where multidimensional criteria may apply, and often inconsisten…

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

Joint Prompt Optimization of Stacked LLMs using Variational Inference

NeurIPS 2023poster

Large language models (LLMs) can be seen as atomic units of computation mapping sequences to a distribution over sequences. Thus, they can be seen as stochastic language layers in a language network, where the learnable parameters are the natural language prompts at each layer. By stacking two such…

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…

2022

Does Pre-training Induce Systematic Inference? How Masked Language Models Acquire Commonsense Knowledge

NAACL 2022long

Transformer models pre-trained with a masked-language-modeling objective (e.g., BERT) encode commonsense knowledge as evidenced by behavioral probes; however, the extent to which this knowledge is acquired by systematic inference over the semantics of the pre-training corpora is an open question. To…

Cited by 7SourcePDFScholar
2022

Evaluating Distributional Distortion in Neural Language Modeling

ICLR 2022poster

A fundamental characteristic of natural language is the high rate at which speakers produce novel expressions. Because of this novelty, a heavy-tail of rare events accounts for a significant amount of the total probability mass of distributions in language (Baayen, 2001). Standard language modeling…

Cited by 25SourcePDFScholar
2022

Measuring Morphological Fusion Using Partial Information Decomposition

COLING 2022main

Morphological systems across languages vary when it comes to the relation between form and meaning. In some languages, a single meaning feature corresponds to a single morpheme, whereas in other languages, multiple meaning features are bundled together into one morpheme. The two types of languages h…

Cited by 5SourcePDFScholar
2022

Unsupervised Dependency Graph Network

ACL 2022long

Recent work has identified properties of pretrained self-attention models that mirror those of dependency parse structures. In particular, some self-attention heads correspond well to individual dependency types. Inspired by these developments, we propose a new competitive mechanism that encourages…

2021

Decomposed Mutual Information Estimation for Contrastive Representation Learning

ICML 2021spotlight

Recent contrastive representation learning methods rely on estimating mutual information (MI) between multiple views of an underlying context. E.g., we can derive multiple views of a given image by applying data augmentation, or we can split a sequence into views comprising the past and future of so…

Cited by 43SourcePDFScholar
2021

Explicitly Modeling Syntax in Language Models with Incremental Parsing and a Dynamic Oracle

NAACL 2021long

Syntax is fundamental to our thinking about language. Failing to capture the structure of input language could lead to generalization problems and over-parametrization. In the present work, we propose a new syntax-aware language model: Syntactic Ordered Memory (SOM). The model explicitly models the…

Cited by 9SourcePDFScholar
2021

Linguistic Dependencies and Statistical Dependence

EMNLP 2021main

Are pairs of words that tend to occur together also likely to stand in a linguistic dependency? This empirical question is motivated by a long history of literature in cognitive science, psycholinguistics, and NLP. In this work we contribute an extensive analysis of the relationship between linguist…

2021

Quantum-inspired Neural Network for Conversational Emotion Recognition

AAAI 2021technical

We provide a novel perspective on conversational emotion recognition by drawing an analogy between the task and a complete span of quantum measurement. We characterize different steps of quantum measurement in the process of recognizing speakers' emotions in conversation, and stitch them up with a q…

2021

Understanding by Understanding Not: Modeling Negation in Language Models

NAACL 2021long

Negation is a core construction in natural language. Despite being very successful on many tasks, state-of-the-art pre-trained language models often handle negation incorrectly. To improve language models in this regard, we propose to augment the language modeling objective with an unlikelihood obje…

2020

Fast Domain Adaptation for Goal-Oriented Dialogue Using a Hybrid Generative-Retrieval Transformer

ICASSP 2020accepted

Goal-oriented dialogue systems are now widely adopted in industry, where practical aspects of using them becomes of key importance. As such, it is expected from such systems to fit into a rapid prototyping cycle for new products and domains. For data-driven dialogue systems (especially those based o…

Cited by 0SourceScholar
2019

Ordered Memory

NeurIPS 2019poster

Stack-augmented recurrent neural networks (RNNs) have been of interest to the deep learning community for some time. However, the difficulty of training memory models remains a problem obstructing the widespread use of such models. In this paper, we propose the Ordered Memory architecture. Inspired…

2019

Ordered Neurons: Integrating Tree Structures into Recurrent Neural Networks

ICLR 2019oral

Natural language is hierarchically structured: smaller units (e.g., phrases) are nested within larger units (e.g., clauses). When a larger constituent ends, all of the smaller constituents that are nested within it must also be closed. While the standard LSTM architecture allows different neurons to…

2018

Augmented CycleGAN: Learning Many-to-Many Mappings from Unpaired Data

ICML 2018oral

Learning inter-domain mappings from unpaired data can improve performance in structured prediction tasks, such as image segmentation, by reducing the need for paired data. CycleGAN was recently proposed for this problem, but critically assumes the underlying inter-domain mapping is approximately det…

Cited by 563SourcePDFScholar
2018

Focused Hierarchical RNNs for Conditional Sequence Processing

ICML 2018oral

Recurrent Neural Networks (RNNs) with attention mechanisms have obtained state-of-the-art results for many sequence processing tasks. Most of these models use a simple form of encoder with attention that looks over the entire sequence and assigns a weight to each token independently. We present a me…

Cited by 28SourcePDFScholar
2018

Towards Text Generation with Adversarially Learned Neural Outlines

NeurIPS 2018poster

Recent progress in deep generative models has been fueled by two paradigms -- autoregressive and adversarial models. We propose a combination of both approaches with the goal of learning generative models of text. Our method first produces a high-level sentence outline and then generates words seque…

2018

Twin Networks: Matching the Future for Sequence Generation

ICLR 2018poster

We propose a simple technique for encouraging generative RNNs to plan ahead. We train a ``backward'' recurrent network to generate a given sequence in reverse order, and we encourage states of the forward model to predict cotemporal states of the backward model. The backward network is used only dur…

2017

Z-Forcing: Training Stochastic Recurrent Networks

NeurIPS 2017poster

Many efforts have been devoted to training generative latent variable models with autoregressive decoders, such as recurrent neural networks (RNN). Stochastic recurrent models have been successful in capturing the variability observed in natural sequential data such as speech. We unify successful id…