← Search

Thomas L. Griffiths

40 accepted papers

2026

Demystifying Emergent Exploration in Goal-Conditioned RL

ICLR 2026poster

In this work, we take a first step toward elucidating the mechanisms behind emergent exploration in unsupervised reinforcement learning. We study Single-Goal Contrastive Reinforcement Learning (SGCRL) (Liu et al., 2025), a self-supervised algorithm capable of solving challenging long-horizon goal-re…

Cited by 0SourceScholar
2026

Evaluating Language Models' Evaluations of Games

ICLR 2026poster

Reasoning is not just about solving problems---it is also about evaluating which problems are worth solving at all. Evaluations of artificial intelligence (AI) systems primarily focused on problem solving, historically by studying how models play games such as chess and Go. In this paper, we advocat…

Cited by 0SourceScholar
2026

Learning is Forgetting; LLM Training As Lossy Compression

ICLR 2026poster

Despite the increasing prevalence of large language models (LLMs), we still have a limited understanding of how their representational spaces are structured. This limits our ability to interpret how and what they learn or relate them to learning in humans. We argue LLMs are best seen as an instance…

Cited by 0SourcecodeScholar
2026

Using Reinforcement Learning to Train Large Language Models to Explain Human Decisions

ICLR 2026poster

A central goal of cognitive modeling is to develop models that not only predict human behavior but also provide insight into the underlying cognitive mechanisms. While neural network models trained on large-scale behavioral data often achieve strong predictive performance, they typically fall short…

Cited by 0SourceScholar
2025

Are Large Language Models Sensitive to the Motives Behind Communication?

NeurIPS 2025poster

Human communication is $\textit{motivated}$: people speak, write, and create content with a particular communicative intent in mind. As a result, information that large language models (LLMs) and AI agents process is inherently framed by humans' intentions and incentives. People are adept at navigat…

Cited by 0SourceScholar
2025

Causal Head Gating: A Framework for Interpreting Roles of Attention Heads in Transformers

NeurIPS 2025poster

We present causal head gating (CHG), a scalable method for interpreting the functional roles of attention heads in transformer models. CHG learns soft gates over heads and assigns them a causal taxonomy—facilitating, interfering, or irrelevant—based on their impact on task performance. Unlike prior…

Cited by 0SourceScholar
2025

Evaluating distillation methods for data-efficient syntax learning

EMNLP 2025

Data-efficient training requires strong inductive biases. To the extent that transformer attention matrices encode syntactic relationships, we would predict that knowledge distillation (KD) targeting attention should selectively accelerate syntax acquisition relative to conventional logit-based KD.

2025

Hindsight Merging: Diverse Data Generation with Language Models

UAI 2025

Pre-training a language model equips it with a broad understanding of the world, while fine- tuning refines it into a helpful assistant. However, fine-tuning does not exclusively enhance task- specific behaviors but also suppresses some of the beneficial variability from pre-training. This reduction

Cited by 0SourcePDFScholar
2025

Language Models Trained to do Arithmetic Predict Human Risky and Intertemporal Choice

ICLR 2025poster

The observed similarities in the behavior of humans and Large Language Models (LLMs) have prompted researchers to consider the potential of using LLMs as models of human cognition. However, several significant challenges must be addressed before LLMs can be legitimately regarded as cognitive models.…

Cited by 4SourcePDFScholar
2025

Large Language Models Assume People are More Rational than We Really are

ICLR 2025poster

In order for AI systems to communicate effectively with people, they must understand how we make decisions. However, people's decisions are not always rational, so the implicit internal models of human decision-making in Large Language Models (LLMs) must account for this. Previous empirical evidence…

2025

Mind Your Step (by Step): Chain-of-Thought can Reduce Performance on Tasks where Thinking Makes Humans Worse

ICML 2025poster

Chain-of-thought (CoT) prompting has become a widely used strategy for improving large language and multimodal model performance. However, it is still an open question under which settings CoT systematically reduces performance. In this paper, we seek to identify the characteristics of tasks where…

Cited by 21SourcePDFScholar
2025

