← Search

Samy Bengio

44 accepted papers

2026

AbstRaL: Augmenting LLMs' Reasoning by Reinforcing Abstract Thinking

ICLR 2026poster

Recent studies have shown that large language models (LLMs), especially smaller ones, often lack robustness in grade school math (GSM) reasoning. In particular, they tend to experience performance drops when faced with distribution shifts, such as changes to numerical or nominal variables, or inser…

Cited by 0SourceScholar
2026

RL for Reasoning by Adaptively Revealing Rationales

ICLR 2026poster

Learning in the combinatorially large output space of sequence generation problems is challenging as providing expert demonstrations scales poorly with sequence length, and RL struggles with sparse rewards. Between dense demonstrations in supervised training and no demonstrations in reinforcement l…

Cited by 0SourceScholar
2025

GSM-Symbolic: Understanding the Limitations of Mathematical Reasoning in Large Language Models

ICLR 2025poster

Recent advancements in Large Language Models (LLMs) have sparked interest in their mathematical reasoning capabilities. While performance on the widely popular GSM8K benchmark has improved, questions remain about whether reported evaluation metrics are reliable, and reasoning abilities of LLMs have…

Cited by 209SourcePDFScholar
2025

The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complexity

NeurIPS 2025poster

Recent generations of frontier language models have introduced Large Reasoning Models (LRMs) that generate detailed thinking processes before providing answers. While these models demonstrate improved performance on reasoning benchmarks, their fundamental capabilities, scaling properties, and limita…

Cited by 0SourceScholar
2025

TiC-LM: A Web-Scale Benchmark for Time-Continual LLM Pretraining

ACL 2025long

Large Language Models (LLMs) trained on historical web data inevitably become outdated. We investigate evaluation strategies and update methods for LLMs as new data becomes available. We introduce a web-scale dataset for time-continual pretraining of LLMs derived from 114 dumps of Common Crawl (CC)…

2024

How Far Can Transformers Reason? The Globality Barrier and Inductive Scratchpad

NeurIPS 2024poster

Can Transformers predict new syllogisms by composing established ones? More generally, what type of targets can be learned by such models from scratch? Recent works show that Transformers can be Turing-complete in terms of expressivity, but this does not address the learnability objective. This pape…

2024

What Algorithms can Transformers Learn? A Study in Length Generalization

ICLR 2024poster

Large language models exhibit surprising emergent generalization properties, yet also struggle on many simple reasoning tasks such as arithmetic and parity. In this work, we focus on length generalization, and we propose a unifying framework to understand when and how Transformers can be expected to…

Cited by 132SourcePDFScholar
2024

When can transformers reason with abstract symbols?

ICLR 2024poster

We investigate the capabilities of transformer models on relational reasoning tasks. In these tasks, models are trained on a set of strings encoding abstract relations, and are then tested out-of-distribution on data that contains symbols that did not appear in the training dataset. We prove that fo…

2023

Continuous pseudo-labeling from the start

ICLR 2023poster

Self-training (ST), or pseudo-labeling has sparked significant interest in the automatic speech recognition (ASR) community recently because of its success in harnessing unlabeled data. Unlike prior semi-supervised learning approaches that relied on iteratively regenerating pseudo-labels (PLs) from…

Cited by 12SourcePDFScholar
2023

Generalization on the Unseen, Logic Reasoning and Degree Curriculum

ICML 2023oral

