← Search

Lucy Lu Wang

12 accepted papers

2025

Do Language Models Mirror Human Confidence? Exploring Psychological Insights to Address Overconfidence in LLMs

ACL 2025finding

Psychology research has shown that humans are poor at estimating their performance on tasks, tending towards underconfidence on easy tasks and overconfidence on difficult tasks. We examine three LLMs, Llama-3-70B-instruct, Claude-3-Sonnet, and GPT-4o, on a range of QA tasks of varying difficulty, an…

2025

FACTS&EVIDENCE: An Interactive Tool for Transparent Fine-Grained Factual Verification of Machine-Generated Text

NAACL 2025system demonstrations

With the widespread consumption of AI-generated content, there has been an increased focus on developing automated tools to verify the factual accuracy of such content. However, prior research and tools developed for fact verification treat it as a binary classification or a linear regression proble…

2025

Varying Shades of Wrong: Aligning LLMs with Wrong Answers Only

ICLR 2025poster

In the absence of abundant reliable annotations for challenging tasks and contexts, how can we expand the frontier of LLM capabilities with potentially wrong answers? We focus on two research questions: (1) Can LLMs generate reliable preferences among wrong options? And if so, (2) Would alignment wi…

2024

APPLS: Evaluating Evaluation Metrics for Plain Language Summarization

EMNLP 2024main

While there has been significant development of models for Plain Language Summarization (PLS), evaluation remains a challenge. PLS lacks a dedicated assessment metric, and the suitability of text generation evaluation metrics is unclear due to the unique transformations involved (e.g., adding backgr…

2024

Characterizing LLM Abstention Behavior in Science QA with Context Perturbations

EMNLP 2024finding

The correct model response in the face of uncertainty is to abstain from answering a question so as not to mislead the user. In this work, we study the ability of LLMs to abstain from answering context-dependent science questions when provided insufficient or incorrect context. We probe model sensit…

2023

Automated Metrics for Medical Multi-Document Summarization Disagree with Human Evaluations

ACL 2023long

Evaluating multi-document summarization (MDS) quality is difficult. This is especially true in the case of MDS for biomedical literature reviews, where models must synthesize contradicting evidence reported across different documents. Prior work has shown that rather than performing the task, models…

2023

Open Domain Multi-document Summarization: A Comprehensive Study of Model Brittleness under Retrieval

EMNLP 2023long findings

Multi-document summarization (MDS) assumes a set of topic-related documents are provided as input. In practice, this document set is not always available; it would need to be retrieved given an information need, i.e. a question or topic statement, a setting we dub "open-domain" MDS. We study this mo…

Cited by 0SourceScholar
2022

Generating Scientific Claims for Zero-Shot Scientific Fact Checking

ACL 2022long

Automated scientific fact checking is difficult due to the complexity of scientific language and a lack of significant amounts of training data, as annotation requires domain expertise. To address this challenge, we propose scientific claim generation, the task of generating one or more atomic and v…

2022

Literature-Augmented Clinical Outcome Prediction

NAACL 2022findings

We present BEEP (Biomedical Evidence-Enhanced Predictions), a novel approach for clinical outcome prediction that retrieves patient-specific medical literature and incorporates it into predictive models. Based on each individual patient’s clinical notes, we train language models (LMs) to find releva…

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

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

MSˆ2: Multi-Document Summarization of Medical Studies

EMNLP 2021main

To assess the effectiveness of any medical intervention, researchers must conduct a time-intensive and manual literature review. NLP systems can help to automate or assist in parts of this expensive process. In support of this goal, we release MSˆ2 (Multi-Document Summarization of Medical Studies),…