← Search

Christopher D Manning

44 accepted papers

2026

DistillKac: Few-Step Image Generation via Damped Wave Equations

ICLR 2026poster

We present DistillKac, a fast image generator that uses the damped wave equation and its stochastic Kac representation to move probability mass at finite speed. In contrast to diffusion models whose reverse time velocities can become stiff and implicitly allow unbounded propagation speed, Kac dynami…

Cited by 0SourceScholar
2026

Tversky Neural Networks: Psychologically Plausible Deep Learning with Differentiable Tversky Similarity

ICLR 2026poster

Work in psychology has highlighted that the geometric model of similarity standard in deep learning is not psychologically plausible because its metric properties such as symmetry do not align with human perception of similarity. In contrast, (Tversky,1977) proposed an axiomatic theory of simila…

Cited by 0SourcecodeScholar
2026

WebDS: An End-to-End Benchmark for Web-based Data Science

ICLR 2026poster

Many real-world data science tasks involve complex web-based interactions: finding appropriate data available on the internet, synthesizing multimodal data from different locations, and producing summarized analyses. Existing web benchmarks often focus on simplistic interactions and often do not req…

Cited by 1SourcecodeScholar
2025

A Multimodal Benchmark for Framing of Oil & Gas Advertising and Potential Greenwashing Detection

NeurIPS 2025poster

Companies spend large amounts of money on public relations campaigns to project a positive brand image. However, sometimes there is a mismatch between what they say and what they do. Oil & gas companies, for example, are accused of "greenwashing" with imagery of climate-friendly initiatives. Underst…

Cited by 0SourceScholar
2025

AuroraCap: Efficient, Performant Video Detailed Captioning and a New Benchmark

ICLR 2025poster

Video detailed captioning is a key task which aims to generate comprehensive and coherent textual descriptions of video content, benefiting both video understanding and generation. In this paper, we propose AuroraCap, a video captioner based on a large multimodal model. We follow the simplest archit…

Cited by 6SourcePDFScholar
2025

AxBench: Steering LLMs? Even Simple Baselines Outperform Sparse Autoencoders

ICML 2025spotlight

Fine-grained steering of language model outputs is essential for safety and reliability. Prompting and finetuning are widely used to achieve these goals, but interpretability researchers have proposed a variety of representation-based techniques as well, including sparse autoencoders (SAEs), linear…

2025

Improved Representation Steering for Language Models

NeurIPS 2025spotlight

Steering methods for language models (LMs) seek to provide fine-grained and interpretable control over model generations by variously changing model inputs, weights, or representations to adjust behavior. Recent work has shown that adjusting weights or representations is often less effective than st…

Cited by 0SourcecodeScholar
2025

LawInstruct: A Resource for Studying Language Model Adaptation to the Legal Domain

NAACL 2025findings

Instruction tuning is an important step in making language models useful for direct user interaction. However, the legal domain is underrepresented in typical instruction datasets (e.g., only 10 out of 1600+ tasks in Super-NaturalInstructions). To study whether instruction tuning on legal datasets i…

2025

Mechanisms vs. Outcomes: Probing for Syntax Fails to Explain Performance on Targeted Syntactic Evaluations

EMNLP 2025

Large Language Models (LLMs) exhibit a robust mastery of syntax when processing and generating text. While this suggests internalized understanding of hierarchical syntax and dependency relations, the precise mechanism by which they represent syntactic structure is an open area within interpretabili

Cited by 0SourcePDFScholar
2025

MrT5: Dynamic Token Merging for Efficient Byte-level Language Models

ICLR 2025poster

Models that rely on subword tokenization have significant drawbacks, such as sensitivity to character-level noise like spelling errors and inconsistent compression rates across different languages and scripts. While character- or byte-level models like ByT5 attempt to address these concerns, they ha…

2025

Sneaking Syntax into Transformer Language Models with Tree Regularization

NAACL 2025long

While compositional accounts of human language understanding are based on a hierarchical tree-like process, neural models like transformers lack a direct inductive bias for such tree structures. Introducing syntactic inductive biases could unlock more robust and data-efficient learning in transforme…

2025

Stronger Baselines for Retrieval-Augmented Generation with Long-Context Language Models

EMNLP 2025

With the rise of long-context language models (LMs) capable of processing tens of thousands of tokens in a single context window, do multi-stage retrieval-augmented generation (RAG) pipelines still offer measurable benefits over simpler, single-stage approaches? To assess this question, we conduct a

Cited by 0SourcePDFScholar
2025

