← Search

Greg Durrett

58 accepted papers

2026

OpenThoughts: Data Recipes for Reasoning Models

ICLR 2026oral

Reasoning models have made rapid progress on many benchmarks involving math, code, and science. Yet, there are still many open questions about the best train- ing recipes for reasoning since state-of-the-art models often rely on proprietary datasets with little to no public information available. To…

Cited by 0SourcecodeScholar
2026

SkillFactory: Self-Distillation for Learning Cognitive Behaviors

ICLR 2026poster

Reasoning models leveraging long chains of thought employ various cognitive skills, such as verification of their answers, backtracking, retrying by an alternate method, and more. Previous work has shown that when a base language model exhibits these skills, training that model further with reinforc…

Cited by 0SourcecodeScholar
2025

AstroVisBench: A Code Benchmark for Scientific Computing and Visualization in Astronomy

NeurIPS 2025poster

Large Language Models (LLMs) are being explored for applications in scientific research, including their capabilities to synthesize literature, answer research questions, generate research ideas, and even conduct computational experiments. Ultimately, our goal is for these to help scientists derive…

Cited by 0SourceScholar
2025

CLEVER: A Curated Benchmark for Formally Verified Code Generation

NeurIPS 2025poster

We introduce ${\rm C{\small LEVER}}$, a high-quality, manually curated benchmark of 161 problems for end-to-end verified code generation in Lean. Each problem consists of (1) the task of generating a specification that matches a held-out ground-truth specification, and (2) the task of generating a L…

Cited by 0SourcecodeScholar
2025

Causal Graph based Event Reasoning using Semantic Relation Experts

ACL 2025long

Understanding how events in a scenario causally connect with each other is important for effectively modeling and reasoning about events. But event reasoning remains a difficult challenge, and despite recent advances, Large Language Models (LLMs) still struggle to accurately identify causal connecti…

2025

ChartMuseum: Testing Visual Reasoning Capabilities of Large Vision-Language Models

NeurIPS 2025poster

Chart understanding presents a unique challenge for large vision-language models (LVLMs), as it requires the integration of sophisticated textual and visual reasoning capabilities. However, current LVLMs exhibit a notable imbalance between these skills, falling short on visual reasoning that is diff…

Cited by 0SourcecodeScholar
2025

From Distributional to Overton Pluralism: Investigating Large Language Model Alignment

NAACL 2025long

The alignment process changes several properties of a large language model’s (LLM’s) output distribution. We analyze two aspects of post-alignment distributional shift of LLM responses. First, we re-examine previously reported reductions in response diversity post-alignment. Our analysis suggests th…

2025

Is the Top Still Spinning? Evaluating Subjectivity in Narrative Understanding

EMNLP 2025

Determining faithfulness of a claim to a source document is an important problem across many domains. This task is generally treated as a binary judgment of whether the claim is supported or unsupported in relation to the source. In many cases, though, whether a claim is supported can be ambiguous.

2025

Sparta Alignment: Collectively Aligning Multiple Language Models through Combat

NeurIPS 2025poster

We propose Sparta Alignment, an algorithm to collectively align multiple LLMs through competition and combat. To complement a single model's lack of diversity in generation and biases in evaluation, multiple LLMs form a 'sparta tribe' to compete against each other in fulfilling instructions while se…

Cited by 0SourceScholar
2025

To CoT or not to CoT? Chain-of-thought helps mainly on math and symbolic reasoning

ICLR 2025poster

Chain-of-thought (CoT) via prompting is the de facto method for eliciting reasoning capabilities from large language models (LLMs). But for what kinds of tasks is this extra "thinking" really helpful? To analyze this, we conducted a quantitative meta-analysis covering over 100 papers using CoT and r…

2024

Complex Claim Verification with Evidence Retrieved in the Wild

NAACL 2024long

Retrieving evidence to support or refute claims is a core part of automatic fact-checking. Prior work makes simplifying assumptions in retrieval that depart from real-world use cases: either no access to evidence, access to evidence curated by a human fact-checker, or access to evidence published af…

2024

Learning to Refine with Fine-Grained Natural Language Feedback

EMNLP 2024finding

Recent work has explored the capability of large language models (LLMs) to identify and correct errors in LLM-generated responses. These refinement approaches frequently evaluate what sizes of models are able to do refinement for what problems, but less attention is paid to what effective feedback f…

2024

MiniCheck: Efficient Fact-Checking of LLMs on Grounding Documents

EMNLP 2024main

Recognizing if LLM output can be grounded in evidence is central to many tasks in NLP: retrieval-augmented generation, summarization, document-grounded dialogue, and more. Current approaches to this kind of fact-checking are based on verifying each piece of a model generation against potential evide…

2024

Molecular Facts: Desiderata for Decontextualization in LLM Fact Verification

EMNLP 2024finding

