← Search

Jacob Andreas

90 accepted papers

2026

Beyond Binary Rewards: Training LMs to Reason About Their Uncertainty

ICLR 2026poster

When language models (LMs) are trained via reinforcement learning (RL) to generate natural language “reasoning chains”, their performance improves on a variety of difficult question answering tasks. Today, almost all successful applications of RL for reasoning use binary reward functions that evalua…

Cited by 0SourceScholar
2026

CONCUR: A Framework for Continual Constrained and Unconstrained Routing

ICLR 2026poster

AI tasks differ in complexity and are best addressed with different computation strategies (e.g., combinations of models and decoding methods). Hence, an effective routing system that maps tasks to the appropriate strategies is crucial. Most prior methods build the routing framework by training a *s…

Cited by 0SourceScholar
2026

Escaping the Mode: Multi-Answer Reinforcement Learning in LMs

ICML 2026poster

Large language models (LMs) are typically post-trained via RL to produce a single best answer per query, implicitly optimizing for modal correctness. While effective for benchmark accuracy, this approach is unideal for many applications of interest such as in medical diagnosis, which would benefit f…

Cited by 0SourceScholar
2026

Language and Experience: A Computational Model of Social Learning in Complex Tasks

ICLR 2026poster

The ability to combine linguistic guidance from others with direct experience is central to human development, enabling safe and rapid learning in new environments. How do people integrate these two sources of knowledge, and how might AI systems? We present a computational framework that models huma…

Cited by 0SourcecodeScholar
2026

Log-Augmented Generation: Scaling Test-Time Reasoning with Reusable Computation

ICLR 2026poster

While humans naturally learn and adapt from past experiences, large language models (LLMs) and their agentic counterparts often fail to retain reasoning from previous tasks and apply it in future contexts. We introduce **L**og-**A**ugmented **G**eneration (LAG), a novel framework that *directly reus…

Cited by 0SourcecodeScholar
2026

OpenEstimate: Evaluating LLMs on Probabilistic Estimation with Real-World Data

ICLR 2026poster

Real-world settings where language models (LMs) are deployed---in domains spanning healthcare, finance, and other forms of knowledge work—require models to grapple with incomplete information and reason under uncertainty. Yet most LM evaluations focus on problems with well-defined answers and succes…

Cited by 0SourcecodeScholar
2026

Position: It’s Time to Optimize for Self-Consistency

ICML 2026poster

Despite ever-increasing sophistication in language model (LM) pre- and post-training pipelines, many important failures persist: models overcondition on user framing (“sycophancy”), exhibit incomplete logical generalization, and produce confident but incorrect responses. We argue that these failures…

Cited by 0SourceScholar
2026

Sequential Parallel Duality in Prefix Scannable Models

ICLR 2026poster

Modern neural sequence models are designed to meet the dual mandate of parallelizable training and fast sequential inference. Recent developments have given rise to various models, such as Gated Linear Attention (GLA) and Mamba, that achieve such ``sequential-parallel duality.'' This raises a natura…

Cited by 0SourceScholar
2026

Shoot First, Ask Questions Later? Building Rational Agents that Explore and Act Like People

ICLR 2026oral

Many high-stakes applications of AI require forming data-driven hypotheses and making targeted guesses; e.g., in scientific and diagnostic settings. Given limited resources, to what extent do agents based on language models (LMs) act rationally? We develop methods to benchmark and enhance agentic in…

Cited by 0SourcecodeScholar
2025

A Probabilistic Framework for LLM Hallucination Detection via Belief Tree Propagation

NAACL 2025long

We describe Belief Tree Propagation (BTProp), a probabilistic framework for LLM hallucination detection. To judge the truth of a statement, BTProp generates a belief tree by recursively expanding the initial statement into a set of logically related claims, then reasoning globally about the relation…

2025

Automated Detection of Visual Attribute Reliance with a Self-Reflective Agent

NeurIPS 2025poster

When a vision model performs image recognition, which visual attributes drive its predictions? Detecting unintended reliance on specific visual features is critical for ensuring model robustness, preventing overfitting, and avoiding spurious correlations. We introduce an automated framework for dete…

Cited by 0SourceScholar
2025

