← Search

Surbhi Goel

34 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
2025

Conformal Language Model Reasoning with Coherent Factuality

ICLR 2025poster

Language models are increasingly being used in important decision pipelines, so ensuring the correctness of their outputs is crucial. Recent work has proposed evaluating the “factuality” of claims decomposed from a language model generation and applying conformal prediction techniques to filter out…

Cited by 0SourcePDFScholar
2025

Logicbreaks: A Framework for Understanding Subversion of Rule-based Inference

ICLR 2025poster

We study how to subvert large language models (LLMs) from following prompt-specified rules. We first formalize rule-following as inference in propositional Horn logic, a mathematical system in which rules have the form "if $P$ and $Q$, then $R$" for some propositions $P$, $Q$, and $R$. Next, we prov…

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
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

Tolerant Algorithms for Learning with Arbitrary Covariate Shift

NeurIPS 2024spotlight

We study the problem of learning under arbitrary distribution shift, where the learner is trained on a labeled set from one distribution but evaluated on a different, potentially adversarially generated test distribution. We focus on two frameworks: *PQ learning* [GKKM'20], allowing abstention on ad…

Cited by 4SourcePDFScholar
2023

Adversarial Resilience in Sequential Prediction via Abstention

NeurIPS 2023poster

We study the problem of sequential prediction in the stochastic setting with an adversary that is allowed to inject clean-label adversarial (or out-of-distribution) examples. Algorithms designed to handle purely stochastic data tend to fail in the presence of such adversarial examples, often leading…

Cited by 8SourcePDFScholar
2023

Exposing Attention Glitches with Flip-Flop Language Modeling

NeurIPS 2023spotlight

Why do large language models sometimes output factual inaccuracies and exhibit erroneous reasoning? The brittleness of these models, particularly when executing long chains of reasoning, currently seems to be an inevitable price to pay for their advanced capabilities of coherently synthesizing knowl…

Cited by 51SourcePDFScholar
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
2023

Transformers Learn Shortcuts to Automata

ICLR 2023top-5%

Algorithmic reasoning requires capabilities which are most naturally understood through recurrent models of computation, like the Turing machine. However, Transformer models, while lacking recurrence, are able to perform such reasoning using far fewer layers than the number of reasoning steps. This…

Cited by 213SourcePDFScholar
2022

Anti-Concentrated Confidence Bonuses For Scalable Exploration

ICLR 2022poster

Intrinsic rewards play a central role in handling the exploration-exploitation tradeoff when designing sequential decision-making algorithms, in both foundational theory and state-of-the-art deep reinforcement learning. The LinUCB algorithm, a centerpiece of the stochastic linear bandits literature,…

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

Inductive Biases and Variable Creation in Self-Attention Mechanisms

ICML 2022spotlight

Self-attention, an architectural motif designed to model long-range interactions in sequential data, has driven numerous recent breakthroughs in natural language processing and beyond. This work provides a theoretical analysis of the inductive biases of self-attention modules. Our focus is to rigoro…

Cited by 159SourcePDFScholar
2022

Investigating the Role of Negatives in Contrastive Representation Learning

AISTATS 2022poster

Noise contrastive learning is a popular technique for unsupervised representation learning. In this approach, a representation is obtained via reduction to supervised learning, where given a notion of semantic similarity, the learner tries to distinguish a similar (positive) example from a collectio…

Cited by 60SourcePDFScholar
2022

Recurrent Convolutional Neural Networks Learn Succinct Learning Algorithms

NeurIPS 2022accept

Neural networks (NNs) struggle to efficiently solve certain problems, such as learning parities, even when there are simple learning algorithms for those problems. Can NNs discover learning algorithms on their own? We exhibit a NN architecture that, in polynomial time, learns as well as any efficien…

Cited by 4SourcePDFScholar
2022

Understanding Contrastive Learning Requires Incorporating Inductive Biases

ICML 2022spotlight

Contrastive learning is a popular form of self-supervised learning that encourages augmentations (views) of the same input to have more similar representations compared to augmentations of different inputs. Recent attempts to theoretically explain the success of contrastive learning on downstream cl…

Cited by 141SourcePDFScholar
2021

Gone Fishing: Neural Active Learning with Fisher Embeddings

NeurIPS 2021poster

There is an increasing need for effective active learning algorithms that are compatible with deep neural networks. This paper motivates and revisits a classic, Fisher-based active selection objective, and proposes BAIT, a practical, tractable, and high-performing algorithm that makes it viable for…

Cited by 93SourcePDFScholar
2021

Statistical Estimation from Dependent Data

ICML 2021spotlight

We consider a general statistical estimation problem wherein binary labels across different observations are not independent conditioning on their feature vectors, but dependent, capturing settings where e.g. these observations are collected on a spatial domain, a temporal domain, or a social networ…

Cited by 11SourcePDFScholar
2020

Efficiently Learning Adversarially Robust Halfspaces with Noise

ICML 2020poster

We study the problem of learning adversarially robust halfspaces in the distribution-independent setting. In the realizable setting, we provide necessary and sufficient conditions on the adversarial perturbation sets under which halfspaces are efficiently robustly learnable. In the presence of rando…

Cited by 40SourcePDFScholar
2020

Learning Mixtures of Graphs from Epidemic Cascades

ICML 2020poster

We consider the problem of learning the weighted edges of a balanced mixture of two undirected graphs from epidemic cascades. While mixture models are popular modeling tools, algorithmic development with rigorous guarantees has lagged. Graph mixtures are apparently no exception: until now, very litt…

Cited by 10SourcePDFScholar
2020

Superpolynomial Lower Bounds for Learning One-Layer Neural Networks using Gradient Descent

ICML 2020poster

We give the first superpolynomial lower bounds for learning one-layer neural networks with respect to the Gaussian distribution for a broad class of algorithms. In the regression setting, we prove that gradient descent run on any classifier with respect to square loss will fail to achieve small test…

Cited by 88SourcePDFScholar
2019

Time/Accuracy Tradeoffs for Learning a ReLU with respect to Gaussian Marginals

NeurIPS 2019spotlight

We consider the problem of computing the best-fitting ReLU with respect to square-loss on a training set when the examples have been drawn according to a spherical Gaussian distribution (the labels can be arbitrary). Let $\opt < 1$ be the population loss of the best-fitting ReLU. We prove:…

Cited by 61SourcePDFScholar