← Search

Ivan Titov

45 accepted papers

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

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
2026

Truthful or Fabricated? Using Causal Attribution to Mitigate Reward Hacking in Explanations

ICLR 2026poster

Chain-of-thought explanations are widely used to inspect the decision process of large language models (LLMs) and to evaluate the trustworthiness of model outputs, making them important for effective collaboration between LLMs and humans. We demonstrate that preference optimization -- a key step in…

Cited by 0SourcecodeScholar
2025

A Controllable Examination for Long-Context Language Models

NeurIPS 2025spotlight

Existing frameworks for evaluating long-context language models (LCLM) can be broadly categorized into real-world applications (e.g, document summarization) and synthetic tasks (e.g, needle-in-a-haystack). Despite their utility, both approaches are accompanied by certain intrinsic limitations. Real-…

Cited by 0SourceScholar
2025

Demons in the Detail: On Implementing Load Balancing Loss for Training Specialized Mixture-of-Expert Models

ACL 2025long

This paper revisits the implementation of Load-Balancing-Loss (LBL) when training Mixture-of-Experts (MoEs) models. Specifically, LBL for MoEs is defined as NE ∑i=1NE fipi, where NE is the total number of experts, fi represents the frequency of expert i being selected, and pi denotes the average gat…

2025

Joint Localization and Activation Editing for Low-Resource Fine-Tuning

ICML 2025poster

Parameter-efficient fine-tuning (PEFT) methods, such as LoRA, are commonly used to adapt LLMs. However, the effectiveness of standard PEFT methods is limited in low-resource scenarios with only a few hundred examples. Recent advances in interpretability research have inspired the emergence of activa…

2025

Language Agents Meet Causality -- Bridging LLMs and Causal World Models

ICLR 2025poster

Large Language Models (LLMs) have recently shown great promise in planning and reasoning applications. These tasks demand robust systems, which arguably require a causal understanding of the environment. While LLMs can acquire and reflect common sense causal knowledge from their pretraining data, th…

2025

Layerwise Recurrent Router for Mixture-of-Experts

ICLR 2025poster

The scaling of large language models (LLMs) has revolutionized their capabilities in various tasks, yet this growth must be matched with efficient computational strategies. The Mixture-of-Experts (MoE) architecture stands out for its ability to scale model size without significantly increasing trai…

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…

2024

Autoencoding Conditional Neural Processes for Representation Learning

ICML 2024poster

Conditional neural processes (CNPs) are a flexible and efficient family of models that learn to learn a stochastic process from data. They have seen particular application in contextual image completion - observing pixel values at some locations to predict a distribution over values at other unobser…

2024

Cache & Distil: Optimising API Calls to Large Language Models

ACL 2024findings

Large-scale deployment of generative AI tools often depends on costly API calls to a Large Language Model (LLM) to fulfil user queries, a process that also exposes the request stream to external providers. To curtail the frequency of these calls, one can employ a local smaller language model -a stud…

2024

Generalisation First, Memorisation Second? Memorisation Localisation for Natural Language Classification Tasks

ACL 2024findings

Memorisation is a natural part of learning from real-world data: neural models pick up on atypical input-output combinations and store those training examples in their parameter space. That this happens is well-known, but how and where are questions that remain largely unanswered. Given a multi-laye…

Cited by 2SourcePDFScholar
2024

SIP: Injecting a Structural Inductive Bias into a Seq2Seq Model by Simulation

ACL 2024long

Strong inductive biases enable learning from little data and help generalization outside the training distribution. Popular neural architectures such as Transformers lack strong structural inductive biases for seq2seq NLP tasks on their own. Consequently, they struggle with systematic generalization…

2024

Strengthening Structural Inductive Biases by Pre-training to Perform Syntactic Transformations

EMNLP 2024main

Models need appropriate inductive biases to effectively learn from small amounts of data and generalize systematically outside of the training distribution. While Transformers are highly versatile and powerful, they can still benefit from enhanced structural inductive biases for seq2seq tasks, espec…

2023

Compositional Generalization without Trees using Multiset Tagging and Latent Permutations

ACL 2023long

Seq2seq models have been shown to struggle with compositional generalization in semantic parsing, i.e. generalizing to unseen compositions of phenomena that the model handles correctly in isolation. We phrase semantic parsing as a two-step process: we first tag each input token with a multiset of ou…

2023

Cross-Modal Conceptualization in Bottleneck Models

EMNLP 2023long main

Concept Bottleneck Models (CBMs) assume that training examples (e.g., x-ray images) are annotated with high-level concepts (e.g., types of abnormalities), and perform classification by first predicting the concepts, followed by predicting the label relying on these concepts. However, the primary cha…

Cited by 0SourceScholar
2023

Memorisation Cartography: Mapping out the Memorisation-Generalisation Continuum in Neural Machine Translation

EMNLP 2023long main

