← Search

Jack Hessel

38 accepted papers

2025

CertainlyUncertain: A Benchmark and Metric for Multimodal Epistemic and Aleatoric Awareness

ICLR 2025poster

The ability to acknowledge the inevitable uncertainty in their knowledge and reasoning is a prerequisite for AI systems to be truly truthful and reliable. In this paper, we present a taxonomy of uncertainty specific to vision-language AI systems, distinguishing between epistemic uncertainty (arising…

Cited by 1SourcePDFScholar
2025

L3GO: Language Agents with Chain-of-3D-Thoughts for Generating Unconventional Objects

NAACL 2025system demonstrations

Diffusion-based image generation models such as DALL-E 3 and Stable Diffusion-XL demonstrate remarkable capabilities in generating images with realistic and unique compositions. Yet, these models are not robust in precisely reasoning about physical and spatial configurations of objects, especially w…

2025

Promptriever: Instruction-Trained Retrievers Can Be Prompted Like Language Models

ICLR 2025poster

Instruction-tuned language models (LM) are able to respond to imperative commands, providing a more natural user interface compared to their base counterparts. In this work, we present Promptriever, the first retrieval model able to be prompted like an LM. To train Promptriever, we curate and releas…

2024

Deal, or no deal (or who knows)? Forecasting Uncertainty in Conversations using Large Language Models

ACL 2024findings

Effective interlocutors account for the uncertain goals, beliefs, and emotions of others. But even the best human conversationalist cannot perfectly anticipate the trajectory of a dialogue. How well can language models represent inherent uncertainty in conversations? We propose FortUne Dial, an expa…

2024

FunQA: Towards Surprising Video Comprehension

ECCV 2024poster

"Surprising videos, e.g., funny clips, creative performances, or visual illusions, attract significant attention. Enjoyment of these videos is not simply a response to visual stimuli; rather, it hinges on the human capacity to understand (and appreciate) commonsense violations depicted in these vide…

2024

How to Train Your Fact Verifier: Knowledge Transfer with Multimodal Open Models

EMNLP 2024finding

Given the growing influx of misinformation across news and social media, there is a critical need for systems that can provide effective real-time verification of news claims. Large language or multimodal model based verification has been proposed to scale up online policing mechanisms for mitigatin…

Cited by 0SourcePDFScholar
2024

OLMo: Accelerating the Science of Language Models

ACL 2024long

Language models (LMs) have become ubiquitous in both NLP research and in commercial product offerings. As their commercial importance has surged, the most powerful models have become closed off, gated behind proprietary interfaces, with important details of their training data, architectures, and de…

2024

Selective Vision is the Challenge for Visual Reasoning: A Benchmark for Visual Argument Understanding

EMNLP 2024main

Visual arguments, often used in advertising or social causes, rely on images to persuade viewers to do or believe something. Understanding these arguments requires selective vision: only specific visual stimuli within an image are relevant to the argument, and relevance can only be understood within…

2024

Selective “Selective Prediction”: Reducing Unnecessary Abstention in Vision-Language Reasoning

ACL 2024findings

Selective prediction minimizes incorrect predictions from vision-language models (VLMs) by allowing them to abstain from answering when uncertain. However, when deploying a vision-language system with low tolerance for inaccurate predictions, selective prediction may be over-cautious and abstain too…

2024

Tailoring Self-Rationalizers with Multi-Reward Distillation

ICLR 2024poster

Large language models (LMs) are capable of generating free-text rationales to aid question answering. However, prior work 1) suggests that useful self-rationalization is emergent only at significant scales (e.g., 175B parameter GPT-3); and 2) focuses largely on downstream performance, ignoring the s…

2024

The Art of Saying No: Contextual Noncompliance in Language Models

NeurIPS 2024poster

Chat-based language models are designed to be helpful, yet they should not comply with every user request. While most existing work primarily focuses on refusal of ``unsafe'' queries, we posit that the scope of noncompliance should be broadened. We introduce a comprehensive taxonomy of contextual…

Cited by 21SourcePDFScholar
2024

