← Search

Claire Cardie

25 accepted papers

2026

FIRE-Bench: Evaluating Agents on the Rediscovery of Scientific Insights

ICML 2026poster

Autonomous agents powered by large language models (LLMs) promise to accelerate scientific discovery, but rigorously evaluating their capacity for verifiable discovery remains a central challenge. Existing benchmarks face a trade-off: they either rely on LLM-as-judge evaluations of automatically gen…

Cited by 0SourceScholar
2026

HAPO: Training Language Models to Reason Concisely via History-Aware Policy Optimization

AAAI 2026technical

While scaling the length of responses at test-time has been shown to markedly improve the reasoning abilities and performance of large language models (LLMs), it often results in verbose outputs and increases inference cost. Prior approaches for efficient test-time scaling, typically using universal

Cited by 0SourcePDFScholar
2026

MovieRecapsQA: A Multimodal Open-Ended Video Question-Answering Benchmark

CVPR 2026

Understanding real-world videos such as movies requires integrating visual and dialogue cues. Yet existing VideoQA benchmarks struggle to capture this multimodal reasoning and, given the difficulty of evaluating free-form answers, largely resort to simple multiple choice questions. We introduce a no

Cited by 0SourceScholar
2025

Commit0: Library Generation from Scratch

ICLR 2025poster

With the goal of benchmarking generative systems beyond expert software development ability, we introduce Commit0, a benchmark that challenges AI agents to write libraries from scratch. Agents are provided with a specification document outlining the library’s API as well as a suite of interactive un…

2024

Adapting Fake News Detection to the Era of Large Language Models

NAACL 2024findings

In the age of large language models (LLMs) and the widespread adoption of AI-driven content creation, the landscape of information dissemination has witnessed a paradigm shift. With the proliferation of both human-written and machine-generated real and fake news, robustly and effectively discerning…

2024

I Could’ve Asked That: Reformulating Unanswerable Questions

EMNLP 2024main

When seeking information from unfamiliar documents, users frequently pose questions that cannot be answered by the documents. While existing large language models (LLMs) identify these unanswerable questions, they do not assist users in reformulating their questions, thereby reducing their overall u…

2024

WildChat: 1M ChatGPT Interaction Logs in the Wild

ICLR 2024spotlight

Chatbots such as GPT-4 and ChatGPT are now serving millions of users. Despite their widespread use, there remains a lack of public datasets showcasing how these tools are used by a population of users in practice. To bridge this gap, we offered free access to ChatGPT for online users in exchange for…

Cited by 178SourcePDFScholar
2024

WildVis: Open Source Visualizer for Million-Scale Chat Logs in the Wild

EMNLP 2024system demonstrations

The increasing availability of real-world conversation data offers exciting opportunities for researchers to study user-chatbot interactions. However, the sheer volume of this data makes manually examining individual conversations impractical. To overcome this challenge, we introduce WildVis, an int…

2023

Abductive Commonsense Reasoning Exploiting Mutually Exclusive Explanations

ACL 2023long

Abductive reasoning aims to find plausible explanations for an event. This style of reasoning is critical for commonsense tasks where there are often multiple plausible explanations. Existing approaches for abductive reasoning in natural language processing (NLP) often rely on manually generated ann…

Cited by 17SourcePDFScholar
2022

Automatic Error Analysis for Document-level Information Extraction

ACL 2022long

Document-level information extraction (IE) tasks have recently begun to be revisited in earnest using the end-to-end neural network techniques that have been successful on their sentence-level IE counterparts. Evaluation of the approaches, however, has been limited in a number of dimensions. In part…

2022

Compositional Task-Oriented Parsing as Abstractive Question Answering

NAACL 2022long

Task-oriented parsing (TOP) aims to convert natural language into machine-readable representations of specific tasks, such as setting an alarm. A popular approach to TOP is to apply seq2seq models to generate linearized parse trees. A more recent line of work argues that pretrained seq2seq2 models a…

2022

Faithful or Extractive? On Mitigating the Faithfulness-Abstractiveness Trade-off in Abstractive Summarization

ACL 2022long

Despite recent progress in abstractive summarization, systems still suffer from faithfulness errors. While prior work has proposed models that improve faithfulness, it is unclear whether the improvement comes from an increased level of extractiveness of the model outputs as one naive way to improve…

2022

Improving Machine Reading Comprehension with Contextualized Commonsense Knowledge

ACL 2022long

To perform well on a machine reading comprehension (MRC) task, machine readers usually require commonsense knowledge that is not explicitly mentioned in the given documents. This paper aims to extract a new kind of structured knowledge from scripts and use it to improve MRC. We focus on scripts as t…

2022

Visual Prompt Tuning

ECCV 2022poster

"The current modus operandi in adapting pre-trained models involves updating all the backbone parameters, i.e. full fine-tuning. This paper introduces Visual Prompt Tuning (VPT) as an efficient and effective alternative to full fine-tuning for large-scale Transformer models in vision. Taking inspira…

2021

Adding Chit-Chat to Enhance Task-Oriented Dialogues

NAACL 2021long

Existing dialogue corpora and models are typically designed under two disjoint motives: while task-oriented systems focus on achieving functional goals (e.g., booking hotels), open-domain chatbots aim at making socially engaging conversations. In this work, we propose to integrate both types of syst…

Cited by 89SourcePDFScholar
2021

Exploring Visual Engagement Signals for Representation Learning

ICCV 2021poster

Visual engagement in social media platforms comprises interactions with photo posts including comments, shares, and likes. In this paper, we leverage such visual engagement clues as supervisory signals for representation learning. However, learning from engagement signals is non-trivial as it is not…

Cited by 14PDFcodeScholar
2021

Intentonomy: A Dataset and Study Towards Human Intent Understanding

CVPR 2021poster

An image is worth a thousand words, conveying information that goes beyond the physical visual content therein. In this paper, we study the intent behind social media images with an aim to analyze how visual information can help the recognition of human intent. Towards this goal, we introduce an int…

Cited by 41PDFcodeScholar
2021

Self-Teaching Machines to Read and Comprehend with Large-Scale Multi-Subject Question-Answering Data

EMNLP 2021finding

Despite considerable progress, most machine reading comprehension (MRC) tasks still lack sufficient training data to fully exploit powerful deep neural network models with millions of parameters, and it is laborious, expensive, and time-consuming to create large-scale, high-quality MRC data through…

Cited by 6SourcePDFScholar
2021

When in Doubt: Improving Classification Performance with Alternating Normalization

EMNLP 2021finding

We introduce Classification with Alternating Normalization (CAN), a non-parametric post-processing step for classification. CAN improves classification accuracy for challenging examples by re-adjusting their predicted class probability distribution using the predicted class distributions of high-con…

2020

Fashionpedia: Ontology, Segmentation, and an Attribute Localization Dataset

ECCV 2020poster

Segmentation, and an Attribute Localization Dataset","In this work, we focus on the task of instance segmentation with attribute localization. This unifies instance segmentation (detect and segment each object instance) and visual categorization of fine-grained attributes (classify one or multiple a…

2018

SparseMAP: Differentiable Sparse Structured Inference

ICML 2018oral

Structured prediction requires searching over a combinatorial number of structures. To tackle it, we introduce SparseMAP, a new method for sparse structured inference, together with corresponding loss functions. SparseMAP inference is able to automatically select only a few global structures: it is…