← Search

eran malach

32 accepted papers

2026

Annotations Mitigate Post-Training Mode Collapse

ICML 2026poster

Post-training (via supervised fine-tuning) improves instruction-following, but often induces semantic mode collapse by biasing models toward low-entropy fine-tuning data at the expense of the high-entropy pre-training distribution. Crucially, we find this trade-off worsens with scale. To close this …

Cited by 0SourceScholar
2026

How reinforcement learning after next-token prediction facilitates learning

ICLR 2026poster

Recent advances in reasoning domains with neural networks have primarily been enabled by a training recipe that optimizes Large Language Models, previously trained to predict the next-token in a sequence, with reinforcement learning algorithms. We introduce a framework to study the success of this p…

Cited by 0SourceScholar
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
2026

Rethinking JEPA: Compute‑Efficient Video Self-Supervised Learning with Frozen Teachers

ICLR 2026poster

Video Joint Embedding Predictive Architectures (V‑JEPA) learn generalizable off-the-shelf video representations by predicting masked regions in latent space with an exponential moving average (EMA)‑updated teacher. While EMA prevents representation collapse, it complicates scalable model selection a…

Cited by 0SourceScholar
2026

To Infinity and Beyond: Tool-Use Unlocks Length Generalization in State Space Models

ICLR 2026oral

State Space Models (SSMs) have become the leading alternative to Transformers for sequence modeling tasks. Their primary advantage is efficiency in long-context and long-form generation, enabled by fixed-size memory and linear scaling of computational complexity. We begin this work by showing a simp…

Cited by 0SourceScholar
2025

A New Perspective on Shampoo's Preconditioner

ICLR 2025poster

Shampoo, a second-order optimization algorithm that uses a Kronecker product preconditioner, has recently received increasing attention from the machine learning community. Despite the increasing popularity of Shampoo, the theoretical foundations of its effectiveness are not well understood. The pre…

Cited by 11SourcePDFScholar
2025

DON’T STOP ME NOW: EMBEDDING BASED SCHEDULING FOR LLMS

ICLR 2025poster

Efficient scheduling is crucial for interactive Large Language Model (LLM) applications, where low request completion time directly impacts user engagement. Size-based scheduling algorithms like Shortest Remaining Process Time (SRPT) aim to reduce average request completion time by leveraging known…

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

On the Power of Decision Trees in Auto-Regressive Language Modeling

NeurIPS 2024poster

Originally proposed for handling time series data, Auto-regressive Decision Trees (ARDTs) have not yet been explored for language modeling. This paper delves into both the theoretical and practical applications of ARDTs in this new context. We theoretically demonstrate that ARDTs can compute complex…

Cited by 0SourcePDFScholar
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…

2024

The Evolution of Statistical Induction Heads: In-Context Learning Markov Chains

NeurIPS 2024poster

Large language models have the ability to generate text that mimics patterns in their inputs. We introduce a simple Markov Chain sequence modeling task in order to study how this in-context learning capability emerges. In our setting, each example is sampled from a Markov chain drawn from a prior di…

Cited by 41SourcePDFScholar
2024

Transcendence: Generative Models Can Outperform The Experts That Train Them

NeurIPS 2024poster

Generative models are trained with the simple objective of imitating the conditional probability distribution induced by the data they are trained on. Therefore, when trained on data generated by humans, we may not expect the artificial model to outperform the humans on their original objectives. In…

Cited by 11SourcePDFScholar
2023

Pareto Frontiers in Deep Feature Learning: Data, Compute, Width, and Luck

NeurIPS 2023spotlight

In modern deep learning, algorithmic choices (such as width, depth, and learning rate) are known to modulate nuanced resource tradeoffs. This work investigates how these complexities necessarily arise for feature learning in the presence of computational-statistical gaps. We begin by considering off…

Cited by 4SourcePDFScholar
2022

Efficient Learning of CNNs using Patch Based Features

ICML 2022spotlight

Recent work has demonstrated the effectiveness of using patch based representations when learning from image data. Here we provide theoretical support for this observation, by showing that a simple semi-supervised algorithm that uses patch statistics can efficiently learn labels produced by a one-hi…

2022

Hidden Progress in Deep Learning: SGD Learns Parities Near the Computational Limit

NeurIPS 2022accept

There is mounting evidence of emergent phenomena in the capabilities of deep learning methods as we scale up datasets, model sizes, and training times. While there are some accounts of how these resources modulate statistical capacity, far less is known about their effect on the computational proble…

Cited by 156SourcePDFScholar
2022

Knowledge Distillation: Bad Models Can Be Good Role Models

NeurIPS 2022accept

Large neural networks trained in the overparameterized regime are able to fit noise to zero train error. Recent work of Nakkiran and Bansal has empirically observed that such networks behave as “conditional samplers” from the noisy distribution. That is, they replicate the noise in the train data to…

Cited by 21SourcePDFScholar
2021

On the Power of Differentiable Learning versus PAC and SQ Learning

NeurIPS 2021spotlight

We study the power of learning via mini-batch stochastic gradient descent (SGD) on the loss of a differentiable model or neural network, and ask what learning problems can be learnt using this paradigm. We show that SGD can always simulate learning with statistical queries (SQ), but its ability to g…

Cited by 22SourcePDFScholar
2021

Quantifying the Benefit of Using Differentiable Learning over Tangent Kernels

ICML 2021spotlight

We study the relative power of learning with gradient descent on differentiable models, such as neural networks, versus using the corresponding tangent kernels. We show that under certain conditions, gradient descent achieves small error only if a related tangent kernel method achieves a non-trivial…

Cited by 53SourcePDFScholar
2020

Proving the Lottery Ticket Hypothesis: Pruning is All You Need

ICML 2020poster

The lottery ticket hypothesis (Frankle and Carbin, 2018), states that a randomly-initialized network contains a small subnetwork such that, when trained in isolation, can compete with the performance of the original network. We prove an even stronger hypothesis (as was also conjectured in Ramanujan…

Cited by 352SourcePDFScholar
2018

SGD Learns Over-parameterized Networks that Provably Generalize on Linearly Separable Data

ICLR 2018poster

Neural networks exhibit good generalization behavior in the over-parameterized regime, where the number of network parameters exceeds the number of observations. Nonetheless, current generalization bounds for neural networks fail to explain this phenomenon. In an attempt to bridge this gap, we study…

Cited by 305SourcePDFScholar