Partner Modelling Emerges in Recurrent Agents (But Only When It Matters)

NeurIPS 2025poster

Humans are remarkably adept at collaboration, able to infer the strengths and weaknesses of new partners in order to work successfully towards shared goals. To build AI systems with this capability, we must first understand its building blocks: does such flexibility require explicit, dedicated mecha…

Cited by 0SourceScholar
2024

A Metalearned Neural Circuit for Nonparametric Bayesian Inference

NeurIPS 2024poster

Most applications of machine learning to classification assume a closed set of balanced classes. This is at odds with the real world, where class occurrence statistics often follow a long-tailed power-law distribution and it is unlikely that all classes are seen in a single sample. Nonparametric Bay…

2024

Deciphering the Factors Influencing the Efficacy of Chain-of-Thought: Probability, Memorization, and Noisy Reasoning

EMNLP 2024finding

Chain-of-Thought (CoT) prompting has been shown to enhance the multi-step reasoning capabilities of Large Language Models (LLMs). However, debates persist about whether LLMs exhibit *abstract generalization* or rely on *shallow heuristics* when given CoT prompts. To understand the factors influencin…

2024

How do Large Language Models Navigate Conflicts between Honesty and Helpfulness?

ICML 2024oral

In day-to-day communication, people often approximate the truth --- for example, rounding the time or omitting details --- in order to be maximally helpful to the listener. How do large language models (LLMs) handle such nuanced trade-offs? To address this question, we use psychological models and e…

Cited by 16SourcePDFScholar
2024

Implicit Maximum a Posteriori Filtering via Adaptive Optimization

ICLR 2024poster

Bayesian filtering approximates the true underlying behavior of a time-varying system by inverting an explicit generative model to convert noisy measurements into state estimates. This process typically requires matrix storage, inversion, and multiplication or Monte Carlo estimation, none of which a…

2024

Learning Human-like Representations to Enable Learning Human Values

NeurIPS 2024poster

How can we build AI systems that can learn any set of individual human values both quickly and safely, avoiding causing harm or violating societal standards for acceptable behavior during the learning process? We explore the effects of representational alignment between humans and AI agents on learn…

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

Understanding the Limits of Vision Language Models Through the Lens of the Binding Problem

NeurIPS 2024poster

Recent work has documented striking heterogeneity in the performance of state-of-the-art vision language models (VLMs), including both multimodal language models and text-to-image models. These models are able to describe and generate a diverse array of complex, naturalistic images, yet they exhibit…

Cited by 7SourcePDFScholar
2023

Alignment with human representations supports robust few-shot learning

NeurIPS 2023spotlight

Should we care whether AI systems have representations of the world that are similar to those of humans? We provide an information-theoretic analysis that suggests that there should be a U-shaped relationship between the degree of representational alignment with humans and performance on few-shot le…

Cited by 47SourcePDFScholar
2023

Analyzing Diffusion as Serial Reproduction

ICML 2023poster

Diffusion models are a class of generative models that learn to synthesize samples by inverting a diffusion process that gradually maps data into noise. While these models have enjoyed great success recently, a full theoretical understanding of their observed properties is still lacking, in particul…

Cited by 3SourcePDFScholar
2023

Gaussian Process Probes (GPP) for Uncertainty-Aware Probing

NeurIPS 2023poster

Understanding which concepts models can and cannot represent has been fundamental to many tasks: from effective and responsible use of models to detecting out of distribution data. We introduce Gaussian process probes (GPP), a unified and simple framework for probing and measuring uncertainty about…

2023

Hierarchical Abstraction for Combinatorial Generalization in Object Rearrangement

ICLR 2023poster

Object rearrangement is a challenge for embodied agents because solving these tasks requires generalizing across a combinatorially large set of configurations of entities and their locations. Worse, the representations of these entities are unknown and must be inferred from sensory percepts. We pres…

Cited by 6SourcePDFScholar
2023

Im-Promptu: In-Context Composition from Image Prompts

NeurIPS 2023poster

