← Search

Chandra Bhagavatula

26 accepted papers

2025

Information-Guided Identification of Training Data Imprint in (Proprietary) Large Language Models

NAACL 2025long

High-quality training data has proven crucial for developing performant large language models (LLMs). However, commercial LLM providers disclose few, if any, details about the data used for training. This lack of transparency creates multiple challenges: it limits external oversight and inspection o…

Cited by 1SourcePDFScholar
2024

Phenomenal Yet Puzzling: Testing Inductive Reasoning Capabilities of Language Models with Hypothesis Refinement

ICLR 2024oral

The ability to derive underlying principles from a handful of observations and then generalize to novel situations---known as inductive reasoning---is central to human intelligence. Prior work suggests that language models (LMs) often fall short on inductive reasoning, despite achieving impressive s…

2024

PlaSma: Procedural Knowledge Models for Language-based Planning and Re-Planning

ICLR 2024poster

Procedural planning, which entails decomposing a high-level goal into a sequence of temporally ordered steps, is an important yet intricate task for machines. It involves integrating common-sense knowledge to reason about complex and often contextualized situations, e.g. ``scheduling a doctor's appo…

Cited by 1SourcePDFScholar
2024

The Unlocking Spell on Base LLMs: Rethinking Alignment via In-Context Learning

ICLR 2024poster

Alignment tuning has become the de facto standard practice for enabling base large language models (LLMs) to serve as open-domain AI assistants. The alignment tuning process typically involves instruction learning through supervised fine-tuning (SFT) and preference tuning via reinforcement learning…

Cited by 169SourcePDFScholar
2024

Value Kaleidoscope: Engaging AI with Pluralistic Human Values, Rights, and Duties

AAAI 2024technical

Human values are crucial to human decision-making. Value pluralism is the view that multiple correct values may be held in tension with one another (e.g., when considering lying to a friend to protect their feelings, how does one balance honesty with friendship?). As statistical learners, AI systems…

2023

"You Are An Expert Linguistic Annotator": Limits of LLMs as Analyzers of Abstract Meaning Representation

EMNLP 2023short findings

Large language models (LLMs) demonstrate an amazing proficiency and fluency in the $\textit{use}$ of language. Does that mean that they have also acquired insightful linguistic knowledge $\textit{about}$ the language, to an extent that they can serve as an "expert linguistic annotator"? In this pape…

Cited by 0SourceScholar
2023

ClarifyDelphi: Reinforced Clarification Questions with Defeasibility Rewards for Social and Moral Situations

ACL 2023long

Context is everything, even in commonsense moral reasoning. Changing contexts can flip the moral judgment of an action; Lying to a friend is wrong in general, but may be morally acceptable if it is intended to protect their life. We present ClarifyDelphi, an interactive system that learns to ask cla…

Cited by 34SourcePDFScholar
2023

Faith and Fate: Limits of Transformers on Compositionality

NeurIPS 2023spotlight

Transformer large language models (LLMs) have sparked admiration for their exceptional performance on tasks that demand intricate multi-step reasoning. Yet, these models simultaneously show failures on surprisingly trivial problems. This begs the question: Are these errors incidental, or do they si…

2023

I2D2: Inductive Knowledge Distillation with NeuroLogic and Self-Imitation

ACL 2023long

Commonsense capabilities of pre-trained language models dramatically improve with scale, leading many to believe that scale is the only winning recipe. But is it? Here, we investigate an alternative that a priori seems impossible: can smaller language models (e.g., GPT-2) win over models that are or…

Cited by 32SourcePDFScholar
2023

NovaCOMET: Open Commonsense Foundation Models with Symbolic Knowledge Distillation

EMNLP 2023long findings

We present NovaCOMET, an open commonsense knowledge model, that combines the best aspects of knowledge and general task models. Compared to previous knowledge models, NovaCOMET allows open-format relations enabling direct application to reasoning tasks; compared to general task models like Flan-T5,…

Cited by 0SourceScholar
2023

SwiftSage: A Generative Agent with Fast and Slow Thinking for Complex Interactive Tasks

NeurIPS 2023spotlight

We introduce SwiftSage, a novel agent framework inspired by the dual-process theory of human cognition, designed to excel in action planning for complex interactive reasoning tasks. SwiftSage integrates the strengths of behavior cloning and prompting large language models (LLMs) to enhance task comp…

Cited by 64SourcePDFScholar
2022

Maieutic Prompting: Logically Consistent Reasoning with Recursive Explanations

EMNLP 2022main

Pre-trained language models (LMs) struggle with consistent reasoning; recently, prompting LMs to generate explanations that self-guide the inference has emerged as a promising direction to amend this. However, these approaches are fundamentally bounded by the correctness of explanations, which thems…

Cited by 60SourcePDFScholar
2022

Symbolic Knowledge Distillation: from General Language Models to Commonsense Models

NAACL 2022long

