← Search

Hannaneh Hajishirzi

118 accepted papers

2026

DELTA-Code: How RL Unlocks and Transfers New Programming Algorithms in LLMs

ICLR 2026poster

It remains an open question whether LLMs can acquire or generalize genuinely new reasoning strategies, beyond the sharpened skills encoded in their parameters during pre-training or post-training. To attempt to answer this debate, we introduce DELTA-Code —Distributional Evaluation of Learnability an…

Cited by 0SourcecodeScholar
2026

Olmix: A Framework for Data Mixing Throughout LM Development

ICML 2026poster

Data mixing---determining the ratios of data from different domains---is a first-order concern for training language models (LMs), but existing mixing methods have poorly understood design choices and assume that the set of domains remain fixed throughout development. We present Olmix, a framework t…

Cited by 0SourceScholar
2026

RLVE: Scaling Up Reinforcement Learning for Language Models with Adaptive Verifiable Environments

ICML 2026poster

We introduce Reinforcement Learning (RL) with Adaptive Verifiable Environments (RLVE), an approach using verifiable environments that procedurally generate problems and provide algorithmically verifiable rewards, to scale up RL for language models (LMs). RLVE enables each verifiable environment to d…

Cited by 0SourceScholar
2026

Reinforcement Learning with Evolving Rubrics for Deep Research

ICML 2026oral

Deep research agents perform multi-step research to produce long-form, well-attributed answers. However, most open deep research agents are trained on easily verifiable short-form QA tasks via reinforcement learning with verifiable rewards, which does not extend to realistic long-form tasks. We addr…

Cited by 0SourceScholar
2026

RewardEval: Advancing Reward Model Evaluation

ICLR 2026poster

Reward models are used throughout the post-training of language models to capture nuanced signals from preference data and provide a training target for optimization across instruction following, reasoning, safety, and more domains. The community has begun establishing best practices for evaluating…

Cited by 0SourcecodeScholar
2026

Spurious Rewards: Rethinking Training Signals in RLVR

ICML 2026poster

We show that reinforcement learning with verifiable rewards (RLVR) can elicit strong mathematical reasoning in certain language models even with spurious rewards that have little, no, or outright negative correlation with the correct answer. For example, RLVR training with GRPO improves MATH-500 per…

Cited by 0SourcecodeScholar
2026

Train for Truth, Keep the Skills: Binary Retrieval-Augmented Reward Mitigates Hallucinations

ICML 2026spotlight

Modern post-trained language models are increasingly capable, but remain prone to extrinsic hallucinations. We target the utility degradation issue that prior hallucination-reduction methods often struggle to avoid, and propose online RL with Binary Retrieval-Augmented Reward (Binary RAR) to reduce …

Cited by 0SourceScholar
2026

VideoNet: A Large-Scale Dataset for Domain-Specific Action Recognition

CVPR 2026

Videos are unique in their ability to capture actions which transcend multiple frames. Accordingly, action recognition has long been a quintessential task for video models. Unfortunately, due to a lack of sufficiently diverse and challenging data, modern vision-language models (VLMs) are no longer e

Cited by 0SourceScholar
2025

A Systematic Examination of Preference Learning through the Lens of Instruction-Following

NAACL 2025long

In this work we systematically investigate how specific attributes of preference datasets affect the alignment and downstream performance of LLMs in instruction-following tasks. We use a novel synthetic data generation pipeline to generate 48,000 unique instruction-following prompts with combination…

2025

Answer, Assemble, Ace: Understanding How LMs Answer Multiple Choice Questions

ICLR 2025spotlight

