← Search

Akari Asai

25 accepted papers

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

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
2025

CodeRAG-Bench: Can Retrieval Augment Code Generation?

NAACL 2025findings

While language models (LMs) excel at generating code, many programs are difficult to generate using only parametric knowledge. Despite the success of retrieval-augmented generation (RAG) in text-centric tasks, its potential for code generation remains under-explored. This work introduces CodeRAG-ben…

2025

Pangea: A Fully Open Multilingual Multimodal LLM for 39 Languages

ICLR 2025poster

Despite recent advances in multimodal large language models (MLLMs), their development has predominantly focused on English- and western-centric datasets and tasks, leaving most of the world's languages and diverse cultural contexts underrepresented. This paper introduces PANGEA, a multilingual mu…

Cited by 14SourcePDFScholar
2025

Quantifying the Influence of Evaluation Aspects on Long-Form Response Assessment

COLING 2025main

Evaluating the outputs of large language models (LLMs) on long-form generative tasks remains challenging. While fine-grained, aspect-wise evaluations provide valuable diagnostic information, they are difficult to design exhaustively, and each aspect’s contribution to the overall acceptability of an…

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

Scaling Retrieval-Based Language Models with a Trillion-Token Datastore

NeurIPS 2024poster

Scaling laws with respect to the amount of training data and the number of parameters allow us to predict the cost-benefit trade-offs of pretraining language models (LMs) in different configurations. In this paper, we consider another dimension of scaling: the amount of data available at inference t…

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…

2023

Cross-lingual Open-Retrieval Question Answering for African Languages

EMNLP 2023long findings

African languages have far less in-language content available digitally, making it challenging for question answering systems to satisfy the information needs of users. Cross-lingual open-retrieval question answering (XOR QA) systems -- those that retrieve answer content from other languages while s…

Cited by 0SourceScholar
2023

How to Train Your Dragon: Diverse Augmentation Towards Generalizable Dense Retrieval

EMNLP 2023long findings

Various techniques have been developed in recent years to improve dense retrieval (DR), such as unsupervised contrastive learning and pseudo-query generation. Existing DRs, however, often suffer from effectiveness tradeoffs between supervised and zero-shot retrieval, which some argue was due to the…

Cited by 0SourcecodeScholar
2023

RealTime QA: What's the Answer Right Now?

NeurIPS 2023poster

We introduce RealTime QA, a dynamic question answering (QA) platform that announces questions and evaluates systems on a regular basis (weekly in this version). RealTime QA inquires about the current world, and QA systems need to answer questions about novel events or information. It therefore chall…

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

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

xPQA: Cross-Lingual Product Question Answering in 12 Languages

ACL 2023industry

Product Question Answering (PQA) systems are key in e-commerce applications as they provide responses to customers’ questions as they shop for products. While existing work on PQA focuses mainly on English, in practice there is need to support multiple customer languages while leveraging product inf…

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

Beyond Counting Datasets: A Survey of Multilingual Dataset Construction and Necessary Resources

EMNLP 2022finding

While the NLP community is generally aware of resource disparities among languages, we lack research that quantifies the extent and types of such disparity. Prior surveys estimating the availability of resources based on the number of datasets can be misleading as dataset quality varies: many datase…

Cited by 17SourcePDFScholar
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,…

2021

Challenges in Information-Seeking QA: Unanswerable Questions and Paragraph Retrieval

ACL 2021long

Recent pretrained language models “solved” many reading comprehension benchmarks, where questions are written with access to the evidence document. However, datasets containing information-seeking queries where evidence documents are provided after the queries are written independently remain challe…

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

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

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

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

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