← Search

Aditi Raghunathan

55 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

Demystifying Entropy Control in LLM RL Training: Theoretical Analysis and Dynamic Scheduling

ICML 2026spotlight

This paper investigates a pivotal yet debated component of reinforcement learning (RL) for training large language models (LLMs): controlling entropy (increasing or decreasing it) during RL fine-tuning. The existing literature presents a dichotomy: some studies posit that increasing entropy facilita…

Cited by 0SourceScholar
2026

Differential Smoothing Mitigates Sharpening and Improves LLM Reasoning

ICML 2026poster

It is widely recognized that reinforcement learning (RL) fine-tuning of large language models often leads to \textit{diversity collapse}, where outputs lack variety. Prior work has proposed a range of heuristics to counteract this effect, but these methods are ad hoc: they frequently trade off corre…

Cited by 0SourceScholar
2026

ImpossibleBench: Measuring LLMs' Propensity of Exploiting Test Cases

ICLR 2026poster

The tendency to find and exploit "shortcuts" to complete tasks poses significant risks for reliable assessment and deployment of large language models (LLMs). For example, an LLM agent with access to unit tests may delete failing tests rather than fix the underlying bug. Such behavior undermines bot…

Cited by 0SourcecodeScholar
2026

S2D: Selective Spectral Decay for Quantization-Friendly Conditioning of Neural Activations

CVPR 2026

