← Search

Scott Yih

18 accepted papers

2026

Learning to Reason for Factuality

ICML 2026poster

Reasoning Large Language Models (R-LLMs) have significantly advanced complex reasoning tasks but often struggle with factuality, generating substantially more hallucinations than their non-reasoning counterparts on long-form factuality benchmarks. However, extending online Reinforcement Learning (RL…

Cited by 20SourceScholar
2026

Proximal Decoding: Provably Reducing Copyright Risk for Any Language Model

ICML 2026poster

Modern language models (LMs) tend to memorize portions of their training data and reproduce verbatim spans. When the underlying sources are sensitive or copyright-protected, such reproduction raises issues of consent and compensation for creators and compliance risks for developers. We propose Proxi…

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

TruthRL: Incentivizing Truthful LLMs via Reinforcement Learning

ICML 2026poster

While large language models (LLMs) have demonstrated strong performance on factoid question answering, they are still prone to hallucination and untruthful responses, particularly when tasks demand information outside their parametric knowledge. Indeed, truthfulness requires more than accuracy---mod…

Cited by 0SourceScholar
2023

Adapting Pretrained Text-to-Text Models for Long Text Sequences

EMNLP 2023long findings

We present an empirical study of adapting an existing pretrained text-to-text model for long-sequence inputs. Through a comprehensive study along three axes of the pretraining pipeline -- model architecture, optimization objective, and pretraining corpus, we propose an effective recipe to build long…

Cited by 0SourcecodeScholar
2023

InCoder: A Generative Model for Code Infilling and Synthesis

ICLR 2023top-25%

Code is seldom written in a single left-to-right pass and is instead repeatedly edited and refined. We introduce InCoder, a unified generative model that can perform program synthesis (via left-to-right generation) as well as editing (via masking and infilling). InCoder is trained to generate code f…

2022

Autoregressive Search Engines: Generating Substrings as Document Identifiers

NeurIPS 2022accept

Knowledge-intensive language tasks require NLP systems to both provide the correct answer and retrieve supporting evidence for it in a given corpus. Autoregressive language models are emerging as the de-facto standard for generating answers, with newer and more powerful systems emerging at an astoni…

2022

BiT: Robustly Binarized Multi-distilled Transformer

NeurIPS 2022accept

Modern pre-trained transformers have rapidly advanced the state-of-the-art in machine learning, but have also grown in parameters and computational complexity, making them increasingly difficult to deploy in resource-constrained environments. Binarization of the weights and activations of the networ…

2022

CCQA: A New Web-Scale Question Answering Dataset for Model Pre-Training

NAACL 2022findings

We propose a novel open-domain question-answering dataset based on the Common Crawl project. With a previously unseen number of around 130 million multilingual question-answer pairs (including about 60 million English data-points), we use our large-scale, natural, diverse and high-quality corpus to…

2022

DiffCSE: Difference-based Contrastive Learning for Sentence Embeddings

NAACL 2022long

We propose DiffCSE, an unsupervised contrastive learning framework for learning sentence embeddings. DiffCSE learns sentence embeddings that are sensitive to the difference between the original sentence and an edited sentence, where the edited sentence is obtained by stochastically masking out the o…

2022

Domain-matched Pre-training Tasks for Dense Retrieval

NAACL 2022findings

Pre-training on larger datasets with ever increasing model size isnow a proven recipe for increased performance across almost all NLP tasks.A notable exception is information retrieval, where additional pre-traininghas so far failed to produce convincing results. We show that, with theright pre-trai…

2022

On Continual Model Refinement in Out-of-Distribution Data Streams

ACL 2022long

Real-world natural language processing (NLP) models need to be continually updated to fix the prediction errors in out-of-distribution (OOD) data streams while overcoming catastrophic forgetting. However, existing continual learning (CL) problem setups cannot cover such a realistic and complex scena…

Cited by 26SourcePDFScholar
2022

Simple Local Attentions Remain Competitive for Long-Context Tasks

NAACL 2022long

Many NLP tasks require processing long contexts beyond the length limit of pretrained models. In order to scale these models to longer text sequences, many efficient long-range attention variants have been proposed. Despite the abundance of research along this direction, it is still difficult to gau…

2022

UniK-QA: Unified Representations of Structured and Unstructured Knowledge for Open-Domain Question Answering

NAACL 2022findings

We study open-domain question answering with structured, unstructured and semi-structured knowledge sources, including text, tables, lists and knowledge bases. Departing from prior work, we propose a unifying approach that homogenizes all sources by reducing them to text and applies the retriever-re…

2022

UniPELT: A Unified Framework for Parameter-Efficient Language Model Tuning

ACL 2022long

Recent parameter-efficient language model tuning (PELT) methods manage to match the performance of fine-tuning with much fewer trainable parameters and perform especially well when training data is limited. However, different PELT methods may perform rather differently on the same task, making it no…

2021

Answering Complex Open-Domain Questions with Multi-Hop Dense Retrieval

ICLR 2021poster

We propose a simple and efficient multi-hop dense retrieval approach for answering complex open-domain questions, which achieves state-of-the-art performance on two multi-hop datasets, HotpotQA and multi-evidence FEVER. Contrary to previous work, our method does not require access to any corpus-spec…

2021

FiD-Ex: Improving Sequence-to-Sequence Models for Extractive Rationale Generation

EMNLP 2021main

Natural language (NL) explanations of model predictions are gaining popularity as a means to understand and verify decisions made by large black-box pre-trained models, for tasks such as Question Answering (QA) and Fact Verification. Recently, pre-trained sequence to sequence (seq2seq) models have p…