← Search

Moritz Hardt

51 accepted papers

2026

Curating the Future: A Scalable Recipe for Training Open-Ended Forecasters

ICML 2026poster

High-stakes decision making involves reasoning under uncertainty about the future. In this work, we train language models to make predictions on open-ended forecasting questions. To scale up training data, we synthesize novel forecasting questions from global events reported in daily news. While dir…

Cited by 0SourceScholar
2025

Lawma: The Power of Specialization for Legal Annotation

ICLR 2025poster

Annotation and classification of legal text are central components of empirical legal research. Traditionally, these tasks are often delegated to trained research assistants. Motivated by the advances in language modeling, empirical legal scholars are increasingly turning to commercial models, hopin…

2025

Limits to scalable evaluation at the frontier: LLM as judge won’t beat twice the data

ICLR 2025oral

High quality annotations are increasingly a bottleneck in the explosively growing machine learning ecosystem. Scalable evaluation methods that avoid costly annotation have therefore become an important research ambition. Many hope to use strong existing models in lieu of costly labels to provide che…

Cited by 7SourcePDFScholar
2025

Training on the Test Task Confounds Evaluation and Emergence

ICLR 2025oral

We study a fundamental problem in the evaluation of large language models that we call training on the test task. Unlike wrongful practices like training on the test data, leakage, or data contamination, training on the test task is not a malpractice. Rather, the term describes a growing set of tec…

2024

An engine not a camera: Measuring performative power of online search

NeurIPS 2024poster

The power of digital platforms is at the center of major ongoing policy and regulatory efforts. To advance existing debates, we designed and executed an experiment to measure the performative power of online search providers. Instantiated in our setting, performative power quantifies the ability of…

Cited by 4SourcePDFScholar
2024

Causal Inference out of Control: Estimating Performativity without Treatment Randomization

ICML 2024poster

Regulators and academics are increasingly interested in the causal effect that algorithmic actions of a digital platform have on user consumption. In pursuit of estimating this effect from observational data, we identify a set of assumptions that permit causal identifiability without assuming random…

Cited by 0SourcePDFScholar
2024

Don’t Label Twice: Quantity Beats Quality when Comparing Binary Classifiers on a Budget

ICML 2024poster

We study how to best spend a budget of noisy labels to compare the accuracy of two binary classifiers. It’s common practice to collect and aggregate multiple noisy labels for a given data point into a less noisy label via a majority vote. We prove a theorem that runs counter to conventional wisdom.…

Cited by 5SourcePDFScholar
2024

Questioning the Survey Responses of Large Language Models

NeurIPS 2024oral

Surveys have recently gained popularity as a tool to study large language models. By comparing models’ survey responses to those of different human reference populations, researchers aim to infer the demographics, political opinions, or values best represented by current language models. In this wor…

2023

Algorithmic Collective Action in Machine Learning

ICML 2023poster

We initiate a principled study of algorithmic collective action on digital platforms that deploy machine learning algorithms. We propose a simple theoretical model of a collective interacting with a firm's learning algorithm. The collective pools the data of participating individuals and executes an…

Cited by 23SourcePDFScholar
2021

Alternative Microfoundations for Strategic Classification

ICML 2021spotlight

When reasoning about strategic behavior in a machine learning context it is tempting to combine standard microfoundations of rational agents with the statistical decision theory underlying classification. In this work, we argue that a direct combination of these ingredients leads to brittle solution…

Cited by 58SourcePDFScholar
2021

Retiring Adult: New Datasets for Fair Machine Learning

NeurIPS 2021oral

Although the fairness community has recognized the importance of data, researchers in the area primarily rely on UCI Adult when it comes to tabular data. Derived from a 1994 US Census survey, this dataset has appeared in hundreds of research papers where it served as the basis for the development an…

2020

Balancing Competing Objectives with Noisy Data: Score-Based Classifiers for Welfare-Aware Machine Learning

ICML 2020poster