Multiple-choice question answering (MCQA) is a key competence of performant transformer language models that is tested by mainstream benchmarks. However, recent evidence shows that models can have quite a range of performance, particularly when the task format is diversified slightly (such as by shu…

Cited by 0SourcePDFScholar
2025

ComPO: Community Preferences for Language Model Personalization

NAACL 2025long

Conventional algorithms for training language models (LMs) with human feedback rely on preferences that are assumed to account for an “average” user, disregarding subjectivity and finer-grained variations. Recent studies have raised concerns that aggregating such diverse and often contradictory huma…

2025

Critical Batch Size Revisited: A Simple Empirical Approach to Large-Batch Language Model Training

NeurIPS 2025spotlight

The right batch size is important when training language models at scale: a large batch size is necessary for fast training, but a batch size that is *too large* will harm token efficiency. To navigate this tradeoff, McCandlish et al. (2018) suggest that a *critical batch size* (CBS), below which tr…

Cited by 0SourceScholar
2025

FlexOLMo: Open Language Models for Flexible Data Use

NeurIPS 2025spotlight

We introduce FlexOLMo, a new class of language models (LMs) that supports (1) distributed training without data sharing, where different model parameters are independently trained on private datasets, and (2) data-flexible inference, where these parameters along with their associated data can be eas…

Cited by 0SourceScholar
2025

Generalizing Verifiable Instruction Following

NeurIPS 2025poster

A crucial factor for successful human and AI interaction is the ability of language models or chatbots to follow human instructions precisely. A common feature of instructions are output constraints like ``only answer with yes or no" or ``mention the word `abracadabra' at least 3 times" that the us…

Cited by 0SourceScholar
2025

Hybrid Preferences: Learning to Route Instances for Human vs. AI Feedback

ACL 2025long

Learning from human feedback has enabled the alignment of language models (LMs) with human preferences. However, collecting human preferences is expensive and time-consuming, with highly variable annotation quality. An appealing alternative is to distill preferences from LMs as a source of synthetic…

2025

Infini-gram mini: Exact n-gram Search at the Internet Scale with FM-Index

EMNLP 2025

Language models are trained mainly on massive text data from the Internet, and it becomes increasingly important to understand this data source. Exact-match search engines enable searching in large text corpora – counting string appearances and retrieving the enclosing documents – yet the high stora

2025

Molmo and PixMo: Open Weights and Open Data for State-of-the-Art Vision-Language Models

CVPR 2025award

Today's most advanced vision-language models (VLMs) remain proprietary. The strongest open-weight models rely heavily on synthetic data from proprietary VLMs to achieve good performance, effectively distilling these closed VLMs into open ones. As a result, the community has been missing foundational…

2025

OLMES: A Standard for Language Model Evaluations

NAACL 2025findings

Progress in AI is often demonstrated by new models claiming improved performance on tasks measuring model capabilities. Evaluating language models can be particularly challenging, as choices of how a model is evaluated on a task can lead to large changes in measured performance. There is no common s…

2025

OLMoE: Open Mixture-of-Experts Language Models

ICLR 2025oral

We introduce OLMoE, a fully open, state-of-the-art language model leveraging sparse Mixture-of-Experts (MoE). OLMoE-1B-7B has 7 billion (B) parameters but uses only 1B per input token. We pretrain it on 5 trillion tokens and further adapt it to create OLMoE-1B-7B-Instruct. Our models outperform all…

2025

OMEGA: Can LLMs Reason Outside the Box in Math? Evaluating Exploratory, Compositional, and Transformative Generalization

NeurIPS 2025poster

Recent large language models (LLMs) with long-chain-of-thought reasoning—such as DeepSeek-R1—have achieved impressive results on Olympiad-level mathematics benchmarks. However, they often rely on a narrow set of strategies and struggle with problems that require a novel way of thinking. To systemati…

Cited by 0SourcecodeScholar
2025

Organize the Web: Constructing Domains Enhances Pre-Training Data Curation

ICML 2025poster

Modern language models are trained on large, unstructured datasets consisting of trillions of tokens and obtained by crawling the web. The unstructured nature makes it difficult to reason about their contents and develop systematic approaches to data curation. In this paper, we unpack monolithic web…

Cited by 0SourcePDFScholar
2025

RewardBench: Evaluating Reward Models for Language Modeling

NAACL 2025findings

Reward models (RMs) are at the crux of successfully using RLHF to align pretrained models to human preferences, yet there has been relatively little study that focuses on evaluation of those models. Evaluating reward models presents an opportunity to understand the opaque technologies used for align…

2025

SciArena: An Open Evaluation Platform for Non-Verifiable Scientific Literature-Grounded Tasks

NeurIPS 2025spotlight

We present SciArena, an open and collaborative platform for evaluating foundation models on scientific literature-grounded tasks. Unlike traditional benchmarks for scientific literature understanding and synthesis, SciArena engages the research community directly, following the Chatbot Arena evalua…

Cited by 0SourceScholar
2025

SciRIFF: A Resource to Enhance Language Model Instruction-Following over Scientific Literature

EMNLP 2025

We present ScIRIFF (Scientific Resource for Instruction-Following and Finetuning), a dataset of 137K instruction-following instances for training and evaluation, covering 54 tasks. These tasks span five core scientific literature understanding capabilities: information extraction, summarization, que

2025

Signal and Noise: A Framework for Reducing Uncertainty in Language Model Evaluation

NeurIPS 2025spotlight

Developing large language models is expensive and often involves making decisions with small experiments, typically by evaluating on large, multi-task evaluation suites. In this work, we analyze specific properties which make a benchmark more reliable and useful for such decisions, and interventions…

Cited by 0SourceScholar
2025

Steering off Course: Reliability Challenges in Steering Language Models

ACL 2025long

Steering methods for language models (LMs) have gained traction as lightweight alternatives to fine-tuning, enabling targeted modifications to model activations. However, prior studies primarily report results on a few models, leaving critical gaps in understanding the robustness of these methods. I…

2025

s1: Simple test-time scaling

EMNLP 2025

Test-time scaling is a promising new approach to language modeling that uses extra test-time compute to improve performance. Recently, OpenAI’s o1 model showed this capability but did not publicly share its methodology, leading to many replication efforts. We seek the simplest approach to achieve te

2024

APT: Adaptive Pruning and Tuning Pretrained Language Models for Efficient Training and Inference

ICML 2024oral

Fine-tuning and inference with large Language Models (LM) are generally known to be expensive. Parameter-efficient fine-tuning over pretrained LMs reduces training memory by updating a small number of LM parameters but does not improve inference efficiency. Structured pruning improves LM inference e…

2024

ActionAtlas: A VideoQA Benchmark for Domain-specialized Action Recognition

NeurIPS 2024poster

Our world is full of varied actions and moves in specialized fields that we, as humans, seek to identify and learn about. To evaluate the effectiveness of multi-modal models in helping us recognize such fine-grained actions, we introduce ActionAtlas, a video question answering (VideoQA) benchmark on…

Cited by 1SourcePDFScholar
2024

BTR: Binary Token Representations for Efficient Retrieval Augmented Language Models

ICLR 2024spotlight

Retrieval augmentation addresses many critical problems in large language models such as hallucination, staleness, and privacy leaks. However, running retrieval-augmented language models (LMs) is slow and difficult to scale due to processing large amounts of retrieved text. We introduce binary toke…

2024

BUFFET: Benchmarking Large Language Models for Few-shot Cross-lingual Transfer

NAACL 2024long

Despite remarkable advancements in few-shot generalization in natural language processing, most models are developed and evaluated primarily in English. To establish a rigorous and equitable evaluation framework for few-shot cross-lingual transfer, we introduce a new benchmark, called BUFFET, which…

Cited by 19SourcePDFScholar
2024

CopyBench: Measuring Literal and Non-Literal Reproduction of Copyright-Protected Text in Language Model Generation

EMNLP 2024main

Evaluating the degree of reproduction of copyright-protected content by language models (LMs) is of significant interest to the AI and legal communities. Although both literal and non-literal similarities are considered by courts when assessing the degree of reproduction, prior research has focused…

2024

Data Engineering for Scaling Language Models to 128K Context

ICML 2024poster

We study continual pretraining recipe for scaling language models' context lengths to 128K, with a focus on data engineering. We hypothesize that long context modeling, in particular *the ability to utilize information at arbitrary input locations*, is a capability that is mostly already acquired th…

2024

Decoding-Time Language Model Alignment with Multiple Objectives

NeurIPS 2024poster

Aligning language models (LMs) to human preferences has emerged as a critical pursuit, enabling these models to better serve diverse user needs. Existing methods primarily focus on optimizing LMs for a single reward function, limiting their adaptability to varied objectives. Here, we propose $\text…

2024

Dolma: an Open Corpus of Three Trillion Tokens for Language Model Pretraining Research

ACL 2024long

Information about pretraining corpora used to train the current best-performing language models is seldom discussed: commercial models rarely detail their data, and even open models are often released without accompanying training data or recipes to reproduce them. As a result, it is challenging to…

2024

MatFormer: Nested Transformer for Elastic Inference

NeurIPS 2024poster

Foundation models are applied in a broad spectrum of settings with different inference constraints, from massive multi-accelerator clusters to resource-constrained standalone mobile devices. However, the substantial costs associated with training these models often limit the number of unique model s…

Cited by 11SourcePDFScholar
2024

MathVista: Evaluating Mathematical Reasoning of Foundation Models in Visual Contexts

ICLR 2024oral

Large Language Models (LLMs) and Large Multimodal Models (LMMs) exhibit impressive problem-solving skills in many tasks and domains, but their ability in mathematical reasoning in visual contexts has not been systematically studied. To bridge this gap, we present MathVista, a benchmark designed to c…

2024

Merge to Learn: Efficiently Adding Skills to Language Models with Model Merging

EMNLP 2024finding

Adapting general-purpose language models to new skills is currently an expensive process that must be repeated as new instruction datasets targeting new skills are created, or can cause the models to forget older skills. In this work, we investigate the effectiveness of adding new skills to preexist…

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

Paloma: A Benchmark for Evaluating Language Model Fit

NeurIPS 2024poster

Evaluations of language models (LMs) commonly report perplexity on monolithic data held out from training. Implicitly or explicitly, this data is composed of domains—varying distributions of language. We introduce Perplexity Analysis for Language Model Assessment (Paloma), a benchmark to measure LM…

Cited by 7SourcePDFScholar
2024

SILO Language Models: Isolating Legal Risk In a Nonparametric Datastore

ICLR 2024spotlight

The legality of training language models (LMs) on copyrighted or otherwise restricted data is under intense debate. However, as we show, model performance significantly degrades if trained only on low-risk text (e.g., out-of-copyright books or government documents), due to its limited size and domai…

2024

Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection

ICLR 2024oral

Despite their remarkable capabilities, large language models (LLMs) often produce responses containing factual inaccuracies due to their sole reliance on the parametric knowledge they encapsulate. Retrieval-Augmented Generation (RAG), an ad hoc approach that augments LMs with retrieval of relevant k…

2024

Set the Clock: Temporal Alignment of Pretrained Language Models

ACL 2024findings

Language models (LMs) are trained on web text originating from many points in time and, in general, without any explicit temporal grounding. This work investigates the temporal chaos of pretrained LMs and explores various methods to align their internal knowledge to a target time, which we call “tem…

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

Unpacking DPO and PPO: Disentangling Best Practices for Learning from Preference Feedback

NeurIPS 2024poster

Learning from preference feedback has emerged as an essential step for improving the generation quality and performance of modern language models (LMs). Despite its widespread use, the way preference-based learning is applied varies wildly, with differing data, learning algorithms, and evaluations u…

Cited by 45SourcePDFScholar
2024

What's In My Big Data?

ICLR 2024spotlight

Large text corpora are the backbone of language models. However, we have a limited understanding of the content of these corpora, including general statistics, quality, social factors, and inclusion of evaluation data (contamination). In this work, we propose What's In My Big Data? (WIMBD), a platfo…

2023

AGRO: Adversarial discovery of error-prone Groups for Robust Optimization

ICLR 2023poster

Models trained via empirical risk minimization (ERM) are known to rely on spurious correlations between labels and task-independent input features, resulting in poor generalization to distributional shifts. Group distributionally robust optimization (G-DRO) can alleviate this problem by minimizing t…

2023

CREPE: Open-Domain Question Answering with False Presuppositions

ACL 2023long

When asking about unfamiliar topics, information seeking users often pose questions with false presuppositions. Most existing question answering (QA) datasets, in contrast, assume all questions have well defined answers. We introduce CREPE, a QA dataset containing a natural distribution of presuppos…

2023

Crystal: Introspective Reasoners Reinforced with Self-Feedback

EMNLP 2023long main

Extensive work has shown that the performance and interpretability of commonsense reasoning can be improved via knowledge-augmented reasoning methods, where the knowledge that underpins the reasoning process is explicitly verbalized and utilized. However, existing implementations, including "chain-o…

Cited by 0SourcecodeScholar
2023

Data-Efficient Finetuning Using Cross-Task Nearest Neighbors

ACL 2023findings

Obtaining labeled data to train a model for a task of interest is often expensive. Prior work shows training models on multitask data augmented with task descriptions (prompts) effectively transfers knowledge to new tasks. Towards efficiently building task-specific models, we assume access to a smal…

2023

DataComp: In search of the next generation of multimodal datasets

NeurIPS 2023oral

Multimodal datasets are a critical component in recent breakthroughs such as CLIP, Stable Diffusion and GPT-4, yet their design does not receive the same research attention as model architectures or training algorithms. To address this shortcoming in the machine learning ecosystem, we introduce Data…

2023

Do Embodied Agents Dream of Pixelated Sheep: Embodied Decision Making using Language Guided World Modelling

ICML 2023poster

Reinforcement learning (RL) agents typically learn tabula rasa, without prior knowledge of the world. However, if initialized with knowledge of high-level subgoals and transitions between subgoals, RL agents could utilize this Abstract World Model (AWM) for planning and exploration. We propose using…

Cited by 93SourcePDFScholar
2023

Editing models with task arithmetic

ICLR 2023poster

Changing how pre-trained models behave---e.g., improving their performance on a downstream task or mitigating biases learned during pre-training---is a common practice when developing machine learning systems. In this work, we propose a new paradigm for steering the behavior of neural networks, cent…

2023

Elaboration-Generating Commonsense Question Answering at Scale

ACL 2023long

In question answering requiring common sense, language models (e.g., GPT-3) have been used to generate text expressing background knowledge that helps improve performance. Yet the cost of working with such models is very high; in this work, we finetune smaller language models to generate useful inte…

2023

FActScore: Fine-grained Atomic Evaluation of Factual Precision in Long Form Text Generation

EMNLP 2023long main

Evaluating the factuality of long-form text generated by large language models (LMs) is non-trivial because (1) generations often contain a mixture of supported and unsupported pieces of information, making binary judgments of quality inadequate, and (2) human evaluation is time-consuming and costly…

Cited by 0SourcecodeScholar
2023

FiD-ICL: A Fusion-in-Decoder Approach for Efficient In-Context Learning

ACL 2023long

Large pre-trained models are capable of few-shot in-context learning (ICL), i.e., performing a new task by prepending a few demonstrations before the test input. However, the concatenated demonstrations are often excessively long and induce additional computation. Inspired by fusion-in-decoder (FiD)…

2023

Fine-Grained Human Feedback Gives Better Rewards for Language Model Training

NeurIPS 2023spotlight

Language models (LMs) often exhibit undesirable text generation behaviors, including generating false, toxic, or irrelevant outputs. Reinforcement learning from human feedback (RLHF)---where human preference judgments on LM outputs are transformed into a learning signal---has recently shown promise…

2023

GenEval: An object-focused framework for evaluating text-to-image alignment

NeurIPS 2023poster

Recent breakthroughs in diffusion models, multimodal pretraining, and efficient finetuning have led to an explosion of text-to-image generative models. Given human evaluation is expensive and difficult to scale, automated methods are critical for evaluating the increasingly large number of new mode…

2023

HINT: Hypernetwork Instruction Tuning for Efficient Zero- and Few-Shot Generalisation

ACL 2023long

Recent NLP models have shown the remarkable ability to effectively generalise ‘zero-shot’ to new tasks using only natural language instructions as guidance. However, many of these approaches suffer from high computational costs due to their reliance on concatenating lengthy instructions with every i…

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

Machine Reading Comprehension using Case-based Reasoning

EMNLP 2023long findings

We present an accurate and interpretable method for answer extraction in machine reading comprehension that is reminiscent of case-based reasoning (CBR) from classical AI. Our method (CBR-MRC) builds upon the hypothesis that contextualized answers to similar questions share semantic similarities wit…

Cited by 0SourceScholar
2023

Nonparametric Masked Language Modeling

ACL 2023findings

Existing language models (LMs) predict tokens with a softmax over a finite vocabulary, which can make it difficult to predict rare tokens or phrases. We introduce NPM, the first nonparametric masked language model that replaces this softmax with a nonparametric distribution over every phrase in a re…

2023

PuMer: Pruning and Merging Tokens for Efficient Vision Language Models

ACL 2023long

Large-scale vision language (VL) models use Transformers to perform cross-modal interactions between the input text and image. These cross-modal interactions are computationally expensive and memory-intensive due to the quadratic complexity of processing the input image and text. We present PuMer: a…

2023

SHARCS: Efficient Transformers Through Routing with Dynamic Width Sub-networks

EMNLP 2023short findings

We introduce SHARCS for adaptive inference that takes into account the hardness of input samples. SHARCS can train a router on any transformer network, enabling the model to direct different samples to sub-networks with varying widths. Our experiments demonstrate that: (1) SHARCS outperforms or comp…

Cited by 0SourceScholar
2023

Self-Instruct: Aligning Language Models with Self-Generated Instructions

ACL 2023long

Large “instruction-tuned” language models (i.e., finetuned to respond to instructions) have demonstrated a remarkable ability to generalize zero-shot to new tasks. Nevertheless, they depend heavily on human-written instruction data that is often limited in quantity, diversity, and creativity, theref…

2023

Task-aware Retrieval with Instructions

ACL 2023findings

We study the problem of retrieval with instructions, where users provide explicit descriptions of their intent along with their queries to guide a retrieval system. Our solution is a general-purpose task-aware retrieval system, trained using multi-task instruction tuning and can follow human-written…

2023

TaskWeb: Selecting Better Source Tasks for Multi-task NLP

EMNLP 2023long main

Recent work in NLP has shown promising results in training models on large amounts of tasks to achieve better generalization. However, it is not well-understood how tasks are related, and how helpful training tasks can be chosen for a new task. In this work, we investigate whether knowing task relat…

Cited by 0SourcecodeScholar
2023

Vera: A General-Purpose Plausibility Estimation Model for Commonsense Statements

EMNLP 2023long main

Today's language models can be remarkably intelligent yet still produce text that contains trivial commonsense errors. Therefore, we seek a retrospective verification approach that can reflect on the commonsense plausibility of the machine text, and introduce Vera, a general-purpose model that learn…

Cited by 0SourcecodeScholar
2023

When Not to Trust Language Models: Investigating Effectiveness of Parametric and Non-Parametric Memories

ACL 2023long

Despite their impressive performance on diverse tasks, large language models (LMs) still struggle with tasks requiring rich world knowledge, implying the difficulty of encoding a wealth of world knowledge in their parameters. This paper aims to understand LMs’ strengths and limitations in memorizing…

2023

Z-ICL: Zero-Shot In-Context Learning with Pseudo-Demonstrations

ACL 2023long

Although large language models can be prompted for both zero- and few-shot learning, performance drops significantly when no demonstrations are available. In this paper, we introduce Z-ICL, a new zero-shot method that closes the gap by constructing pseudo-demonstrations for a given test input using…

2022

ATTEMPT: Parameter-Efficient Multi-task Tuning via Attentional Mixtures of Soft Prompts

EMNLP 2022main

This work introduces a new multi-task, parameter-efficient language model (LM) tuning method that learns to transfer knowledge across different tasks via a mixture of soft prompts—small prefix embedding vectors pre-trained for different tasks. Our method, called ATTEMPT (ATTEntional Mixtures of Prom…

2022

Aligning to Social Norms and Values in Interactive Narratives

NAACL 2022long

We focus on creating agents that act in alignment with socially beneficial norms and values in interactive narratives or text-based games—environments wherein an agent perceives and interacts with a world through natural language. Such interactive agents are often trained via reinforcement learning…

Cited by 44SourcePDFScholar
2022

CONQRR: Conversational Query Rewriting for Retrieval with Reinforcement Learning

EMNLP 2022main

Compared to standard retrieval tasks, passage retrieval for conversational question answering (CQA) poses new challenges in understanding the current user question, as each question needs to be interpreted within the dialogue context. Moreover, it can be expensive to re-train well-established retrie…

2022

CORE: A Retrieve-then-Edit Framework for Counterfactual Data Generation

EMNLP 2022finding

Counterfactual data augmentation (CDA) – i.e., adding minimally perturbed inputs during training – helps reduce model reliance on spurious correlations and improves generalization to out-of-distribution (OOD) data. Prior work on generating counterfactuals only considered restricted classes of pertur…

2022

Correcting Diverse Factual Errors in Abstractive Summarization via Post-Editing and Language Model Infilling

EMNLP 2022main

Abstractive summarization models often generate inconsistent summaries containing factual errors or hallucinated content. Recent works focus on correcting factual errors in generated summaries via post-editing. Such correction models are trained using adversarial non-factual summaries constructed us…

2022

Cross-Task Generalization via Natural Language Crowdsourcing Instructions

ACL 2022long

Humans (e.g., crowdworkers) have a remarkable ability in solving different tasks, by simply reading textual instructions that define them and looking at a few examples. Despite the success of the conventional supervised learning on individual datasets, such models often struggle with generalization…

Cited by 697SourcePDFScholar
2022

Evidentiality-guided Generation for Knowledge-Intensive NLP Tasks

NAACL 2022long

Retrieval-augmented generation models have shown state-of-the-art performance across many knowledge-intensive NLP tasks such as open-domain question answering and fact verification. These models are trained to generate a final output given retrieved passages that can be irrelevant to an input query,…

2022

Exploring The Landscape of Distributional Robustness for Question Answering Models

EMNLP 2022finding

We conduct a large empirical evaluation to investigate the landscape of distributional robustness in question answering. Our investigation spans over 350 models and 16 question answering datasets, including a diverse set of architectures, model sizes, and adaptation methods (e.g., fine-tuning, adapt…

2022

FaVIQ: FAct Verification from Information-seeking Questions

ACL 2022long

Despite significant interest in developing general purpose fact checking models, it is challenging to construct a large-scale fact verification dataset with realistic real-world claims. Existing claims are either authored by crowdworkers, thereby introducing subtle biases thatare difficult to contro…

2022

Generated Knowledge Prompting for Commonsense Reasoning

ACL 2022long

It remains an open question whether incorporating external knowledge benefits commonsense reasoning while maintaining the flexibility of pretrained sequence models. To investigate this question, we develop generated knowledge prompting, which consists of generating knowledge from a language model, t…

2022

Knowledge Base Question Answering by Case-based Reasoning over Subgraphs

ICML 2022spotlight

Question answering (QA) over knowledge bases (KBs) is challenging because of the diverse, essentially unbounded, types of reasoning patterns needed. However, we hypothesize in a large KB, reasoning patterns required to answer a query type reoccur for various entities in their respective subgraph nei…

2022

MultiVerS: Improving scientific claim verification with weak supervision and full-document context

NAACL 2022findings

The scientific claim verification task requires an NLP system to label scientific documents which Support or Refute an input claim, and to select evidentiary sentences (or rationales) justifying each predicted label. In this work, we present MultiVerS, which predicts a fact-checking label and identi…

2022

NaturalProver: Grounded Mathematical Proof Generation with Language Models

NeurIPS 2022accept

Theorem proving in natural mathematical language – the mixture of symbolic and natural language used by humans – plays a central role in mathematical advances and education, and tests aspects of reasoning that are core to intelligence. Yet it has remained underexplored with modern generative models.…

2022

Noisy Channel Language Model Prompting for Few-Shot Text Classification

ACL 2022long

We introduce a noisy channel approach for language model prompting in few-shot text classification. Instead of computing the likelihood of the label given the input (referred as direct models), channel models compute the conditional probability of the input given the label, and are thereby required…

2022

Patching open-vocabulary models by interpolating weights

NeurIPS 2022accept

Open-vocabulary models like CLIP achieve high accuracy across many image classification tasks. However, there are still settings where their zero-shot performance is far from optimal. We study model patching, where the goal is to improve accuracy on specific tasks without degrading accuracy on tasks…

2022

Prompt Waywardness: The Curious Case of Discretized Interpretation of Continuous Prompts

NAACL 2022long

Fine-tuning continuous prompts for target tasks has recently emerged as a compact alternative to full model fine-tuning. Motivated by these promising results, we investigate the feasibility of extracting a discrete (textual) interpretation of continuous prompts that is faithful to the problem they s…

2022

Rainier: Reinforced Knowledge Introspector for Commonsense Question Answering

EMNLP 2022main

Knowledge underpins reasoning. Recent research demonstrates that when relevant knowledge is provided as additional context to commonsense question answering (QA), it can substantially enhance the performance even on top of state-of-the-art. The fundamental challenge is where and how to find such kno…

2022

Reframing Instructional Prompts to GPTk’s Language

ACL 2022findings

What kinds of instructional prompts are easier to follow for Language Models (LMs)? We study this question by conducting extensive empirical analysis that shed light on important features of successful instructional prompts. Specifically, we study several classes of reframing techniques for manual r…

Cited by 215SourcePDFScholar
2022

Rethinking the Role of Demonstrations: What Makes In-Context Learning Work?

EMNLP 2022main

Large language models (LMs) are able to in-context learn—perform a new task via inference alone by conditioning on a few input-label pairs (demonstrations) and making predictions for new inputs. However, there has been little understanding of how the model learns and which aspects of the demonstrati…

2022

Robust Fine-Tuning of Zero-Shot Models

CVPR 2022oral

Large pre-trained models such as CLIP or ALIGN offer consistent accuracy across a range of data distributions when performing zero-shot inference (i.e., without fine-tuning on a specific dataset). Although existing fine-tuning methods substantially improve accuracy on a given target distribution, th…

Cited by 764PDFcodeScholar
2022

SciFact-Open: Towards open-domain scientific claim verification

EMNLP 2022finding

While research on scientific claim verification has led to the development of powerful systems that appear to approach human performance, these approaches have yet to be tested in a realistic setting against large corpora of scientific literature. Moving to this open-domain evaluation setting, howev…

2021

A Controllable Model of Grounded Response Generation

AAAI 2021technical

Current end-to-end neural conversation models inherently lack the flexibility to impose semantic control in the response generation process, often resulting in uninteresting responses. Attempts to boost informativeness alone come at the expense of factual accuracy, as attested by pretrained language…

2021

DIALKI: Knowledge Identification in Conversational Systems through Dialogue-Document Contextualization

EMNLP 2021main

Identifying relevant knowledge to be used in conversational systems that are grounded in long documents is critical to effective response generation. We introduce a knowledge identification model that leverages the document structure to provide dialogue-contextualized passage encodings and better lo…

2021

DeLighT: Deep and Light-weight Transformer

ICLR 2021poster

We introduce a deep and light-weight transformer, DeLighT, that delivers similar or better performance than standard transformer-based models with significantly fewer parameters. DeLighT more efficiently allocates parameters both (1) within each Transformer block using the DeLighT transformation, a…

2021

Efficient Passage Retrieval with Hashing for Open-domain Question Answering

ACL 2021short

Most state-of-the-art open-domain question answering systems use a neural retrieval model to encode passages into continuous vectors and extract them from a knowledge source. However, such retrieval models often require large memory to run because of the massive size of their passage index. In this…

2021

Extracting a Knowledge Base of Mechanisms from COVID-19 Papers

NAACL 2021long

The COVID-19 pandemic has spawned a diverse body of scientific literature that is challenging to navigate, stimulating interest in automated tools to help find useful knowledge. We pursue the construction of a knowledge base (KB) of mechanisms—a fundamental concept across the sciences, which encompa…

2021

GooAQ: Open Question Answering with Diverse Answer Types

EMNLP 2021finding

While day-to-day questions come with a variety of answer types, the current question-answering (QA) literature has failed to adequately address the answer diversity of questions. To this end, we present GooAQ, a large-scale dataset with a variety of answer types. This dataset contains over 5 million…

2021

Iconary: A Pictionary-Based Game for Testing Multimodal Communication with Drawings and Text

EMNLP 2021main

Communicating with humans is challenging for AIs because it requires a shared understanding of the world, complex semantics (e.g., metaphors or analogies), and at times multi-modal gestures (e.g., pointing with a finger, or an arrow in a diagram). We investigate these challenges in the context of Ic…

2021

Joint Passage Ranking for Diverse Multi-Answer Retrieval

EMNLP 2021main

We study multi-answer retrieval, an under-explored problem that requires retrieving passages to cover multiple distinct answers for a given question. This task requires joint modeling of retrieved passages, as models should not repeatedly retrieve passages containing the same answer at the cost of m…

Cited by 40SourcePDFScholar
2021

MultiModalQA: complex question answering over text, tables and images

ICLR 2021poster

When answering complex questions, people can seamlessly combine information from visual, textual and tabular sources. While interest in models that reason over multiple pieces of evidence has surged in recent years, there has been relatively little work on question answering models that reason acro…

Cited by 162SourcePDFScholar
2021

NaturalProofs: Mathematical Theorem Proving in Natural Language

NeurIPS 2021poster

Understanding and creating mathematics using natural mathematical language - the mixture of symbolic and natural language used by humans - is a challenging and important problem for driving progress in machine learning. As a step in this direction, we develop NaturalProofs, a multi-domain corpus of…

Cited by 69SourcecodeScholar
2021

One Question Answering Model for Many Languages with Cross-lingual Dense Passage Retrieval

NeurIPS 2021poster

We present Cross-lingual Open-Retrieval Answer Generation (CORA), the first unified many-to-many question answering (QA) model that can answer questions across many languages, even for ones without language-specific annotated data or knowledge sources. We introduce a new dense passage retrieval algo…

2021

Probing Across Time: What Does RoBERTa Know and When?

EMNLP 2021finding

Models of language trained on very large corpora have been demonstrated useful for natural language processing. As fixed artifacts, they have become the object of intense study, with many researchers “probing” the extent to which they acquire and readily demonstrate linguistic abstractions, factual…

2021

Probing Contextual Language Models for Common Ground with Visual Representations

NAACL 2021long

The success of large-scale contextual language models has attracted great interest in probing what is encoded in their representations. In this work, we consider a new question: to what extent contextual representations of concrete nouns are aligned with corresponding visual representations? We desi…

2021

XOR QA: Cross-lingual Open-Retrieval Question Answering

NAACL 2021long

Multilingual question answering tasks typically assume that answers exist in the same language as the question. Yet in practice, many languages face both information scarcity—where languages have few reference articles—and information asymmetry—where questions reference concepts from other cultures.…

2020

DeFINE: Deep Factorized Input Token Embeddings for Neural Sequence Modeling

ICLR 2020poster

For sequence models with large vocabularies, a majority of network parameters lie in the input and output layers. In this work, we describe a new method, DeFINE, for learning deep token representations efficiently. Our architecture uses a hierarchical structure with novel skip-connections which allo…

Cited by 28SourcecodeScholar
2020

Learning to Retrieve Reasoning Paths over Wikipedia Graph for Question Answering

ICLR 2020poster

Answering questions that require multi-hop reasoning at web-scale necessitates retrieving multiple evidence documents, one of which often has little lexical or semantic relationship to the question. This paper introduces a new graph-based recurrent retrieval approach that learns to retrieve reasonin…

Cited by 329SourcecodeScholar
2019

ESPNetv2: A Light-Weight, Power Efficient, and General Purpose Convolutional Neural Network

CVPR 2019poster

We introduce a light-weight, power efficient, and general purpose convolutional neural network, ESPNetv2, for modeling visual and sequential data. Our network uses group point-wise and depth-wise dilated separable convolutions to learn representations from a large effective receptive field with fewe…

Cited by 600PDFcodeScholar
2018

ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation

ECCV 2018poster

We introduce a fast and efficient convolutional neural network, ESPNet, for semantic segmentation of high resolution images under resource constraints. ESPNet is based on a new convolutional module, efficient spatial pyramid (ESP), which is efficient in terms of computation, memory, and power. ESPNe…

2017

Are You Smarter Than a Sixth Grader? Textbook Question Answering for Multimodal Machine Comprehension

CVPR 2017spotlight

We introduce the task of Multi-Modal Machine Comprehension (M3C), which aims at answering multimodal questions given a context of text, diagrams and images. We present the Textbook Question Answering (TQA) dataset that includes 1,076 lessons and 26,260 multi-modal questions, taken from middle school…

Cited by 360PDFScholar
2017

Bidirectional Attention Flow for Machine Comprehension

ICLR 2017poster

Machine comprehension (MC), answering a query about a given context paragraph, requires modeling complex interactions between the context and the query. Recently, attention mechanisms have been successfully extended to MC. Typically these methods use attention to focus on a small portion of the cont…

Cited by 2454SourcecodeScholar
2015

Discriminative and Consistent Similarities in Instance-Level Multiple Instance Learning

CVPR 2015poster

In this paper we present a bottom-up method to instance-level Multiple Instance Learning (MIL) that learns to discover positive instances with globally constrained reasoning about local pairwise similarities. We discover positive instances by optimizing for a ranking such that positive (top rank) in…

Cited by 12SourcePDFScholar
2015

Segment-Phrase Table for Semantic Segmentation, Visual Entailment and Paraphrasing

ICCV 2015oral

We introduce Segment-Phrase Table (SPT), a large collection of bijective associations between textual phrases and their corresponding segmentations. Leveraging recent progress in object recognition and natural language semantics, we show how we can successfully build a high-quality segment-phrase ta…

Cited by 24PDFScholar