Rethinking Transformer-based Multi-document Summarization: An Empirical Investigation
Congbo Ma, Wei Emma Zhang, Dileepa Pitawela, Haojie Zhuang, Yanfeng Shu
TL;DR
Rethinking Transformer-based Multi-document Summarization: An Empirical Investigation analyzes how input formatting, architectural choices, encoder/decoder perturbations, training schemes, and generation repetition shape MDS performance. It conducts five targeted experiments on Multi-XScience and Multi-News, using 11 metrics and entropy-based uncertainty to contrast flat and hierarchical Transformer structures and analyze separators and noise sensitivity. Key findings include that document boundary separators can help hierarchical models but harm flat ones, flat Transformers perform well on shorter documents, the decoder is more sensitive to noise than the encoder, pretrain-finetune training reliably boosts quality, and repetition correlates with higher uncertainty. These insights inform design guidelines for robust, scalable MDS systems and point to future directions like focused decoder improvements, higher granularity, and strategies to mitigate repetition and uncertainty.
Abstract
The utilization of Transformer-based models prospers the growth of multi-document summarization (MDS). Given the huge impact and widespread adoption of Transformer-based models in various natural language processing tasks, investigating their performance and behaviors in the context of MDS becomes crucial for advancing the field and enhancing the quality of summary. To thoroughly examine the behaviours of Transformer-based MDS models, this paper presents five empirical studies on (1) measuring the impact of document boundary separators quantitatively; (2) exploring the effectiveness of different mainstream Transformer structures; (3) examining the sensitivity of the encoder and decoder; (4) discussing different training strategies; and (5) discovering the repetition in a summary generation. The experimental results on prevalent MDS datasets and eleven evaluation metrics show the influence of document boundary separators, the granularity of different level features and different model training strategies. The results also reveal that the decoder exhibits greater sensitivity to noises compared to the encoder. This underscores the important role played by the decoder, suggesting a potential direction for future research in MDS. Furthermore, the experimental results indicate that the repetition problem in the generated summaries has correlations with the high uncertainty scores.