h4rm3l: A Language for Composable Jailbreak Attack Synthesis

ICLR 2025poster

Despite their demonstrated valuable capabilities, state-of-the-art (SOTA) widely deployed large language models (LLMs) still have the potential to cause harm to society due to the ineffectiveness of their safety filters, which can be bypassed by prompt transformations called jailbreak attacks. Curre…

Cited by 0SourcePDFScholar
2024

An Emulator for Fine-tuning Large Language Models using Small Language Models

ICLR 2024poster

Widely used language models (LMs) are typically built by scaling up a two-stage training pipeline: a pre-training stage that uses a very large, diverse dataset of text and a fine-tuning (sometimes, 'alignment') stage that uses targeted examples or other specifications of desired behaviors. While it…

2024

BAGEL: Bootstrapping Agents by Guiding Exploration with Language

ICML 2024poster

Following natural language instructions by executing actions in digital environments (e.g. web-browsers and REST APIs) is a challenging task for language model (LM) agents. Unfortunately, LM agents often fail to generalize to new environments without human demonstrations. This work presents BAGEL, a…

Cited by 12SourcePDFScholar
2024

Fine-Tuning Language Models for Factuality

ICLR 2024poster

The fluency and creativity of large pre-trained language models (LLMs) have led to their widespread use, sometimes even as a replacement for traditional search engines. Yet language models are prone to making convincing but factually inaccurate claims, often referred to as `hallucinations.' These er…

2024

Language Model Detectors Are Easily Optimized Against

ICLR 2024poster

The fluency and general applicability of large language models (LLMs) has motivated significant interest in detecting whether a piece of text was written by a language model. While both academic and commercial detectors have been deployed in some settings, particularly education, other research has…

2024

MoEUT: Mixture-of-Experts Universal Transformers

NeurIPS 2024poster

Previous work on Universal Transformers (UTs) has demonstrated the importance of parameter sharing across layers. By allowing recurrence in depth, UTs have advantages over standard Transformers in learning compositional generalizations, but layer-sharing comes with a practical limitation of paramete…

2024

RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval

ICLR 2024poster

Retrieval-augmented language models can better adapt to changes in world state and incorporate long-tail knowledge. However, most existing methods retrieve only short contiguous chunks from a retrieval corpus, limiting holistic understanding of the overall document context. We introduce the novel a…

2024

ReFT: Representation Finetuning for Language Models

NeurIPS 2024spotlight

Parameter-efficient finetuning (PEFT) methods seek to adapt large neural models via updates to a small number of *weights*. However, much prior interpretability work has shown that *representations* encode rich semantic information, suggesting that editing representations might be a more powerful al…

2024

Statistical Uncertainty in Word Embeddings: GloVe-V

EMNLP 2024main

Static word embeddings are ubiquitous in computational social science applications and contribute to practical decision-making in a variety of fields including law and healthcare. However, assessing the statistical uncertainty in downstream conclusions drawn from word embedding statistics has remain…

2023

An NLP Benchmark Dataset for Assessing Corporate Climate Policy Engagement

NeurIPS 2023spotlight

As societal awareness of climate change grows, corporate climate policy engagements are attracting attention. We propose a dataset to estimate corporate climate policy engagement from various PDF-formatted documents. Our dataset comes from LobbyMap (a platform operated by global think tank Influence…

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

DetectGPT: Zero-Shot Machine-Generated Text Detection using Probability Curvature

ICML 2023oral

The increasing fluency and widespread usage of large language models (LLMs) highlight the desirability of corresponding tools aiding detection of LLM-generated text. In this paper, we identify a property of the structure of an LLM's probability function that is useful for such detection. Specificall…

2023

Direct Preference Optimization: Your Language Model is Secretly a Reward Model

NeurIPS 2023oral

While large-scale unsupervised language models (LMs) learn broad world knowledge and some reasoning skills, achieving precise control of their behavior is difficult due to the completely unsupervised nature of their training. Existing methods for gaining such steerability collect human labels of the…

Cited by 3284SourcePDFScholar
2023

Do “English” Named Entity Recognizers Work Well on Global Englishes?

EMNLP 2023long findings

The vast majority of the popular English named entity recognition (NER) datasets contain American or British English data, despite the existence of many global varieties of English. As such, it is unclear whether they generalize for analyzing use of English globally. To test this, we build a newswir…

Cited by 0SourceScholar
2023

Just Ask for Calibration: Strategies for Eliciting Calibrated Confidence Scores from Language Models Fine-Tuned with Human Feedback

EMNLP 2023short main

A trustworthy real-world prediction system should produce well-calibrated confidence scores; that is, its confidence in an answer should be indicative of the likelihood that the answer is correct, enabling deferral to an expert in cases of low-confidence predictions. Recent studies have shown that u…

Cited by 0SourceScholar
2023

MQuAKE: Assessing Knowledge Editing in Language Models via Multi-Hop Questions

EMNLP 2023long main

The information stored in large language models (LLMs) falls out of date quickly, and retraining from scratch is often not an option. This has recently given rise to a range of techniques for injecting new facts through updating model weights. Current evaluation paradigms are extremely limited, main…

Cited by 0SourcecodeScholar
2023

Meta-Learning Online Adaptation of Language Models

EMNLP 2023long main

Large language models encode impressively broad world knowledge in their parameters. However, the knowledge in static language models falls out of date, limiting the model’s effective “shelf life.” While online fine-tuning can reduce this degradation, we find that naively fine-tuning on a stream of…

Cited by 0SourcecodeScholar
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
2022

Deep Bidirectional Language-Knowledge Graph Pretraining

NeurIPS 2022accept

Pretraining a language model (LM) on text has been shown to help various downstream NLP tasks. Recent works show that a knowledge graph (KG) can complement text data, offering structured background knowledge that provides a useful scaffold for reasoning. However, these works are not pretrained to le…

2022

Fast Model Editing at Scale

ICLR 2022poster

While large pre-trained models have enabled impressive results on a variety of downstream tasks, the largest existing models still make errors, and even accurate predictions may become outdated over time. Because detecting all such failures at training time is impossible, enabling both developers an…

2022

GreaseLM: Graph REASoning Enhanced Language Models

ICLR 2022spotlight

Answering complex questions about textual narratives requires reasoning over both stated context and the world knowledge that underlies it. However, pretrained language models (LM), the foundation of most modern QA systems, do not robustly represent latent relationships between concepts, which is ne…

Cited by 0SourcePDFScholar
2022

Hindsight: Posterior-guided training of retrievers for improved open-ended generation

ICLR 2022poster

Many text generation systems benefit from retrieving passages from a textual knowledge corpus (e.g., Wikipedia) and using them to generate the output. For open-ended generation tasks, like generating informative utterances in conversations, many varied passages $z$ are relevant to the context $x$ bu…

Cited by 49SourcePDFScholar
2022

Memory-Based Model Editing at Scale

ICML 2022spotlight

Even the largest neural networks make errors, and once-correct predictions can become invalid as the world changes. Model editors make local updates to the behavior of base (pre-trained) models to inject updated knowledge or correct undesirable behaviors. Existing model editors have shown promise, b…

2022

Pile of Law: Learning Responsible Data Filtering from the Law and a 256GB Open-Source Legal Dataset

NeurIPS 2022accept

One concern with the rise of large language models lies with their potential for significant harm, particularly from pretraining on biased, obscene, copyrighted, and private information. Emerging ethical approaches have attempted to filter pretraining material, but such approaches have been ad hoc a…

2022

Synthetic Disinformation Attacks on Automated Fact Verification Systems

AAAI 2022technical

Automated fact-checking is a needed technology to curtail the spread of online misinformation. One current framework for such solutions proposes to verify claims by retrieving supporting or refuting evidence from related textual sources. However, the realistic use cases for fact-checkers will requir…

2020

ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators

ICLR 2020poster

Masked language modeling (MLM) pre-training methods such as BERT corrupt the input by replacing some tokens with [MASK] and then train a model to reconstruct the original tokens. While they produce good results when transferred to downstream NLP tasks, they generally require large amounts of compute…

Cited by 4882SourcecodeScholar
2019

GQA: A New Dataset for Real-World Visual Reasoning and Compositional Question Answering

CVPR 2019oral

We introduce GQA, a new dataset for real-world visual reasoning and compositional question answering, seeking to address key shortcomings of previous VQA datasets. We have developed a strong and robust question engine that leverages Visual Genome scene graph structures to create 22M diverse reasonin…

Cited by 2286PDFcodeScholar
2015

On-the-Job Learning with Bayesian Decision Theory

NeurIPS 2015spotlight

Our goal is to deploy a high-accuracy system starting with zero training examples. We consider an “on-the-job” setting, where as inputs arrive, we use real-time crowdsourcing to resolve uncertainty where needed and output our prediction when confident. As the model improves over time, the reliance o…