← Search

Alex Fabbri

7 accepted papers

2023

CaPE: Contrastive Parameter Ensembling for Reducing Hallucination in Abstractive Summarization

ACL 2023findings

Hallucination is a known issue for neural abstractive summarization models. Recent work suggests that the degree of hallucination may depend on factual errors in the training data. In this work, we propose a new method called Contrastive Parameter Ensembling (CaPE) to use training data more effectiv…

Cited by 20SourcePDFScholar
2023

Generating EDU Extracts for Plan-Guided Summary Re-Ranking

ACL 2023long

Two-step approaches, in which summary candidates are generated-then-reranked to return a single summary, can improve ROUGE scores over the standard single-step approach. Yet, standard decoding methods (i.e., beam search, nucleus sampling, and diverse beam search) produce candidates with redundant, a…

2023

Revisiting the Gold Standard: Grounding Summarization Evaluation with Robust Human Evaluation

ACL 2023long

Human evaluation is the foundation upon which the evaluation of both summarization systems and automatic metrics rests. However, existing human evaluation studies for summarization either exhibit a low inter-annotator agreement or have insufficient scale, and an in-depth analysis of human evaluation…

2023

Socratic Pretraining: Question-Driven Pretraining for Controllable Summarization

ACL 2023long

In long document controllable summarization, where labeled data is scarce, pretrained models struggle to adapt to the task and effectively respond to user queries. In this paper, we introduce Socratic pretraining, a question-driven, unsupervised pretraining objective specifically designed to improve…

2023

Understanding Factual Errors in Summarization: Errors, Summarizers, Datasets, Error Detectors

ACL 2023long

The propensity of abstractive summarization models to make factual errors has been studied extensively, including design of metrics to detect factual errors and annotation of errors in current systems’ outputs. However, the ever-evolving nature of summarization systems, metrics, and annotated benchm…

2022

Improving Factual Consistency in Summarization with Compression-Based Post-Editing

EMNLP 2022main

State-of-the-art summarization models still struggle to be factually consistent with the input text. A model-agnostic way to address this problem is post-editing the generated summaries. However, existing approaches typically fail to remove entity errors if a suitable input entity replacement is not…