← Search

Carlos Guestrin

26 accepted papers

2026

Learning to Discover at Test Time

ICML 2026spotlight

How can we use AI to discover a new state of the art for a scientific problem? Prior work in test-time scaling, such as AlphaEvolve, performs search by prompting a frozen LLM. We perform reinforcement learning at test time, so the LLM can continue to train, but now with experience specific to the te…

Cited by 0SourceScholar
2026

Obfuscated Activations Bypass LLM Latent-Space Defenses

ICLR 2026poster

_Latent-space_ monitoring techniques have shown promise as defenses against LLM attacks. These defenses act as scanners to detect harmful activations before they lead to undesirable actions. This prompts the question: can models execute harmful behavior _via inconspicuous latent states_? Here, we st…

Cited by 0SourcecodeScholar
2026

Outcome-Based Rewards Do Not Guarantee Faithful and Verifiable Reasoning

ICML 2026poster

Reinforcement Learning from Verifiable Rewards (RLVR) on chain-of-thought reasoning has become a standard part of language model post-training recipes. A common assumption is that the reasoning chains trained through RLVR represent how a model gets to its answer. In this paper, we develop two metric…

Cited by 0SourceScholar
2026

PluRel: Synthetic Data unlocks Scaling Laws for Relational Foundation Models

ICML 2026poster

Relational Foundation Models (RFMs) facilitate data-driven decision-making by learning from complex multi-table databases. However, the diverse relational databases needed to train such models are rarely public due to privacy constraints. While there are methods to generate synthetic tabular data of…

Cited by 0SourceScholar
2026

Reinforcement Learning via Self-Distillation

ICML 2026poster

Large language models are increasingly post-trained with reinforcement learning in verifiable domains such as code and math. Yet, current methods for reinforcement learning with verifiable rewards (RLVR) learn only from a scalar outcome reward per attempt, creating a severe credit-assignment bottlen…

Cited by 0SourceScholar
2026

Relational Transformer: Toward Zero-Shot Foundation Models for Relational Data

ICLR 2026poster

Pretrained transformers readily adapt to new sequence modeling tasks via zero-shot prompting, but relational domains still lack architectures that transfer across datasets and tasks. The core challenge is the diversity of relational data, with varying heterogeneous schemas, graph structures, and fun…

Cited by 0SourcecodeScholar
2025

Benchmarking Distributional Alignment of Large Language Models

NAACL 2025long

Language models (LMs) are increasingly used as simulacra for people, yet their ability to match the distribution of views of a specific demographic group and be distributionally aligned remains uncertain. This notion of distributional alignment is complex, as there is significant variation in the ty…

2025

Learning to (Learn at Test Time): RNNs with Expressive Hidden States

ICML 2025spotlight

Self-attention performs well in long context but has quadratic complexity. Existing RNN layers have linear complexity, but their performance in long context is limited by the expressive power of their hidden states. We present a practical framework for instantiating sequence modeling layers with lin…

2025

metaTextGrad: Automatically optimizing language model optimizers

NeurIPS 2025poster

Large language models (LLMs) are increasingly used in learning algorithms, evaluations, and optimization tasks. Recent studies have shown that using LLM-based optimizers to automatically optimize model prompts, demonstrations, predictions themselves, or other components can significantly enhance the…

Cited by 0SourceScholar
2024

Post-Hoc Reversal: Are We Selecting Models Prematurely?

NeurIPS 2024poster

Trained models are often composed with post-hoc transforms such as temperature scaling (TS), ensembling and stochastic weight averaging (SWA) to improve performance, robustness, uncertainty estimation, etc. However, such transforms are typically applied only after the base models have already been f…

2023

AlpacaFarm: A Simulation Framework for Methods that Learn from Human Feedback

NeurIPS 2023spotlight

Large language models (LLMs) such as ChatGPT have seen widespread adoption due to their ability to follow user instructions well. Developing these LLMs involves a complex yet poorly understood workflow requiring training with human feedback. Replicating and understanding this instruction-following p…

Cited by 523SourcePDFScholar
2023

Beyond Confidence: Reliable Models Should Also Consider Atypicality

NeurIPS 2023poster

While most machine learning models can provide confidence in their predictions, confidence is insufficient to understand a prediction's reliability. For instance, the model may have a low confidence prediction if the input is not well-represented in the training dataset or if the input is inherently…

2021

Beyond Accuracy: Behavioral Testing of NLP Models with Checklist (Extended Abstract)

IJCAI 2021poster

Although measuring held-out accuracy has been the primary approach to evaluate generalization, it often overestimates the performance of NLP models, while alternative approaches for evaluating models either focus on individual tasks or on specific behaviors. Inspired by principles of behavioral test…

2021

Learning Neural Network Subspaces

ICML 2021spotlight

Recent observations have advanced our understanding of the neural network optimization landscape, revealing the existence of (1) paths of high accuracy containing diverse solutions and (2) wider minima offering improved performance. Previous methods observing diverse paths require multiple training…

2020

AdaScale SGD: A User-Friendly Algorithm for Distributed Training

ICML 2020poster

When using large-batch training to speed up stochastic gradient descent, learning rates must adapt to new batch sizes in order to maximize speed-ups and preserve model quality. Re-tuning learning rates is resource intensive, while fixed scaling rules often degrade model quality. We propose AdaScale…

Cited by 38SourcePDFScholar
2019

Addressing the Loss-Metric Mismatch with Adaptive Loss Alignment

ICML 2019oral

In most machine learning training paradigms a fixed, often handcrafted, loss function is assumed to be a good proxy for an underlying evaluation metric. In this work we assess this assumption by meta-learning an adaptive loss function to directly optimize the evaluation metric. We propose a sample e…

Cited by 99SourcePDFScholar
2019

Adversarial Fisher Vectors for Unsupervised Representation Learning

NeurIPS 2019spotlight

We examine Generative Adversarial Networks (GANs) through the lens of deep Energy Based Models (EBMs), with the goal of exploiting the density model that follows from this formulation. In contrast to a traditional view where the discriminator learns a constant function when reaching convergence, her…

2018

Learning to Optimize Tensor Programs

NeurIPS 2018spotlight

We introduce a learning-based framework to optimize tensor programs for deep learning workloads. Efficient implementations of tensor operators, such as matrix multiplication and high dimensional convolution are key enablers of effective deep learning systems. However, existing systems rely on manual…

Cited by 527SourcePDFScholar
2017

Scaling Submodular Maximization via Pruned Submodularity Graphs

AISTATS 2017poster

We propose a new random pruning method (called “submodular sparsification (SS)”) to reduce the cost of submodular maximization. The pruning is applied via a “submodularity graph” over the $n$ ground elements, where each directed edge is associated with a pairwise dependency defined by the submodular…

Cited by 12SourcePDFScholar
2016

Unified Methods for Exploiting Piecewise Linear Structure in Convex Optimization

NeurIPS 2016poster

We develop methods for rapidly identifying important components of a convex optimization problem for the purpose of achieving fast convergence times. By considering a novel problem formulation—the minimization of a sum of piecewise functions—we describe a principled and general mechanism for exploit…

Cited by 17SourcePDFScholar
2015

Efficient Second-Order Gradient Boosting for Conditional Random Fields

AISTATS 2015poster

Conditional random fields (CRFs) are an important class of models for accurate structured prediction, but effective design of the feature functions is a major challenge when applying CRF models to real world data. Gradient boosting, which is used to automatically induce and select feature functions,…

Cited by 61SourcePDFScholar