While real-world decisions involve many competing objectives, algorithmic decisions are often evaluated with a single objective function. In this paper, we study algorithmic policies which explicitly trade off between a private objective (such as profit) and a public objective (such as social welfar…

2020

Identity Crisis: Memorization and Generalization Under Extreme Overparameterization

ICLR 2020poster

We study the interplay between memorization and generalization of overparameterized networks in the extreme case of a single training example and an identity-mapping task. We examine fully-connected and convolutional networks (FCN and CNN), both linear and nonlinear, initialized randomly and then tr…

Cited by 112SourceScholar
2020

Stochastic Optimization for Performative Prediction

NeurIPS 2020poster

In performative prediction, the choice of a model influences the distribution of future data, typically through actions taken based on the model's predictions. We initiate the study of stochastic optimization for performative prediction. What sets this setting apart from traditional stochastic optim…

2020

Test-Time Training with Self-Supervision for Generalization under Distribution Shifts

ICML 2020poster

In this paper, we propose Test-Time Training, a general approach for improving the performance of predictive models when training and test data come from different distributions. We turn a single unlabeled test sample into a self-supervised learning problem, on which we update the model parameters b…

Cited by 945SourcePDFScholar
2019

A Meta-Analysis of Overfitting in Machine Learning

NeurIPS 2019poster

We conduct the first large meta-analysis of overfitting due to test set reuse in the machine learning community. Our analysis is based on over one hundred machine learning competitions hosted on the Kaggle platform over the course of several years. In each competition, numerous practitioners repeate…

Cited by 266SourcePDFScholar
2019

Model Similarity Mitigates Test Set Overuse

NeurIPS 2019poster

Excessive reuse of test data has become commonplace in today's machine learning workflows. Popular benchmarks, competitions, industrial scale tuning, among other applications, all involve test data reuse beyond guidance by statistical confidence bounds. Nonetheless, recent replication studies give e…

2019

Stable Recurrent Models

ICLR 2019poster

Stability is a fundamental property of dynamical systems, yet to this date it has had little bearing on the practice of recurrent neural networks. In this work, we conduct a thorough investigation of stable recurrent models. Theoretically, we prove stable recurrent neural networks are well approxima…

Cited by 165SourcePDFScholar
2019

The advantages of multiple classes for reducing overfitting from test set reuse

ICML 2019oral

Excessive reuse of holdout data can lead to overfitting. However, there is little concrete evidence of significant overfitting due to holdout reuse in popular multiclass benchmarks today. Known results show that, in the worst-case, revealing the accuracy of $k$ adaptively chosen classifiers on a dat…

Cited by 38SourcePDFScholar
2018

Delayed Impact of Fair Machine Learning

ICML 2018oral

Fairness in machine learning has predominantly been studied in static classification settings without concern for how decisions change the underlying population over time. Conventional wisdom suggests that fairness criteria promote the long-term well-being of those groups they aim to protect. We stu…

2018

Sanity Checks for Saliency Maps

NeurIPS 2018spotlight

Saliency methods have emerged as a popular tool to highlight features in an input deemed relevant for the prediction of a learned model. Several saliency methods have been proposed, often guided by visual appeal on image data. In this work, we propose an actionable methodology to evaluate what kinds…

2017

Avoiding Discrimination through Causal Reasoning

NeurIPS 2017poster

Recent work on fairness in machine learning has focused on various statistical discrimination criteria and how they trade off. Most of these criteria are observational: They depend only on the joint distribution of predictor, protected attribute, features, and outcome. While convenient to work with,…

Cited by 792SourcePDFScholar
2017

Identity Matters in Deep Learning

ICLR 2017poster

An emerging design principle in deep learning is that each layer of a deep artificial neural network should be able to easily express the identity transformation. This idea not only motivated various normalization techniques, such as batch normalization, but was also key to the immense success of re…

Cited by 458SourceScholar
2017

Understanding deep learning requires rethinking generalization

ICLR 2017oral

Despite their massive size, successful deep artificial neural networks can exhibit a remarkably small difference between training and test performance. Conventional wisdom attributes small generalization error either to properties of the model family, or to the regularization techniques used during…

Cited by 5522SourceScholar
2016

Train faster, generalize better: Stability of stochastic gradient descent

ICML 2016poster

We show that parametric models trained by a stochastic gradient method (SGM) with few iterations have vanishing generalization error. We prove our results by arguing that SGM is algorithmically stable in the sense of Bousquet and Elisseeff. Our analysis only employs elementary tools from convex and…

Cited by 1577SourcePDFScholar
2015

Differentially Private Learning of Structured Discrete Distributions

NeurIPS 2015poster

We investigate the problem of learning an unknown probability distribution over a discrete population from random samples. Our goal is to design efficient algorithms that simultaneously achieve low error in total variation norm while guaranteeing Differential Privacy to the individuals of the popula…

Cited by 76SourcePDFScholar
2015

Generalization in Adaptive Data Analysis and Holdout Reuse

NeurIPS 2015poster

Overfitting is the bane of data analysts, even when data are plentiful. Formal approaches to understanding this problem focus on statistical inference and generalization of individual analysis procedures. Yet the practice of data analysis is an inherently interactive and adaptive process: new analys…

Cited by 276SourcePDFScholar