This paper considers the learning of logical (Boolean) functions with focus on the generalization on the unseen (GOTU) setting, a strong case of out-of-distribution generalization. This is motivated by the fact that the rich combinatorial nature of data in certain reasoning tasks (e.g., arithmetic/l…

2023

Transformers learn through gradual rank increase

NeurIPS 2023poster

We identify incremental learning dynamics in transformers, where the difference between trained and initial weights progressively increases in rank. We rigorously prove this occurs under the simplifying assumptions of diagonal weight matrices and small initialization. Our experiments support the the…

Cited by 26SourcePDFScholar
2022

Learning to Reason with Neural Networks: Generalization, Unseen Data and Boolean Measures

NeurIPS 2022accept

This paper considers the Pointer Value Retrieval (PVR) benchmark introduced in [ZRKB21], where a `reasoning' function acts on a string of digits to produce the label. More generally, the paper considers the learning of logical functions with gradient descent (GD) on neural networks. It is first show…

2021

Improving Anytime Prediction with Parallel Cascaded Networks and a Temporal-Difference Loss

NeurIPS 2021poster

Although deep feedforward neural networks share some characteristics with the primate visual system, a key distinction is their dynamics. Deep nets typically operate in serial stages wherein each layer completes its computation before processing begins in subsequent layers. In contrast, biologica…

2021

Learnable Fourier Features for Multi-dimensional Spatial Positional Encoding

NeurIPS 2021poster

Attentional mechanisms are order-invariant. Positional encoding is a crucial component to allow attention-based deep model architectures such as Transformer to address sequences or images where the position of information matters. In this paper, we propose a novel positional encoding method based on…

Cited by 112SourcePDFScholar
2020

Fantastic Generalization Measures and Where to Find Them

ICLR 2020poster

Generalization of deep networks has been intensely researched in recent years, resulting in a number of theoretical bounds and empirically motivated measures. However, most papers proposing such measures only study a small set of models, leaving open the question of whether these measures are truly…

Cited by 757SourceScholar
2020

Identity Crisis: Memorization and Generalization Under Extreme Overparameterization

ICLR 2020poster

We study the interplay between memorization and generalization of overparameterized networks in the extreme case of a single training example and an identity-mapping task. We examine fully-connected and convolutional networks (FCN and CNN), both linear and nonlinear, initialized randomly and then tr…

Cited by 112SourceScholar
2020

Memory Based Trajectory-conditioned Policies for Learning from Sparse Rewards

NeurIPS 2020poster

Reinforcement learning with sparse rewards is challenging because an agent can rarely obtain non-zero rewards and hence, gradient-based optimization of parameterized policies can be incremental and slow. Recent work demonstrated that using a memory buffer of previous successful trajectories can resu…

Cited by 39SourcePDFScholar
2020

Rapid Learning or Feature Reuse? Towards Understanding the Effectiveness of MAML

ICLR 2020poster

An important research direction in machine learning has centered around developing meta-learning algorithms to tackle few-shot learning. An especially successful algorithm has been Model Agnostic Meta-Learning (MAML), a method that consists of two optimization loops, with the outer loop finding a me…

Cited by 809SourceScholar
2019

Predicting the Generalization Gap in Deep Networks with Margin Distributions

ICLR 2019poster

As shown in recent research, deep neural networks can perfectly fit randomly labeled data, but with very poor accuracy on held out data. This phenomenon indicates that loss functions such as cross-entropy are not a reliable indicator of generalization. This leads to the crucial question of how gener…

2019

Transfusion: Understanding Transfer Learning for Medical Imaging

NeurIPS 2019poster

Transfer learning from natural image datasets, particularly ImageNet, using standard large models and corresponding pretrained weights has become a de-facto method for deep learning applications to medical imaging. However, there are fundamental differences in data sizes, features and task specific…

Cited by 1515SourcePDFScholar
2018

Fast Decoding in Sequence Models Using Discrete Latent Variables

ICML 2018oral

Autoregressive sequence models based on deep neural networks, such as RNNs, Wavenet and Transformer are the state-of-the-art on many tasks. However, they lack parallelism and are thus slow for long sequences. RNNs lack parallelism both during training and decoding, while architectures like WaveNet a…

Cited by 149SourcePDFScholar
2018

Insights on representational similarity in neural networks with canonical correlation

NeurIPS 2018poster

Comparing different neural network representations and determining how representations evolve over time remain challenging open questions in our understanding of the function of neural networks. Comparing representations in neural networks is fundamentally difficult as the structure of representatio…

2018

Large Margin Deep Networks for Classification

NeurIPS 2018poster

We present a formulation of deep learning that aims at producing a large margin classifier. The notion of \emc{margin}, minimum distance to a decision boundary, has served as the foundation of several theoretically profound and empirically successful results for both classification and regression t…

2018

On Using Backpropagation for Speech Texture Generation and Voice Conversion

ICASSP 2018accepted

Inspired by recent work on neural network image generation which rely on backpropagation towards the network inputs, we present a proof-of-concept system for speech texture synthesis and voice conversion based on two mechanisms: approximate inversion of the representation learned by a speech recogni…

Cited by 0SourceScholar
2017

Context-Aware Captions From Context-Agnostic Supervision

CVPR 2017spotlight

We introduce an inference technique to produce discriminative context-aware image captions (captions that describe differences between images or visual concepts) using only generic context-agnostic training data (captions that describe a concept or an image in isolation). For example, given images a…

Cited by 174PDFcodeScholar
2017

Device Placement Optimization with Reinforcement Learning

ICML 2017poster

The past few years have witnessed a growth in size and computational requirements for training and inference with neural networks. Currently, a common approach to address these requirements is to use a heterogeneous distributed environment with a mixture of hardware devices such as CPUs and GPUs. Im…

Cited by 556SourcePDFScholar
2017

Understanding deep learning requires rethinking generalization

ICLR 2017oral

Despite their massive size, successful deep artificial neural networks can exhibit a remarkably small difference between training and test performance. Conventional wisdom attributes small generalization error either to properties of the model family, or to the regularization techniques used during…

Cited by 5522SourceScholar
2016

An Online Sequence-to-Sequence Model Using Partial Conditioning

NeurIPS 2016poster

Sequence-to-sequence models have achieved impressive results on various tasks. However, they are unsuitable for tasks that require incremental predictions to be made as more data arrives or tasks that have long input sequences and output sequences. This is because they generate an output sequence co…

Cited by 138SourcePDFScholar
2016

Reward Augmented Maximum Likelihood for Neural Structured Prediction

NeurIPS 2016poster

A key problem in structured output prediction is enabling direct optimization of the task reward function that matters for test evaluation. This paper presents a simple and computationally efficient method that incorporates task reward into maximum likelihood training. We establish a connection betw…

Cited by 263SourcePDFScholar
2015

Learning Semantic Relationships for Better Action Retrieval in Images

CVPR 2015poster

Human actions capture a wide variety of interactions between people and objects. As a result, the set of possible actions is extremely large and it is difficult to obtain sufficient training examples for all actions. However, we could compensate for this sparsity in supervision by leveraging the ric…

Cited by 150SourcePDFScholar
2015

Scheduled Sampling for Sequence Prediction with Recurrent Neural Networks

NeurIPS 2015poster

Recurrent Neural Networks can be trained to produce sequences of tokens given some input, as exemplified by recent results in machine translation and image captioning. The current approach to training them consists of maximizing the likelihood of each token in the sequence given the current (recurre…

Cited by 2424SourcePDFScholar