← Search

Jacob Eisenstein

17 accepted papers

2026

Bridging Kolmogorov Complexity and Deep Learning: Asymptotically Optimal Description Length Objectives for Transformers

ICLR 2026poster

The Minimum Description Length (MDL) principle offers a formal framework for applying Occam's razor in machine learning. However, its application to neural networks such as Transformers is challenging due to the lack of a principled, universal measure for model complexity. This paper introduces the…

Cited by 0SourceScholar
2026

Multiple-Prediction-Powered Inference

ICLR 2026poster

A core challenge in modern AI model development is obtaining high-quality evaluation metrics in a cost-effective way. Such evaluation often involves tradeoffs between expensive, high-quality measurements and a variety of lower-quality proxies. We introduce Multiple-Prediction-Powered Inference (Mult…

Cited by 0SourceScholar
2026

PLANTAIN: Plan-Answer Interleaved Reasoning

ICML 2026spotlight

Reasoning models often spend a lot of time thinking before they generate a visible response. This creates a frustrating, but unfortunately common, experience: the user's time is wasted while the model reasons from a false premise that could have easily been corrected. In contrast, human speakers per…

Cited by 0SourceScholar
2026

Representational Similarity and Model Behavior in Multi-Agent Interaction

ICML 2026poster

Researchers have shown that neural similarity among humans predicts social closeness and cooperative success, whereas innovation often emerges from interactions among dissimilar individuals. We investigate whether these principles extend to artificial intelligence by examining interactions between l…

Cited by 0SourceScholar
2025

InfAlign: Inference-aware language model alignment

ICML 2025poster

Language model alignment is a critical step in training modern generative language models. Alignment targets to improve win rate of a sample from the aligned model against the base model. Today, we are increasingly using inference-time algorithms (e.g., Best-of-$N$ , controlled decoding, tree search…

Cited by 3SourcePDFScholar
2025

Predicting the Target Word of Game-playing Conversations using a Low-Rank Dialect Adapter for Decoder Models

NAACL 2025short

Dialect adapters that improve the performance of LLMs for NLU tasks on certain sociolects/dialects/national varieties (‘dialects’ for the sake of brevity) have been reported for encoder models. In this paper, we extend the idea of dialect adapters to decoder models in our architecture called LoRDD.…

Cited by 1SourcePDFScholar
2025

Rewarding Progress: Scaling Automated Process Verifiers for LLM Reasoning

ICLR 2025spotlight

A promising approach for improving reasoning in large language models is to use process reward models (PRMs). PRMs provide feedback at each step of a multi-step reasoning trace, improving credit assignment over outcome reward models (ORMs) that only provide feedback at the final step. However, colle…

Cited by 59SourcePDFScholar
2025

Theoretical guarantees on the best-of-n alignment policy

ICML 2025poster

A simple and effective method for the inference-time alignment of generative models is the best-of-$n$ policy, where $n$ samples are drawn from a reference policy, ranked based on a reward function, and the highest ranking one is selected. A commonly used analytical expression in the literature cla…

Cited by 31SourcePDFScholar
2024

Reuse Your Rewards: Reward Model Transfer for Zero-Shot Cross-Lingual Alignment

EMNLP 2024main

Aligning language models (LMs) based on human-annotated preference data is a crucial step in obtaining practical and performant LM-based systems. However, multilingual human preference data are difficult to obtain at scale, making it challenging to extend this framework to diverse languages. In this…

2024

Transforming and Combining Rewards for Aligning Large Language Models

ICML 2024poster

A common approach for aligning language models to human preferences is to first learn a reward model from preference data, and then use this reward model to update the language model. We study two closely related problems that arise in this approach. First, any monotone transformation of the reward…

Cited by 9SourcePDFScholar
2023

Dialect-robust Evaluation of Generated Text

ACL 2023long

Text generation metrics that are not robust to dialect variation make it impossible to tell how well systems perform for many groups of users, and can even penalize systems for producing text in lower-resource dialects. In this paper, we introduce a suite of methods to assess whether metrics are dia…

2023

Selectively Answering Ambiguous Questions

EMNLP 2023long main

Trustworthy language models should abstain from answering questions when they do not know the answer. However, the answer to a question can be unknown for a variety of reasons. Prior research has focused on the case in which the question is clear and the answer is unambiguous but possibly unknown.…

Cited by 0SourceScholar
2022

Predicting Long-Term Citations from Short-Term Linguistic Influence

EMNLP 2022finding

A standard measure of the influence of a research paper is the number of times it is cited. However, papers may be cited for many reasons, and citation count is not informative about the extent to which a paper affected the content of subsequent publications. We therefore propose a novel method to q…

2022

The MultiBERTs: BERT Reproductions for Robustness Analysis

ICLR 2022spotlight

Experiments with pre-trained models such as BERT are often based on a single checkpoint. While the conclusions drawn apply to the artifact tested in the experiment (i.e., the particular instance of the model), it is not always clear whether they hold for the more general procedure which includes the…

2021

Counterfactual Invariance to Spurious Correlations in Text Classification

NeurIPS 2021spotlight

Informally, a 'spurious correlation' is the dependence of a model on some aspect of the input data that an analyst thinks shouldn't matter. In machine learning, these have a know-it-when-you-see-it character; e.g., changing the gender of a sentence's subject changes a sentiment predictor's output. T…

Cited by 90SourcePDFScholar
2021

Learning to Recognize Dialect Features

NAACL 2021long

Building NLP systems that serve everyone requires accounting for dialect differences. But dialects are not monolithic entities: rather, distinctions between and within dialects are captured by the presence, absence, and frequency of dozens of dialect features in speech and text, such as the deletion…

Cited by 50SourcePDFScholar