← Search

Kevin Leyton-Brown

23 accepted papers

2026

ElementaryNet: A Non-Strategic Neural Network for Predicting Human Behavior in Normal-Form Games

AAAI 2026technical

Behavioral game theory models serve two purposes: yielding insights into how human decision-making works, and predicting how people would behave in novel strategic settings. A system called GameNet represents the state of the art for predicting human behavior in the setting of unrepeated simultaneou

Cited by 0SourcePDFScholar
2025

STEER-ME: Assessing the Microeconomic Reasoning of Large Language Models

NeurIPS 2025poster

Large language models (LLMs) are increasingly being asked to make economically rational decisions and indeed are already being applied to economic tasks like stock picking and financial analysis. Existing LLM benchmarks tend to focus on specific applications, making them insufficient for character…

Cited by 0SourceScholar
2024

STEER: Assessing the Economic Rationality of Large Language Models

ICML 2024poster

There is increasing interest in using LLMs as decision-making "agents". Doing so includes many degrees of freedom: which model should be used; how should it be prompted; should it be asked to introspect, conduct chain-of-thought reasoning, etc? Settling these questions---and more broadly, determinin…

Cited by 16SourcePDFScholar
2023

Better Peer Grading through Bayesian Inference

AAAI 2023technical

Peer grading systems aggregate noisy reports from multiple students to approximate a "true" grade as closely as possible. Most current systems either take the mean or median of reported grades; others aim to estimate students’ grading accuracy under a probabilistic model. This paper extends the stat…

2023

Parallel Context Windows for Large Language Models

ACL 2023long

When applied to processing long text, Large Language Models (LLMs) are limited by their context window. Existing efforts to address this limitation involve training specialized architectures, and cannot be easily applied to off- the-shelf LLMs. We present Parallel Context Windows (PCW), a method tha…

2021

PMI-Masking: Principled masking of correlated spans

ICLR 2021spotlight

Masking tokens uniformly at random constitutes a common flaw in the pretraining of Masked Language Models (MLMs) such as BERT. We show that such uniform masking allows an MLM to minimize its training objective by latching onto shallow local signals, leading to pretraining inefficiency and suboptimal…

Cited by 81SourcePDFScholar
2021

Valid Causal Inference with (Some) Invalid Instruments

ICML 2021spotlight

Instrumental variable methods provide a powerful approach to estimating causal effects in the presence of unobserved confounding. But a key challenge when applying them is the reliance on untestable "exclusion" assumptions that rule out any relationship between the instrument variable and the respon…

Cited by 30SourcePDFScholar
2020

Exemplar Guided Active Learning

NeurIPS 2020poster

We consider the problem of wisely using a limited budget to label a small subset of a large unlabeled dataset. For example, consider the NLP problem of word sense disambiguation. For any word, we have a set of candidate labels from a knowledge base, but the label set is not necessarily representativ…

Cited by 4SourcePDFScholar
2020

ImpatientCapsAndRuns: Approximately Optimal Algorithm Configuration from an Infinite Pool

NeurIPS 2020poster

Algorithm configuration procedures optimize parameters of a given algorithm to perform well over a distribution of inputs. Recent theoretical work focused on the case of selecting between a small number of alternatives. In practice, parameter spaces are often very large or infinite, and so successfu…

Cited by 6SourcePDFScholar
2020

Incentivizing Evaluation with Peer Prediction and Limited Access to Ground Truth (Extended Abstract)

IJCAI 2020poster

In many settings, an effective way of evaluating objects of interest is to collect evaluations from dispersed individuals and to aggregate these evaluations together. Some examples are categorizing online content and evaluating student assignments via peer grading. For this data science problem, on…

Cited by 0SourcePDFScholar
2018

Deep Models of Interactions Across Sets

ICML 2018oral

We use deep learning to model interactions across two or more sets of objects, such as user{–}movie ratings or protein{–}drug bindings. The canonical representation of such interactions is a matrix (or tensor) with an exchangeability property: the encoding’s meaning is not changed by permuting rows…

2017

Deep IV: A Flexible Approach for Counterfactual Prediction

ICML 2017poster

Counterfactual prediction requires understanding causal relationships between so-called treatment and outcome variables. This paper provides a recipe for augmenting deep learning methods to accurately characterize such relationships in the presence of instrument variables (IVs) – sources of treatmen…