← Search

Mohammad Pezeshki

11 accepted papers

2026

Beyond Multi-Token Prediction: Pretraining LLMs with Future Summaries

ICLR 2026poster

Next-token prediction (NTP) has driven the success of large language models (LLMs), but it struggles with long-horizon reasoning, planning, and creative writing, with these limitations largely attributed to teacher-forced training. Multi-token prediction (MTP) partially mitigates these issues by pre…

Cited by 0SourceScholar
2026

Why Less is More (Sometimes): A Theory of Data Curation

ICLR 2026poster

This paper introduces a theoretical framework to resolve a central paradox in modern machine learning: When is it better to use less data? This question has become critical as classical scaling laws suggesting ``more is more'' (Sun et al., 2025) are challenged by methods like LIMO (``less is more'')…

Cited by 0SourcecodeScholar
2025

Compositional Risk Minimization

ICML 2025poster

Compositional generalization is a crucial step towards developing data-efficient intelligent machines that generalize in human-like ways. In this work, we tackle a challenging form of distribution shift, termed compositional shift, where some attribute combinations are completely absent at training…

Cited by 3SourcePDFScholar
2025

Improving the Scaling Laws of Synthetic Data with Deliberate Practice

ICML 2025oral

Inspired by the principle of deliberate practice in human learning, we propose Deliberate Practice for Synthetic Data Generation (DP), a novel framework that improves sample efficiency through dynamic synthetic data generation. Prior work has shown that scaling synthetic data is inherently challengi…

Cited by 0SourcePDFScholar
2025

The Pitfalls of Memorization: When Memorization Hurts Generalization

ICLR 2025poster

Neural networks often learn simple explanations that fit the majority of the data while memorizing exceptions that deviate from these explanations. This behavior leads to poor generalization when the learned explanations rely on spurious correlations. In this work, we formalize $\textit{the interpla…

2024

Discovering Environments with XRM

ICML 2024oral

Environment annotations are essential for the success of many out-of-distribution (OOD) generalization methods. Unfortunately, these are costly to obtain and often limited by human annotators' biases. To achieve robust generalization, it is essential to develop algorithms for automatic environment d…

2021

Gradient Starvation: A Learning Proclivity in Neural Networks

NeurIPS 2021poster

We identify and formalize a fundamental gradient descent phenomenon resulting in a learning proclivity in over-parameterized neural networks. Gradient Starvation arises when cross-entropy loss is minimized by capturing only a subset of features relevant for the task, despite the presence of other pr…

2019

Negative Momentum for Improved Game Dynamics

AISTATS 2019poster

Games generalize the single-objective optimization paradigm by introducing different objective functions for different players. Differentiable games often proceed by simultaneous or alternating gradient updates. In machine learning, games are gaining new importance through formulations like generati…

2017

Zoneout: Regularizing RNNs by Randomly Preserving Hidden Activations

ICLR 2017poster

We propose zoneout, a novel method for regularizing RNNs. At each timestep, zoneout stochastically forces some hidden units to maintain their previous values. Like dropout, zoneout uses random noise to train a pseudo-ensemble, improving generalization. But by preserving instead of dropping hidden un…

Cited by 397SourcecodeScholar
2016

Deconstructing the Ladder Network Architecture

ICML 2016poster

The Ladder Network is a recent new approach to semi-supervised learning that turned out to be very successful. While showing impressive performance, the Ladder Network has many components intertwined, whose contributions are not obvious in such a complex architecture. This paper presents an extensiv…

Cited by 137SourcePDFScholar