← Search

David Brandfonbrener

18 accepted papers

2026

Generalized Parallel Scaling with Interdependent Generations

ICLR 2026poster

Parallel LLM inference scaling involves sampling a set of $N>1$ responses for a single input prompt. However, these $N$ parallel responses tend to be generated independently from each other, partitioning compute resources and leaving potentially useful information in one generation untapped by other…

Cited by 0SourceScholar
2026

Let's (not) just put things in Context: Test-time Training for Long-context LLMs

ICLR 2026poster

Advances in training and architectural design have enabled LLMs with million-token context windows, yet in practice these models often read far more than they can reliably use. While inference-time compute scaling—typically via “thinking tokens”—can help on short multi-step reasoning tasks, our cont…

Cited by 0SourcecodeScholar
2026

The Art of Scaling Reinforcement Learning Compute for LLMs

ICLR 2026oral

Reinforcement learning (RL) has become central to training large language models (LLMs), yet the field lacks predictive scaling methodologies comparable to those established for pre-training. Despite rapidly rising compute budgets, there is no principled understanding of how to evaluate algo…

Cited by 0SourceScholar
2025

Deconstructing What Makes a Good Optimizer for Autoregressive Language Models

ICLR 2025poster

Training language models becomes increasingly expensive with scale, prompting numerous attempts to improve optimization efficiency. Despite these efforts, the Adam optimizer remains the most widely used, due to a prevailing view that it is the most effective approach. We aim to compare several optim…

Cited by 0SourcePDFScholar
2025

Mixture of Parrots: Experts improve memorization more than reasoning

ICLR 2025poster

The Mixture-of-Experts (MoE) architecture enables a significant increase in the total number of model parameters with minimal computational overhead. However, it is not clear what performance tradeoffs, if any, exist between MoEs and standard dense transformers. In this paper, we show that as we i…

Cited by 3SourcePDFScholar
2025

SOAP: Improving and Stabilizing Shampoo using Adam for Language Modeling

ICLR 2025poster

There is growing evidence of the effectiveness of Shampoo, a higher-order preconditioning method, over Adam in deep learning optimization tasks. However, Shampoo's drawbacks include additional hyperparameters and computational overhead when compared to Adam, which only updates running averages of fi…

2025

The Role of Sparsity for Length Generalization in LLMs

ICML 2025poster

Training large language models to predict beyond their training context lengths has drawn much attention in recent years, yet the principles driving such behavior of length generalization remain underexplored. We propose a new theoretical framework to study length generalization for the next-token p…

Cited by 0SourcePDFScholar
2025

Universal Length Generalization with Turing Programs

ICML 2025poster

Length generalization refers to the ability to extrapolate from short training sequences to long test sequences and is a challenge for current large language models. While prior work has proposed some architecture or data format changes to achieve length generalization, these proposals typically app…

Cited by 6SourcePDFScholar
2024

CoLoR-Filter: Conditional Loss Reduction Filtering for Targeted Language Model Pre-training

NeurIPS 2024poster

Selecting high-quality data for pre-training is crucial in shaping the downstream task performance of language models. A major challenge lies in identifying this optimal subset, a problem generally considered intractable, thus necessitating scalable and effective heuristics. In this work, we propose…

2024

Q-Probe: A Lightweight Approach to Reward Maximization for Language Models

ICML 2024poster

We present an approach called Q-probing to adapt a pre-trained language model to maximize a task-specific reward function. At a high level, Q-probing sits between heavier approaches such as finetuning and lighter approaches such as few shot prompting, but can also be combined with either. The idea i…

2024

Repeat After Me: Transformers are Better than State Space Models at Copying

ICML 2024poster

Transformers are the dominant architecture for sequence modeling, but there is growing interest in models that use a fixed-size latent state that does not depend on the sequence length, which we refer to as ''generalized state space models'' (GSSMs). In this paper we show that while GSSMs are promis…

2023

Inverse Dynamics Pretraining Learns Good Representations for Multitask Imitation

NeurIPS 2023poster

In recent years, domains such as natural language processing and image recognition have popularized the paradigm of using large datasets to pretrain representations that can be effectively transferred to downstream tasks. In this work we evaluate how such a paradigm should be done in imitation learn…

2023

Visual Backtracking Teleoperation: A Data Collection Protocol for Offline Image-Based Reinforcement Learning

ICRA 2023poster

We consider how to most efficiently leverage teleoperator time to collect data for learning robust image-based value functions and policies for sparse reward robotic tasks. To accomplish this goal, we modify the process of data collection to include more than just successful demonstrations of the de…

Cited by 11SourceScholar
2022

When does return-conditioned supervised learning work for offline reinforcement learning?

NeurIPS 2022accept

Several recent works have proposed a class of algorithms for the offline reinforcement learning (RL) problem that we will refer to as return-conditioned supervised learning (RCSL). RCSL algorithms learn the distribution of actions conditioned on both the state and the return of the trajectory. Then…

2021

Offline Contextual Bandits with Overparameterized Models

ICML 2021spotlight

Recent results in supervised learning suggest that while overparameterized models have the capacity to overfit, they in fact generalize quite well. We ask whether the same phenomenon occurs for offline contextual bandits. Our results are mixed. Value-based algorithms benefit from the same generaliza…

2021

Offline RL Without Off-Policy Evaluation

NeurIPS 2021spotlight

Most prior approaches to offline reinforcement learning (RL) have taken an iterative actor-critic approach involving off-policy evaluation. In this paper we show that simply doing one step of constrained/regularized policy improvement using an on-policy Q estimate of the behavior policy performs sur…

2020

Frequentist Regret Bounds for Randomized Least-Squares Value Iteration

AISTATS 2020poster

We consider the exploration-exploitation dilemma in finite-horizon reinforcement learning (RL). When the state space is large or continuous, traditional tabular approaches are unfeasible and some form of function approximation is mandatory. In this paper, we introduce an optimistically-initialized v…

Cited by 161SourcePDFScholar