← Search

William W Cohen

27 accepted papers

2026

Multiple-Prediction-Powered Inference

ICLR 2026poster

A core challenge in modern AI model development is obtaining high-quality evaluation metrics in a cost-effective way. Such evaluation often involves tradeoffs between expensive, high-quality measurements and a variety of lower-quality proxies. We introduce Multiple-Prediction-Powered Inference (Mult…

Cited by 0SourceScholar
2024

Stratified Prediction-Powered Inference for Effective Hybrid Evaluation of Language Models

NeurIPS 2024poster

Prediction-powered inference (PPI) is a method that improves statistical estimates based on limited human-labeled data. PPI achieves this by combining small amounts of human-labeled data with larger amounts of data labeled by a reasonably accurate---but potentially biased---automatic system, in a w…

Cited by 2SourcePDFScholar
2024

VLM Agents Generate Their Own Memories: Distilling Experience into Embodied Programs of Thought

NeurIPS 2024spotlight

Large-scale generative language and vision-language models (LLMs and VLMs) excel in few-shot in-context learning for decision making and instruction following. However, they require high-quality exemplar demonstrations to be included in their context window. In this work, we ask: Can LLMs and VLMs g…

Cited by 5SourcePDFScholar
2023

Pre-computed memory or on-the-fly encoding? A hybrid approach to retrieval augmentation makes the most of your compute

ICML 2023poster

Retrieval-augmented language models such as Fusion-in-Decoder are powerful, setting the state of the art on a variety of knowledge-intensive tasks. However, they are also expensive, due to the need to encode a large number of retrieved passages. Some work avoids this cost by pre-encoding a text corp…

Cited by 14SourcePDFScholar
2023

QA Is the New KR: Question-Answer Pairs as Knowledge Bases

AAAI 2023technical

We propose a new knowledge representation (KR) based on knowledge bases (KBs) derived from text, based on question generation and entity linking. We argue that the proposed type of KB has many of the key advantages of a traditional symbolic KB: in particular, it consists of small modular components…

Cited by 8SourcePDFScholar
2023

Re-Imagen: Retrieval-Augmented Text-to-Image Generator

ICLR 2023poster

Research on text-to-image generation has witnessed significant progress in generating diverse and photo-realistic images, driven by diffusion and auto-regressive models trained on large-scale image-text data. Though state-of-the-art models can generate high-quality images of common entities, they of…

Cited by 198SourcePDFScholar
2023

Scenario-based Question Answering with Interacting Contextual Properties

ICLR 2023poster

In the scenario-based Question Answering (QA) task, models are asked to find answers that are appropriate to the user scenarios associated with the question and identify information that is missing from the scenarios but is necessary for the answers to hold. Scenarios commonly include multiple prope…

Cited by 0SourcePDFScholar
2023

Subject-driven Text-to-Image Generation via Apprenticeship Learning

NeurIPS 2023poster

Recent text-to-image generation models like DreamBooth have made remarkable progress in generating highly customized images of a target subject, by fine-tuning an ``expert model'' for a given subject from a few examples. However, this process is expensive, since a new expert model must be learned fo…

Cited by 193SourcePDFScholar
2022

Explain, Edit, and Understand: Rethinking User Study Design for Evaluating Model Explanations

AAAI 2022technical

In attempts to "explain" predictions of machine learning models, researchers have proposed hundreds of techniques for attributing predictions to features that are deemed important. While these attributions are often claimed to hold the potential to improve human "understanding" of the models, surpri…

2022

Mention Memory: incorporating textual knowledge into Transformers through entity mention attention

ICLR 2022poster

Natural language understanding tasks such as open-domain question answering often require retrieving and assimilating factual information from multiple sources. We propose to address this problem by integrating a semi-parametric representation of a large text corpus into a Transformer model as a sou…

2022

Transformer Memory as a Differentiable Search Index

NeurIPS 2022accept

In this paper, we demonstrate that information retrieval can be accomplished with a single Transformer, in which all information about the corpus is encoded in the parameters of the model. To this end, we introduce the Differentiable Search Index (DSI), a new paradigm that learns a text-to-text mode…

Cited by 299SourcePDFScholar
2021

Open Question Answering over Tables and Text

ICLR 2021poster

In open question answering (QA), the answer to a question is produced by retrieving and then analyzing documents that might contain answers to the question. Most open QA systems have considered only retrieving information from unstructured text. Here we consider for the first time open QA over {\e…

2021

Reasoning Over Virtual Knowledge Bases With Open Predicate Relations

ICML 2021spotlight

We present the Open Predicate Query Language (OPQL); a method for constructing a virtual KB (VKB) trained entirely from text. Large Knowledge Bases (KBs) are indispensable for a wide-range of industry applications such as question answering and recommendation. Typically, KBs encode world knowledge i…

Cited by 29SourcePDFScholar
2021

What’s the Best Place for an AI Conference, Vancouver or _______: Why Completing Comparative Questions is Difficult

AAAI 2021technical

Although large neural language models (LMs) like BERT can be finetuned to yield state-of-the-art results on many NLP tasks, it is often unclear what these models actually learn. Here we study using such LMs to fill in entities in human-authored comparative questions, like ``Which country is older,…

Cited by 5SourcePDFScholar
2020

Differentiable Reasoning over a Virtual Knowledge Base

ICLR 2020talk

We consider the task of answering complex multi-hop questions using a corpus as a virtual knowledge base (KB). In particular, we describe a neural module, DrKIT, that traverses textual data like a KB, softly following paths of relations between mentions of entities in the corpus. At each step the mo…

Cited by 103SourceScholar
2020

Faithful Embeddings for Knowledge Base Queries

NeurIPS 2020poster

The deductive closure of an ideal knowledge base (KB) contains exactly the logical queries that the KB can answer. However, in practice KBs are both incomplete and over-specified, failing to answer some queries that have real-world answers. \emph{Query embedding} (QE) techniques have been recently p…

2020

Scalable Neural Methods for Reasoning With a Symbolic Knowledge Base

ICLR 2020poster

We describe a novel way of representing a symbolic knowledge base (KB) called a sparse-matrix reified KB. This representation enables neural modules that are fully differentiable, faithful to the original semantics of the KB, expressive enough to model multi-hop inferences, and scalable enough to u…

Cited by 81SourceScholar
2019

Game Design for Eliciting Distinguishable Behavior

NeurIPS 2019poster

The ability to inferring latent psychological traits from human behavior is key to developing personalized human-interacting machine learning systems. Approaches to infer such traits range from surveys to manually-constructed experiments and games. However, these traditional games are limited becaus…

Cited by 2SourcePDFScholar
2018

Breaking the Softmax Bottleneck: A High-Rank RNN Language Model

ICLR 2018oral

We formulate language modeling as a matrix factorization problem, and show that the expressiveness of Softmax-based models (including the majority of neural language models) is limited by a Softmax bottleneck. Given that natural language is highly context-dependent, this further implies that in prac…

2018

GLoMo: Unsupervised Learning of Transferable Relational Graphs

NeurIPS 2018poster

Modern deep transfer learning approaches have mainly focused on learning generic feature vectors from one task that are transferable to other tasks, such as word embeddings in language and pretrained convolutional features in vision. However, these approaches usually transfer unary features and larg…

Cited by 27SourcePDFScholar
2018

Semi-Supervised Learning with Declaratively Specified Entropy Constraints

NeurIPS 2018poster

We propose a technique for declaratively specifying strategies for semi-supervised learning (SSL). SSL methods based on different assumptions perform differently on different tasks, which leads to difficulties applying them in practice. In this paper, we propose to use entropy to unify many types of…

2017

Differentiable Learning of Logical Rules for Knowledge Base Reasoning

NeurIPS 2017poster

We study the problem of learning probabilistic first-order logical rules for knowledge base reasoning. This learning problem is difficult because it requires learning the parameters in a continuous space as well as the structure in a discrete space. We propose a framework, Neural Logic Programming,…

2017

Good Semi-supervised Learning That Requires a Bad GAN

NeurIPS 2017poster

Semi-supervised learning methods based on generative adversarial networks (GANs) obtained strong empirical results, but it is not clear 1) how the discriminator benefits from joint training with a generator, and 2) why good semi-supervised classification performance and a good generator cannot be ob…

2017

Transfer Learning for Sequence Tagging with Hierarchical Recurrent Networks

ICLR 2017poster

Recent papers have shown that neural networks obtain state-of-the-art performance on several different sequence tagging tasks. One appealing property of such systems is their generality, as excellent performance can be achieved with a unified architecture and without task-specific feature engineerin…

Cited by 432SourcecodeScholar
2017

Words or Characters? Fine-grained Gating for Reading Comprehension

ICLR 2017poster

Previous work combines word-level and character-level representations using concatenation or scalar weighting, which is suboptimal for high-level tasks like reading comprehension. We present a fine-grained gating mechanism to dynamically combine word-level and character-level representations based o…

Cited by 100SourcecodeScholar
2016

Review Networks for Caption Generation

NeurIPS 2016poster

We propose a novel extension of the encoder-decoder framework, called a review network. The review network is generic and can enhance any existing encoder- decoder model: in this paper, we consider RNN decoders with both CNN and RNN encoders. The review network performs a number of review steps with…