Large language models are few-shot learners that can solve diverse tasks from a handful of demonstrations. This implicit understanding of tasks suggests that the attention mechanisms over word tokens may play a role in analogical reasoning. In this work, we investigate whether analogical reasoning c…

Cited by 3SourcePDFScholar
2023

On the informativeness of supervision signals

UAI 2023poster

Supervised learning typically focuses on learning transferable representations from training examples annotated by humans. While rich annotations (like soft labels) carry more information than sparse annotations (like hard labels), they are also more expensive to collect. For example, while hard lab…

Cited by 17SourcePDFScholar
2023

Tree of Thoughts: Deliberate Problem Solving with Large Language Models

NeurIPS 2023oral

Language models are increasingly being deployed for general problem solving across a wide range of tasks, but are still confined to token-level, left-to-right decision-making processes during inference. This means they can fall short in tasks that require exploration, strategic lookahead, or where i…

2023

Words are all you need? Language as an approximation for human similarity judgments

ICLR 2023poster

Human similarity judgments are a powerful supervision signal for machine learning applications based on techniques such as contrastive learning, information retrieval, and model alignment, but classical methods for collecting human similarity judgments are too expensive to be used at scale. Recent m…

Cited by 21SourcePDFScholar
2022

How to talk so AI will learn: Instructions, descriptions, and autonomy

NeurIPS 2022accept

From the earliest years of our lives, humans use language to express our beliefs and desires. Being able to talk to artificial agents about our preferences would thus fulfill a central goal of value alignment. Yet today, we lack computational models explaining such language use. To address this chal…

2022

Object Representations as Fixed Points: Training Iterative Refinement Algorithms with Implicit Differentiation

NeurIPS 2022accept

Current work in object-centric learning has been motivated by developing learning algorithms that infer independent and symmetric entities from the perceptual input. This often requires the use iterative refinement procedures that break symmetries among equally plausible explanations for the data, b…

Cited by 54SourcePDFScholar
2022

Using natural language and program abstractions to instill human inductive biases in machines

NeurIPS 2022accept

Strong inductive biases give humans the ability to quickly learn to perform a variety of tasks. Although meta-learning is a method to endow neural networks with useful inductive biases, agents trained by meta-learning may sometimes acquire very different strategies from humans. We show that co-train…

2021

Learning Rewards From Linguistic Feedback

AAAI 2021technical

We explore unconstrained natural language feedback as a learning signal for artificial agents. Humans use rich and varied language to teach, yet most prior work on interactive learning from language assumes a particular form of input (e.g., commands). We propose a general framework which does not ma…

2021

Passive attention in artificial neural networks predicts human visual selectivity

NeurIPS 2021oral

Developments in machine learning interpretability techniques over the past decade have provided new tools to observe the image regions that are most informative for classification and localization in artificial neural networks (ANNs). Are the same regions similarly informative to human observers? Us…

2019

Automatically Composing Representation Transformations as a Means for Generalization

ICLR 2019poster

A generally intelligent learner should generalize to more complex tasks than it has previously encountered, but the two common paradigms in machine learning -- either training a separate learner per task or training a single learner for all tasks -- both have difficulty with such generalization beca…

2019

Cognitive model priors for predicting human decisions

ICML 2019oral

Human decision-making underlies all economic behavior. For the past four decades, human decision-making under uncertainty has continued to be explained by theoretical models based on prospect theory, a framework that was awarded the Nobel Prize in Economic Sciences. However, theoretical models of th…

Cited by 127SourcePDFScholar
2019

Human Uncertainty Makes Classification More Robust

ICCV 2019poster

The classification performance of deep neural networks has begun to asymptote at near-perfect levels. However, their ability to generalize outside the training set and their robustness to adversarial attacks have not. In this paper, we make progress on this problem by training with full label distri…

Cited by 388PDFcodeScholar
2018

Investigating Human Priors for Playing Video Games

ICLR 2018workshop

What makes humans so good at solving seemingly complex video games? Unlike computers, humans bring in a great deal of prior knowledge about the world, enabling efficient decision making. This paper investigates the role of human priors for solving video games. Given a sample game, we conduct a seri…

Cited by 210SourceScholar