← Search

Noam Razin

13 accepted papers

2026

Retaining by Doing: The Role of On-Policy Data in Mitigating Forgetting

ICML 2026poster

Adapting language models (LMs) to new tasks via post-training carries the risk of degrading existing capabilities -- a phenomenon classically known as catastrophic forgetting. In this paper, toward identifying guidelines for mitigating this phenomenon, we systematically compare the forgetting patter…

Cited by 0SourceScholar
2025

The Implicit Bias of Structured State Space Models Can Be Poisoned With Clean Labels

NeurIPS 2025spotlight

Neural networks are powered by an implicit bias: a tendency of gradient descent to fit training data in a way that generalizes to unseen data. A recent class of neural network models gaining increasing popularity is structured state space models (SSMs). Prior work argued that the implicit bias of SS…

Cited by 0SourcecodeScholar
2025

Unintentional Unalignment: Likelihood Displacement in Direct Preference Optimization

ICLR 2025poster

Direct Preference Optimization (DPO) and its variants are increasingly used for aligning language models with human preferences. Although these methods are designed to teach a model to generate preferred responses more frequently relative to dispreferred responses, prior work has observed that the…

2025

What Makes a Reward Model a Good Teacher? An Optimization Perspective

NeurIPS 2025spotlight

The success of Reinforcement Learning from Human Feedback (RLHF) critically depends on the quality of the reward model. However, while this quality is primarily evaluated through accuracy, it remains unclear whether accuracy fully captures what makes a reward model an effective teacher. We address t…

Cited by 0SourcecodeScholar
2024

Implicit Bias of Policy Gradient in Linear Quadratic Control: Extrapolation to Unseen Initial States

ICML 2024poster

In modern machine learning, models can often fit training data in numerous ways, some of which perform well on unseen (test) data, while others do not. Remarkably, in such cases gradient descent frequently exhibits an implicit bias that leads to excellent performance on unseen data. This implicit bi…

2024

Vanishing Gradients in Reinforcement Finetuning of Language Models

ICLR 2024poster

Pretrained language models are commonly aligned with human preferences and downstream tasks via reinforcement finetuning (RFT), which refers to maximizing a (possibly learned) reward function using policy gradient algorithms. This work identifies a fundamental optimization obstacle in RFT: we prove…

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
2023

On the Ability of Graph Neural Networks to Model Interactions Between Vertices

NeurIPS 2023poster

Graph neural networks (GNNs) are widely used for modeling complex interactions between entities represented as vertices of a graph. Despite recent efforts to theoretically analyze the expressive power of GNNs, a formal characterization of their ability to model interactions is lacking. The current p…

2023

What Makes Data Suitable for a Locally Connected Neural Network? A Necessary and Sufficient Condition Based on Quantum Entanglement.

NeurIPS 2023spotlight

The question of what makes a data distribution suitable for deep learning is a fundamental open problem. Focusing on locally connected neural networks (a prevalent family of architectures that includes convolutional and recurrent neural networks as well as local self-attention models), we address th…

2022

Implicit Regularization in Hierarchical Tensor Factorization and Deep Convolutional Neural Networks

ICML 2022spotlight

In the pursuit of explaining implicit regularization in deep learning, prominent focus was given to matrix and tensor factorizations, which correspond to simplified neural networks. It was shown that these models exhibit an implicit tendency towards low matrix and tensor ranks, respectively. Drawing…