UNcommonsense Reasoning: Abductive Reasoning about Uncommon Situations

NAACL 2024long

Language technologies that accurately model the dynamics of events must perform commonsense reasoning. Existing work evaluating commonsense reasoning focuses on making inferences about common, everyday situations. To instead investigate the ability to model unusual, unexpected, and unlikely situatio…

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

Breaking Common Sense: WHOOPS! A Vision-and-Language Benchmark of Synthetic and Compositional Images

ICCV 2023poster

Weird, unusual, and uncanny images pique the curiosity of observers because they challenge commonsense. For example, an image released during the 2022 world cup depicts the famous soccer stars Lionel Messi and Cristiano Ronaldo playing chess, which playfully violates our expectation that their compe…

Cited by 71PDFScholar
2023

CHAMPAGNE: Learning Real-world Conversation from Large-Scale Web Videos

ICCV 2023poster

Visual information is central to conversation: body gestures and physical behaviour, for example, contribute to meaning that transcends words alone. To date, however, most neural conversational models are limited to just text. We introduce CHAMPAGNE, a generative model of conversations that can acco…

Cited by 18PDFcodeScholar
2023

Do Androids Laugh at Electric Sheep? Humor “Understanding” Benchmarks from The New Yorker Caption Contest

ACL 2023long

Large neural networks can now generate jokes, but do they really “understand” humor? We challenge AI models with three tasks derived from the New Yorker Cartoon Caption Contest: matching a joke to a cartoon, identifying a winning caption, and explaining why a winning caption is funny. These tasks en…

2023

Fusing Pre-Trained Language Models With Multimodal Prompts Through Reinforcement Learning

CVPR 2023poster

Language models are capable of commonsense reasoning: while domain-specific models can learn from explicit knowledge (e.g. commonsense graphs [6], ethical norms [25]), and larger models like GPT-3 manifest broad commonsense reasoning capacity. Can their knowledge be extended to multimodal inputs suc…

2023

How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources

NeurIPS 2023spotlight

In this work we explore recent advances in instruction-tuning language models on a range of open instruction-following datasets. Despite recent claims that open models can be on par with state-of-the-art proprietary models, these claims are often accompanied by limited evaluation, making it difficul…

2023

Is Reinforcement Learning (Not) for Natural Language Processing: Benchmarks, Baselines, and Building Blocks for Natural Language Policy Optimization

ICLR 2023top-25%

We tackle the problem of aligning pre-trained large language models (LMs) with human preferences. If we view text generation as a sequential decision-making problem, reinforcement learning (RL) appears to be a natural conceptual framework. However, using RL for LM-based generation faces empirical ch…

2023

Localized Symbolic Knowledge Distillation for Visual Commonsense Models

NeurIPS 2023poster

Instruction following vision-language (VL) models offer a flexible interface that supports a broad range of multimodal tasks in a zero-shot fashion. However, interfaces that operate on full images do not directly enable the user to “point to" and access specific regions within images. This capabilit…

Cited by 13SourcePDFScholar
2023

Multimodal C4: An Open, Billion-scale Corpus of Images Interleaved with Text

NeurIPS 2023poster

In-context vision and language models like Flamingo support arbitrarily interleaved sequences of images and text as input. This format not only enables few-shot learning via interleaving independent supervised (image, text) examples, but also, more complex prompts involving interaction between image…

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

Reading Books is Great, But Not if You Are Driving! Visually Grounded Reasoning about Defeasible Commonsense Norms

EMNLP 2023long main

Commonsense norms are defeasible by context: reading books is usually great, but not when driving a car. While contexts can be explicitly described in language, in embodied scenarios, contexts are often provided visually. This type of visually grounded reasoning about defeasible commonsense norms is…

Cited by 0SourcecodeScholar
2023

SODA: Million-scale Dialogue Distillation with Social Commonsense Contextualization

EMNLP 2023long main

Data scarcity has been a long standing issue in the field of open-domain social dialogue. To quench this thirst, we present SODA: the first publicly available, million-scale high-quality social dialogue dataset. By contextualizing social commonsense knowledge from a knowledge graph, we are able to d…

