← Search

Samy Jelassi

18 accepted papers

2026

Let's (not) just put things in Context: Test-time Training for Long-context LLMs

ICLR 2026poster

Advances in training and architectural design have enabled LLMs with million-token context windows, yet in practice these models often read far more than they can reliably use. While inference-time compute scaling—typically via “thinking tokens”—can help on short multi-step reasoning tasks, our cont…

Cited by 0SourcecodeScholar
2026

Parameter-Efficient Reinforcement Learning using Prefix Optimization

ICLR 2026poster

Reinforcement Learning with Verifiable Rewards (RLVR) is a leading approach for tuning language models on mathematical reasoning tasks. However, it remains unclear whether RLVR's gains stem from genuine reasoning improvements or simply from steering the model toward answer formats that already appea…

Cited by 0SourcecodeScholar
2025

Let Me Think! A Long Chain of Thought Can Be Worth Exponentially Many Short Ones

NeurIPS 2025poster

Inference-time computation has emerged as a promising scaling axis for improving large language model reasoning. However, despite yielding impressive performance, the optimal allocation of inference-time computation remains poorly understood. A central question is whether to prioritize sequential sc…

Cited by 0SourcecodeScholar
2025

LoRA Soups: Merging LoRAs for Practical Skill Composition Tasks

COLING 2025industry

Low-Rank Adaptation (LoRA) is a popular technique for parameter-efficient fine-tuning of Large Language Models (LLMs). We study how different LoRA modules can be merged to achieve skill composition—testing the performance of the merged model on a target task that involves combining multiple skills,…

2025

Mixture of Parrots: Experts improve memorization more than reasoning

ICLR 2025poster

The Mixture-of-Experts (MoE) architecture enables a significant increase in the total number of model parameters with minimal computational overhead. However, it is not clear what performance tradeoffs, if any, exist between MoEs and standard dense transformers. In this paper, we show that as we i…

Cited by 3SourcePDFScholar
2025

The Role of Sparsity for Length Generalization in LLMs

ICML 2025poster

Training large language models to predict beyond their training context lengths has drawn much attention in recent years, yet the principles driving such behavior of length generalization remain underexplored. We propose a new theoretical framework to study length generalization for the next-token p…

Cited by 0SourcePDFScholar
2025

Universal Length Generalization with Turing Programs

ICML 2025poster

Length generalization refers to the ability to extrapolate from short training sequences to long test sequences and is a challenge for current large language models. While prior work has proposed some architecture or data format changes to achieve length generalization, these proposals typically app…

Cited by 6SourcePDFScholar
2024

Q-Probe: A Lightweight Approach to Reward Maximization for Language Models

ICML 2024poster

We present an approach called Q-probing to adapt a pre-trained language model to maximize a task-specific reward function. At a high level, Q-probing sits between heavier approaches such as finetuning and lighter approaches such as few shot prompting, but can also be combined with either. The idea i…

2024

Repeat After Me: Transformers are Better than State Space Models at Copying

ICML 2024poster

Transformers are the dominant architecture for sequence modeling, but there is growing interest in models that use a fixed-size latent state that does not depend on the sequence length, which we refer to as ''generalized state space models'' (GSSMs). In this paper we show that while GSSMs are promis…

2021

A Permutation-Equivariant Neural Network Architecture For Auction Design

AAAI 2021technical

Designing an incentive compatible auction that maximizes expected revenue is a central problem in Auction Design. Theoretical approaches to the problem have hit some limits in the past decades and analytical solutions are known for only a few simple settings. Computational approaches to the problem…

Cited by 68SourcePDFScholar
2020

A mean-field analysis of two-player zero-sum games

NeurIPS 2020poster

Finding Nash equilibria in two-player zero-sum continuous games is a central problem in machine learning, e.g. for training both GANs and robust models. The existence of pure Nash equilibria requires strong conditions which are not typically met in practice. Mixed Nash equilibria exist in greater ge…

Cited by 66SourcePDFScholar
2020

Extra-gradient with player sampling for faster convergence in n-player games

ICML 2020poster

Data-driven modeling increasingly requires to find a Nash equilibrium in multi-player games, e.g. when training GANs. In this paper, we analyse a new extra-gradient method for Nash equilibrium finding, that performs gradient extrapolations and updates on a random subset of players at each iteration.…

Cited by 4SourcePDFScholar
2019

Neuron birth-death dynamics accelerates gradient descent and converges asymptotically

ICML 2019oral

Neural networks with a large number of parameters admit a mean-field description, which has recently served as a theoretical explanation for the favorable training properties of models with a large number of parameters. In this regime, gradient descent obeys a deterministic partial differential equa…

Cited by 21SourcePDFScholar
2019

Towards closing the gap between the theory and practice of SVRG

NeurIPS 2019poster

Amongst the very first variance reduced stochastic methods for solving the empirical risk minimization problem was the SVRG method. SVRG is an inner-outer loop based method, where in the outer loop a reference full gradient is evaluated, after which $m \in \N$ steps of an inner loop are executed whe…

2018

Smoothed analysis of the low-rank approach for smooth semidefinite programs

NeurIPS 2018oral

We consider semidefinite programs (SDPs) of size $n$ with equality constraints. In order to overcome scalability issues, Burer and Monteiro proposed a factorized approach based on optimizing over a matrix $Y$ of size $n\times k$ such that $X=YY^*$ is the SDP variable. The advantages of such formulat…

Cited by 32SourcePDFScholar