← Search

Eunsol Choi

46 accepted papers

2026

DiffAdapt: Difficulty-Adaptive Reasoning for Token-Efficient LLM Inference

ICLR 2026poster

Recent reasoning Large Language Models (LLMs) demonstrate remarkable problem-solving abilities but often generate long thinking traces whose utility is unclear. We conduct a systematic analysis across models and datasets and discover a U-shaped entropy pattern: high entropy on simple problems despit…

Cited by 0SourceScholar
2025

CaLMQA: Exploring culturally specific long-form question answering across 23 languages

ACL 2025long

Despite rising global usage of large language models (LLMs), their ability to generate *long-form* answers to *culturally specific* questions remains unexplored in many languages. To fill this gap, we perform the first study of textual multilingual long-form QA by creating CaLMQA, a dataset of **51.…

2025

Diverging Preferences: When do Annotators Disagree and do Models Know?

ICML 2025poster

We examine diverging preferences in human-labeled preference datasets. We develop a taxonomy of disagreement sources spanning ten categories across four high-level classes and find that the majority of disagreements are due to factors such as task underspecification or response style. Our findings c…

Cited by 8SourcePDFScholar
2025

From Distributional to Overton Pluralism: Investigating Large Language Model Alignment

NAACL 2025long

The alignment process changes several properties of a large language model’s (LLM’s) output distribution. We analyze two aspects of post-alignment distributional shift of LLM responses. First, we re-examine previously reported reductions in response diversity post-alignment. Our analysis suggests th…

2025

Modeling Future Conversation Turns to Teach LLMs to Ask Clarifying Questions

ICLR 2025poster

Large language models (LLMs) must often respond to highly ambiguous user requests. In such cases, the LLM's best response may be to ask a clarifying question to elicit more information. Existing LLMs often respond by presupposing a single interpretation of such ambiguous requests, frustrating users…

2025

User Feedback in Human-LLM Dialogues: A Lens to Understand Users But Noisy as a Learning Signal

EMNLP 2025

