Eran Hirsch1,
Valentina Pyatkin1,
Ruben Wolhandler1,
Avi Caciularu1,
Asi Shefer2,
Ido Dagan1
1Bar-Ilan University, 2One AI
This is the official implementation of the paper Revisiting Sentence Union Generation as a Testbed for Text Consolidation (Findings of ACL 2023).
Tasks involving text generation based on multiple input texts, such as multi-document summarization, long-form question answering and contemporary dialogue applications, challenge models for their ability to properly consolidate partly-overlapping multi-text information. However, these tasks entangle the consolidation phase with the often subjective and ill-defined content selection requirement, impeding proper assessment of models' consolidation capabilities. In this paper, we suggest revisiting the sentence union generation task as an effective well-defined testbed for assessing text consolidation capabilities, decoupling the consolidation challenge from subjective content selection. To support research on this task, we present refined annotation methodology and tools for crowdsourcing sentence union, create the largest union dataset to date and provide an analysis of its rich coverage of various consolidation aspects. We then propose a comprehensive evaluation protocol for union generation, including both human and automatic evaluation. Finally, as baselines, we evaluate state-of-the-art language models on the task, along with a detailed analysis of their capacity to address multi-text consolidation challenges and their limitations.
The dataset is available in the data
folder, as well as in HuggingFace Datasets 🤗.
Code for the annotation interface is available in the annotation_interface
folder.
Code for the evaluation interface is available in the evaluation_interface
folder.
If you find our work useful, please cite the paper as:
@article{hirsch2023revisiting,
title={Revisiting Sentence Union Generation as a Testbed for Text Consolidation},
author={Eran Hirsch and Valentina Pyatkin and Ruben Wolhandler and Avi Caciularu and Asi Shefer and Ido Dagan},
journal={Findings of the 61st Annual Meeting of the Association for Computational Linguistics},
year={2023}
}