Activation outliers in large-scale transformer models pose a fundamental challenge to model quantization, creating excessively large ranges that cause severe accuracy drops during quantization. We empirically observe that outlier severity intensifies with pre-training scale (e.g., progressing from C

Cited by 0SourceScholar
2026

Sharpness-Aware Pretraining Mitigates Catastrophic Forgetting

ICML 2026poster

Standard optimizer choices for pre-training are designed to minimize pre-training loss. Yet pre-trained models are routinely subjected to further transformations—such as fine-tuning to acquire new capabilities or quantization for efficiency. In this work, we evaluate optimizer choices across model s…

Cited by 0SourceScholar
2025

Context-Parametric Inversion: Why Instruction Finetuning May Not Actually Improve Context Reliance

ICLR 2025oral

Large Language Model's are instruction-finetuned to enhance their ability to follow user instructions and better comprehend input context. Still, they often struggle to follow the input context, especially when it contradicts model's parametric knowledge. This manifests as various failures, such as…

Cited by 4SourcePDFScholar
2025

Dissecting Adversarial Robustness of Multimodal LM Agents

ICLR 2025poster

As language models (LMs) are used to build autonomous agents in real environments, ensuring their adversarial robustness becomes a critical challenge. Unlike chatbots, agents are compound systems with multiple components taking actions, which existing LMs safety evaluations do not adequately address…

2025

Memorization Sinks: Isolating Memorization during LLM Training

ICML 2025poster

Large language models are susceptible to memorizing repeated sequences, posing privacy and copyright concerns. A popular mitigation strategy is to remove memorized information from specific neurons post-hoc. However, such approaches have shown limited success so far. In a controlled setting, we show…

2025

Mitigating Bias in RAG: Controlling the Embedder

ACL 2025finding

In retrieval augmented generation (RAG) systems, each individual component—the LLM, embedder, and corpus—could introduce biases in the form of skews towards certain genders or political leanings. In this work, we study the conflict between biases of each component and their relationship to the overa…

2025

Not-Just-Scaling Laws: Towards a Better Understanding of the Downstream Impact of Language Model Design Decisions

EMNLP 2025

Improvements in language model capabilities are often attributed to increasing model size or training data, but in some cases smaller models trained on curated data or with different architectural decisions can outperform larger ones trained on more tokens. What accounts for this? To quantify the im

2025

On the Feasibility of In-Context Probing for Data Attribution

NAACL 2025findings

Data attribution methods are used to measure the contribution of training data towards model outputs, and have several important applications in areas such as dataset curation and model interpretability. However, many standard data attribution methods, such as influence functions, utilize model grad…

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

Repetition Improves Language Model Embeddings

ICLR 2025poster

Bidirectional models are considered essential for strong text embeddings. Recent approaches to adapt autoregressive language models (LMs) into strong text embedding models have largely had the requirement to modify the LM architecture to be bidirectional. We challenge this premise by introducing ``e…

2025

Roll the dice & look before you leap: Going beyond the creative limits of next-token prediction

ICML 2025oral

We design a suite of minimal algorithmic tasks that are a loose abstraction of _open-ended_ real-world tasks. This allows us to cleanly and controllably quantify the creative limits of the present-day language model. Much like real-world tasks that require a creative, far-sighted leap of thought, ou…

2025

Scaling Laws for Precision

ICLR 2025oral

Low precision training and inference affect both the quality and cost of language models, but current scaling laws do not account for this. In this work, we devise "precision-aware" scaling laws for both training and inference. We propose that training in lower precision reduces the model's "effecti…

Cited by 24SourcePDFScholar
2025

Understanding the Influence of Synthetic Data for Text Embedders

ACL 2025finding

Recent progress in developing general purpose text embedders has been driven by training on ever-growing corpora of synthetic LLM-generated data. Nonetheless, no publicly available synthetic dataset exists, posing a barrier to studying its role for generalization. To address this issue, we first rep…

2024

Predicting the Performance of Foundation Models via Agreement-on-the-Line

NeurIPS 2024poster

Estimating the out-of-distribution performance in regimes where labels are scarce is critical to safely deploy foundation models. Recently, it was shown that ensembles of neural networks observe the phenomena "agreement-on-the-line", which can be leveraged to reliably predict OOD performance without…

Cited by 5SourcePDFScholar
2024

Scaling Laws for Data Filtering-- Data Curation cannot be Compute Agnostic

CVPR 2024poster

Vision-language models (VLMs) are trained for thousands of GPU hours on carefully selected subsets of massive web scrapes. For instance the LAION public dataset retained only about 10 percent of the total crawled data. In recent times data curation has gained prominence with several works developing…

2024

Sharpness-Aware Minimization Enhances Feature Quality via Balanced Learning

ICLR 2024poster

Sharpness-Aware Minimization (SAM) has emerged as a promising alternative optimizer to stochastic gradient descent (SGD). The originally-proposed motivation behind SAM was to bias neural networks towards flatter minima that are believed to generalize better. However, recent studies have shown confli…

Cited by 5SourcePDFScholar
2024

T-MARS: Improving Visual Representations by Circumventing Text Feature Learning

ICLR 2024poster

Large web-crawled multimodal datasets have powered a slew of new methods for learning general-purpose visual representations, advancing the state of the art in computer vision and revolutionizing zero- and few-shot recognition. One crucial decision facing practitioners is how, if at all, to curate t…

2024

Test-Time Adaptation Induces Stronger Accuracy and Agreement-on-the-Line

NeurIPS 2024poster

Recently, Miller et al. (2021) and Baek et al. (2022) empirically demonstrated strong linear correlations between in-distribution (ID) versus out-of-distribution (OOD) accuracy and agreement. These trends, coined accuracy-on-the-line (ACL) and agreement-on-the-line (AGL), enable OOD model selection…

2024

Understanding Catastrophic Forgetting in Language Models via Implicit Inference

ICLR 2024poster

We lack a systematic understanding of the effects of fine-tuning (via methods such as instruction-tuning or reinforcement learning from human feedback), particularly on tasks outside the narrow fine-tuning distribution. In a simplified scenario, we demonstrate that improving performance on tasks wit…

2024

Understanding Finetuning for Factual Knowledge Extraction

ICML 2024poster

In this work, we study the impact of QA fine-tuning data on downstream factuality. We show that fine-tuning on lesser-known facts that are poorly stored during pretraining yields significantly worse factuality than fine-tuning on well-known facts, even when all facts are seen during pretraining. We…

Cited by 8SourcePDFScholar
2023

Automatically Auditing Large Language Models via Discrete Optimization

ICML 2023poster

Auditing large language models for unexpected behaviors is critical to preempt catastrophic deployments, yet remains challenging. In this work, we cast auditing as an optimization problem, where we automatically search for input-output pairs that match a desired target behavior. For example, we migh…

2023

Bitrate-Constrained DRO: Beyond Worst Case Robustness To Unknown Group Shifts

ICLR 2023poster

Training machine learning models robust to distribution shifts is critical for real-world applications. Some robust training algorithms (e.g., Group DRO) specialize to group shifts and require group information on all training points. Other methods (e.g., CVaR DRO) that do not need group annotations…

2023

Complementary Benefits of Contrastive Learning and Self-Training Under Distribution Shift

NeurIPS 2023poster

Self-training and contrastive learning have emerged as leading techniques for incorporating unlabeled data, both under distribution shift (unsupervised domain adaptation) and when it is absent (semi-supervised learning). However, despite the popularity and compatibility of these techniques, their ef…

Cited by 17SourcePDFScholar
2023

Contextual Reliability: When Different Features Matter in Different Contexts

ICML 2023poster

Deep neural networks often fail catastrophically by relying on spurious correlations. Most prior work assumes a clear dichotomy into spurious and reliable features; however, this is often unrealistic. For example, most of the time we do not want an autonomous car to simply copy the speed of surround…

Cited by 3SourcePDFScholar
2023

Finetune Like You Pretrain: Improved Finetuning of Zero-Shot Vision Models

CVPR 2023poster

Finetuning image-text models such as CLIP achieves state-of-the-art accuracies on a variety of benchmarks. However, recent works (Kumar et al., 2022; Wortsman et al., 2021) have shown that even subtle differences in the finetuning process can lead to surprisingly large differences in the final perfo…

2023

Using Language to Extend to Unseen Domains

ICLR 2023top-25%

It is expensive to collect training data for every possible domain that a vision model may encounter when deployed. We instead consider how simply $\textit{verbalizing}$ the training domain (e.g.``photos of birds'') as well as domains we want to extend to but do not have data for (e.g.``paintings of…

2022

Agreement-on-the-line: Predicting the Performance of Neural Networks under Distribution Shift

NeurIPS 2022accept

Recently, Miller et al. showed that a model's in-distribution (ID) accuracy has a strong linear correlation with its out-of-distribution (OOD) accuracy, on several OOD benchmarks, a phenomenon they dubbed ``accuracy-on-the-line''. While a useful tool for model selection (i.e., the model most likely…

2022

An Explanation of In-context Learning as Implicit Bayesian Inference

ICLR 2022poster

Large language models (LMs) such as GPT-3 have the surprising ability to do in-context learning, where the model learns to do a downstream task simply by conditioning on a prompt consisting of input-output examples. The LM learns from these examples without being explicitly pretrained to learn. Thus…

2022

Calibrated ensembles can mitigate accuracy tradeoffs under distribution shift

UAI 2022poster

We often see undesirable tradeoffs in robust machine learning where out-of-distribution (OOD) accuracy is at odds with in-distribution (ID) accuracy. A robust classifier obtained via specialized techniques such as removing spurious features often has better OOD but worse ID accuracy compared to a st…

Cited by 36SourcePDFScholar
2022

Fine-Tuning can Distort Pretrained Features and Underperform Out-of-Distribution

ICLR 2022oral

When transferring a pretrained model to a downstream task, two popular methods are full fine-tuning (updating all the model parameters) and linear probing (updating only the last linear layer---the "head"). It is well known that fine-tuning leads to better accuracy in-distribution (ID). However, in…

Cited by 807SourcePDFScholar
2022

Learning Representations that Enable Generalization in Assistive Tasks

CoRL 2022poster

Recent work in sim2real has successfully enabled robots to act in physical environments by training in simulation with a diverse ``population'' of environments (i.e. domain randomization). In this work, we focus on enabling generalization in \emph{assistive tasks}: tasks in which the robot is acting…

Cited by 35SourceScholar
2022

Test Time Adaptation via Conjugate Pseudo-labels

NeurIPS 2022accept

Test-time adaptation (TTA) refers to adapting neural networks to distribution shifts, specifically with just access to unlabeled test samples from the new domain at test-time. Prior TTA methods optimize over unsupervised objectives such as the entropy of model predictions in TENT (Wang et al., 2021)…

2021

Accuracy on the Line: on the Strong Correlation Between Out-of-Distribution and In-Distribution Generalization

ICML 2021spotlight

For machine learning systems to be reliable, we must understand their performance in unseen, out- of-distribution environments. In this paper, we empirically show that out-of-distribution performance is strongly correlated with in-distribution performance for a wide range of models and distribution…

Cited by 333SourcePDFScholar
2021

Decoupling Exploration and Exploitation for Meta-Reinforcement Learning without Sacrifices

ICML 2021spotlight

The goal of meta-reinforcement learning (meta-RL) is to build agents that can quickly learn new tasks by leveraging prior experience on related tasks. Learning a new task often requires both exploring to gather task-relevant information and exploiting this information to solve the task. In principle…

2021

Just Train Twice: Improving Group Robustness without Training Group Information

ICML 2021oral

Standard training via empirical risk minimization (ERM) can produce models that achieve low error on average but high error on minority groups, especially in the presence of spurious correlations between the input and label. Prior approaches to this problem, like group distributionally robust optimi…

2020

An Investigation of Why Overparameterization Exacerbates Spurious Correlations

ICML 2020poster

We study why overparameterization—increasing model size well beyond the point of zero training error—can hurt test error on minority groups despite improving average test error when there are spurious correlations in the data. Through simulations and experiments on two image datasets, we identify tw…

2020

DROCC: Deep Robust One-Class Classification

ICML 2020poster

Classical approaches for one-class problems such as one-class SVM and isolation forest require careful feature engineering when applied to structured domains like images. State-of-the-art methods aim to leverage deep learning to learn appropriate features via two main approaches. The first approach…

2020

Enabling certification of verification-agnostic networks via memory-efficient semidefinite programming

NeurIPS 2020poster

Convex relaxations have emerged as a promising approach for verifying properties of neural networks, but widely used using Linear Programming (LP) relaxations only provide meaningful certificates when networks are specifically trained to facilitate verification. This precludes many important applica…

2020

The Pitfalls of Simplicity Bias in Neural Networks

NeurIPS 2020poster

Several works have proposed Simplicity Bias (SB)---the tendency of standard training procedures such as Stochastic Gradient Descent (SGD) to find simple models---to justify why neural networks generalize well [Arpit et al. 2017, Nakkiran et al. 2019, Valle-Perez et al. 2019]. However, the precise no…

2020

Understanding and Mitigating the Tradeoff between Robustness and Accuracy

ICML 2020poster

Adversarial training augments the training set with perturbations to improve the robust error (over worst-case perturbations), but it often leads to an increase in the standard error (on unperturbed test inputs). Previous explanations for this tradeoff rely on the assumption that no predictor in the…

Cited by 286SourcePDFScholar
2019

Unlabeled Data Improves Adversarial Robustness

NeurIPS 2019poster

We demonstrate, theoretically and empirically, that adversarial robustness can significantly benefit from semisupervised learning. Theoretically, we revisit the simple Gaussian model of Schmidt et al. that shows a sample complexity gap between standard and robust classification. We prove that unlab…

2018

Semidefinite relaxations for certifying robustness to adversarial examples

NeurIPS 2018poster

Despite their impressive performance on diverse tasks, neural networks fail catastrophically in the presence of adversarial inputs—imperceptibly but adversarially perturbed versions of natural inputs. We have witnessed an arms race between defenders who attempt to train robust networks and attackers…

Cited by 538SourcePDFScholar
2016

Estimation from Indirect Supervision with Linear Moments

ICML 2016poster

In structured prediction problems where we have indirect supervision of the output, maximum marginal likelihood faces two computational obstacles: non-convexity of the objective and intractability of even a single gradient computation. In this paper, we bypass both obstacles for a class of what we c…

Cited by 16SourcePDFScholar