Cited by 0SourcecodeScholar
2023

Symbolic Chain-of-Thought Distillation: Small Models Can Also “Think” Step-by-Step

ACL 2023long

Chain-of-thought prompting (e.g., “Let’s think step-by-ste”) primes large language models to verbalize rationalization for their predictions. While chain-of-thought can lead to dramatic performance gains, benefits appear to emerge only for sufficiently large models (beyond 50B parameters). We show t…

2023

Text encoders bottleneck compositionality in contrastive vision-language models

EMNLP 2023long main

Performant vision-language (VL) models like CLIP represent captions using a single vector. How much information about language is lost in this bottleneck? We first curate CompPrompts, a set of increasingly compositional image captions that VL models should be able to capture (e.g., single object, to…

Cited by 0SourcecodeScholar
2023

VisIT-Bench: A Dynamic Benchmark for Evaluating Instruction-Following Vision-and-Language Models

NeurIPS 2023poster

We introduce VisIT-Bench (Visual InsTruction Benchmark), a benchmark for evaluating instruction-following vision-language models for real-world use. Our starting point is curating 70 "instruction families" that we envision instruction tuned vision-language models should be able to address. Extending…

2023

What's "up" with vision-language models? Investigating their struggle with spatial reasoning

EMNLP 2023long main

Recent vision-language (VL) models are powerful, but can they reliably distinguish "right" from "left"? We curate three new corpora to quantify model comprehension of such basic spatial relations. These tests isolate spatial reasoning more precisely than existing datasets like VQAv2, e.g., our What'…

Cited by 0SourcecodeScholar
2022

Connecting the Dots between Audio and Text without Parallel Data through Visual Knowledge Transfer

NAACL 2022long

Machines that can represent and describe environmental soundscapes have practical potential, e.g., for audio tagging and captioning. Prevailing learning paradigms of audio-text connections have been relying on parallel audio-text data, which is, however, scarcely available on the web. We propose VIP…

2022

MERLOT Reserve: Neural Script Knowledge Through Vision and Language and Sound

CVPR 2022oral

As humans, we navigate a multimodal world, building a holistic understanding from all our senses. We introduce MERLOT Reserve, a model that represents videos jointly over time -- through a new training objective that learns from audio, subtitles, and video frames. Given a video, we replace snippets…

Cited by 286PDFScholar
2022

QUARK: Controllable Text Generation with Reinforced Unlearning

NeurIPS 2022accept

Large-scale language models often learn behaviors that are misaligned with user expectations. Generated text may contain offensive or toxic language, contain significant repetition, or be of a different sentiment than desired by the user. We consider the task of unlearning these misalignments by fin…

2022

Reframing Human-AI Collaboration for Generating Free-Text Explanations

NAACL 2022long

Large language models are increasingly capable of generating fluent-appearing text with relatively little task-specific supervision. But can these models accurately explain classification decisions? We consider the task of generating free-text explanations using human-written examples in a few-shot…

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

CLIPScore: A Reference-free Evaluation Metric for Image Captioning

EMNLP 2021main

Image captioning has conventionally relied on reference-based automatic evaluations, where machine captions are compared against captions written by humans. This is in contrast to the reference-free manner in which humans assess caption quality. In this paper, we report the surprising empirical find…

2021

How effective is BERT without word ordering? Implications for language understanding and data privacy

ACL 2021short

Ordered word sequences contain the rich structures that define language. However, it’s often not clear if or how modern pretrained language models utilize these structures. We show that the token representations and self-attention activations within BERT are surprisingly resilient to shuffling the o…

Cited by 50SourcePDFScholar
2021

MERLOT: Multimodal Neural Script Knowledge Models

NeurIPS 2021oral

As humans, we understand events in the visual world contextually, performing multimodal reasoning across time to make inferences about the past, present, and future. We introduce MERLOT, a model that learns multimodal script knowledge by watching millions of YouTube videos with transcribed speech --…

Cited by 423SourcePDFScholar