When training a neural network, it will quickly memorise some source-target mappings from your dataset but never learn some others. Yet, memorisation is not easily expressed as a binary feature that is good or bad: individual datapoints lie on a memorisation-generalisation continuum. What determines…

Cited by 0SourceScholar
2023

Subspace Chronicles: How Linguistic Information Emerges, Shifts and Interacts during Language Model Training

EMNLP 2023long findings

Representational spaces learned via language modeling are fundamental to Natural Language Processing (NLP), however there has been limited understanding regarding how and when during training various types of linguistic information emerge and interact. Leveraging a novel information theoretic probin…

Cited by 0SourceScholar
2023

Theoretical and Practical Perspectives on what Influence Functions Do

NeurIPS 2023spotlight

Influence functions (IF) have been seen as a technique for explaining model predictions through the lens of the training data. Their utility is assumed to be in identifying training examples "responsible" for a prediction so that, for example, correcting a prediction is possible by intervening on th…

Cited by 22SourcePDFScholar
2022

Can Transformer be Too Compositional? Analysing Idiom Processing in Neural Machine Translation

ACL 2022long

Unlike literal expressions, idioms’ meanings do not directly follow from their parts, posing a challenge for neural machine translation (NMT). NMT models are often unable to translate idioms accurately and over-generate compositional, literal translations. In this work, we investigate whether the no…

2021

A Differentiable Relaxation of Graph Segmentation and Alignment for AMR Parsing

EMNLP 2021main

Abstract Meaning Representations (AMR) are a broad-coverage semantic formalism which represents sentence meaning as a directed acyclic graph. To train most AMR parsers, one needs to segment the graph into subgraphs and align each such subgraph to a word in a sentence; this is normally done at prepro…

Cited by 12SourcePDFScholar
2021

Analyzing the Source and Target Contributions to Predictions in Neural Machine Translation

ACL 2021long

In Neural Machine Translation (and, more generally, conditional language modeling), the generation of a target token is influenced by two types of context: the source and the prefix of the target sequence. While many attempts to understand the internal workings of NMT models have been made, none of…

2021

Beyond Sentence-Level End-to-End Speech Translation: Context Helps

ACL 2021long

Document-level contextual information has shown benefits to text-based machine translation, but whether and how context helps end-to-end (E2E) speech translation (ST) is still under-studied. We fill this gap through extensive experiments using a simple concatenation-based context-aware ST model, pai…

2021

Highly Parallel Autoregressive Entity Linking with Discriminative Correction

EMNLP 2021main

Generative approaches have been recently shown to be effective for both Entity Disambiguation and Entity Linking (i.e., joint mention detection and disambiguation). However, the previously proposed autoregressive formulation for EL suffers from i) high computational cost due to a complex (deep) deco…

2021

Interpreting Graph Neural Networks for NLP With Differentiable Edge Masking

ICLR 2021spotlight

Graph neural networks (GNNs) have become a popular approach to integrating structural inductive biases into NLP models. However, there has been little work on interpreting them, and specifically on understanding which parts of the graphs (e.g. syntactic trees or co-reference structures) contribute t…

2021

Language Modeling, Lexical Translation, Reordering: The Training Process of NMT through the Lens of Classical SMT

EMNLP 2021main

Differently from the traditional statistical MT that decomposes the translation task into distinct separately learned components, neural machine translation uses a single neural network to model the entire translation process. Despite neural machine translation being de-facto standard, it is still n…

2021

Learning Opinion Summarizers by Selecting Informative Reviews

EMNLP 2021main

Opinion summarization has been traditionally approached with unsupervised, weakly-supervised and few-shot learning techniques. In this work, we collect a large dataset of summaries paired with user reviews for over 31,000 products, enabling supervised training. However, the number of reviews per pro…

2021

Structured Reordering for Modeling Latent Alignments in Sequence Transduction

NeurIPS 2021poster

Despite success in many domains, neural models struggle in settings where train and test examples are drawn from different distributions. In particular, in contrast to humans, conventional sequence-to-sequence (seq2seq) models fail to generalize systematically, i.e., interpret sentences representing…

2019

Differentiable Perturb-and-Parse: Semi-Supervised Parsing with a Structured Variational Autoencoder

ICLR 2019poster

Human annotation for syntactic parsing is expensive, and large resources are available only for a fraction of languages. A question we ask is whether one can leverage abundant unlabeled texts to improve syntactic parsers, beyond just using the texts to obtain more generalisable lexical features (i.…

Cited by 68SourcePDFScholar
2017

Emergence of Language with Multi-agent Games: Learning to Communicate with Sequences of Symbols

NeurIPS 2017poster

Learning to communicate through interaction, rather than relying on explicit supervision, is often considered a prerequisite for developing a general AI. We study a setting where two agents engage in playing a referential game and, from scratch, develop a communication protocol necessary to succeed…

Cited by 370SourcePDFScholar