← Search

Christopher Manning

21 accepted papers

2026

Thoughtbubbles: an Unsupervised Method for Parallel Thinking in Latent Space

ICML 2026poster

Current approaches for scaling inference-time compute in transformers train them to emit explicit chain-of-thought tokens before producing an answer. While these methods are powerful, they are limited because they cannot be applied during pretraining and rely solely on serially-generated, natural-la…

Cited by 0SourceScholar
2026

Verbalized Sampling: How to Mitigate Mode Collapse and Unlock LLM Diversity

ICML 2026poster

Post-training alignment often reduces LLM diversity, leading to a phenomenon known as mode collapse. Unlike prior work that attributes this effect to algorithmic limitations, we identify a fundamental, pervasive data-level driver: typicality bias in preference data, whereby annotators systematically…

Cited by 0SourceScholar
2024

Predicting Narratives of Climate Obstruction in Social Media Advertising

ACL 2024findings

Social media advertising offers a platform for fossil fuel value chain companies and their agents to reinforce their narratives, often emphasizing economic, labor market, and energy security benefits to promote oil and gas policy and products. Whether such narratives can be detected automatically an…

Cited by 0SourcePDFScholar
2024

ReportParse: A Unified NLP Tool for Extracting Document Structure and Semantics of Corporate Sustainability Reporting

IJCAI 2024poster

We introduce ReportParse, a Python-based tool designed to parse corporate sustainability reports. It combines document structure analysis with natural language processing (NLP) models to extract sustainability-related information from the reports. We also provide easy-to-use web and command interf…

2024

pyvene: A Library for Understanding and Improving PyTorch Models via Interventions

NAACL 2024system demonstrations

Interventions on model-internal states are fundamental operations in many areas of AI, including model editing, steering, robustness, and interpretability. To facilitate such research, we introduce pyvene, an open-source Python library that supports customizable interventions on a range of different…

2023

Grokking of Hierarchical Structure in Vanilla Transformers

ACL 2023short

For humans, language production and comprehension is sensitive to the hierarchical structure of sentences. In natural language processing, past work has questioned how effectively neural sequence models like transformers capture this hierarchical structure when generalizing to structurally novel inp…

2023

PragmatiCQA: A Dataset for Pragmatic Question Answering in Conversations

ACL 2023findings

Pragmatic reasoning about another speaker’s unspoken intent and state of mind is crucial to efficient and effective human communication. It is virtually omnipresent in conversations between humans, e.g., when someone asks “do you have a minute?”, instead of interpreting it literally as a query about…

2022

Enhancing Self-Consistency and Performance of Pre-Trained Language Models through Natural Language Inference

EMNLP 2022main

While large pre-trained language models are powerful, their predictions often lack logical consistency across test inputs. For example, a state-of-the-art Macaw question-answering (QA) model answers <i>Yes</i> to <i>Is a sparrow a bird?</i> and <i>Does a bird have feet?</i> but answers <i>No</i> to…

Cited by 47SourcePDFScholar
2022

Fixing Model Bugs with Natural Language Patches

EMNLP 2022main

Current approaches for fixing systematic problems in NLP models (e.g., regex patches, finetuning on more data) are either brittle, or labor-intensive and liable to shortcuts. In contrast, humans often provide corrections to each other through natural language. Taking inspiration from this, we explor…

2022

JamPatoisNLI: A Jamaican Patois Natural Language Inference Dataset

EMNLP 2022finding

JamPatoisNLI provides the first dataset for natural language inference in a creole language, Jamaican Patois.Many of the most-spoken low-resource languages are creoles. These languages commonly have a lexicon derived from a major world language and a distinctive grammar reflecting the languages of t…

Cited by 13SourcePDFScholar
2022

You Only Need One Model for Open-domain Question Answering

EMNLP 2022main

Recent approaches to Open-domain Question Answering refer to an external knowledge base using a retriever model, optionally rerank passages with a separate reranker model and generate an answer using another reader model. Despite performing related tasks, the models have separate parameters and are…

Cited by 28SourcePDFScholar
2021

Answering Open-Domain Questions of Varying Reasoning Steps from Text

EMNLP 2021main

We develop a unified system to answer directly from text open-domain questions that may require a varying number of retrieval steps. We employ a single multi-task transformer model to perform all the necessary subtasks—retrieving supporting facts, reranking them, and predicting the answer from all r…

2021

Conditional probing: measuring usable information beyond a baseline

EMNLP 2021main

Probing experiments investigate the extent to which neural representations make properties—like part-of-speech—predictable. One suggests that a representation encodes a property if probing that representation produces higher accuracy than probing a baseline representation like non-contextual word em…

2021

ContractNLI: A Dataset for Document-level Natural Language Inference for Contracts

EMNLP 2021finding

Reviewing contracts is a time-consuming procedure that incurs large expenses to companies and social inequality to those who cannot afford it. In this work, we propose “document-level natural language inference (NLI) for contracts”, a novel, real-world application of NLI that addresses such problems…

2021

DReCa: A General Task Augmentation Strategy for Few-Shot Natural Language Inference

NAACL 2021long

Meta-learning promises few-shot learners that can adapt to new distributions by repurposing knowledge acquired from previous training. However, we believe meta-learning has not yet succeeded in NLP due to the lack of a well-defined task distribution, leading to attempts that treat datasets as tasks.…

2021

Human-like informative conversations: Better acknowledgements using conditional mutual information

NAACL 2021long

This work aims to build a dialogue agent that can weave new factual content into conversations as naturally as humans. We draw insights from linguistic principles of conversational analysis and annotate human-human conversations from the Switchboard Dialog Act Corpus to examine humans strategies for…

2021

Mind Your Outliers! Investigating the Negative Impact of Outliers on Active Learning for Visual Question Answering

ACL 2021long

Active learning promises to alleviate the massive data needs of supervised machine learning: it has successfully improved sample efficiency by an order of magnitude on traditional tasks like topic classification and object recognition. However, we uncover a striking contrast to this promise: across…