← Search

David Wan

10 accepted papers

2026

Verifiable Multimodal Reasoning: Fact-level Attribution with Multimodal Sources

ICML 2026poster

Multimodal large language models (MLLMs) are increasingly used for real-world tasks involving multi-step reasoning and long-form generation, where reliability requires grounding model outputs in heterogeneous input sources and verifying individual factual claims. However, existing multimodal groundi…

Cited by 0SourceScholar
2025

LAQuer: Localized Attribution Queries in Content-grounded Generation

ACL 2025long

Grounded text generation models often produce content that deviates from their source material, requiring user verification to ensure accuracy. Existing attribution methods associate entire sentences with source documents, which can be overwhelming for users seeking to fact-check specific claims. In…

2025

MAMM-Refine: A Recipe for Improving Faithfulness in Generation with Multi-Agent Collaboration

NAACL 2025long

Multi-agent collaboration among models has shown promise in reasoning tasks but is underexplored in long-form generation tasks like summarization and question-answering. We extend multi-agent multi-model reasoning to generation, specifically to improving faithfulness through refinement, i.e., revisi…

2025

On Positional Bias of Faithfulness for Long-form Summarization

NAACL 2025long

Large Language Models (LLMs) often exhibit positional bias in long-context settings, under-attending to information in the middle of inputs. We investigate the presence of this bias in long-form summarization, its impact on faithfulness, and various techniques to mitigate this bias. To consistently…

2024

ACUEval: Fine-grained Hallucination Evaluation and Correction for Abstractive Summarization

ACL 2024findings

The impressive generation capabilities of large language models (LLMs) have made it harder to detect the subtle hallucinations they make in abstractive summarization, where generated summaries consist of a blend of correct and incorrect information w.r.t. a given document. Recently-proposed LLM-base…

Cited by 6SourcePDFScholar
2023

Extractive is not Faithful: An Investigation of Broad Unfaithfulness Problems in Extractive Summarization

ACL 2023long

The problems of unfaithful summaries have been widely discussed under the context of abstractive summarization. Though extractive summarization is less prone to the common unfaithfulness issues of abstractive summaries, does that mean extractive is equal to faithful? Turns out that the answer is no.…

2023

HistAlign: Improving Context Dependency in Language Generation by Aligning with History

EMNLP 2023long main

Language models (LMs) can generate hallucinations and incoherent outputs, which highlights their weak context dependency. Cache-LMs, which augment LMs with a memory of recent history, can increase context dependency and have shown remarkable performance in diverse language generation tasks. However,…

Cited by 0SourcecodeScholar
2022

Constrained Regeneration for Cross-Lingual Query-Focused Extractive Summarization

COLING 2022main

Query-focused summaries of foreign-language, retrieved documents can help a user understand whether a document is actually relevant to the query term. A standard approach to this problem is to first translate the source documents and then perform extractive summarization to find relevant snippets. H…

Cited by 3SourcePDFScholar
2022

FactPEGASUS: Factuality-Aware Pre-training and Fine-tuning for Abstractive Summarization

NAACL 2022long

We present FactPEGASUS, an abstractive summarization model that addresses the problem of factuality during pre-training and fine-tuning: (1) We augment the sentence selection strategy of PEGASUS’s (Zhang et al., 2019) pre-training objective to create pseudo-summaries that are both important and fact…