The common practice for training commonsense models has gone from–human–to–corpus–to–machine: humans author commonsense knowledge graphs in order to train commonsense models. In this work, we investigate an alternative, from–machine–to–corpus–to–machine: general language models author these commonse…

2022

The Abduction of Sherlock Holmes: A Dataset for Visual Abductive Reasoning

ECCV 2022poster

"Humans have remarkable capacity to reason abductively and hypothesize about what lies beyond the literal content of an image. By identifying concrete visual clues scattered throughout a scene, we almost can’t help but draw probable inferences beyond the literal scene based on our everyday experienc…

Cited by 53SourcePDFScholar
2021

(Comet-) Atomic 2020: On Symbolic and Neural Commonsense Knowledge Graphs

AAAI 2021technical

Recent years have brought about a renewed interest in commonsense representation and reasoning in the field of natural language understanding. The development of new commonsense knowledge graphs (CSKG) has been central to these advances as their diverse facts can be used and referenced by machine le…

2021

CommonsenseQA 2.0: Exposing the Limits of AI through Gamification

NeurIPS 2021poster

Constructing benchmarks that test the abilities of modern natural language understanding models is difficult - pre-trained language models exploit artifacts in benchmarks to achieve human parity, but still fail on adversarial examples and make errors that demonstrate a lack of common sense. In this…

Cited by 124SourceScholar
2021

DExperts: Decoding-Time Controlled Text Generation with Experts and Anti-Experts

ACL 2021long

Despite recent advances in natural language generation, it remains challenging to control attributes of generated text. We propose DExperts: Decoding-time Experts, a decoding-time method for controlled text generation that combines a pretrained language model with “expert” LMs and/or “anti-expert” L…

2021

NeuroLogic Decoding: (Un)supervised Neural Text Generation with Predicate Logic Constraints

NAACL 2021long

Conditional text generation often requires lexical constraints, i.e., which words should or shouldn’t be included in the output text. While the dominant recipe for conditional text generation has been large-scale pretrained language models that are finetuned on the task-specific training data, such…

Cited by 165SourcePDFScholar
2021

Paragraph-level Commonsense Transformers with Recurrent Memory

AAAI 2021technical

Human understanding of narrative texts requires making commonsense inferences beyond what is stated in the text explicitly. A recent model, COMET, can generate such inferences along several dimensions such as pre- and post-conditions, motivations, and mental states of the participants. However, COME…

Cited by 46SourcePDFScholar
2021

Reflective Decoding: Beyond Unidirectional Generation with Off-the-Shelf Language Models

ACL 2021long

Publicly available, large pretrained Language Models (LMs) generate text with remarkable quality, but only sequentially from left to right. As a result, they are not immediately applicable to generation tasks that break the unidirectional assumption, such as paraphrasing or text-infilling, necessita…

2021

UNICORN on RAINBOW: A Universal Commonsense Reasoning Model on a New Multitask Benchmark

AAAI 2021technical

Commonsense AI has long been seen as a near impossible goal---until recently. Now, research interest has sharply increased with an influx of new benchmarks and models. We propose two new ways to evaluate commonsense models, emphasizing their generality on new tasks and building on diverse, recently…

2021

proScript: Partially Ordered Scripts Generation

EMNLP 2021finding

Scripts – prototypical event sequences describing everyday activities – have been shown to help understand narratives by providing expectations, resolving ambiguity, and filling in unstated information. However, to date they have proved hard to author or extract from text. In this work, we demonstra…

Cited by 0SourcePDFScholar
2021

“I’m Not Mad”: Commonsense Implications of Negation and Contradiction

NAACL 2021long

Natural language inference requires reasoning about contradictions, negations, and their commonsense implications. Given a simple premise (e.g., “I’m mad at you”), humans can reason about the varying shades of contradictory statements ranging from straightforward negations (“I’m not mad at you”) to…

Cited by 37SourcePDFScholar
2020

Abductive Commonsense Reasoning

ICLR 2020poster

Abductive reasoning is inference to the most plausible explanation. For example, if Jenny finds her house in a mess when she returns from work, and remembers that she left a window open, she can hypothesize that a thief broke into her house and caused the mess, as the most plausible explanat…

Cited by 468SourceScholar
2020

Adversarial Filters of Dataset Biases

ICML 2020poster

Large neural models have demonstrated human-level performance on language and vision benchmarks, while their performance degrades considerably on adversarial or out-of-distribution samples. This raises the question of whether these models have learned to solve a dataset rather than the underlying ta…

2020

VisualCOMET: Reasoning about the Dynamic Context of a Still Image

ECCV 2020poster

Even from a single frame of a still image, people can reason about the dynamic story of the image before, after, and beyond the frame. For example, given an image of a man struggling to stay afloat in water, we can reason that the man fell into the water sometime in the past, the intent of that man…

Cited by 141SourcePDFScholar