Automatic factuality verification of large language model (LLM) generations is becoming more and more widely used to combat hallucinations. A major point of tension in the literature is the granularity of this fact-checking: larger chunks of text are hard to fact-check, but more atomic facts like pr…

2024

MuSR: Testing the Limits of Chain-of-thought with Multistep Soft Reasoning

ICLR 2024spotlight

While large language models (LLMs) equipped with techniques like chain-of-thought prompting have demonstrated impressive capabilities, they still fall short in their ability to reason robustly in complex settings. However, evaluating LLM reasoning is challenging because system capabilities continue…

2024

Which questions should I answer? Salience Prediction of Inquisitive Questions

EMNLP 2024main

Inquisitive questions — open-ended, curiosity-driven questions people ask as they read — are an integral part of discourse processing and comprehension. Recent work in NLP has taken advantage of question generation capabilities of LLMs to enhance a wide range of applications. But the space of inquis…

2024

X-PARADE: Cross-Lingual Textual Entailment and Information Divergence across Paragraphs

NAACL 2024long

Understanding when two pieces of text convey the same information is a goal touching many subproblems in NLP, including textual entailment and fact-checking. This problem becomes more complex when those two pieces of text are in different languages. Here, we introduce X-PARADE (Cross-lingual Paragra…

2023

Can LMs Learn New Entities from Descriptions? Challenges in Propagating Injected Knowledge

ACL 2023long

Pre-trained language models (LMs) are used for knowledge intensive tasks like question answering, but their knowledge gets continuously outdated as the world changes. Prior work has studied targeted updates to LMs, injecting individual facts and evaluating whether the model learns these facts while…

2023

Complementary Explanations for Effective In-Context Learning

ACL 2023findings

Large language models (LLMs) have exhibited remarkable capabilities in learning from expla- nations in prompts, but there has been limited understanding of exactly how these explana- tions function or why they are effective. This work aims to better understand the mechanisms by which explanations ar…

2023

Discourse Analysis via Questions and Answers: Parsing Dependency Structures of Questions Under Discussion

ACL 2023findings

Automatic discourse processing is bottlenecked by data: current discourse formalisms pose highly demanding annotation tasks involving large taxonomies of discourse relations, making them inaccessible to lay annotators. This work instead adopts the linguistic framework of Questions Under Discussion (…

2023

Less Likely Brainstorming: Using Language Models to Generate Alternative Hypotheses

ACL 2023findings

A human decision-maker benefits the most from an AI assistant that corrects for their biases. For problems such as generating interpretation of a radiology report given findings, a system predicting only highly likely outcomes may be less useful, where such outcomes are already obvious to the user.…

Cited by 10SourcePDFScholar
2023

Propagating Knowledge Updates to LMs Through Distillation

NeurIPS 2023poster

Modern language models have the capacity to store and use immense amounts of knowledge about real-world entities, but it remains unclear how to update such knowledge stored in model parameters. While prior methods for updating knowledge in LMs successfully inject atomic facts, updated LMs fail to ma…

2023

QUDeval: The Evaluation of Questions Under Discussion Discourse Parsing

EMNLP 2023long main

Questions Under Discussion (QUD) is a versatile linguistic framework in which discourse progresses as continuously asking questions and answering them. Automatic parsing of a discourse to produce a QUD structure thus entails a complex question generation task: given a document and an answer sentence…

Cited by 0SourcecodeScholar
2023

SatLM: Satisfiability-Aided Language Models Using Declarative Prompting

NeurIPS 2023poster

Prior work has combined chain-of-thought prompting in large language models (LLMs) with programmatic representations to perform effective and transparent reasoning. While such an approach works well for tasks that only require forward reasoning (e.g., straightforward arithmetic), it is less effectiv…

2023

Understanding Factual Errors in Summarization: Errors, Summarizers, Datasets, Error Detectors

ACL 2023long

The propensity of abstractive summarization models to make factual errors has been studied extensively, including design of metrics to detect factual errors and annotation of errors in current systems’ outputs. However, the ever-evolving nature of summarization systems, metrics, and annotated benchm…

2023

WiCE: Real-World Entailment for Claims in Wikipedia

EMNLP 2023long main

Textual entailment models are increasingly applied in settings like fact-checking, presupposition verification in question answering, or summary evaluation. However, these represent a significant domain shift from existing entailment datasets, and models underperform as a result. We propose WiCE, a…

Cited by 0SourcecodeScholar
2022

ASPECTNEWS: Aspect-Oriented Summarization of News Documents

ACL 2022long

Generic summaries try to cover an entire document and query-based summaries try to answer document-specific questions. But real users’ needs often fall in between these extremes and correspond to aspects, high-level topics discussed among similar types of documents. In this paper, we collect a datas…

2022

Discourse Comprehension: A Question Answering Framework to Represent Sentence Connections

EMNLP 2022main

While there has been substantial progress in text comprehension through simple factoid question answering, more holistic comprehension of a discourse still presents a major challenge (Dunietz et al., 2020). Someone critically reflecting on a text as they read it will pose curiosity-driven, often ope…

2022

Entity Cloze By Date: What LMs Know About Unseen Entities

NAACL 2022findings

Language models (LMs) are typically trained once on a large-scale corpus and used for years without being updated. However, in a dynamic world, new entities constantly arise. We propose a framework to analyze what LMs can infer about new entities that did not exist when the LMs were pretrained. We d…

2022

Generating Literal and Implied Subquestions to Fact-check Complex Claims

EMNLP 2022main

Verifying political claims is a challenging task, as politicians can use various tactics to subtly misrepresent the facts for their agenda. Existing automatic fact-checking systems fall short here, and their predictions like “half-true” are not very useful in isolation, since it is unclear which par…

Cited by 72SourcePDFScholar
2022

Massive-scale Decoding for Text Generation using Lattices

NAACL 2022long

Conditional neural text generation models generate high-quality outputs, but often concentrate around a mode when what we really want is a diverse set of options. We present a search algorithm to construct lattices encoding a massive number of generation options. First, we restructure decoding as a…

2022

Natural Language Deduction through Search over Statement Compositions

EMNLP 2022finding

In settings from fact-checking to question answering, we frequently want to know whether a collection of evidence (premises) entails a hypothesis. Existing methods primarily focus on the end-to-end discriminative version of this task, but less work has treated the generative version in which a model…

Cited by 50SourcePDFScholar
2022

Natural Language Deduction with Incomplete Information

EMNLP 2022main

A growing body of work studies how to answer a question or verify a claim by generating a natural language “proof:” a chain of deductive inferences yielding the answer based on a set of premises. However, these methods can only make sound deductions when they follow from evidence that is given. We p…

2021

CREAK: A Dataset for Commonsense Reasoning over Entity Knowledge

NeurIPS 2021poster

Most benchmark datasets targeting commonsense reasoning focus on everyday scenarios: physical knowledge like knowing that you could fill a cup under a waterfall, social knowledge like bumping into someone is awkward, and other generic situations. However, there is a rich space of commonsense inferen…

Cited by 73SourcecodeScholar
2021

Connecting Attributions and QA Model Behavior on Realistic Counterfactuals

EMNLP 2021main

When a model attribution technique highlights a particular part of the input, a user might understand this highlight as making a statement about counterfactuals (Miller, 2019): if that part of the input were to change, the model’s prediction might change as well. This paper investigates how well dif…

2021

Did they answer? Subjective acts and intents in conversational discourse

NAACL 2021long

Discourse signals are often implicit, leaving it up to the interpreter to draw the required inferences. At the same time, discourse is embedded in a social context, meaning that interpreters apply their own assumptions and beliefs when resolving these inferences, leading to multiple, valid interpret…

2021

Dissecting Generation Modes for Abstractive Summarization Models via Ablation and Attribution

ACL 2021long

Despite the prominence of neural abstractive summarization models, we know little about how they actually form summaries and how to understand where their decisions come from. We propose a two-step method to interpret summarization model decisions. We first analyze the model’s behavior by ablating t…

2021

Don’t Let Discourse Confine Your Model: Sequence Perturbations for Improved Event Language Models

ACL 2021short

Event language models represent plausible sequences of events. Most existing approaches train autoregressive models on text, which successfully capture event co-occurrence but unfortunately constrain the model to follow the discourse order in which events are presented. Other domains may employ diff…

Cited by 5SourcePDFScholar
2021

Flexible Generation of Natural Language Deductions

EMNLP 2021main

An interpretable system for open-domain reasoning needs to express its reasoning process in a transparent form. Natural language is an attractive representation for this purpose — it is both highly expressive and easy for humans to understand. However, manipulating natural language statements in log…

2021

Modeling Fine-Grained Entity Types with Box Embeddings

ACL 2021long

Neural entity typing models typically represent fine-grained entity types as vectors in a high-dimensional space, but such spaces are not well-suited to modeling these types’ complex interdependencies. We study the ability of box embeddings, which embed concepts as d-dimensional hyperrectangles, to…

2021

Optimal Neural Program Synthesis from Multimodal Specifications

EMNLP 2021finding

Multimodal program synthesis, which leverages different types of user input to synthesize a desired program, is an attractive way to scale program synthesis to challenging settings; however, it requires integrating noisy signals from the user, like natural language, with hard constraints on the prog…

2020

LambdaNet: Probabilistic Type Inference using Graph Neural Networks

ICLR 2020poster

As gradual typing becomes increasingly popular in languages like Python and TypeScript, there is a growing need to infer type annotations automatically. While type annotations help with tasks like code completion and static error catching, these annotations cannot be fully inferred by compilers and…

Cited by 141SourcecodeScholar