← Search

Sadhika Malladi

19 accepted papers

2026

In Good GRACES: Principled Teacher Selection for Knowledge Distillation

ICLR 2026poster

Knowledge distillation is an efficient strategy to use data generated by large teacher language models to train smaller “capable” student models, but selecting the optimal teacher for a specific student-task combination requires expensive trial-and-error. We propose a lightweight score called GRACE…

Cited by 0SourceScholar
2026

The Coverage Principle: How Pre-Training Enables Post-Training

ICLR 2026oral

Language models demonstrate remarkable abilities when pre-trained on large text corpora and fine-tuned for specific tasks, but how and why pre-training shapes the success of the final model remains poorly understood. Notably, although pre-training success is often quantified by cross entropy loss, c…

Cited by 0SourceScholar
2025

Adaptive Data Optimization: Dynamic Sample Selection with Scaling Laws

ICLR 2025poster

The composition of pretraining data is a key determinant of foundation models' performance, but there is no standard guideline for allocating a limited computational budget across different data sources. Most current approaches either rely on extensive experiments with smaller models or dynamic data…

2025

MUSE: Machine Unlearning Six-Way Evaluation for Language Models

ICLR 2025poster

Language models (LMs) are trained on vast amounts of text data, which may include private and copyrighted content. Data owners may request the removal of their data from a trained model due to privacy or copyright concerns. However, exactly unlearning only these datapoints (i.e., retraining with the…

Cited by 52SourcePDFScholar
2025

Metadata Conditioning Accelerates Language Model Pre-training

ICML 2025poster

The vast diversity of styles, domains, and quality levels present in language model pre-training corpora is essential in developing general model capabilities, but efficiently learning and deploying the correct behaviors exemplified in each of these heterogeneous data sources is challenging. To addr…

2025

Overtrained Language Models Are Harder to Fine-Tune

ICML 2025poster

Large language models are pre-trained on ever-growing token budgets under the assumption that better pre-training performance translates to improved downstream models. In this work, we challenge this assumption and show that extended pre-training can make models harder to fine-tune, leading to degra…

Cited by 1SourcePDFScholar
2025

Progressive distillation induces an implicit curriculum

ICLR 2025oral

Knowledge distillation leverages a teacher model to improve the training of a student model. A persistent challenge is that a better teacher does not always yield a better student, to which a common mitigation is to use additional supervision from several “intermediate” teachers. One empirically val…

Cited by 2SourcePDFScholar
2025

Provable unlearning in topic modeling and downstream tasks

ICLR 2025poster

Machine unlearning algorithms are increasingly important as legal concerns arise around the provenance of training data, but verifying the success of unlearning is often difficult. Provable guarantees for unlearning are often limited to supervised learning settings. In this paper, we provide the fir…

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

2024

CharXiv: Charting Gaps in Realistic Chart Understanding in Multimodal LLMs

NeurIPS 2024poster

Chart understanding plays a pivotal role when applying Multimodal Large Language Models (MLLMs) to real-world tasks such as analyzing scientific papers or financial reports. However, existing datasets often focus on oversimplified and homogeneous charts with template-based questions, leading to an o…

2024

LESS: Selecting Influential Data for Targeted Instruction Tuning

ICML 2024poster

Instruction tuning has unlocked powerful capabilities in large language models (LLMs), using combined datasets to develop general-purpose chatbots. However, real-world applications often require a specialized suite of skills (e.g., reasoning). The challenge lies in identifying the most relevant data…

2024

Preference Learning Algorithms Do Not Learn Preference Rankings

NeurIPS 2024poster

Preference learning algorithms (e.g., RLHF and DPO) are frequently used to steer LLMs to produce generations that are more preferred by humans, but our understanding of their inner workings is still limited. In this work, we study the conventional wisdom that preference learning trains models to ass…

Cited by 18SourcePDFScholar
2024

The Marginal Value of Momentum for Small Learning Rate SGD

ICLR 2024poster

Momentum is known to accelerate the convergence of gradient descent in strongly convex settings without stochastic gradient noise. In stochastic optimization, such as training neural networks, folklore suggests that momentum may help deep learning optimization by reducing the variance of the stochas…

Cited by 12SourcePDFScholar
2023

A Kernel-Based View of Language Model Fine-Tuning

ICML 2023poster

It has become standard to solve NLP tasks by fine-tuning pre-trained language models (LMs), especially in low-data settings. There is minimal theoretical understanding of empirical success, e.g., why fine-tuning a model with $10^8$ or more parameters on a couple dozen training points does not result…

2023

Fine-Tuning Language Models with Just Forward Passes

NeurIPS 2023oral

Fine-tuning language models (LMs) has yielded success on diverse downstream tasks, but as LMs grow in size, backpropagation requires a prohibitively large amount of memory. Zeroth-order (ZO) methods can in principle estimate gradients using only two forward passes but are theorized to be catastrophi…

2022

On the SDEs and Scaling Rules for Adaptive Gradient Algorithms

NeurIPS 2022accept

Approximating Stochastic Gradient Descent (SGD) as a Stochastic Differential Equation (SDE) has allowed researchers to enjoy the benefits of studying a continuous optimization trajectory while carefully preserving the stochasticity of SGD. Analogous study of adaptive gradient methods, such as RMSpro…

2021

A Mathematical Exploration of Why Language Models Help Solve Downstream Tasks

ICLR 2021poster

Autoregressive language models, pretrained using large text corpora to do well on next word prediction, have been successful at solving many downstream tasks, even with zero-shot usage. However, there is little theoretical understanding of this success. This paper initiates a mathematical study of t…

Cited by 95SourcePDFScholar
2021

On the Validity of Modeling SGD with Stochastic Differential Equations (SDEs)

NeurIPS 2021poster

It is generally recognized that finite learning rate (LR), in contrast to infinitesimal LR, is important for good generalization in real-life deep nets. Most attempted explanations propose approximating finite-LR SGD with Itô Stochastic Differential Equations (SDEs), but formal justification for thi…

Cited by 102SourcePDFScholar