← Search

Belinda Z. Li

11 accepted papers

2025

Eliciting Human Preferences with Language Models

ICLR 2025poster

Language models (LMs) can be directed to perform user- and context-dependent tasks by using labeled examples or natural language prompts. But selecting examples or writing prompts can be challenging---especially in tasks that require users to precisely articulate nebulous preferences or reason about…

2025

Language Modeling with Editable External Knowledge

NAACL 2025findings

When the world changes, so does the text that people write about it. How do we build language models that can be easily updated to reflect these changes? One popular approach is retrieval-augmented generation (RAG), in which new documents are inserted into a knowledge base and retrieved during predi…

2025

QuestBench: Can LLMs ask the right question to acquire information in reasoning tasks?

NeurIPS 2025poster

Large language models (LLMs) have shown impressive performance on reasoning benchmarks like math and logic. While many works have largely assumed well-defined tasks, real-world queries are often underspecified and only solvable by acquiring missing information. We formalize this information-gatherin…

Cited by 0SourcecodeScholar
2024

Adaptive Language-Guided Abstraction from Contrastive Explanations

CoRL 2024poster

Many approaches to robot learning begin by inferring a reward function from a set of human demonstrations. To learn a good reward, it is necessary to determine which features of the environment are relevant before determining how these features should be used to compute reward. In particularly compl…

Cited by 4SourceScholar
2024

Learning with Language-Guided State Abstractions

ICLR 2024poster

We describe a framework for using natural language to design state abstractions for imitation learning. Generalizable policy learning in high-dimensional observation spaces is facilitated by well-designed state representations, which can surface important features of an environment and hide irreleva…

Cited by 13SourcePDFScholar
2021

On Unifying Misinformation Detection

NAACL 2021long

In this paper, we introduce UnifiedM2, a general-purpose misinformation model that jointly models multiple domains of misinformation with a single, unified setup. The model is trained to handle four tasks: detecting news bias, clickbait, fake news, and verifying rumors. By grouping these tasks toget…

Cited by 27SourcePDFScholar
2021

On the Influence of Masking Policies in Intermediate Pre-training

EMNLP 2021main

Current NLP models are predominantly trained through a two-stage “pre-train then fine-tune” pipeline. Prior work has shown that inserting an intermediate pre-training stage, using heuristic masking policies for masked language modeling (MLM), can significantly improve final performance. However, it…