Eliciting Human Preferences with Language Models

ICLR 2025poster

Language models (LMs) can be directed to perform user- and context-dependent tasks by using labeled examples or natural language prompts. But selecting examples or writing prompts can be challenging---especially in tasks that require users to precisely articulate nebulous preferences or reason about…

2025

LLM Agents for Coordinating Multi-User Information Gathering

ACL 2025finding

This paper introduces PeopleJoin, a benchmark for evaluating LM-mediated collaborative problem solving. Given a user request, PeopleJoin agents must identify teammates who might be able to assist, converse with these teammates to gather information, and finally compile a useful answer or summary for…

2025

Language Modeling with Editable External Knowledge

NAACL 2025findings

When the world changes, so does the text that people write about it. How do we build language models that can be easily updated to reflect these changes? One popular approach is retrieval-augmented generation (RAG), in which new documents are inserted into a knowledge base and retrieved during predi…

2025

Learning How Hard to Think: Input-Adaptive Allocation of LM Computation

ICLR 2025poster

Computationally intensive decoding procedures---including search, reranking, and self-critique---can improve the quality of language model (LM) outputs in problems spanning code generation, numerical reasoning, and dialog. Existing work typically applies the same decoding procedure for every input t…

Cited by 13SourcePDFScholar
2025

Learning Linear Attention in Polynomial Time

NeurIPS 2025oral

Previous research has explored the expressivity of Transformer models in simulating Boolean circuits or Turing machines. However, the efficient learnability of Transformers from data has remained an open question. Our study addresses this gap by providing the first polynomial-time learnability resu…

Cited by 0SourceScholar
2025

LoRA vs Full Fine-tuning: An Illusion of Equivalence

NeurIPS 2025poster