Once language models (LMs) are deployed, they can interact with users long-term, ideally evolving based on their feedback. Asking for direct user feedback can be disruptive; thus, we study harvesting implicit user feedback from user-LM interaction logs. We study two user-LM interaction datasets (Wil

Cited by 0SourcePDFScholar
2024

BAT: Learning to Reason about Spatial Sounds with Large Language Models

ICML 2024poster

Spatial sound reasoning is a fundamental human skill, enabling us to navigate and interpret our surroundings based on sound. In this paper we present BAT, which combines the spatial sound perception ability of a binaural acoustic scene analysis model with the natural language reasoning capabilities…

Cited by 16SourcePDFScholar
2024

Complex Claim Verification with Evidence Retrieved in the Wild

NAACL 2024long

Retrieving evidence to support or refute claims is a core part of automatic fact-checking. Prior work makes simplifying assumptions in retrieval that depart from real-world use cases: either no access to evidence, access to evidence curated by a human fact-checker, or access to evidence published af…

2024

Crafting In-context Examples according to LMs’ Parametric Knowledge

NAACL 2024findings

In-context learning can improve the performances of knowledge-rich tasks such as question answering. In such scenarios, in-context examples trigger a language model (LM) to surface information stored in its parametric knowledge. We study how to better construct in-context example sets, based on whet…

2024

KIWI: A Dataset of Knowledge-Intensive Writing Instructions for Answering Research Questions

ACL 2024findings

Large language models (LLMs) adapted to follow user instructions are now widely deployed as conversational agents. In this work, we examine one increasingly common instruction-following task: providing writing assistance to compose a long-form answer. To evaluate the capabilities of current LLMs on…

2024

Learning to Reject with a Fixed Predictor: Application to Decontextualization

ICLR 2024poster

We study the problem of classification with a reject option for a fixed predictor, crucial to natural language processing. We introduce a new problem formulation for this scenario, and an algorithm minimizing a new surrogate loss function. We provide a complete theoretical analysis of the surrogate…

Cited by 24SourcePDFScholar
2024

RECOMP: Improving Retrieval-Augmented LMs with Context Compression and Selective Augmentation

ICLR 2024poster

Retrieval-augmented language models improve language models (LMs) by retrieving documents and prepending them in-context. However, these documents, often spanning hundreds of words, make inference substantially less efficient. We propose compressing the retrieved documents into textual summaries pri…

Cited by 70SourcePDFScholar
2024

SVFT: Parameter-Efficient Fine-Tuning with Singular Vectors

NeurIPS 2024poster

Popular parameter-efficient fine-tuning (PEFT) methods, such as LoRA and its variants, freeze pre-trained model weights $\(\mathbf{W}\)$ and inject learnable matrices $\(\mathbf{\Delta W}\)$. These $\(\mathbf{\Delta W}\)$ matrices are structured for efficient parameterization, often using techniques…

2024

Textless Speech-to-Speech Translation With Limited Parallel Data

EMNLP 2024finding

Existing speech-to-speech translation (S2ST) models fall into two camps: they either leverage text as an intermediate step or require hundreds of hours of parallel speech data. Both approaches are incompatible with textless languages or language pairs with limited parallel data. We present PFB, a fr…

2023

A Critical Evaluation of Evaluations for Long-form Question Answering

ACL 2023long

Long-form question answering (LFQA) enables answering a wide range of questions, but its flexibility poses enormous challenges for evaluation. We perform the first targeted study of the evaluation of long-form answers, covering both human and automatic evaluation practices. We hire domain experts in…

2023

Can LMs Learn New Entities from Descriptions? Challenges in Propagating Injected Knowledge

ACL 2023long

Pre-trained language models (LMs) are used for knowledge intensive tasks like question answering, but their knowledge gets continuously outdated as the world changes. Prior work has studied targeted updates to LMs, injecting individual facts and evaluating whether the model learns these facts while…

2023

Concise Answers to Complex Questions: Summarization of Long-form Answers

ACL 2023long

Long-form question answering systems provide rich information by presenting paragraph-level answers, often containing optional background or auxiliary information. While such comprehensive answers are helpful, not all information is required to answer the question (e.g. users with domain knowledge d…

2023

Continual Learning for On-Device Speech Recognition Using Disentangled Conformers

ICASSP 2023accepted

Automatic speech recognition research focuses on training and evaluating on static datasets. Yet, as speech models are increasingly deployed on personal devices, such models encounter user-specific distributional shifts. To simulate this real-world scenario, we introduce LibriContinual, a continual…

Cited by 0SourceScholar
2023

Propagating Knowledge Updates to LMs Through Distillation

NeurIPS 2023poster

Modern language models have the capacity to store and use immense amounts of knowledge about real-world entities, but it remains unclear how to update such knowledge stored in model parameters. While prior methods for updating knowledge in LMs successfully inject atomic facts, updated LMs fail to ma…

2023

When to Use Efficient Self Attention? Profiling Text, Speech and Image Transformer Variants

ACL 2023short

We present the first unified study of the efficiency of self-attention-based Transformer variants spanning text, speech and vision. We identify input length thresholds (tipping points) at which efficient Transformer variants become more efficient than vanilla models, using a variety of efficiency me…

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

Entity Cloze By Date: What LMs Know About Unseen Entities

NAACL 2022findings

Language models (LMs) are typically trained once on a large-scale corpus and used for years without being updated. However, in a dynamic world, new entities constantly arise. We propose a framework to analyze what LMs can infer about new entities that did not exist when the LMs were pretrained. We d…

2022

Generating Literal and Implied Subquestions to Fact-check Complex Claims

EMNLP 2022main

Verifying political claims is a challenging task, as politicians can use various tactics to subtly misrepresent the facts for their agenda. Existing automatic fact-checking systems fall short here, and their predictions like “half-true” are not very useful in isolation, since it is unclear which par…

Cited by 72SourcePDFScholar
2022

How Do We Answer Complex Questions: Discourse Structure of Long-form Answers

ACL 2022long

Long-form answers, consisting of multiple sentences, can provide nuanced and comprehensive answers to a broader set of questions. To better understand this complex and understudied task, we study the functional structure of long-form answers collected from three datasets, ELI5, WebGPT and Natural Qu…

2022

Misinfo Reaction Frames: Reasoning about Readers’ Reactions to News Headlines

ACL 2022long

Even to a simple and short news headline, readers react in a multitude of ways: cognitively (e.g. inferring the writer’s intent), emotionally (e.g. feeling distrust), and behaviorally (e.g. sharing the news with their friends). Such reactions are instantaneous and yet complex, as they rely on factor…

2022

Modeling Exemplification in Long-form Question Answering via Retrieval

NAACL 2022long

Exemplification is a process by which writers explain or clarify a concept by providing an example. While common in all forms of writing, exemplification is particularly useful in the task of long-form question answering (LFQA), where a complicated answer can be made more understandable through simp…

2022

Rich Knowledge Sources Bring Complex Knowledge Conflicts: Recalibrating Models to Reflect Conflicting Evidence

EMNLP 2022main

Question answering models can use rich knowledge sources — up to one hundred retrieved passages and parametric knowledge in the large-scale language model (LM). Prior work assumes information in such knowledge sources is consistent with each other, paying little attention to how models blend informa…

2022

Simulating Bandit Learning from User Feedback for Extractive Question Answering

ACL 2022long

We study learning from user feedback for extractive question answering by simulating feedback using supervised data. We cast the problem as contextual bandit learning, and analyze the characteristics of several learning scenarios with focus on reducing data annotation. We show that systems initially…

2022

TyDiP: A Dataset for Politeness Classification in Nine Typologically Diverse Languages

EMNLP 2022finding

We study politeness phenomena in nine typologically diverse languages. Politeness is an important facet of communication and is sometimes argued to be cultural-specific, yet existing computational linguistic study is limited to English. We create TyDiP, a dataset containing three-way politeness anno…

2022

Why is Winoground Hard? Investigating Failures in Visuolinguistic Compositionality

EMNLP 2022main

Recent visuolinguistic pre-trained models show promising progress on various end tasks such as image retrieval and video captioning. Yet, they fail miserably on the recently proposed Winoground dataset, which challenges models to match paired images and English captions, with items constructed to ov…

2021

CREAK: A Dataset for Commonsense Reasoning over Entity Knowledge

NeurIPS 2021poster

Most benchmark datasets targeting commonsense reasoning focus on everyday scenarios: physical knowledge like knowing that you could fill a cup under a waterfall, social knowledge like bumping into someone is awkward, and other generic situations. However, there is a rich space of commonsense inferen…

Cited by 73SourcecodeScholar
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

Learning with Different Amounts of Annotation: From Zero to Many Labels

EMNLP 2021main

Training NLP systems typically assumes access to annotated data that has a single human label per example. Given imperfect labeling from annotators and inherent ambiguity of language, we hypothesize that single label is not sufficient to learn the spectrum of language interpretation. We explore new…

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.…

2019

FlowQA: Grasping Flow in History for Conversational Machine Comprehension

ICLR 2019poster

Conversational machine comprehension requires a deep understanding of the conversation history. To enable traditional, single-turn models to encode the history comprehensively, we introduce Flow, a mechanism that can incorporate intermediate representations generated during the process of answering…