Fine-tuning is a crucial paradigm for adapting pre-trained large language models to downstream tasks. Recently, methods like Low-Rank Adaptation (LoRA) have been shown to effectively fine-tune LLMs with an extreme reduction in trainable parameters. But, \emph{are their learned solutions really equiv…

Cited by 0SourceScholar
2025

The Surprising Effectiveness of Test-Time Training for Few-Shot Learning

ICML 2025poster

Language models (LMs) have shown impressive performance on tasks within their training distribution, but often struggle with structurally novel tasks even when given a small number of in-context task examples. We investigate the effectiveness of test-time training (TTT)—temporarily updating model pa…

2024

A Multimodal Automated Interpretability Agent

ICML 2024poster

This paper describes MAIA, a Multimodal Automated Interpretability Agent. MAIA is a system that uses neural models to automate neural model understanding tasks like feature interpretation and failure mode discovery. It equips a pre-trained vision-language model with a set of tools that support itera…

Cited by 67SourcePDFScholar
2024

Adaptive Language-Guided Abstraction from Contrastive Explanations

CoRL 2024poster

Many approaches to robot learning begin by inferring a reward function from a set of human demonstrations. To learn a good reward, it is necessary to determine which features of the environment are relevant before determining how these features should be used to compute reward. In particularly compl…

Cited by 4SourceScholar
2024

Decomposing Uncertainty for Large Language Models through Input Clarification Ensembling

ICML 2024oral

Uncertainty decomposition refers to the task of decomposing the total uncertainty of a predictive model into aleatoric (data) uncertainty, resulting from inherent randomness in the data-generating process, and epistemic (model) uncertainty, resulting from missing information in the model's training…

2024

Deductive Closure Training of Language Models for Coherence, Accuracy, and Updatability

ACL 2024findings

While language models (LMs) can sometimes generate factually correct text and estimate truth values of individual claims, these generally do not reflect a globally coherent, manipulable model of the world. As a consequence, current LMs also generate incorrect or nonsensical content, and are difficul…

Cited by 13SourcePDFScholar
2024

In-Context Language Learning: Architectures and Algorithms

ICML 2024poster

Some neural language models (LMs) exhibit a remarkable capacity for in-context learning (ICL): they can fit predictors to datasets provided as input. While the mechanisms underlying ICL are well-studied in the context of synthetic problems like in-context linear regression, there is still some diver…

2024

Interpreting User Requests in the Context of Natural Language Standing Instructions

NAACL 2024findings

Users of natural language interfaces, frequently powered by Large Language Models (LLMs), must often repeat their full set of preferences each time they make a similar request. We describe an approach to LLM-based dialogue modeling in which persistent user constraints and preferences – collectively…

2024

LILO: Learning Interpretable Libraries by Compressing and Documenting Code

ICLR 2024poster

While large language models (LLMs) now excel at code generation, a key aspect of software development is the art of refactoring: consolidating code into libraries of reusable and readable programs. In this paper, we introduce LILO, a neurosymbolic framework that iteratively synthesizes, compresses,…

2024

Language-to-Code Translation with a Single Labeled Example

EMNLP 2024main

Tools for translating natural language into code promise natural, open-ended interaction with databases, web APIs, and other software systems. However, this promise is complicated by the diversity and continual development of these systems, each with its own interface and distinct set of features. B…

Cited by 0SourcePDFScholar
2024

Learning Grounded Action Abstractions from Language

ICLR 2024poster

Effective planning in the real world requires not only world knowledge, but the ability to leverage that knowledge to build the right representation of the task at hand. Decades of hierarchical planning techniques have used domain-specific temporal action abstractions to support efficient and accura…

Cited by 5SourcePDFScholar
2024

Learning with Language-Guided State Abstractions

ICLR 2024poster

We describe a framework for using natural language to design state abstractions for imitation learning. Generalizable policy learning in high-dimensional observation spaces is facilitated by well-designed state representations, which can surface important features of an environment and hide irreleva…

Cited by 13SourcePDFScholar
2024

Lexicon-Level Contrastive Visual-Grounding Improves Language Modeling

ACL 2024findings

Today’s most accurate language models are trained on orders of magnitude more language data than human language learners receive— but with no supervision from other sensory modalities that play a crucial role in human learning. Can we make LMs’ representations and predictions more accurate (and more…

Cited by 1SourcePDFScholar
2024

Linearity of Relation Decoding in Transformer Language Models

ICLR 2024spotlight

Much of the knowledge encoded in transformer language models (LMs) may be expressed in terms of relations: relations between words and their synonyms, entities and their attributes, etc. We show that, for a subset of relations, this computation is well-approximated by a single linear transformation…

Cited by 76SourcePDFScholar
2024

MisinfoEval: Generative AI in the Era of “Alternative Facts”

EMNLP 2024main

The spread of misinformation on social media platforms threatens democratic processes, contributes to massive economic losses, and endangers public health. Many efforts to address misinformation focus on a knowledge deficit model and propose interventions for improving users’ critical thinking throu…

Cited by 3SourcePDFScholar
2024

Natural Language Decomposition and Interpretation of Complex Utterances

IJCAI 2024poster

Designing natural language interfaces has historically required collecting supervised data to translate user requests into carefully designed intent representations. This requires enumerating and labeling a long tail of user requests, which is challenging. At the same time, large language models (LL…

Cited by 7SourcePDFScholar
2024

Reasoning or Reciting? Exploring the Capabilities and Limitations of Language Models Through Counterfactual Tasks

NAACL 2024long

The impressive performance of recent language models across a wide range of tasks suggests that they possess a degree of abstract reasoning skills. Are these skills general and transferable, or specialized to specific tasks seen during pretraining? To disentangle these effects, we propose an evaluat…

2024

Regularized Conventions: Equilibrium Computation as a Model of Pragmatic Reasoning

NAACL 2024long

We present a game-theoretic model of pragmatics that we call ReCo (for Regularized Conventions). This model formulates pragmatic communication as a game in which players are rewarded for communicating successfully and penalized for deviating from a shared, “default” semantics. As a result, players a…

Cited by 2SourcePDFScholar
2024

The Consensus Game: Language Model Generation via Equilibrium Search

ICLR 2024spotlight

When applied to question answering and other text generation tasks, language models (LMs) may be queried generatively (by sampling answers from their output distribution) or discriminatively (by using them to score or rank a set of candidate answers). These procedures sometimes yield very different…

Cited by 21SourcePDFScholar
2024

Visual Grounding Helps Learn Word Meanings in Low-Data Regimes

NAACL 2024long

Modern neural language models (LMs) are powerful tools for modeling human sentence production and comprehension, and their internal representations are remarkably well-aligned with representations of language in the human brain. But to achieve these results, LMs must be trained in distinctly un-huma…

2023

Characterizing intrinsic compositionality in transformers with Tree Projections

ICLR 2023poster

When trained on language data, do transformers learn some arbitrary computation that utilizes the full capacity of the architecture or do they learn a simpler, tree-like computation, hypothesized to underlie compositional meaning systems like human languages? There is an apparent tension between com…

Cited by 45SourcePDFScholar
2023

Cognitive Dissonance: Why Do Language Model Outputs Disagree with Internal Representations of Truthfulness?

EMNLP 2023short main

Neural language models (LMs) can be used to evaluate the truth of factual statements in two ways: they can be either queried for statement probabilities, or probed for internal representations of truthfulness. Past work has found that these two procedures sometimes disagree, and that probes tend to…

Cited by 0SourcecodeScholar
2023

FIND: A Function Description Benchmark for Evaluating Interpretability Methods

NeurIPS 2023poster

Labeling neural network submodules with human-legible descriptions is useful for many downstream tasks: such descriptions can surface failures, guide interventions, and perhaps even explain important model behaviors. To date, most mechanistic descriptions of trained networks have involved small mode…

2023

Grokking of Hierarchical Structure in Vanilla Transformers

ACL 2023short

For humans, language production and comprehension is sensitive to the hierarchical structure of sentences. In natural language processing, past work has questioned how effectively neural sequence models like transformers capture this hierarchical structure when generalizing to structurally novel inp…

2023

Guiding Pretraining in Reinforcement Learning with Large Language Models

ICML 2023poster

Reinforcement learning algorithms typically struggle in the absence of a dense, well-shaped reward function. Intrinsically motivated exploration methods address this limitation by rewarding agents for visiting novel states or transitions, but these methods offer limited benefits in large environment…

2023

PromptBoosting: Black-Box Text Classification with Ten Forward Passes

ICML 2023poster

We describe PromptBoosting, a query-efficient procedure for building a text classifier from a neural language model (LM) without access to the LM's parameters, gradients, or hidden representations. This form of "black-box" classifier training has become increasingly important as the cost of training…

2023

Pushdown Layers: Encoding Recursive Structure in Transformer Language Models

EMNLP 2023long main

Recursion is a prominent feature of human language, and fundamentally challenging for self-attention due to the lack of an explicit recursive-state tracking mechanism. Consequently, Transformer language models poorly capture long-tail recursive structure and exhibit sample-inefficient syntactic gene…

Cited by 0SourcecodeScholar
2023

The Clock and the Pizza: Two Stories in Mechanistic Explanation of Neural Networks

NeurIPS 2023oral

Do neural networks, trained on well-understood algorithmic tasks, reliably rediscover known algorithms? Several recent studies, on tasks ranging from group operations to in-context linear regression, have suggested that the answer is yes. Using modular addition as a prototypical problem, we show tha…

2023

The Whole Truth and Nothing But the Truth: Faithful and Controllable Dialogue Response Generation with Dataflow Transduction and Constrained Decoding

ACL 2023findings

In a real-world dialogue system, generated text must be truthful and informative while remaining fluent and adhering to a prescribed style. Satisfying these constraints simultaneously isdifficult for the two predominant paradigms in language generation: neural language modeling and rule-based genera…

2023

What learning algorithm is in-context learning? Investigations with linear models

ICLR 2023top-5%

Neural sequence models, especially transformers, exhibit a remarkable capacity for in-context learning. They can construct new predictors from sequences of labeled examples $(x, f(x))$ presented in the input without further parameter updates. We investigate the hypothesis that transformer-based in-c…

Cited by 517SourcePDFScholar
2022

Correcting Robot Plans with Natural Language Feedback

RSS 2022poster

When humans design cost or goal specifications for robots, they often produce specifications that are ambiguous, under-specified, or beyond planners’ ability to solve. In these cases, corrections provide a valuable tool for human-in-the-loop robot control. Corrections might take the form of new goal…

Cited by 110SourcePDFScholar
2022

Language Models as Agent Models

EMNLP 2022finding

Language models (LMs) are trained on collections of documents, written by individual human agents to achieve specific goals in the outside world. During training, LMs have access only to text of these documents, with no direct evidence of the internal states of the agents that produced them—a fact o…

Cited by 205SourcePDFScholar
2022

Modeling Strong and Human-Like Gameplay with KL-Regularized Search

ICML 2022spotlight

We consider the task of accurately modeling strong human policies in multi-agent decision-making problems, given examples of human behavior. Imitation learning is effective at predicting human actions but may not match the strength of expert humans (e.g., by sometimes committing blunders), while sel…

2022

Natural Language Descriptions of Deep Visual Features

ICLR 2022oral

Some neurons in deep networks specialize in recognizing highly specific perceptual, structural, or semantic features of inputs. In computer vision, techniques exist for identifying neurons that respond to individual concept categories like colors, textures, and object classes. But these techniques a…

Cited by 134SourcePDFScholar
2022

Pre-Trained Language Models for Interactive Decision-Making

NeurIPS 2022accept

Language model (LM) pre-training is useful in many language processing tasks. But can pre-trained LMs be further leveraged for more general machine learning problems? We propose an approach for using LMs to scaffold learning and generalization in general sequential decision-making problems. In this…

Cited by 229SourcePDFScholar
2022

Quantifying Adaptability in Pre-trained Language Models with 500 Tasks

NAACL 2022long

When a neural language model (LM) is adapted to perform a new task, what aspects of the task predict the eventual performance of the model? In NLP, systematic features of LM generalization to individual examples are well characterized, but systematic aspects of LM adaptability to new tasks are not n…

Cited by 15SourcePDFScholar
2022

Subspace Regularizers for Few-Shot Class Incremental Learning

ICLR 2022poster

Few-shot class incremental learning---the problem of updating a trained classifier to discriminate among an expanded set of classes with limited labeled data---is a key challenge for machine learning systems deployed in non-stationary environments. Existing approaches to the problem rely on complex…

2022

Towards Tracing Knowledge in Language Models Back to the Training Data

EMNLP 2022finding

Language models (LMs) have been shown to memorize a great deal of factual knowledge contained in their training data. But when an LM generates an assertion, it is often difficult to determine where it learned this information and whether it is true. In this paper, we propose the problem of fact trac…

2021

Compositional Generalization for Neural Semantic Parsing via Span-level Supervised Attention

NAACL 2021long

We describe a span-level supervised attention loss that improves compositional generalization in semantic parsers. Our approach builds on existing losses that encourage attention maps in neural sequence-to-sequence models to imitate the output of classical word alignment algorithms. Where past work…

Cited by 63SourcePDFScholar
2021

How Do Neural Sequence Models Generalize? Local and Global Cues for Out-of-Distribution Prediction

EMNLP 2021main

After a neural sequence model encounters an unexpected token, can its behavior be predicted? We show that RNN and transformer language models exhibit structured, consistent generalization in out-of-distribution contexts. We begin by introducing two idealized models of generalization in next-word pre…

Cited by 4SourcePDFScholar
2021

Learning to Recombine and Resample Data For Compositional Generalization

ICLR 2021poster

Flexible neural sequence models outperform grammar- and automaton-based counterparts on a variety of tasks. However, neural models perform poorly in settings requiring compositional generalization beyond the training data—particularly to rare or unseen subsequences. Past work has found symbolic scaf…

2021

Leveraging Language to Learn Program Abstractions and Search Heuristics

ICML 2021spotlight

Inductive program synthesis, or inferring programs from examples of desired behavior, offers a general paradigm for building interpretable, robust, andgeneralizable machine learning systems. Effective program synthesis depends on two key ingredients: a strong library of functions from which to build…

Cited by 69SourcePDFScholar
2021

Representing Partial Programs with Blended Abstract Semantics

ICLR 2021poster

Synthesizing programs from examples requires searching over a vast, combinatorial space of possible programs. In this search process, a key challenge is representing the behavior of a partially written program before it can be executed, to judge if it is on the right track and predict where to searc…

Cited by 28SourcePDFScholar
2021

Teachable Reinforcement Learning via Advice Distillation

NeurIPS 2021poster

Training automated agents to complete complex tasks in interactive environments is challenging: reinforcement learning requires careful hand-engineering of reward functions, imitation learning requires specialized infrastructure and access to a human expert, and learning from intermediate forms of s…

2021

Toward a Visual Concept Vocabulary for GAN Latent Space

ICCV 2021poster

A large body of recent work has identified transformations in the latent spaces of generative adversarial networks (GANs) that consistently and interpretably transform generated images. But existing techniques for identifying these transformations rely on either a fixed vocabulary of pre-specified v…

Cited by 19PDFcodeScholar
2021

Value-Agnostic Conversational Semantic Parsing

ACL 2021long

Conversational semantic parsers map user utterances to executable programs given dialogue histories composed of previous utterances, programs, and system responses. Existing parsers typically condition on rich representations of history that include the complete set of values and computations previo…

2020

A Benchmark for Systematic Generalization in Grounded Language Understanding

NeurIPS 2020poster

Humans easily interpret expressions that describe unfamiliar situations composed from familiar parts ("greet the pink brontosaurus by the ferris wheel"). Modern neural networks, by contrast, struggle to interpret novel compositions. In this paper, we introduce a new benchmark, gSCAN, for evaluating…

2019

Guiding Policies with Language via Meta-Learning

ICLR 2019poster

Behavioral skills or policies for autonomous agents are conventionally learned from reward functions, via reinforcement learning, or from demonstrations, via imitation learning. However, both modes of task specification have their disadvantages: reward functions require manual engineering, while dem…

Cited by 75SourcePDFScholar
2018

Can Deep Reinforcement Learning Solve Erdos-Selfridge-Spencer Games?

ICML 2018oral

Deep reinforcement learning has achieved many recent successes, but our understanding of its strengths and limitations is hampered by the lack of rich environments in which we can fully characterize optimal behavior, and correspondingly diagnose individual actions against such a characterization. He…

Cited by 43SourcePDFScholar
2018

Can Deep Reinforcement Learning solve Erdos-Selfridge-Spencer Games?

ICLR 2018workshop

Deep reinforcement learning has achieved many recent successes, but our understanding of its strengths and limitations is hampered by the lack of rich environments in which we can fully characterize optimal behavior, and correspondingly diagnose individual actions against such a characterization.…

Cited by 42SourceScholar
2018

Explainable Neural Computation via Stack Neural Module Networks

ECCV 2018poster

In complex inferential tasks like question answering, machine learning models must confront two challenges: the need to implement a compositional reasoning process, and, in many applications, the need for this reasoning process to be interpretable to assist users in both development and prediction.…

Cited by 243SourcePDFScholar
2018

Speaker-Follower Models for Vision-and-Language Navigation

NeurIPS 2018poster

Navigation guided by natural language instructions presents a challenging reasoning problem for instruction followers. Natural language instructions typically identify only a few high-level decisions and landmarks rather than complete low-level motor behaviors; much of the missing information must b…

Cited by 589SourcePDFScholar
2017

Learning to Reason: End-To-End Module Networks for Visual Question Answering

ICCV 2017spotlight

Natural language questions are inherently compositional, and many are most easily answered by reasoning about their decomposition into modular sub-problems. For example, to answer "is there an equal number of balls and boxes?" we can look for balls, look for boxes, count them, and compare the result…

Cited by 742PDFScholar
2017

Modeling Relationships in Referential Expressions With Compositional Modular Networks

CVPR 2017spotlight

People often refer to entities in an image in terms of their relationships with other entities. For example, "the black cat sitting under the table" refers to both a "black cat" entity and its relationship with another "table" entity. Understanding these relationships is essential for interpreting a…

Cited by 454PDFScholar
2015

On the Accuracy of Self-Normalized Log-Linear Models

NeurIPS 2015poster

Calculation of the log-normalizer is a major computational obstacle in applications of log-linear models with large output spaces. The problem of fast normalizer computation has therefore attracted significant attention in the theoretical and applied machine learning literature. In this paper, we an…

Cited by 21SourcePDFScholar