{ "pdf_info": [ { "para_blocks": [ { "bbox": [ 114, 74, 479, 107 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 114, 74, 479, 107 ], "spans": [ { "bbox": [ 114, 74, 479, 107 ], "type": "text", "content": "A Hierarchical Encoding-Decoding Scheme for Abstractive Multi-document Summarization" } ] } ], "index": 0 }, { "bbox": [ 83, 118, 518, 134 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 83, 118, 518, 134 ], "spans": [ { "bbox": [ 83, 118, 518, 134 ], "type": "text", "content": "Chenhui Shen*1,2 Liying Cheng 1,3 Xuan-Phi Nguyen 1,3 Yang You² Lidong Bing†1,3" } ] } ], "index": 1 }, { "bbox": [ 99, 134, 495, 148 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 99, 134, 495, 148 ], "spans": [ { "bbox": [ 99, 134, 495, 148 ], "type": "inline_equation", "content": "^{1}" }, { "bbox": [ 99, 134, 495, 148 ], "type": "text", "content": "DAMO Academy, Alibaba Group, Singapore " }, { "bbox": [ 99, 134, 495, 148 ], "type": "inline_equation", "content": "^{2}" }, { "bbox": [ 99, 134, 495, 148 ], "type": "text", "content": "National University of Singapore" } ] } ], "index": 2 }, { "bbox": [ 202, 148, 394, 162 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 202, 148, 394, 162 ], "spans": [ { "bbox": [ 202, 148, 394, 162 ], "type": "text", "content": "3Hupan Lab, 310023, Hangzhou, China" } ] } ], "index": 3 }, { "bbox": [ 111, 163, 485, 176 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 111, 163, 485, 176 ], "spans": [ { "bbox": [ 111, 163, 485, 176 ], "type": "text", "content": "{chenhui.shen, liying.cheng, x.nguyen, l.bing}@alibaba-inc.com" } ] } ], "index": 4 }, { "bbox": [ 240, 178, 362, 190 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 240, 178, 362, 190 ], "spans": [ { "bbox": [ 240, 178, 362, 190 ], "type": "text", "content": "youy@comp.nus.edu.sg" } ] } ], "index": 5 }, { "bbox": [ 155, 212, 202, 224 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 155, 212, 202, 224 ], "spans": [ { "bbox": [ 155, 212, 202, 224 ], "type": "text", "content": "Abstract" } ] } ], "index": 6 }, { "bbox": [ 84, 234, 274, 521 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 84, 234, 274, 521 ], "spans": [ { "bbox": [ 84, 234, 274, 521 ], "type": "text", "content": "Pre-trained language models (PLMs) have achieved outstanding achievements in abstractive single-document summarization (SDS). However, such benefits may not fully extend to multi-document summarization (MDS), where the handling of cross-document information is more complex. Previous works either design new MDS architectures or apply PLMs bluntly with concatenated source documents as a reformulated SDS task. While the former does not utilize previous pre-training efforts and may not generalize well across different domains, the latter may not sufficiently attend to the intricate cross-document relationships unique to MDS tasks. Instead, we enforce hierarchy on both the encoder and decoder to better utilize a PLM to facilitate multi-document interactions for the MDS task. Across 10 MDS benchmarks from various domains, our method outperforms or is competitive with the previous best models, including those with additional MDS pre-training or with more parameters. It outperforms its corresponding PLM backbone by up to 3 ROUGE-L and is favored by humans." } ] } ], "index": 7 }, { "bbox": [ 68, 530, 155, 543 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 68, 530, 155, 543 ], "spans": [ { "bbox": [ 68, 530, 155, 543 ], "type": "text", "content": "1 Introduction" } ] } ], "index": 8 }, { "bbox": [ 67, 551, 291, 714 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 551, 291, 714 ], "spans": [ { "bbox": [ 67, 551, 291, 714 ], "type": "text", "content": "Multi-document summarization (MDS) was first proposed by Barzilay et al. (1999), framed as a task of producing a single summary using a set of related documents, and has been extensively studied (Xiao et al., 2022; Song et al., 2022; Tu et al., 2022; Liu et al., 2021; Li et al., 2020; Liu and Lapata, 2019a; Fabbri et al., 2019). MDS is inherently much more complex than single-document summarization (SDS). Specifically, unlike SDS which requires the extraction of crucial information in a single article, MDS requires handling not only the contradictions from multiple sources but also the" } ] } ], "index": 9 }, { "bbox": [ 302, 213, 526, 280 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 213, 526, 280 ], "spans": [ { "bbox": [ 302, 213, 526, 280 ], "type": "text", "content": "repetitions and larger amounts of trivial information across documents (Zhou et al., 2021; Cui and Hu, 2021; Liu and Lapata, 2019a; Lebanoff et al., 2018; Li et al., 2017a, 2018; Yasunaga et al., 2017; Ganesan et al., 2010)." } ] } ], "index": 10 }, { "bbox": [ 302, 283, 526, 540 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 283, 526, 540 ], "spans": [ { "bbox": [ 302, 283, 526, 540 ], "type": "text", "content": "While MDS could be superficially converted to SDS by concatenating multiple documents into a pseudo-single document (Fabbri et al., 2019; Liu et al., 2018; Lebanoff et al., 2018), the irregular and complex multi-document information remains. As a result, it continues to pose challenges due to its large difference from the mostly coherent PLM pretraining data of continuous text segments (Baumel et al., 2018). On the other hand, many works design specialized MDS architectures (Xiao et al., 2022; Liu et al., 2021; Liu and Lapata, 2019a; Fabbri et al., 2019). However, they require large supervised MDS datasets on the scale of 100K training data (Liu et al., 2021; Liu and Lapata, 2019a; Liu et al., 2018; Fabbri et al., 2019) and may not generalize to unseen domains. Neither do they utilize the capabilities of large PLMs (Lewis et al., 2020; Raffel et al., 2020; Zhang et al., 2020) that were pre-trained on coherent data." } ] } ], "index": 11 }, { "bbox": [ 301, 543, 526, 773 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 301, 543, 526, 773 ], "spans": [ { "bbox": [ 301, 543, 526, 773 ], "type": "text", "content": "Given that MDS data are scarce and costly to obtain (Lebanoff et al., 2018), we propose a simple hierarchical encoding-decoding scheme to effectively fine-tune a PLM on smaller-scale MDS datasets ranging from about 2K to 45K training samples. We aim to better adapt the PLM's knowledge gained during pre-training (which is more useful to SDS due to a smaller data shift) for MDS fine-tuning in both the encoder and the decoder. In the encoder, we preserve the original attention mechanism within the same document while re-purposing “" }, { "bbox": [ 301, 543, 526, 773 ], "type": "inline_equation", "content": "\\langle \\mathbf{s} \\rangle" }, { "bbox": [ 301, 543, 526, 773 ], "type": "text", "content": "” as a document-level representation for high-level interactions. This approach ensures that intradocument tokens can be well-represented using the pre-training knowledge, while the document will still interact with one other on a higher level. In the cross-attention layers of the decoder, we impose" } ] } ], "index": 12 } ], "discarded_blocks": [ { "bbox": [ 67, 719, 291, 740 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 67, 719, 291, 740 ], "spans": [ { "bbox": [ 67, 719, 291, 740 ], "type": "text", "content": "* Chenhui is under the Joint PhD Program between Al- ibaba and National University of Singapore." } ] } ], "index": 13 }, { "bbox": [ 85, 740, 173, 751 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 85, 740, 173, 751 ], "spans": [ { "bbox": [ 85, 740, 173, 751 ], "type": "text", "content": "† Corresponding author." } ] } ], "index": 14 }, { "bbox": [ 69, 751, 291, 772 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 69, 751, 291, 772 ], "spans": [ { "bbox": [ 69, 751, 291, 772 ], "type": "text", "content": "1Our code and data are fully released at https://github.com/DAMO-NLP-SG/HierEncDec." } ] } ], "index": 15 }, { "bbox": [ 286, 780, 310, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 780, 310, 791 ], "spans": [ { "bbox": [ 286, 780, 310, 791 ], "type": "text", "content": "5872" } ] } ], "index": 17 }, { "bbox": [ 129, 795, 464, 805 ], "type": "footer", "angle": 0, "lines": [ { "bbox": [ 129, 795, 464, 805 ], "spans": [ { "bbox": [ 129, 795, 464, 805 ], "type": "text", "content": "Findings of the Association for Computational Linguistics: EMNLP 2023, pages 5872-5887" } ] } ], "index": 18 }, { "bbox": [ 165, 805, 428, 817 ], "type": "footer", "angle": 0, "lines": [ { "bbox": [ 165, 805, 428, 817 ], "spans": [ { "bbox": [ 165, 805, 428, 817 ], "type": "text", "content": "December 6-10, 2023 ©2023 Association for Computational Linguistics" } ] } ], "index": 19 } ], "page_size": [ 595, 841 ], "page_idx": 0 }, { "para_blocks": [ { "bbox": [ 67, 71, 293, 166 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 71, 293, 166 ], "spans": [ { "bbox": [ 67, 71, 293, 166 ], "type": "text", "content": "document-level importance scaling on the attention weights, which allows each document to influence the output tokens differently but more appropriately. As a result, our method can still make use of the general language modeling capabilities of PLMs, while learning to handle the complex cross-document information during fine-tuning." } ] } ], "index": 0 }, { "bbox": [ 69, 168, 292, 478 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 69, 168, 292, 478 ], "spans": [ { "bbox": [ 69, 168, 292, 478 ], "type": "text", "content": "We conduct experiments on various MDS datasets (Shen et al., 2022b; Lu et al., 2020; Ghalandari et al., 2020; Fabbri et al., 2019; Wang and Ling, 2016) across a vast range of domains, namely, news, scientific literature, movie critics, peer reviews, and specific Wikipedia topics. Our experimental results show that our hierarchical scheme outperforms strong state-of-the-art models (including those with additional MDS pre-training or larger model sizes). It also consistently improves the PLM backbone on all 10 datasets by up to 3 ROUGE-L and, on the manually inspected datasets, is preferred by humans. In addition, our detailed attention, content analyses, and ablation reveal that our method ensures more coherent encoder representations for intra-document tokens, as well as obtains the wider cross-attention coverage of the different documents during decoding. In this manner, our method sufficiently utilizes the pre-training knowledge for encoding, while encouraging the decoding process to consider all documents by more proper weights, rather than over-focusing a few documents and ignoring the rest." } ] } ], "index": 1 }, { "bbox": [ 67, 491, 161, 505 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 67, 491, 161, 505 ], "spans": [ { "bbox": [ 67, 491, 161, 505 ], "type": "text", "content": "2 Related Work" } ] } ], "index": 2 }, { "bbox": [ 67, 516, 292, 773 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 516, 292, 773 ], "spans": [ { "bbox": [ 67, 516, 292, 773 ], "type": "text", "content": "MDS Models Previous works have designed specific neural abstractive summarization architectures for the MDS task (Liu et al., 2021; Liu and Lapata, 2019a; Liu et al., 2018; Fabbri et al., 2019). However, it is hard to adapt the existing PLMs to these specific designs. Thus, these models have to be trained from scratch using relatively large MDS datasets on the scale of hundreds of thousands of examples. The same applies to graph-based networks (Chen et al., 2021; Li et al., 2020; Parveen and Strube, 2014; Christensen et al., 2013) that explicitly facilitate document interactions with the graphical designs. As a result, all these models may work well in the specific domain it was trained in, but may not generalize well to the smaller MDS datasets of other domains. Recent works experiment with additional MDS pre-training (Xiao et al., 2022; Puduppully and Steedman, 2022) with an existing PLM. Nevertheless, the MDS pre-training" } ] } ], "index": 3 }, { "bbox": [ 302, 71, 526, 139 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 71, 526, 139 ], "spans": [ { "bbox": [ 302, 71, 526, 139 ], "type": "text", "content": "corpus (e.g., NewSHead (Gu et al., 2020)) is much smaller in scale than the pre-training corpora, and re-training PLMs with much smaller-sized MDS corpus may lead to catastrophic forgetting (French, 1999) of the pre-trained knowledge." } ] } ], "index": 4 }, { "bbox": [ 302, 146, 526, 498 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 146, 526, 498 ], "spans": [ { "bbox": [ 302, 146, 526, 498 ], "type": "text", "content": "PLMs for MDS PLMs (Lewis et al., 2020; Raffel et al., 2020; Zhang et al., 2020) have achieved state-of-the-art performances for SDS. Some works have directly used these PLMs for MDS by concatenating multiple documents (Guo et al., 2022; Xiao et al., 2022; Shen et al., 2022a,b), including the works that focus on longer context windows (Zaheer et al., 2020; Beltagy et al., 2020). However, concatenating the content of multiple documents together prevents the PLMs from distinguishing or processing the contents differently. By essentially processing the MDS inputs as if they were a single document, the PLMs may not handle the cross-document information well. An alternative is to conduct summarization through multiple stages (Song et al., 2022; Tu et al., 2022; Ernst et al., 2022; Hokamp et al., 2020a; Li et al., 2020; Lebanonoff et al., 2018; Li et al., 2017b,c; Bing et al., 2015), where salient contents are first extracted or summarized from multiple documents, then passed to a PLM for the final abstraction stage. However, the inputs to the PLM now consist of groups of incoherent sentences or phrases stitched together from multiple sources, presenting a significant distributional shift from the PLMs' original pre-training corpora." } ] } ], "index": 5 }, { "bbox": [ 302, 512, 525, 606 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 512, 525, 606 ], "spans": [ { "bbox": [ 302, 512, 525, 606 ], "type": "text", "content": "Our method is different from the previous notable works (Xiao et al., 2022; Beltagy et al., 2020) in both that we make novel use of the start-of-document tokens as a document-level representation, as well as further utilizing these tokens during our hierarchical decoding scheme to enable cross-document interactions." } ] } ], "index": 6 }, { "bbox": [ 302, 616, 468, 629 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 616, 468, 629 ], "spans": [ { "bbox": [ 302, 616, 468, 629 ], "type": "text", "content": "3 Preliminaries and Notations" } ] } ], "index": 7 }, { "bbox": [ 302, 637, 526, 773 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 637, 526, 773 ], "spans": [ { "bbox": [ 302, 637, 526, 773 ], "type": "text", "content": "We focus on adapting encoder-decoder PLMs for the MDS task. The encoder-decoder Transformer (Vaswani et al., 2017) is a common underlying architecture for PLMs frequently used for summarization tasks (Beltagy et al., 2020; Lewis et al., 2020; Zhang et al., 2020). The encoder uses self-attention to encode the source tokens, whereas the decoder uses cross-attention with source tokens and self-attention with the generated tokens for decoding. Our method targets the attention involving the" } ] } ], "index": 8 } ], "discarded_blocks": [ { "bbox": [ 286, 780, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 780, 309, 791 ], "spans": [ { "bbox": [ 286, 780, 309, 791 ], "type": "text", "content": "5873" } ] } ], "index": 9 } ], "page_size": [ 595, 841 ], "page_idx": 1 }, { "para_blocks": [ { "bbox": [ 67, 71, 290, 97 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 71, 290, 97 ], "spans": [ { "bbox": [ 67, 71, 290, 97 ], "type": "text", "content": "source tokens, i.e., the self-attention in the encoder and the cross-attention in the decoder." } ] } ], "index": 0 }, { "bbox": [ 67, 99, 291, 168 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 99, 291, 168 ], "spans": [ { "bbox": [ 67, 99, 291, 168 ], "type": "text", "content": "Formally, the encoder updates the representation of each source token across all layers. The representation of the " }, { "bbox": [ 67, 99, 291, 168 ], "type": "inline_equation", "content": "i^{th}" }, { "bbox": [ 67, 99, 291, 168 ], "type": "text", "content": " token in the " }, { "bbox": [ 67, 99, 291, 168 ], "type": "inline_equation", "content": "j^{th}" }, { "bbox": [ 67, 99, 291, 168 ], "type": "text", "content": " layer, " }, { "bbox": [ 67, 99, 291, 168 ], "type": "inline_equation", "content": "\\pmb{h}_i^{(j)}" }, { "bbox": [ 67, 99, 291, 168 ], "type": "text", "content": ", can be computed as a weighted sum of the hidden states of the context tokens in the previous layer:" } ] } ], "index": 1 }, { "bbox": [ 125, 178, 291, 214 ], "type": "interline_equation", "angle": 0, "lines": [ { "bbox": [ 125, 178, 291, 214 ], "spans": [ { "bbox": [ 125, 178, 291, 214 ], "type": "interline_equation", "content": "\\boldsymbol {h} _ {i} ^ {(j)} = \\sum_ {k = 1} ^ {K} w _ {k} \\boldsymbol {V h} _ {k} ^ {(j - 1)} \\tag {1}", "image_path": "c389c3978e324010f53e19bab5b90f01b422a13975c873adcb3cd6b02d7867fc.jpg" } ] } ], "index": 2 }, { "bbox": [ 67, 219, 290, 273 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 219, 290, 273 ], "spans": [ { "bbox": [ 67, 219, 290, 273 ], "type": "text", "content": "where " }, { "bbox": [ 67, 219, 290, 273 ], "type": "inline_equation", "content": "\\mathbf{V}" }, { "bbox": [ 67, 219, 290, 273 ], "type": "text", "content": " is the value projection matrix, " }, { "bbox": [ 67, 219, 290, 273 ], "type": "inline_equation", "content": "K" }, { "bbox": [ 67, 219, 290, 273 ], "type": "text", "content": " is the total number of input tokens, and the weight " }, { "bbox": [ 67, 219, 290, 273 ], "type": "inline_equation", "content": "w_{k}" }, { "bbox": [ 67, 219, 290, 273 ], "type": "text", "content": " is obtained by a softmax calculation of the token attention scores:" } ] } ], "index": 3 }, { "bbox": [ 77, 285, 290, 300 ], "type": "interline_equation", "angle": 0, "lines": [ { "bbox": [ 77, 285, 290, 300 ], "spans": [ { "bbox": [ 77, 285, 290, 300 ], "type": "interline_equation", "content": "\\boldsymbol {w} = \\left(w _ {0}, \\dots , w _ {K}\\right) = \\text {s o f t m a x} \\left(a _ {0}, \\dots , a _ {K}\\right) \\tag {2}", "image_path": "7592b6dba2893f714146dc8a78a504a26ec98e589620ff6307a6343259a6a091.jpg" } ] } ], "index": 4 }, { "bbox": [ 67, 311, 291, 338 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 311, 291, 338 ], "spans": [ { "bbox": [ 67, 311, 291, 338 ], "type": "text", "content": "The attention scores " }, { "bbox": [ 67, 311, 291, 338 ], "type": "inline_equation", "content": "\\mathbf{a} = (a_0, \\dots, a_K)" }, { "bbox": [ 67, 311, 291, 338 ], "type": "text", "content": " are computed with the query " }, { "bbox": [ 67, 311, 291, 338 ], "type": "inline_equation", "content": "(\\mathbf{Q})" }, { "bbox": [ 67, 311, 291, 338 ], "type": "text", "content": " and key matrices " }, { "bbox": [ 67, 311, 291, 338 ], "type": "inline_equation", "content": "(\\mathbf{K})" }, { "bbox": [ 67, 311, 291, 338 ], "type": "text", "content": ":" } ] } ], "index": 5 }, { "bbox": [ 84, 346, 290, 366 ], "type": "interline_equation", "angle": 0, "lines": [ { "bbox": [ 84, 346, 290, 366 ], "spans": [ { "bbox": [ 84, 346, 290, 366 ], "type": "interline_equation", "content": "\\boldsymbol {a} = \\boldsymbol {Q} \\boldsymbol {h} _ {i} ^ {(j - 1)} \\cdot [ \\boldsymbol {K} \\boldsymbol {h} _ {0} ^ {(j - 1)},..., \\boldsymbol {K} \\boldsymbol {h} _ {K} ^ {(j - 1)} ] \\quad (3)", "image_path": "6bded35db58f75d41cf4dd545ddc98911d74327daa5afab87531bb88a9c077a1.jpg" } ] } ], "index": 6 }, { "bbox": [ 67, 375, 291, 482 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 375, 291, 482 ], "spans": [ { "bbox": [ 67, 375, 291, 482 ], "type": "text", "content": "For the decoder, cross-attention is calculated between the last generated token and the source tokens. The weights calculations are similar to Equation (2) and Equation (3) except that the " }, { "bbox": [ 67, 375, 291, 482 ], "type": "inline_equation", "content": "Q" }, { "bbox": [ 67, 375, 291, 482 ], "type": "text", "content": " matrix takes in the representation of the last generated token (after decoder self-attention), and the " }, { "bbox": [ 67, 375, 291, 482 ], "type": "inline_equation", "content": "K" }, { "bbox": [ 67, 375, 291, 482 ], "type": "text", "content": " matrix takes in the representations of the source tokens from the last encoder layer." } ] } ], "index": 7 }, { "bbox": [ 67, 484, 291, 592 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 484, 291, 592 ], "spans": [ { "bbox": [ 67, 484, 291, 592 ], "type": "text", "content": "Lastly, for multi-document encoding, we follow the common approach (Xiao et al., 2022; Shen et al., 2022b; Fabbri et al., 2019) to feed multiple inputs into the model by concatenating one document after another. With " }, { "bbox": [ 67, 484, 291, 592 ], "type": "inline_equation", "content": "N" }, { "bbox": [ 67, 484, 291, 592 ], "type": "text", "content": " documents, the input sequence can be represented as " }, { "bbox": [ 67, 484, 291, 592 ], "type": "inline_equation", "content": "X = \\{D_0, D_1, \\dots, D_N\\}" }, { "bbox": [ 67, 484, 291, 592 ], "type": "text", "content": ", where " }, { "bbox": [ 67, 484, 291, 592 ], "type": "inline_equation", "content": "D_n = \\{x_{n,0}, x_{n,1}, \\dots\\}" }, { "bbox": [ 67, 484, 291, 592 ], "type": "text", "content": " are the input tokens from the " }, { "bbox": [ 67, 484, 291, 592 ], "type": "inline_equation", "content": "n^{th}" }, { "bbox": [ 67, 484, 291, 592 ], "type": "text", "content": " document." } ] } ], "index": 8 }, { "bbox": [ 67, 602, 130, 614 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 67, 602, 130, 614 ], "spans": [ { "bbox": [ 67, 602, 130, 614 ], "type": "text", "content": "4 Method" } ] } ], "index": 9 }, { "bbox": [ 67, 624, 291, 745 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 624, 291, 745 ], "spans": [ { "bbox": [ 67, 624, 291, 745 ], "type": "text", "content": "To better leverage the strong language modeling capabilities of PLMs, we propose an encoding-decoding scheme to better equip the PLMs for the MDS setting. Our design fulfills the following requirements: (1) It leverages the language modeling capability of PLMs gained during pre-training; and (2) It facilitates the model to better process cross-document information during fine-tuning with the MDS datasets." } ] } ], "index": 10 }, { "bbox": [ 67, 746, 290, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 746, 290, 772 ], "spans": [ { "bbox": [ 67, 746, 290, 772 ], "type": "text", "content": "For the first requirement, we preserve the token interactions within the same document for both the" } ] } ], "index": 11 }, { "bbox": [ 302, 71, 526, 139 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 71, 526, 139 ], "spans": [ { "bbox": [ 302, 71, 526, 139 ], "type": "text", "content": "encoder and decoder. For the second requirement, we use the PLM's “” token for the hierarchical representation of the documents in the encoder, then make further use of these tokens for hierarchical attention scaling in the decoder." } ] } ], "index": 12 }, { "bbox": [ 302, 147, 476, 160 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 147, 476, 160 ], "spans": [ { "bbox": [ 302, 147, 476, 160 ], "type": "text", "content": "4.1 Hierarchical Encoding Scheme" } ] } ], "index": 13 }, { "bbox": [ 302, 165, 474, 178 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 165, 474, 178 ], "spans": [ { "bbox": [ 302, 165, 474, 178 ], "type": "text", "content": "4.1.1 Leveraging PLM Knowledge" } ] } ], "index": 14 }, { "bbox": [ 302, 181, 526, 248 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 181, 526, 248 ], "spans": [ { "bbox": [ 302, 181, 526, 248 ], "type": "text", "content": "To better leverage the knowledge for source token representations gained during pre-training, we apply the following modifications to the encoder: restricted intra-document full attention, and position restart." } ] } ], "index": 15 }, { "bbox": [ 302, 256, 525, 553 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 256, 525, 553 ], "spans": [ { "bbox": [ 302, 256, 525, 553 ], "type": "text", "content": "Restricted Intra-Document Full Attention Since the PLM's self-attention is only applied to tokens from the same congruent source during pretraining (Lewis et al., 2020), it may not handle cross-document token representations well. Thus, to conform with the pre-training process, we restrict the self-attention for each token to only its sibling tokens within the same document (Figure 1 top left). In this way, the tokens are only allowed to see words within their own documents, which avoids leaking information or being influenced by off-context or contradictory information from other documents. Some works (Shen et al., 2022b; Fabbri et al., 2019) have directly applied full attention to tokens from all documents (Figure 2a) or use a local attention window (e.g., LED (Beltagy et al., 2020) and PRIMERA (Xiao et al., 2022)) (Figure 2b) where each token only attends to a small window of surrounding tokens. In both approaches, the token is allowed to be influenced by tokens from other documents, thus potentially causing improper representations." } ] } ], "index": 16 }, { "bbox": [ 302, 560, 525, 669 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 560, 525, 669 ], "spans": [ { "bbox": [ 302, 560, 525, 669 ], "type": "text", "content": "Position Restart We restart the positional encoding for each document (Figure 1 bottom), in order to signal to our modified encoder that subsequent words are from the next document and are not continuous paragraphs of the previous document. As a result, the encoding process of each document will conform with the single-document encoding process that PLMs were pre-trained on." } ] } ], "index": 17 }, { "bbox": [ 302, 676, 523, 688 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 676, 523, 688 ], "spans": [ { "bbox": [ 302, 676, 523, 688 ], "type": "text", "content": "4.1.2 Handling Cross-Document Information" } ] } ], "index": 18 }, { "bbox": [ 302, 692, 525, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 692, 525, 772 ], "spans": [ { "bbox": [ 302, 692, 525, 772 ], "type": "text", "content": "Leveraging the PLM knowledge alone can only lead to the independent processing of each document. To equip the model with capabilities to better learn cross-document information during the fine-tuning stage, we make use of global tokens for document-level information encapsulations." } ] } ], "index": 19 } ], "discarded_blocks": [ { "bbox": [ 286, 780, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 780, 309, 791 ], "spans": [ { "bbox": [ 286, 780, 309, 791 ], "type": "text", "content": "5874" } ] } ], "index": 20 } ], "page_size": [ 595, 841 ], "page_idx": 2 }, { "para_blocks": [ { "type": "image", "bbox": [ 94, 71, 503, 366 ], "blocks": [ { "bbox": [ 94, 71, 503, 366 ], "lines": [ { "bbox": [ 94, 71, 503, 366 ], "spans": [ { "bbox": [ 94, 71, 503, 366 ], "type": "image", "image_path": "e2268eb40806dd743a1ba7f7c11b7d134348ed52089c6fdb0e417f0c3e22bc22.jpg" } ] } ], "index": 0, "angle": 0, "type": "image_body" }, { "bbox": [ 67, 375, 525, 434 ], "lines": [ { "bbox": [ 67, 375, 525, 434 ], "spans": [ { "bbox": [ 67, 375, 525, 434 ], "type": "text", "content": "Figure 1: Our model diagram that highlights the differences compared with the PLM backbone: 1. re-start the positional embedding for each document (Section 4.1); 2. use hierarchical self-attention in the encoder (Section 4.1); 3. use hierarchical cross-attention in the decoder (Section 4.2). For “Hierarchical Self-Attention”, we use bold black lines to indicate document borders, blue cells for local attention, and orange cells for document-level attention. Best viewed in color." } ] } ], "index": 1, "angle": 0, "type": "image_caption" } ], "index": 0 }, { "type": "image", "bbox": [ 69, 446, 177, 543 ], "blocks": [ { "bbox": [ 69, 446, 177, 543 ], "lines": [ { "bbox": [ 69, 446, 177, 543 ], "spans": [ { "bbox": [ 69, 446, 177, 543 ], "type": "image", "image_path": "b50d696937117cf3e400ef7c080162b5bf8617a796c997bb5ca1d8e47a1489f4.jpg" } ] } ], "index": 2, "angle": 0, "type": "image_body" }, { "bbox": [ 101, 547, 145, 556 ], "lines": [ { "bbox": [ 101, 547, 145, 556 ], "spans": [ { "bbox": [ 101, 547, 145, 556 ], "type": "text", "content": "(a) Full atm" } ] } ], "index": 3, "angle": 0, "type": "image_caption" }, { "bbox": [ 67, 559, 290, 606 ], "lines": [ { "bbox": [ 67, 559, 290, 606 ], "spans": [ { "bbox": [ 67, 559, 290, 606 ], "type": "text", "content": "Figure 2: Encoder self-attention patterns for different attention schemes. We use black lines to indicate document borders in the MDS setting, blue cells for local attention, and orange cells for global attention." } ] } ], "index": 6, "angle": 0, "type": "image_caption" } ], "index": 2 }, { "type": "image", "bbox": [ 179, 446, 289, 543 ], "blocks": [ { "bbox": [ 179, 446, 289, 543 ], "lines": [ { "bbox": [ 179, 446, 289, 543 ], "spans": [ { "bbox": [ 179, 446, 289, 543 ], "type": "image", "image_path": "7d0379cb01d5d5679d30f9d6657a87aaac3cdc02fb31b970e63fcca07941f1ad.jpg" } ] } ], "index": 4, "angle": 0, "type": "image_body" }, { "bbox": [ 177, 547, 289, 557 ], "lines": [ { "bbox": [ 177, 547, 289, 557 ], "spans": [ { "bbox": [ 177, 547, 289, 557 ], "type": "text", "content": "(b) Global + local attn window" } ] } ], "index": 5, "angle": 0, "type": "image_caption" } ], "index": 4 }, { "bbox": [ 67, 624, 290, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 624, 290, 772 ], "spans": [ { "bbox": [ 67, 624, 290, 772 ], "type": "text", "content": "Start-of-Document (SOD) Representations Previous approaches have employed either a single “” token for retaining global information of the full input sequence through self-attention (e.g., LED) or have introduced multiple special “” tokens between documents for the same purpose (e.g., PRIMERA). In contrast, we adopt a different strategy by utilizing the “” token to capture information from individual documents. Specifically, we position the “” token at the start of each document, serving as the" } ] } ], "index": 7 }, { "bbox": [ 302, 448, 525, 651 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 448, 525, 651 ], "spans": [ { "bbox": [ 302, 448, 525, 651 ], "type": "text", "content": "SOD token. However, instead of letting the SOD tokens attend to all tokens in the documents and act as global tokens, we restrict their attention to the corresponding document tokens that they represent. This is because the “" }, { "bbox": [ 302, 448, 525, 651 ], "type": "inline_equation", "content": "\\langle \\mathrm{s} \\rangle" }, { "bbox": [ 302, 448, 525, 651 ], "type": "text", "content": "” commonly resides at the sequence’s outset of the pre-training inputs of PLMs, and has also been conventionally employed to encapsulate a text sequence in Transformer architectures. Consequently, the PLMs have already acquired the capability to capture the document information with the “" }, { "bbox": [ 302, 448, 525, 651 ], "type": "inline_equation", "content": "\\langle \\mathrm{s} \\rangle" }, { "bbox": [ 302, 448, 525, 651 ], "type": "text", "content": "” tokens. In this way, we leverage the “" }, { "bbox": [ 302, 448, 525, 651 ], "type": "inline_equation", "content": "\\langle \\mathrm{s} \\rangle" }, { "bbox": [ 302, 448, 525, 651 ], "type": "text", "content": "” tokens as a high-level document representation to further facilitate cross-document interactions in both the encoder and decoder (Section 4.2)." } ] } ], "index": 8 }, { "bbox": [ 302, 665, 526, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 665, 526, 772 ], "spans": [ { "bbox": [ 302, 665, 526, 772 ], "type": "text", "content": "Document-Level Attention Unlike LED or PRIMERA which enable full attention on global tokens (shown with orange blocks in Figure 2b), we only allow the SOD tokens to attend to same-document tokens and SOD tokens from other documents, as shown with the orange blocks in the \"hierarchical self-attention\" diagram in Figure 1. This allows each SOD token to encode the informa" } ] } ], "index": 9 } ], "discarded_blocks": [ { "bbox": [ 286, 780, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 780, 309, 791 ], "spans": [ { "bbox": [ 286, 780, 309, 791 ], "type": "text", "content": "5875" } ] } ], "index": 10 } ], "page_size": [ 595, 841 ], "page_idx": 3 }, { "para_blocks": [ { "bbox": [ 67, 71, 291, 111 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 71, 291, 111 ], "spans": [ { "bbox": [ 67, 71, 291, 111 ], "type": "text", "content": "tion in the same document, while only exchanging cross-document information with other SOD tokens." } ] } ], "index": 0 }, { "bbox": [ 67, 120, 239, 133 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 67, 120, 239, 133 ], "spans": [ { "bbox": [ 67, 120, 239, 133 ], "type": "text", "content": "4.2 Hierarchical Decoding Scheme" } ] } ], "index": 1 }, { "bbox": [ 67, 138, 291, 313 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 138, 291, 313 ], "spans": [ { "bbox": [ 67, 138, 291, 313 ], "type": "text", "content": "We further design a hierarchical decoder to leverage the document encapsulations in the SOD tokens, while leveraging the existing pre-training knowledge for decoding. As discussed in Section 3, the PLM's decoder first carries out self-attention with the previously generated tokens, followed by cross-attention with the source tokens. We do not modify the self-attention mechanism which is independent of the source tokens. Instead, we take advantage of the document-level information in the SOD encoder output tokens, by scaling the cross-attention attention weights towards the source tokens from the respective documents accordingly." } ] } ], "index": 2 }, { "bbox": [ 67, 314, 291, 422 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 314, 291, 422 ], "spans": [ { "bbox": [ 67, 314, 291, 422 ], "type": "text", "content": "We illustrate the cross-attention mechanism in Figure 1 (\"hierarchical cross-attention\" diagram). Formally, given " }, { "bbox": [ 67, 314, 291, 422 ], "type": "inline_equation", "content": "N" }, { "bbox": [ 67, 314, 291, 422 ], "type": "text", "content": " documents, we denote the cross-attention scores in the decoder toward each individual document as " }, { "bbox": [ 67, 314, 291, 422 ], "type": "inline_equation", "content": "\\mathbf{a}_n = (a_{n,0},\\dots,a_{n,k_n})" }, { "bbox": [ 67, 314, 291, 422 ], "type": "text", "content": ", where " }, { "bbox": [ 67, 314, 291, 422 ], "type": "inline_equation", "content": "k_{n}" }, { "bbox": [ 67, 314, 291, 422 ], "type": "text", "content": " is the number of tokens in the " }, { "bbox": [ 67, 314, 291, 422 ], "type": "inline_equation", "content": "n^{\\mathrm{th}}" }, { "bbox": [ 67, 314, 291, 422 ], "type": "text", "content": " document. Similar to Equation (2), we calculate the cross-attention weights for tokens within each document:" } ] } ], "index": 3 }, { "bbox": [ 81, 432, 290, 446 ], "type": "interline_equation", "angle": 0, "lines": [ { "bbox": [ 81, 432, 290, 446 ], "spans": [ { "bbox": [ 81, 432, 290, 446 ], "type": "interline_equation", "content": "\\boldsymbol {w} _ {n} = \\left(w _ {n, 0}, \\dots , w _ {n, k _ {n}}\\right) = \\text {s o f t m a x} (\\boldsymbol {a} _ {n}) \\tag {4}", "image_path": "200acb85ce41ce79b17861c69bed913516f4641fa05180eb2f7803b5aca0bfcf.jpg" } ] } ], "index": 4 }, { "bbox": [ 67, 455, 290, 522 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 455, 290, 522 ], "spans": [ { "bbox": [ 67, 455, 290, 522 ], "type": "text", "content": "Next, we rely on the SOD tokens to decide the relative importance of each document, then scale the cross-attention weights accordingly. To do so, we first obtain the normalized scaling factor for each document as:" } ] } ], "index": 5 }, { "bbox": [ 96, 533, 290, 547 ], "type": "interline_equation", "angle": 0, "lines": [ { "bbox": [ 96, 533, 290, 547 ], "spans": [ { "bbox": [ 96, 533, 290, 547 ], "type": "interline_equation", "content": "S _ {0}, \\dots , S _ {n} = \\operatorname {s o f t m a x} \\left(a _ {0, 0}, \\dots , a _ {n, 0}\\right) \\tag {5}", "image_path": "a1347216cce8751df61708e53a9fa739d5cd0a366297814c6de30a0853003cc1.jpg" } ] } ], "index": 6 }, { "bbox": [ 67, 556, 290, 597 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 556, 290, 597 ], "spans": [ { "bbox": [ 67, 556, 290, 597 ], "type": "text", "content": "where " }, { "bbox": [ 67, 556, 290, 597 ], "type": "inline_equation", "content": "a_{n,0} \\in \\mathbf{a}_n" }, { "bbox": [ 67, 556, 290, 597 ], "type": "text", "content": " is the attention score for the SOD token in the " }, { "bbox": [ 67, 556, 290, 597 ], "type": "inline_equation", "content": "n^{\\mathrm{th}}" }, { "bbox": [ 67, 556, 290, 597 ], "type": "text", "content": " document. We derive the normalized attention weights for tokens in each document:" } ] } ], "index": 7 }, { "bbox": [ 104, 607, 290, 621 ], "type": "interline_equation", "angle": 0, "lines": [ { "bbox": [ 104, 607, 290, 621 ], "spans": [ { "bbox": [ 104, 607, 290, 621 ], "type": "interline_equation", "content": "\\bar {\\boldsymbol {w}} _ {n} = \\left(\\bar {w} _ {n, 0}, \\dots , \\bar {w} _ {n, k}\\right) = S _ {n} \\cdot \\boldsymbol {w} _ {n} \\tag {6}", "image_path": "218cd06d2fa12a944435ba8e420b04cf1f91c28f92e0aaeb1e3e7b84b2aa4ab1.jpg" } ] } ], "index": 8 }, { "bbox": [ 67, 630, 290, 684 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 630, 290, 684 ], "spans": [ { "bbox": [ 67, 630, 290, 684 ], "type": "text", "content": "In this manner, our MDS decoder can better grasp the relative degree of importance of each document, while preserving relative cross-attention weights within the same document during decoding." } ] } ], "index": 9 }, { "bbox": [ 67, 694, 155, 708 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 67, 694, 155, 708 ], "spans": [ { "bbox": [ 67, 694, 155, 708 ], "type": "text", "content": "5 Experiments" } ] } ], "index": 10 }, { "bbox": [ 67, 715, 193, 727 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 67, 715, 193, 727 ], "spans": [ { "bbox": [ 67, 715, 193, 727 ], "type": "text", "content": "5.1 Benchmark Datasets" } ] } ], "index": 11 }, { "bbox": [ 67, 733, 290, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 733, 290, 772 ], "spans": [ { "bbox": [ 67, 733, 290, 772 ], "type": "text", "content": "We conduct experiments on a wide range of MDS datasets as follows: Multinews (Fabbri et al., 2019), WCEP (Ghalandari et al., 2020), Multi-Xscience" } ] } ], "index": 12 }, { "type": "table", "bbox": [ 308, 68, 525, 184 ], "blocks": [ { "bbox": [ 308, 68, 525, 184 ], "lines": [ { "bbox": [ 308, 68, 525, 184 ], "spans": [ { "bbox": [ 308, 68, 525, 184 ], "type": "table", "html": "
DatasetInstancesDocsLen srcLen tgtTrain Steps
Multinews56K2.81793217130000
WCEP10K9.138662815500
Multi-Xscience40K5.170010590000
Rotten Tomatoes3K1002052214500
MReD6K3.3147812010500
MReD+6K6.3306912010500
Film37K4.57779285000
MeanOfTransportation10K4.18788820000
Town16K4.75825237000
Software15K4.384311335000
", "image_path": "154c9fc270bf758b7d3978c61ac1b86b011dcfe4b4f5edf3601035f6b5a3b51d.jpg" } ] } ], "index": 13, "angle": 0, "type": "table_body" } ], "index": 13 }, { "bbox": [ 302, 191, 525, 227 ], "lines": [ { "bbox": [ 302, 191, 525, 227 ], "spans": [ { "bbox": [ 302, 191, 525, 227 ], "type": "text", "content": "Table 1: The statistics of all datasets used in this paper. The number of instances includes all training, validation, and test set examples." } ] } ], "index": 14, "angle": 0, "type": "text" }, { "bbox": [ 301, 249, 525, 343 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 301, 249, 525, 343 ], "spans": [ { "bbox": [ 301, 249, 525, 343 ], "type": "text", "content": "(Lu et al., 2020), Rotten tomatoes (Wang and Ling, 2016), and the recently released MReD dataset (Shen et al., 2022b). These datasets are gathered from a wide range of domains, namely news, events, scientific literature, movie reviews, and peer reviews. Table 1 provides the statistics of each dataset (see download links in Appendix A)." } ] } ], "index": 15 }, { "bbox": [ 301, 344, 525, 520 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 301, 344, 525, 520 ], "spans": [ { "bbox": [ 301, 344, 525, 520 ], "type": "text", "content": "Due to the scarcity of MDS datasets, we further compile several datasets in different domains. In the MReD peer-review dataset (Shen et al., 2022b), multiple reviews of the same research paper are used as the inputs, whereas the meta-review is used as the summary. We extend this dataset by including the corresponding rebuttals and refer to it as \"MReD+\". In addition, we compiled MDS datasets from four domains of Wikipedia articles" }, { "bbox": [ 301, 344, 525, 520 ], "type": "inline_equation", "content": "^2" }, { "bbox": [ 301, 344, 525, 520 ], "type": "text", "content": ", namely, \"Film\", \"MeanOfTransportation\", \"Software\", and \"Town\". These datasets use the Wikipedia lead section text as the summary and the individual sections as multi-document inputs." } ] } ], "index": 16 }, { "bbox": [ 302, 529, 420, 542 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 529, 420, 542 ], "spans": [ { "bbox": [ 302, 529, 420, 542 ], "type": "text", "content": "5.2 Evaluated Models3" } ] } ], "index": 17 }, { "bbox": [ 302, 547, 525, 587 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 547, 525, 587 ], "spans": [ { "bbox": [ 302, 547, 525, 587 ], "type": "text", "content": "BART We fine-tune the pre-trained \"bart-large\" (Lewis et al., 2020), which uses full attention (Figure 2a) for all source tokens." } ] } ], "index": 18 }, { "bbox": [ 301, 596, 525, 743 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 301, 596, 525, 743 ], "spans": [ { "bbox": [ 301, 596, 525, 743 ], "type": "text", "content": "LED LED (Beltagy et al., 2020) is a competitive baseline for long text summarization. It is directly initialized from \"bart-large\", but uses global-local attention to better handle long context inputs. Specifically, each local token has sliding-window attention and also attends to the global tokens, whereas global tokens attend to all source tokens. This model contains slightly more parameters due to separate " }, { "bbox": [ 301, 596, 525, 743 ], "type": "inline_equation", "content": "V" }, { "bbox": [ 301, 596, 525, 743 ], "type": "text", "content": ", " }, { "bbox": [ 301, 596, 525, 743 ], "type": "inline_equation", "content": "Q" }, { "bbox": [ 301, 596, 525, 743 ], "type": "text", "content": ", and " }, { "bbox": [ 301, 596, 525, 743 ], "type": "inline_equation", "content": "K" }, { "bbox": [ 301, 596, 525, 743 ], "type": "text", "content": " (see Equation (1) and Equation (3)) for the global tokens and local tokens." } ] } ], "index": 19 } ], "discarded_blocks": [ { "bbox": [ 315, 749, 515, 761 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 315, 749, 515, 761 ], "spans": [ { "bbox": [ 315, 749, 515, 761 ], "type": "inline_equation", "content": "^{2}" }, { "bbox": [ 315, 749, 515, 761 ], "type": "text", "content": "Original dataset from WikiAsp (Hayashi et al., 2021)." } ] } ], "index": 20 }, { "bbox": [ 317, 761, 507, 772 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 317, 761, 507, 772 ], "spans": [ { "bbox": [ 317, 761, 507, 772 ], "type": "text", "content": "3The model checkpoints are detailed in Appendix B." } ] } ], "index": 21 }, { "bbox": [ 286, 780, 310, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 780, 310, 791 ], "spans": [ { "bbox": [ 286, 780, 310, 791 ], "type": "text", "content": "5876" } ] } ], "index": 23 } ], "page_size": [ 595, 841 ], "page_idx": 4 }, { "para_blocks": [ { "bbox": [ 67, 71, 293, 233 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 71, 293, 233 ], "spans": [ { "bbox": [ 67, 71, 293, 233 ], "type": "text", "content": "LongT5 LongT5 (Guo et al., 2022) adopts summarization pre-training strategies (Zhang et al., 2020) with T5 (Raffel et al., 2020) for long context summarization. It uses transient global attention, which differs from LED in that the global tokens are obtained by summing the embeddings of tokens in k non-overlapping continuous blocks which divides the full input source. Due to resource constraints, we could only fine-tune the base model on our machines. Thus, we also provide our method results using the \"bart-base\" backbone of a smaller model size." } ] } ], "index": 0 }, { "bbox": [ 67, 244, 291, 354 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 244, 291, 354 ], "spans": [ { "bbox": [ 67, 244, 291, 354 ], "type": "text", "content": "PRIMERA PRIMERA (Xiao et al., 2022) uses additional MDS pre-training on the NewSHead dataset on top of the LED model. It introduces a special \"\" token in between the documents for the same function as the global token in LED. It also uses a moving context window, which may still capture tokens across two consecutive documents (see Figure 2b)." } ] } ], "index": 1 }, { "bbox": [ 67, 363, 292, 634 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 363, 292, 634 ], "spans": [ { "bbox": [ 67, 363, 292, 634 ], "type": "text", "content": "HED (ours) We apply our Hierarchical Encoding Decoding scheme (HED) on top of \"bart-large\" to obtain \"BART+HED\". Since HED doesn't introduce new parameters, the \"BART+HED\" is strictly comparable with the BART baseline. Moreover, we apply HED with the \"bart-large-cnn\" checkpoint, resulting in the \"BART-cnn+HED\" model. The \"bart-large-cnn\" checkpoint involves additional pre-training with an SDS dataset in the news domain (i.e., CNN/DM) over the \"bart-large\" checkpoint. While we do not conduct additional pre-training ourselves, we can still compare \"BART-cnn+HED\" with \"BART+HED\" to assess the knowledge transferred during the pre-training stage using an SDS dataset to the MDS downstream tasks. Moreover, this can be juxtaposed with the comparison between PRIMERA and LED, which reveals the benefits derived from extra MDS pre-training on a news dataset (i.e. NewSHead) for the MDS task." } ] } ], "index": 2 }, { "bbox": [ 67, 645, 190, 659 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 67, 645, 190, 659 ], "spans": [ { "bbox": [ 67, 645, 190, 659 ], "type": "text", "content": "5.3 Experimental Setup" } ] } ], "index": 3 }, { "bbox": [ 67, 665, 292, 774 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 665, 292, 774 ], "spans": [ { "bbox": [ 67, 665, 292, 774 ], "type": "text", "content": "We fine-tune all evaluated models discussed above with cross-entropy loss on all datasets. Following PRIMERA (Xiao et al., 2022), we use source and target truncation of 4096 and 1024 respectively. Amongst all evaluated models, LongT5 and LED can readily accept a source input of 4096 tokens. BART can only accept a maximum of 1024 tokens, so we repeatedly copy BART's positional" } ] } ], "index": 4 }, { "bbox": [ 302, 71, 526, 179 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 71, 526, 179 ], "spans": [ { "bbox": [ 302, 71, 526, 179 ], "type": "text", "content": "embeddings 4 times, similar to how LED is derived from BART by Beltagy et al. (2020). Following PRIMERA, for Multinews, WCEP, and MultiXscience, we truncate the end of each source document4. For the rest of the datasets, we follow Shen et al. (2022b) and truncate the end of the combined documents. See more explanations for our choices of truncation for different datasets in Appendix C." } ] } ], "index": 5 }, { "bbox": [ 302, 180, 527, 341 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 180, 527, 341 ], "spans": [ { "bbox": [ 302, 180, 527, 341 ], "type": "text", "content": "We use Adam optimizer with a learning rate of " }, { "bbox": [ 302, 180, 527, 341 ], "type": "inline_equation", "content": "5e - 5" }, { "bbox": [ 302, 180, 527, 341 ], "type": "text", "content": ", and without any warm-up or weight decay. All models are trained on a single A100-80G GPU, for the same number of training steps on the same dataset as shown in Table 1. The number of training steps for each dataset is determined based on the development set losses on the \"bart-large\" baseline5. We evaluate all model outputs on the ROUGE (Lin, 2004) metric and provide the F1 values of ROUGE-1, ROUGE-2, and ROUGE-L. We also conduct human evaluations on selected benchmarks." } ] } ], "index": 6 }, { "bbox": [ 302, 343, 527, 452 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 343, 527, 452 ], "spans": [ { "bbox": [ 302, 343, 527, 452 ], "type": "text", "content": "Additionally, we compile results directly reported by other papers (Guo et al., 2022; Song et al., 2022; Liu et al., 2022; Tu et al., 2022; Shen et al., 2022b; Pasunuru et al., 2021) in Appendix D's Table 6 to Table 10 to give a better overview of the current performances on different datasets. However, as the settings for reported models differ vastly, the results are not strictly comparable." } ] } ], "index": 7 }, { "bbox": [ 302, 464, 362, 476 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 464, 362, 476 ], "spans": [ { "bbox": [ 302, 464, 362, 476 ], "type": "text", "content": "6 Results" } ] } ], "index": 8 }, { "bbox": [ 302, 487, 393, 499 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 487, 393, 499 ], "spans": [ { "bbox": [ 302, 487, 393, 499 ], "type": "text", "content": "6.1 Main Results" } ] } ], "index": 9 }, { "bbox": [ 302, 507, 526, 668 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 507, 526, 668 ], "spans": [ { "bbox": [ 302, 507, 526, 668 ], "type": "text", "content": "We show the ROUGE-1 and ROUGE-L results in Table 2 for all 10 datasets (see ROUGE-2 scores in Appendix Table 11). The upper section of Table 2 displays the performance of comparatively smaller models. Notably, our \"BART+HED\" method surpasses LongT5 across nearly all benchmarks, despite having approximately half the model size. Moving to the lower section of Table 2, our \"BART+HED\" model consistently exhibits improvement over the corresponding \"BART\" backbone, demonstrating the effectiveness of our proposed method." } ] } ], "index": 10 }, { "bbox": [ 302, 670, 526, 710 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 670, 526, 710 ], "spans": [ { "bbox": [ 302, 670, 526, 710 ], "type": "text", "content": "In addition, \"BART-cnn+HED\" generally outperforms \"BART+HED\". This shows that our proposed method can effectively facilitate knowledge" } ] } ], "index": 11 } ], "discarded_blocks": [ { "bbox": [ 302, 720, 525, 740 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 302, 720, 525, 740 ], "spans": [ { "bbox": [ 302, 720, 525, 740 ], "type": "text", "content": "4For instance, if there are 4 documents, each document is truncated to " }, { "bbox": [ 302, 720, 525, 740 ], "type": "inline_equation", "content": "4096 / 4 = 1024" }, { "bbox": [ 302, 720, 525, 740 ], "type": "text", "content": " tokens." } ] } ], "index": 12 }, { "bbox": [ 302, 741, 525, 771 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 302, 741, 525, 771 ], "spans": [ { "bbox": [ 302, 741, 525, 771 ], "type": "text", "content": "5We have experimented on a few datasets and observed that the same number of training steps is selected by the \"bart-base\" model." } ] } ], "index": 13 }, { "bbox": [ 286, 780, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 780, 309, 791 ], "spans": [ { "bbox": [ 286, 780, 309, 791 ], "type": "text", "content": "5877" } ] } ], "index": 15 } ], "page_size": [ 595, 841 ], "page_idx": 5 }, { "para_blocks": [ { "type": "table", "bbox": [ 72, 68, 523, 190 ], "blocks": [ { "bbox": [ 72, 68, 523, 190 ], "lines": [ { "bbox": [ 72, 68, 523, 190 ], "spans": [ { "bbox": [ 72, 68, 523, 190 ], "type": "table", "html": "
SystemSizeMultinews R-1/R-LWCEP R-1/R-LM-XSc R-1/R-LRT R-1/R-LMReD R-1/R-LMReD+ R-1/R-LMeanOT R-1/R-LTown R-1/R-LSoftware R-1/R-LFilm R-1/R-L
LongT5250M46.4/24.543.4/35.327.0/15.026.0/20.532.0/20.132.7/20.641.2/33.760.2/56.737.5/28.442.4/35.5
BART(base)+HED139M47.1/25.044.8/36.831.9/17.726.8/20.832.2/20.632.7/20.840.6/33.761.4/57.737.2/28.642.8/35.9
LED435M50.1/25.046.5/37.631.2/16.627.3/20.733.0/19.134.3/20.345.4/35.162.3/58.342.1/28.844.8/35.7
PRIMERA*447M49.9/25.946.1/37.931.9/18.0-------
PRIMERA447M49.0/25.646.2/37.431.9/18.027.4/21.129.6/17.029.2/16.544.1/35.662.1/58.339.0/28.444.4/36.9
BART406M47.4/24.042.8/34.531.5/16.926.1/20.332.9/19.932.9/20.143.0/34.959.9/56.339.5/28.742.1/34.4
BART+HED406M50.0/25.846.4/37.832.1/17.627.3/21.133.9/20.934.0/20.743.5/35.261.9/57.740.5/29.743.8/36.3
BART-cnn+HED406M51.1/25.947.0/37.634.7/18.627.6/20.534.1/20.534.5/20.646.1/35.462.8/58.342.9/29.745.9/36.6
", "image_path": "25518c8cbd360a32350c6b53f529e836792ab992837f7d8db9e3005dfec546bf.jpg" } ] } ], "index": 0, "angle": 0, "type": "table_body" } ], "index": 0 }, { "type": "table", "bbox": [ 94, 225, 501, 280 ], "blocks": [ { "bbox": [ 67, 191, 525, 216 ], "lines": [ { "bbox": [ 67, 191, 525, 216 ], "spans": [ { "bbox": [ 67, 191, 525, 216 ], "type": "text", "content": "Table 2: ROUGE-1 and ROUGE-L results on 10 datasets including: Multinews, WCEP, Multi-XScience (M-XSc), Rotten Tomatoes (RT), MReD, MReD+, and 4 Wikipedia domains. *: results reported by Xiao et al. (2022)." } ] } ], "index": 1, "angle": 0, "type": "table_caption" }, { "bbox": [ 94, 225, 501, 280 ], "lines": [ { "bbox": [ 94, 225, 501, 280 ], "spans": [ { "bbox": [ 94, 225, 501, 280 ], "type": "table", "html": "
modelMultinewsMReD
FluRelAbsSalCovFluRelAbsSalCov
BART0.5100.4300.4750.5000.4800.4400.4800.3700.3550.350
BART+HED0.4900.570*0.525*0.5000.5200.550*0.5200.630*0.645*0.650*
", "image_path": "1a2a894f003224c66ca0106bdabdaa97659a20d91c54dbeda845389ca6d7ded7.jpg" } ] } ], "index": 2, "angle": 0, "type": "table_body" } ], "index": 2 }, { "bbox": [ 67, 281, 525, 306 ], "lines": [ { "bbox": [ 67, 281, 525, 306 ], "spans": [ { "bbox": [ 67, 281, 525, 306 ], "type": "text", "content": "Table 3: Head-to-head human evaluation scores for fluency (Flu), relevance (Rel), abstractiveness (Abs), salience (Sal), and coverage (Cov).*: statistically significant with a higher human preference for " }, { "bbox": [ 67, 281, 525, 306 ], "type": "inline_equation", "content": "p < 0.05" } ] } ], "index": 3, "angle": 0, "type": "text" }, { "bbox": [ 67, 318, 291, 534 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 318, 291, 534 ], "spans": [ { "bbox": [ 67, 318, 291, 534 ], "type": "text", "content": "transfer, even for the knowledge gained with pretraining on an SDS news dataset. On the other hand, PRIMERA uses additional MDS pre-training with a news dataset on top of LED, but experiences some obvious performance drops, especially on the datasets of MReD, MRed+, and Software. As discussed previously, the MDS pre-training corpora characteristics deviate significantly from those used during the PLM's original pre-training. Thus, it is likely that additional MDS pre-training for PRIMERA on only one news dataset (i.e., NewShead) has led to catastrophic forgetting of the other domains. As a result, the model loses some knowledge gained during its previous pre-training stage, and performs especially badly on domains that deviate significantly from the news domain." } ] } ], "index": 4 }, { "bbox": [ 67, 539, 291, 688 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 539, 291, 688 ], "spans": [ { "bbox": [ 67, 539, 291, 688 ], "type": "text", "content": "Nonetheless, our method does not guarantee improvements with additional SDS pre-training, as evidenced by the drop in ROUGE-L for the Rotten Tomatoes. This dataset is very small, comprising of around 2K training examples. It is also unique in the sense that each sample consists of an average of 100 documents (see Table 1 \"Docs\"). In this case, additional SDS pre-training may negatively impact the model's ability to handle inputs with a large number of documents, especially with very limited MDS fine-tuning data." } ] } ], "index": 5 }, { "bbox": [ 67, 692, 291, 774 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 692, 291, 774 ], "spans": [ { "bbox": [ 67, 692, 291, 774 ], "type": "text", "content": "Another interesting observation is that LED performs relatively strongly, particularly on the WCEP and Multinews datasets. According to Wolhandler et al. (2022), the gold summaries of WCEP and Multinews indicate a relatively limited degree of multi-text merging, suggesting that information" } ] } ], "index": 6 }, { "bbox": [ 302, 318, 526, 387 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 318, 526, 387 ], "spans": [ { "bbox": [ 302, 318, 526, 387 ], "type": "text", "content": "from a single document suffices for summarization. Consequently, although LED lacks an inherent architecture for handling cross-document information, it can still perform well because of its optimized capability to process long-context inputs." } ] } ], "index": 7 }, { "bbox": [ 302, 399, 420, 411 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 399, 420, 411 ], "spans": [ { "bbox": [ 302, 399, 420, 411 ], "type": "text", "content": "6.2 Human Evaluation" } ] } ], "index": 8 }, { "bbox": [ 301, 418, 526, 554 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 301, 418, 526, 554 ], "spans": [ { "bbox": [ 301, 418, 526, 554 ], "type": "text", "content": "We conduct human evaluations on the Multinews and MReD datasets of vastly different domains. Specifically, we randomly sample from each dataset 50 test samples to be evaluated independently by 2 random evaluators among a pool of 5 volunteers in the research field of artificial intelligence. Each evaluator is given both outputs from \"BART\" and \"BART+HED\" in a double-blind manner, and asked to rate 1 point for the better summary and 0 for the worse, while giving both 0.5 for a tie." } ] } ], "index": 9 }, { "bbox": [ 302, 555, 525, 731 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 555, 525, 731 ], "spans": [ { "bbox": [ 302, 555, 525, 731 ], "type": "text", "content": "The evaluation criteria are (1) Fluency - the overall flow and grammar of the summary; (2) Relevance - the selection of important content from input documents; (3) Abstractiveness - the extent to which the summary consists of rephrased contents and avoids copying extensively from the input; (4) Salience - the amount of salient information included in the summary; and (5) Coverage - the minimal number of input documents required to supply sufficient information for the summary. The latter new criteria are newly proposed by us to better assess the MDS task (see more details in Appendix E)." } ] } ], "index": 10 }, { "bbox": [ 302, 733, 525, 773 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 733, 525, 773 ], "spans": [ { "bbox": [ 302, 733, 525, 773 ], "type": "text", "content": "The results are reported in Table 3. For both evaluated benchmarks, \"BART+HED\" outperforms \"BART\" overall. In terms of writing" } ] } ], "index": 11 } ], "discarded_blocks": [ { "bbox": [ 286, 780, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 780, 309, 791 ], "spans": [ { "bbox": [ 286, 780, 309, 791 ], "type": "text", "content": "5878" } ] } ], "index": 12 } ], "page_size": [ 595, 841 ], "page_idx": 6 }, { "para_blocks": [ { "type": "image", "bbox": [ 77, 68, 286, 173 ], "blocks": [ { "bbox": [ 77, 68, 286, 173 ], "lines": [ { "bbox": [ 77, 68, 286, 173 ], "spans": [ { "bbox": [ 77, 68, 286, 173 ], "type": "image", "image_path": "0c6222b685c136cc39bb18b174c4d925097676e2a5e0d02e177eab8d28669ab9.jpg" } ] } ], "index": 0, "angle": 0, "type": "image_body" }, { "bbox": [ 67, 181, 290, 212 ], "lines": [ { "bbox": [ 67, 181, 290, 212 ], "spans": [ { "bbox": [ 67, 181, 290, 212 ], "type": "text", "content": "(a) Relative document self attention of \"BART+HED\" over \"BART\" in the encoder. For better visualization, we exclude the result for Rotten Tomatoes, which is 19.5." } ] } ], "index": 1, "angle": 0, "type": "image_caption" } ], "index": 0 }, { "type": "image", "bbox": [ 313, 68, 527, 173 ], "blocks": [ { "bbox": [ 313, 68, 527, 173 ], "lines": [ { "bbox": [ 313, 68, 527, 173 ], "spans": [ { "bbox": [ 313, 68, 527, 173 ], "type": "image", "image_path": "1b13ca0547b417e05b829ff776438ca73c3a35c557fcaaa9c5ac9b0882a83a8c.jpg" } ] } ], "index": 2, "angle": 0, "type": "image_body" }, { "bbox": [ 305, 182, 529, 213 ], "lines": [ { "bbox": [ 305, 182, 529, 213 ], "spans": [ { "bbox": [ 305, 182, 529, 213 ], "type": "text", "content": "(b) Relative cross-document standard deviation of \"BART+HED\" over \"BART\" in the decoder. We exclude the result for Rotten Tomatoes, which is statistically insignificant." } ] } ], "index": 3, "angle": 0, "type": "image_caption" }, { "bbox": [ 102, 222, 488, 234 ], "lines": [ { "bbox": [ 102, 222, 488, 234 ], "spans": [ { "bbox": [ 102, 222, 488, 234 ], "type": "text", "content": "Figure 3: Document-level attention analysis. Results are statistically significant with " }, { "bbox": [ 102, 222, 488, 234 ], "type": "inline_equation", "content": "p \\leq 0.001" }, { "bbox": [ 102, 222, 488, 234 ], "type": "text", "content": "." } ] } ], "index": 4, "angle": 0, "type": "image_caption" } ], "index": 2 }, { "bbox": [ 66, 248, 291, 436 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 66, 248, 291, 436 ], "spans": [ { "bbox": [ 66, 248, 291, 436 ], "type": "text", "content": "style, \"BART+HED\" has significantly better abstractiveness for both datasets. This suggests that \"BART+HED\" summarizes using its own words rather than copying long phrases and sentences verbatim from the source, thanks to the hierarchical structure that encourages explicit cross-document information handling. While higher levels of abstraction may lead to fluency degradation, \"BART+HED\" still performs competitively with \"BART\" in fluency on the Multinews dataset, and even surpasses \"BART\" on the MReD dataset. This indicates that despite our modifications, \"BART+HED\" still retains sufficient language modeling capability from \"BART\"." } ] } ], "index": 5 }, { "bbox": [ 67, 438, 291, 640 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 438, 291, 640 ], "spans": [ { "bbox": [ 67, 438, 291, 640 ], "type": "text", "content": "In terms of content, our method also achieves higher levels of relevance than \"BART\" for both datasets. This supports that our model is better at comparing input documents during decoding (also supported by Section 6.3 later) and extracting the most important information for the summary. Moreover, as MReD is from the peer-review domain, the summaries, which are meta-reviews, are highly condensed (Shen et al., 2022b) and pose a stronger challenge due to frequently conflicting input documents from disagreeing reviewers. In this dataset, \"BART+HED\" is superior in both salience and coverage with much higher margins, suggesting that our method is particularly effective for such complex MDS tasks." } ] } ], "index": 6 }, { "bbox": [ 67, 651, 183, 664 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 67, 651, 183, 664 ], "spans": [ { "bbox": [ 67, 651, 183, 664 ], "type": "text", "content": "6.3 Attention Analysis" } ] } ], "index": 7 }, { "bbox": [ 67, 670, 290, 709 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 670, 290, 709 ], "spans": [ { "bbox": [ 67, 670, 290, 709 ], "type": "text", "content": "To better understand the generation process, we conduct attention weights analysis on 200 test samples per dataset for both the encoder and decoder." } ] } ], "index": 8 }, { "bbox": [ 67, 719, 290, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 719, 290, 772 ], "spans": [ { "bbox": [ 67, 719, 290, 772 ], "type": "text", "content": "Encoder Analysis Figure 3a presents the relative (normalized over the \"BART\" baseline) attention of each source token toward its belonged document (a.k.a. self document) of \"BART+HED\" over the" } ] } ], "index": 9 }, { "bbox": [ 301, 248, 527, 354 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 301, 248, 527, 354 ], "spans": [ { "bbox": [ 301, 248, 527, 354 ], "type": "text", "content": "\"BART\" baseline in the encoder. Unsurprisingly, the self document token attention for \"BART+HED\" is significantly higher than the baseline across all datasets. This observation affirms that each token representation is influenced more by the coherent context of its own document while ignoring the potentially misleading or irrelevant information from other documents." } ] } ], "index": 10 }, { "bbox": [ 302, 366, 526, 608 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 366, 526, 608 ], "spans": [ { "bbox": [ 302, 366, 526, 608 ], "type": "text", "content": "Decoder Analysis During decoding, we propose the Cross-Document Standard deviation (CDS) metric (see Appendix G) to measure the standard deviation of each predicted token's normalized cross-attention weights toward different documents. We plot the relative CDS of our \"BART+HED\" model over \"BART\" in Figure 3b. A higher CDS indicates that the current decoding step only pays concentrated attention to a few documents, whereas a smaller CDS indicates that the attention is more evenly spread out across different documents. In Figure 3b, it is evident that our model has significantly smaller CDS values across all datasets. This shows that during the decoding process, our model pays attention more evenly across documents rather than focusing on a specific document, which helps it produce more comprehensive summaries that consider more documents." } ] } ], "index": 11 }, { "bbox": [ 302, 621, 411, 634 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 621, 411, 634 ], "spans": [ { "bbox": [ 302, 621, 411, 634 ], "type": "text", "content": "6.4 Content Analysis" } ] } ], "index": 12 }, { "bbox": [ 302, 640, 525, 721 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 640, 525, 721 ], "spans": [ { "bbox": [ 302, 640, 525, 721 ], "type": "text", "content": "To further validate if our method indeed produces more salient summaries, we conduct entailment-based content analyses of the generated summaries across all datasets. Inspired by Laban et al. (2022), we treat each sentence in the summary as one information unit, and then calculate the average Number" } ] } ], "index": 13 } ], "discarded_blocks": [ { "bbox": [ 302, 731, 525, 772 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 302, 731, 525, 772 ], "spans": [ { "bbox": [ 302, 731, 525, 772 ], "type": "inline_equation", "content": "{}^{6}" }, { "bbox": [ 302, 731, 525, 772 ], "type": "text", "content": " Rotten Tomatoes has near-zero absolute CDS values, which is likely due to the much higher numbers of documents per sample. These results are not included in Figure 3b due to statistical insignificance." } ] } ], "index": 14 }, { "bbox": [ 286, 781, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 781, 309, 791 ], "spans": [ { "bbox": [ 286, 781, 309, 791 ], "type": "text", "content": "5879" } ] } ], "index": 15 } ], "page_size": [ 595, 841 ], "page_idx": 7 }, { "para_blocks": [ { "type": "table", "bbox": [ 73, 68, 522, 110 ], "blocks": [ { "bbox": [ 73, 68, 522, 110 ], "lines": [ { "bbox": [ 73, 68, 522, 110 ], "spans": [ { "bbox": [ 73, 68, 522, 110 ], "type": "table", "html": "
SystemMultinewsWCEPM-XScRTMReDMReD+MeanOTTownSoftwareFilm
BART0.714.470.65*1.190.820.840.240.280.240.36
BART+HED0.724.70*0.461.320.831.07*0.27*0.270.27*0.40*
", "image_path": "958bd5949f0ae0f3f5adeef89ef61bcb969b4b2dd6287cdda78464f6c75a8595.jpg" } ] } ], "index": 0, "angle": 0, "type": "table_body" } ], "index": 0 }, { "type": "table", "bbox": [ 77, 131, 282, 210 ], "blocks": [ { "bbox": [ 88, 111, 503, 123 ], "lines": [ { "bbox": [ 88, 111, 503, 123 ], "spans": [ { "bbox": [ 88, 111, 503, 123 ], "type": "text", "content": "Table 4: Sentence-normalized NED for the generated summaries. *: significantly higher with " }, { "bbox": [ 88, 111, 503, 123 ], "type": "inline_equation", "content": "\\mathrm{p} \\leq {0.05}" }, { "bbox": [ 88, 111, 503, 123 ], "type": "text", "content": " ." } ] } ], "index": 1, "angle": 0, "type": "table_caption" }, { "bbox": [ 77, 131, 282, 210 ], "lines": [ { "bbox": [ 77, 131, 282, 210 ], "spans": [ { "bbox": [ 77, 131, 282, 210 ], "type": "table", "html": "
row<s>HAEHADPRΔ(R-1)Δ(R-2)Δ(R-L)
0××××---
1×××+0.6+0.7+0.8
2××+0.9+0.8+0.8
3×+1.0+0.8+0.7
4×+0.9+1.0+0.9
5+1.5+1.3+1.3
", "image_path": "c9cc217a643dff830a134720a6aa1fb6cd7cf187509dfec2055d67c964a1412d.jpg" } ] } ], "index": 2, "angle": 0, "type": "table_body" } ], "index": 2 }, { "bbox": [ 67, 211, 289, 246 ], "lines": [ { "bbox": [ 67, 211, 289, 246 ], "spans": [ { "bbox": [ 67, 211, 289, 246 ], "type": "text", "content": "Table 5: Ablation. Average performance gain of using various subsets of our components as compared to the baseline BART model (row 0)." } ] } ], "index": 3, "angle": 0, "type": "text" }, { "bbox": [ 67, 257, 289, 311 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 257, 289, 311 ], "spans": [ { "bbox": [ 67, 257, 289, 311 ], "type": "text", "content": "of Entailed source Documents (NED) per sentence (see Appendix H). The higher the NED, the more salient the summary potentially is, since it contains information that is entailed by more documents." } ] } ], "index": 4 }, { "bbox": [ 69, 312, 290, 581 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 69, 312, 290, 581 ], "spans": [ { "bbox": [ 69, 312, 290, 581 ], "type": "text", "content": "As shown in Table 4, on most datasets, \"BART+HED\" has statistically higher NED, suggesting that our method may generate more salient summaries. One special case is Multi-Xscience (M-XSc), which uses the related work section of a paper as the target summary, and the abstract of the cited papers as input documents. Upon inspection, we discover that the summaries generated by \"BART+HED\" are much more abstractive and succinct (consistent with the human evaluation results on other datasets in Section 6.2), resulting in low scores below the threshold value for the entailment model used; on the other hand, the generations of \"BART\" copies extensively and are thus easily classified as positive entailments. When a smaller threshold is used (Appendix H), our method still outperforms the \"BART\" backbone in general, and the NED difference on the Multi-Xscience dataset for both models reduces to an insignificant level " }, { "bbox": [ 69, 312, 290, 581 ], "type": "inline_equation", "content": "(p > 0.05)" }, { "bbox": [ 69, 312, 290, 581 ], "type": "text", "content": "." } ] } ], "index": 5 }, { "bbox": [ 67, 592, 166, 605 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 67, 592, 166, 605 ], "spans": [ { "bbox": [ 67, 592, 166, 605 ], "type": "text", "content": "6.5 Ablation Study" } ] } ], "index": 6 }, { "bbox": [ 67, 611, 290, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 611, 290, 772 ], "spans": [ { "bbox": [ 67, 611, 290, 772 ], "type": "text", "content": "To investigate the effectiveness of each of our proposed components, we present the average performance gain from the BART baseline by using only a subset of our proposed components, namely the SOD “” token, encoder hierarchical attention (HAE), decoder hierarchical attention (HAD), and position restart (PR). Note that HAE and HAD depend on “” and HAD depends on HAE (Section 4), so they cannot be used along without their dependent components. We show the averaged results across 10 datasets in Table 5 (see full results in Appendix F)." } ] } ], "index": 7 }, { "bbox": [ 302, 134, 525, 309 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 134, 525, 309 ], "spans": [ { "bbox": [ 302, 134, 525, 309 ], "type": "text", "content": "As compared to the baseline BART (row 0), simply adding the additional \"\" tokens (row 1) can result in large performance gains. Next, by adding HAE in row 2, we gain some small improvements. Rows 3 and 4 show the gains of adding either HAD or PR on top of row 2. Interestingly, adding HAD or PR separately has little impact, but combining them leads to a significant gain (row 5). This shows that position restart matters more for HAD than for HAE, because it helps HAD to distinguish the different documents, while our HAE encoder already restricts the attention of each source token to the same document and is thus less affected." } ] } ], "index": 8 }, { "bbox": [ 303, 322, 381, 334 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 303, 322, 381, 334 ], "spans": [ { "bbox": [ 303, 322, 381, 334 ], "type": "text", "content": "7 Conclusion" } ] } ], "index": 9 }, { "bbox": [ 302, 344, 525, 507 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 344, 525, 507 ], "spans": [ { "bbox": [ 302, 344, 525, 507 ], "type": "text", "content": "In this paper, we work on the abstractive multi-document summarization (MDS) task. We propose a hierarchical encoding-decoding scheme, which allows effective fine-tuning of the PLM on a specific MDS task dataset without any new parameters. Our proposed scheme makes novel use of global tokens for document-level interactions in both the encoder and decoder. It can leverage the generalizing capability of PLM across a wide variety of domains. Evaluation results on 10 MDS datasets show that our approach consistently outperforms the previous best models and our PLM backbone." } ] } ], "index": 10 }, { "bbox": [ 303, 519, 365, 532 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 303, 519, 365, 532 ], "spans": [ { "bbox": [ 303, 519, 365, 532 ], "type": "text", "content": "Limitations" } ] } ], "index": 11 }, { "bbox": [ 302, 542, 525, 758 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 542, 525, 758 ], "spans": [ { "bbox": [ 302, 542, 525, 758 ], "type": "text", "content": "Theoretically, our encoding-decoding scheme can reduce the space complexity of MDS summarization from " }, { "bbox": [ 302, 542, 525, 758 ], "type": "inline_equation", "content": "O((\\sum_{n=1}^{n=N} n_k)^2)" }, { "bbox": [ 302, 542, 525, 758 ], "type": "text", "content": " to " }, { "bbox": [ 302, 542, 525, 758 ], "type": "inline_equation", "content": "O((\\text{Max}(n_0, n_1, \\ldots, n_k)^2)" }, { "bbox": [ 302, 542, 525, 758 ], "type": "text", "content": ". The former is the square of the total input length from all documents, whereas the latter is simply the square of the longest document. This is because a significant amount of self-attention is no longer calculated due to our restricted intra-document full attention mechanism. However, we have not implemented such optimization in our work as the actual realization is more complicated. As a result, our work also faces the common challenge of computational resources for long document summarization. We leave the investigations for better computational efficiency to future work." } ] } ], "index": 12 }, { "bbox": [ 313, 760, 525, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 313, 760, 525, 772 ], "spans": [ { "bbox": [ 313, 760, 525, 772 ], "type": "text", "content": "Due to the inefficient computation for long doc" } ] } ], "index": 13 } ], "discarded_blocks": [ { "bbox": [ 286, 780, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 780, 309, 791 ], "spans": [ { "bbox": [ 286, 780, 309, 791 ], "type": "text", "content": "5880" } ] } ], "index": 14 } ], "page_size": [ 595, 841 ], "page_idx": 8 }, { "para_blocks": [ { "bbox": [ 67, 71, 292, 208 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 71, 292, 208 ], "spans": [ { "bbox": [ 67, 71, 292, 208 ], "type": "text", "content": "ument summarization, we focus on smaller-sized MDS datasets for PLM fine-tuning. We did not conduct experiments on the much larger datasets of WikiSum (Liu et al., 2018), Arxiv and PubMed (Cohan et al., 2018), and GovReport (Huang et al., 2021) as they are much larger in scale and require much more computational resources. Nevertheless, we believe that our encoding-decoding scheme has demonstrated consistent trends of improvement across a wide range of MDS domains." } ] } ], "index": 0 }, { "bbox": [ 68, 218, 160, 231 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 68, 218, 160, 231 ], "spans": [ { "bbox": [ 68, 218, 160, 231 ], "type": "text", "content": "Ethics Statement" } ] } ], "index": 1 }, { "bbox": [ 67, 241, 290, 321 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 241, 290, 321 ], "spans": [ { "bbox": [ 67, 241, 290, 321 ], "type": "text", "content": "This paper involves the preparation of several datasets. For MReD+, we have obtained approval from the ICLR committee to use data collected from the OpenReview7 portal. The authors of MReD (Shen et al., 2022b) already released the data for non-commercialized public usage." } ] } ], "index": 2 }, { "bbox": [ 67, 322, 292, 376 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 322, 292, 376 ], "spans": [ { "bbox": [ 67, 322, 292, 376 ], "type": "text", "content": "For the Wikipedia domain datasets, we pair subportions of the articles organized by WikiSum (Liu et al., 2018) and WikiAsp (Hayashi et al., 2021), which are publicly available datasets." } ] } ], "index": 3 }, { "bbox": [ 68, 388, 170, 402 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 68, 388, 170, 402 ], "spans": [ { "bbox": [ 68, 388, 170, 402 ], "type": "text", "content": "Acknowledgements" } ] } ], "index": 4 }, { "bbox": [ 67, 411, 291, 465 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 411, 291, 465 ], "spans": [ { "bbox": [ 67, 411, 291, 465 ], "type": "text", "content": "Yang You is being sponsored by NUS startup grant (Presidential Young Professorship), Singapore MOE Tier-1 grant, ByteDance grant, ARCTIC grant, SMI grant and Alibaba grant." } ] } ], "index": 5 }, { "bbox": [ 68, 489, 127, 502 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 68, 489, 127, 502 ], "spans": [ { "bbox": [ 68, 489, 127, 502 ], "type": "text", "content": "References" } ] } ], "index": 6 }, { "bbox": [ 69, 509, 291, 751 ], "type": "list", "angle": 0, "index": 12, "blocks": [ { "bbox": [ 69, 509, 290, 544 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 509, 290, 544 ], "spans": [ { "bbox": [ 69, 509, 290, 544 ], "type": "text", "content": "Reinald Kim Amplayo, Stefanos Angelidis, and Mirella Lapata. 2020. Unsupervised opinion summarization with content planning. In Proceedings of AAAI." } ] } ], "index": 7 }, { "bbox": [ 69, 553, 291, 587 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 553, 291, 587 ], "spans": [ { "bbox": [ 69, 553, 291, 587 ], "type": "text", "content": "Reinald Kim Amplayo and Mirella Lapata. 2019. Informative and controllable opinion summarization. In Proceedings of EACL." } ] } ], "index": 8 }, { "bbox": [ 69, 597, 291, 631 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 597, 291, 631 ], "spans": [ { "bbox": [ 69, 597, 291, 631 ], "type": "text", "content": "Reinald Kim Amplayo and Mirella Lapata. 2020. Unsupervised opinion summarization with noising and denoising. In Proceedings of ACL." } ] } ], "index": 9 }, { "bbox": [ 69, 641, 291, 685 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 641, 291, 685 ], "spans": [ { "bbox": [ 69, 641, 291, 685 ], "type": "text", "content": "Regina Barzilay, Kathleen McKeown, and Michael El-hadad. 1999. Information fusion in the context of multi-document summarization. In Proceedings of ACL." } ] } ], "index": 10 }, { "bbox": [ 69, 696, 291, 751 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 696, 291, 751 ], "spans": [ { "bbox": [ 69, 696, 291, 751 ], "type": "text", "content": "Tal Baumel, Matan Eyal, and Michael Elhadad. 2018. Query focused abstractive summarization: Incorporating query relevance, multi-document coverage, and summary length constraints into seq2seq models. arXiv preprint arXiv:1801.07704." } ] } ], "index": 11 } ], "sub_type": "ref_text" }, { "bbox": [ 304, 72, 526, 772 ], "type": "list", "angle": 0, "index": 27, "blocks": [ { "bbox": [ 304, 72, 525, 105 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 72, 525, 105 ], "spans": [ { "bbox": [ 304, 72, 525, 105 ], "type": "text", "content": "Iz Beltagy, Kyle Lo, and Arman Cohan. 2019. Scibert: A pretrained language model for scientific text. In Proceedings of EMNLP-IJCNLP." } ] } ], "index": 13 }, { "bbox": [ 304, 113, 526, 147 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 113, 526, 147 ], "spans": [ { "bbox": [ 304, 113, 526, 147 ], "type": "text", "content": "Iz Beltagy, Matthew E Peters, and Arman Cohan. 2020. Longformer: The long-document transformer. arXiv preprint arXiv:2004.05150." } ] } ], "index": 14 }, { "bbox": [ 304, 154, 526, 200 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 154, 526, 200 ], "spans": [ { "bbox": [ 304, 154, 526, 200 ], "type": "text", "content": "Lidong Bing, Piji Li, Yi Liao, Wai Lam, Weiwei Guo, and Rebecca J Passonneau. 2015. Abstractive multi-document summarization via phrase selection and merging. In Proceedings of ACL-IJCNLP." } ] } ], "index": 15 }, { "bbox": [ 304, 206, 526, 252 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 206, 526, 252 ], "spans": [ { "bbox": [ 304, 206, 526, 252 ], "type": "text", "content": "Moye Chen, Wei Li, Jiachen Liu, Xinyan Xiao, Hua Wu, and Haifeng Wang. 2021. Sgsum: Transforming multi-document summarization into sub-graph selection. In Proceedings of EMNLP." } ] } ], "index": 16 }, { "bbox": [ 304, 259, 526, 292 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 259, 526, 292 ], "spans": [ { "bbox": [ 304, 259, 526, 292 ], "type": "text", "content": "Janara Christensen, Stephen Soderland, Oren Etzioni, et al. 2013. Towards coherent multi-document summarization. In Proceedings of the NAACL-HLT." } ] } ], "index": 17 }, { "bbox": [ 304, 300, 526, 344 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 300, 526, 344 ], "spans": [ { "bbox": [ 304, 300, 526, 344 ], "type": "text", "content": "Eric Chu and Peter J. Liu. 2018. Meansum: A neural model for unsupervised multi-document abstractive summarization. In International Conference on Machine Learning." } ] } ], "index": 18 }, { "bbox": [ 304, 352, 526, 407 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 352, 526, 407 ], "spans": [ { "bbox": [ 304, 352, 526, 407 ], "type": "text", "content": "Arman Cohan, Franck Dernoncourt, Doo Soon Kim, Trung Bui, Seokhwan Kim, Walter Chang, and Nazli Goharian. 2018. A discourse-aware attention model for abstractive summarization of long documents. In Proceedings of NAACL-HLT (Short Papers)." } ] } ], "index": 19 }, { "bbox": [ 304, 415, 526, 470 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 415, 526, 470 ], "spans": [ { "bbox": [ 304, 415, 526, 470 ], "type": "text", "content": "Peng Cui and Le Hu. 2021. Topic-guided abstractive multi-document summarization. In *Findings of the Association for Computational Linguistics: EMNLP* 2021, pages 1463-1472, Punta Cana, Dominican Republic. Association for Computational Linguistics." } ] } ], "index": 20 }, { "bbox": [ 304, 478, 526, 533 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 478, 526, 533 ], "spans": [ { "bbox": [ 304, 478, 526, 533 ], "type": "text", "content": "Ori Ernst, Avi Caciularu, Ori Shapira, Ramakanth Pasunuru, Mohit Bansal, Jacob Goldberger, and Ido Dagan. 2022. Proposition-level clustering for multi-document summarization. In Proceedings of NAACL-HLT." } ] } ], "index": 21 }, { "bbox": [ 304, 541, 526, 585 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 541, 526, 585 ], "spans": [ { "bbox": [ 304, 541, 526, 585 ], "type": "text", "content": "Alexander Richard Fabbri, Irene Li, Tianwei She, Suyi Li, and Dragomir Radev. 2019. Multi-news: A large-scale multi-document summarization dataset and abstractive hierarchical model. In ACL." } ] } ], "index": 22 }, { "bbox": [ 304, 593, 526, 616 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 593, 526, 616 ], "spans": [ { "bbox": [ 304, 593, 526, 616 ], "type": "text", "content": "Robert M French. 1999. Catastrophic forgetting in connectionist networks. Trends in cognitive sciences." } ] } ], "index": 23 }, { "bbox": [ 304, 624, 526, 668 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 624, 526, 668 ], "spans": [ { "bbox": [ 304, 624, 526, 668 ], "type": "text", "content": "Kavita A. Ganesan, ChengXiang Zhai, and Jiawei Han. 2010. Opinosis: A graph based approach to abstractive summarization of highly redundant opinions. In Proceedings of Coling." } ] } ], "index": 24 }, { "bbox": [ 304, 676, 526, 709 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 676, 526, 709 ], "spans": [ { "bbox": [ 304, 676, 526, 709 ], "type": "text", "content": "Sebastian Gehrmann, Yuntian Deng, and Alexander M Rush. 2018. Bottom-up abstractive summarization. In Proceedings of EMNLP." } ] } ], "index": 25 }, { "bbox": [ 304, 717, 526, 772 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 717, 526, 772 ], "spans": [ { "bbox": [ 304, 717, 526, 772 ], "type": "text", "content": "Demian Gholipour Ghalandari, Chris Hokamp, Nghia The Pham, John Glover, and Georgiana Ifrim. 2020. A large-scale multi-document summarization dataset from the wikipedia current events portal. In Proceedings of ACL." } ] } ], "index": 26 } ], "sub_type": "ref_text" } ], "discarded_blocks": [ { "bbox": [ 81, 760, 188, 772 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 81, 760, 188, 772 ], "spans": [ { "bbox": [ 81, 760, 188, 772 ], "type": "text", "content": "7https://openreview.net." } ] } ], "index": 28 }, { "bbox": [ 286, 781, 308, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 781, 308, 791 ], "spans": [ { "bbox": [ 286, 781, 308, 791 ], "type": "text", "content": "5881" } ] } ], "index": 29 } ], "page_size": [ 595, 841 ], "page_idx": 9 }, { "para_blocks": [ { "bbox": [ 69, 72, 291, 772 ], "type": "list", "angle": 0, "index": 13, "blocks": [ { "bbox": [ 69, 72, 291, 127 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 72, 291, 127 ], "spans": [ { "bbox": [ 69, 72, 291, 127 ], "type": "text", "content": "Xiaotao Gu, Yuning Mao, Jiawei Han, Jialu Liu, You Wu, Cong Yu, Daniel Finnie, Hongkun Yu, Jiaqi Zhai, and Nicholas Zukoski. 2020. Generating representative headlines for news stories. In Proceedings of The Web Conference." } ] } ], "index": 0 }, { "bbox": [ 69, 135, 290, 179 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 135, 290, 179 ], "spans": [ { "bbox": [ 69, 135, 290, 179 ], "type": "text", "content": "Mandy Guo, Joshua Ainslie, David Uthus, Santiago Ontanon, Jianmo Ni, Yun-Hsuan Sung, and Yinfei Yang. 2022. LongT5: Efficient text-to-text transformer for long sequences. In Findings of NAACL." } ] } ], "index": 1 }, { "bbox": [ 69, 187, 290, 231 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 187, 290, 231 ], "spans": [ { "bbox": [ 69, 187, 290, 231 ], "type": "text", "content": "Hiroaki Hayashi, Prashant Budania, Peng Wang, Chris Ackerson, Raj Neervannan, and Graham Neubig. 2021. Wikiasp: A dataset for multi-domain aspect-based summarization. TACL." } ] } ], "index": 2 }, { "bbox": [ 69, 239, 290, 283 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 239, 290, 283 ], "spans": [ { "bbox": [ 69, 239, 290, 283 ], "type": "text", "content": "Chris Hokamp, Demian Gholipour Ghalandari, Nghia The Pham, and John Glover. 2020a. Dyne: Dynamic ensemble decoding for multi-document summarization. arXiv preprint arXiv:2006.08748." } ] } ], "index": 3 }, { "bbox": [ 69, 290, 290, 334 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 290, 290, 334 ], "spans": [ { "bbox": [ 69, 290, 290, 334 ], "type": "text", "content": "Chris Hokamp, Demian Gholipour Ghalandari, Nghia The Pham, and John Glover. 2020b. Dyne: Dynamic ensemble decoding for multi-document summarization. ArXiv, abs/2006.08748." } ] } ], "index": 4 }, { "bbox": [ 69, 343, 290, 386 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 343, 290, 386 ], "spans": [ { "bbox": [ 69, 343, 290, 386 ], "type": "text", "content": "Luyang Huang, Shuyang Cao, Nikolaus Parulian, Heng Ji, and Lu Wang. 2021. Efficient attentions for long document summarization. In Proceedings of NAACL-HLT." } ] } ], "index": 5 }, { "bbox": [ 69, 395, 290, 438 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 395, 290, 438 ], "spans": [ { "bbox": [ 69, 395, 290, 438 ], "type": "text", "content": "Philippe Laban, Tobias Schnabel, Paul N. Bennett, and Marti A. Hearst. 2022. SummaC: Re-visiting NLI-based models for inconsistency detection in summarization. TACL." } ] } ], "index": 6 }, { "bbox": [ 69, 446, 290, 491 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 446, 290, 491 ], "spans": [ { "bbox": [ 69, 446, 290, 491 ], "type": "text", "content": "Logan Lebanoff, Kaiqiang Song, and Fei Liu. 2018. Adapting the neural encoder-decoder framework from single to multi-document summarization. In Proceedings of EMNLP." } ] } ], "index": 7 }, { "bbox": [ 69, 498, 290, 564 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 498, 290, 564 ], "spans": [ { "bbox": [ 69, 498, 290, 564 ], "type": "text", "content": "Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy, Veselin Stoyanov, and Luke Zettlemoyer. 2020. Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension. In Proceedings of ACL." } ] } ], "index": 8 }, { "bbox": [ 69, 572, 290, 617 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 572, 290, 617 ], "spans": [ { "bbox": [ 69, 572, 290, 617 ], "type": "text", "content": "Piji Li, Lidong Bing, and Wai Lam. 2017a. Reader-aware multi-document summarization: An enhanced model and the first dataset. In Proceedings of the Workshop on New Frontiers in Summarization." } ] } ], "index": 9 }, { "bbox": [ 69, 624, 290, 657 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 624, 290, 657 ], "spans": [ { "bbox": [ 69, 624, 290, 657 ], "type": "text", "content": "Piji Li, Lidong Bing, and Wai Lam. 2018. Actor-critic based training framework for abstractive summarization. arXiv preprint arXiv:1803.11070." } ] } ], "index": 10 }, { "bbox": [ 69, 665, 290, 709 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 665, 290, 709 ], "spans": [ { "bbox": [ 69, 665, 290, 709 ], "type": "text", "content": "Piji Li, Wai Lam, Lidong Bing, Weiwei Guo, and Hang Li. 2017b. Cascaded attention based unsupervised information distillation for compressive summarization. In Proceedings of EMNLP." } ] } ], "index": 11 }, { "bbox": [ 69, 717, 290, 772 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 717, 290, 772 ], "spans": [ { "bbox": [ 69, 717, 290, 772 ], "type": "text", "content": "Piji Li, Zihao Wang, Wai Lam, Zhaochun Ren, and Lidong Bing. 2017c. Salience estimation via variational auto-encoders for multi-document summarization. In Proceedings of the AAAI Conference on Artificial Intelligence." } ] } ], "index": 12 } ], "sub_type": "ref_text" }, { "bbox": [ 304, 72, 525, 772 ], "type": "list", "angle": 0, "index": 28, "blocks": [ { "bbox": [ 304, 72, 525, 116 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 72, 525, 116 ], "spans": [ { "bbox": [ 304, 72, 525, 116 ], "type": "text", "content": "Wei Li, Xinyan Xiao, Jiachen Liu, Hua Wu, Haifeng Wang, and Junping Du. 2020. Leveraging graph to improve abstractive multi-document summarization. In Proceedings of ACL." } ] } ], "index": 14 }, { "bbox": [ 304, 126, 525, 158 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 126, 525, 158 ], "spans": [ { "bbox": [ 304, 126, 525, 158 ], "type": "text", "content": "Chin-Yew Lin. 2004. Rouge: A package for automatic evaluation of summaries. In Text summarization branches out." } ] } ], "index": 15 }, { "bbox": [ 304, 169, 525, 213 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 169, 525, 213 ], "spans": [ { "bbox": [ 304, 169, 525, 213 ], "type": "text", "content": "Peter J Liu, Mohammad Saleh, Etienne Pot, Ben Goodrich, Ryan Sepassi, Lukasz Kaiser, and Noam Shazeer. 2018. Generating wikipedia by summarizing long sequences. In ICLR." } ] } ], "index": 16 }, { "bbox": [ 304, 223, 525, 277 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 223, 525, 277 ], "spans": [ { "bbox": [ 304, 223, 525, 277 ], "type": "text", "content": "Shuaiqi Liu, Jiannong Cao, Ruosong Yang, and Zhiyuan Wen. 2021. Highlight-transformer: Leveraging key phrase aware attention to improve abstractive multi-document summarization. In Findings of ACLIJCNLP." } ] } ], "index": 17 }, { "bbox": [ 304, 287, 525, 321 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 287, 525, 321 ], "spans": [ { "bbox": [ 304, 287, 525, 321 ], "type": "text", "content": "Yang Liu and Mirella Lapata. 2019a. Hierarchical transformers for multi-document summarization. In Proceedings of ACL." } ] } ], "index": 18 }, { "bbox": [ 304, 330, 525, 362 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 330, 525, 362 ], "spans": [ { "bbox": [ 304, 330, 525, 362 ], "type": "text", "content": "Yang Liu and Mirella Lapata. 2019b. Text summarization with pretrained encoders. In Proceedings of EMNLP-IJCNLP." } ] } ], "index": 19 }, { "bbox": [ 304, 373, 525, 417 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 373, 525, 417 ], "spans": [ { "bbox": [ 304, 373, 525, 417 ], "type": "text", "content": "Yixin Liu, Ansong Ni, Linyong Nan, Budhaditya Deb, Chenguang Zhu, Ahmed H Awadallah, and Dragomir Radev. 2022. Leveraging locality in abstractive text summarization. In Proceedings of EMNLP." } ] } ], "index": 20 }, { "bbox": [ 304, 427, 525, 470 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 427, 525, 470 ], "spans": [ { "bbox": [ 304, 427, 525, 470 ], "type": "text", "content": "Yao Lu, Yue Dong, and Laurent Charlin. 2020. Multiscience: A large-scale dataset for extreme multi-document summarization of scientific articles. In Proceedings of EMNLP." } ] } ], "index": 21 }, { "bbox": [ 304, 481, 525, 514 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 481, 525, 514 ], "spans": [ { "bbox": [ 304, 481, 525, 514 ], "type": "text", "content": "Daraksha Parveen and Michael Strube. 2014. Multi-document summarization using bipartite graphs. In Proceedings of TextGraphs-9." } ] } ], "index": 22 }, { "bbox": [ 304, 523, 525, 568 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 523, 525, 568 ], "spans": [ { "bbox": [ 304, 523, 525, 568 ], "type": "text", "content": "Ramakanth Pasunuru, Mengwen Liu, Mohit Bansal, Sujith Ravi, and Markus Dreyer. 2021. Efficiently summarizing text and graph encodings of multi-document clusters. In Proceedings of NAACL-HLT." } ] } ], "index": 23 }, { "bbox": [ 304, 577, 525, 622 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 577, 525, 622 ], "spans": [ { "bbox": [ 304, 577, 525, 622 ], "type": "text", "content": "Laura Perez-Beltrachini and Mirella Lapata. 2021. Multi-document summarization with determinantal point process attention. Journal of Artificial Intelligence Research." } ] } ], "index": 24 }, { "bbox": [ 304, 631, 525, 665 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 631, 525, 665 ], "spans": [ { "bbox": [ 304, 631, 525, 665 ], "type": "text", "content": "Ratish Puduppully and Mark Steedman. 2022. Multidocument summarization with centroid-based pretraining. arXiv preprint arXiv:2208.01006." } ] } ], "index": 25 }, { "bbox": [ 304, 674, 525, 729 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 674, 525, 729 ], "spans": [ { "bbox": [ 304, 674, 525, 729 ], "type": "text", "content": "Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu. 2020. Exploring the limits of transfer learning with a unified text-to-text transformer. Journal of Machine Learning Research." } ] } ], "index": 26 }, { "bbox": [ 304, 738, 525, 772 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 304, 738, 525, 772 ], "spans": [ { "bbox": [ 304, 738, 525, 772 ], "type": "text", "content": "Eva Sharma, Chen Li, and Lu Wang. 2019. BIG-PATENT: A large-scale dataset for abstractive and coherent summarization. In Proceedings of ACL." } ] } ], "index": 27 } ], "sub_type": "ref_text" } ], "discarded_blocks": [ { "bbox": [ 286, 781, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 781, 309, 791 ], "spans": [ { "bbox": [ 286, 781, 309, 791 ], "type": "text", "content": "5882" } ] } ], "index": 29 } ], "page_size": [ 595, 841 ], "page_idx": 10 }, { "para_blocks": [ { "bbox": [ 69, 72, 290, 673 ], "type": "list", "angle": 0, "index": 12, "blocks": [ { "bbox": [ 69, 72, 290, 105 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 72, 290, 105 ], "spans": [ { "bbox": [ 69, 72, 290, 105 ], "type": "text", "content": "Chenhui Shen, Liying Cheng, Lidong Bing, Yang You, and Luo Si. 2022a. Sentbs: Sentence-level beam search for controllable summarization. In EMNLP." } ] } ], "index": 0 }, { "bbox": [ 69, 114, 289, 158 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 114, 289, 158 ], "spans": [ { "bbox": [ 69, 114, 289, 158 ], "type": "text", "content": "Chenhui Shen, Liying Cheng, Ran Zhou, Lidong Bing, Yang You, and Luo Si. 2022b. Mred: A meta-review dataset for structure-controllable text generation. In Findings of ACL." } ] } ], "index": 1 }, { "bbox": [ 69, 167, 289, 211 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 167, 289, 211 ], "spans": [ { "bbox": [ 69, 167, 289, 211 ], "type": "text", "content": "Yun-Zhu Song, Yi-Syuan Chen, and Hong-Han Shuai. 2022. Improving multi-document summarization through referenced flexible extraction with credit-awareness. In proceedings of NAACL-HLT." } ] } ], "index": 2 }, { "bbox": [ 69, 219, 289, 264 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 219, 289, 264 ], "spans": [ { "bbox": [ 69, 219, 289, 264 ], "type": "text", "content": "Shangqing Tu, Jifan Yu, Fangwei Zhu, Juanzi Li, Lei Hou, and Jian-Yun Nie. 2022. UPER: Boosting multi-document summarization with an unsupervised prompt-based extractor. In Proceedings of Coling." } ] } ], "index": 3 }, { "bbox": [ 69, 272, 289, 317 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 272, 289, 317 ], "spans": [ { "bbox": [ 69, 272, 289, 317 ], "type": "text", "content": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Lukasz Kaiser, and Illia Polosukhin. 2017. Attention is all you need. In Proceedings of NeurIPS." } ] } ], "index": 4 }, { "bbox": [ 69, 324, 289, 358 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 324, 289, 358 ], "spans": [ { "bbox": [ 69, 324, 289, 358 ], "type": "text", "content": "Lu Wang and Wang Ling. 2016. Neural network-based abstract generation for opinions and arguments. In Proceedings of NAACL-HLT." } ] } ], "index": 5 }, { "bbox": [ 69, 366, 289, 400 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 366, 289, 400 ], "spans": [ { "bbox": [ 69, 366, 289, 400 ], "type": "text", "content": "Ruben Wolhandler, Arie Cattan, Ori Ernst, and Ido Dagan. 2022. How \"multi\" is multi-document summarization? In Proceedings of EMNLP." } ] } ], "index": 6 }, { "bbox": [ 69, 408, 289, 453 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 408, 289, 453 ], "spans": [ { "bbox": [ 69, 408, 289, 453 ], "type": "text", "content": "Wen Xiao, Iz Beltagy, Giuseppe Carenini, and Arman Cohan. 2022. Primera: Pyramid-based masked sentence pre-training for multi-document summarization. In Proceedings of ACL." } ] } ], "index": 7 }, { "bbox": [ 69, 461, 289, 506 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 461, 289, 506 ], "spans": [ { "bbox": [ 69, 461, 289, 506 ], "type": "text", "content": "Michihiro Yasunaga, Rui Zhang, Kshitijh Meelu, Ayush Pareek, Krishna Parasuram Srinivasan, and Dragomir R. Radev. 2017. Graph-based neural multi-document summarization. In Proceedings of CoNLL." } ] } ], "index": 8 }, { "bbox": [ 69, 513, 289, 569 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 513, 289, 569 ], "spans": [ { "bbox": [ 69, 513, 289, 569 ], "type": "text", "content": "Manzil Zaheer, Guru Guruganesh, Kumar Avinava Dubey, Joshua Ainslie, Chris Alberti, Santiago Otanon, Philip Pham, Anirudh Ravula, Qifan Wang, Li Yang, et al. 2020. Big bird: Transformers for longer sequences. NeurIPS." } ] } ], "index": 9 }, { "bbox": [ 69, 577, 289, 622 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 577, 289, 622 ], "spans": [ { "bbox": [ 69, 577, 289, 622 ], "type": "text", "content": "Jingqing Zhang, Yao Zhao, Mohammad Saleh, and Peter Liu. 2020. Pegasus: Pre-training with extracted gap-sentences for abstractive summarization. In Proceedings of ICML." } ] } ], "index": 10 }, { "bbox": [ 69, 630, 289, 673 ], "type": "ref_text", "angle": 0, "lines": [ { "bbox": [ 69, 630, 289, 673 ], "spans": [ { "bbox": [ 69, 630, 289, 673 ], "type": "text", "content": "Hao Zhou, Weidong Ren, Gongshen Liu, Bo Su, and Wei Lu. 2021. Entity-aware abstractive multi-document summarization. In Findings of ACLIJCNLP." } ] } ], "index": 11 } ], "sub_type": "ref_text" } ], "discarded_blocks": [ { "bbox": [ 286, 781, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 781, 309, 791 ], "spans": [ { "bbox": [ 286, 781, 309, 791 ], "type": "text", "content": "5883" } ] } ], "index": 13 } ], "page_size": [ 595, 841 ], "page_idx": 11 }, { "para_blocks": [ { "bbox": [ 68, 71, 195, 83 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 68, 71, 195, 83 ], "spans": [ { "bbox": [ 68, 71, 195, 83 ], "type": "text", "content": "A Datasets Downloads" } ] } ], "index": 0 }, { "bbox": [ 67, 94, 291, 255 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 94, 291, 255 ], "spans": [ { "bbox": [ 67, 94, 291, 255 ], "type": "text", "content": "We download Multinews from https://github.com/Alex-Fabbri/Multi-News, WCEP from https://github.com/complementizer/wcep-mds-dataset, Multi-Xsceince from https://github.com/yaolu/Multi-XScience, Rotten Tomatoes from https://web.eecs.umich.edu/~wangluxy/publications.html, MReD from https://github.com/Shen-Chenhui/MReD. For MReD, we use the uncontrolled version of MReD since controllable summarization is not our focus. We will release the processed data of MReD+ and the 4 Wikipedia domain datasets with our code." } ] } ], "index": 1 }, { "bbox": [ 68, 267, 190, 281 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 68, 267, 190, 281 ], "spans": [ { "bbox": [ 68, 267, 190, 281 ], "type": "text", "content": "B Model Checkpoints" } ] } ], "index": 2 }, { "bbox": [ 67, 290, 291, 397 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 290, 291, 397 ], "spans": [ { "bbox": [ 67, 290, 291, 397 ], "type": "text", "content": "Our \"bart-base\" checkpoints are downloaded from https://huggingface.co/facebook/bart-base, \"bart-large\" from https://huggingface.co/facebook/bart-large, LED from https://huggingface.co/allenai/led-large-16384, LongT5 from https://huggingface.co/google/long-t5-tglobal-base, and PRIMERA from https://github.com/allenai/PRIMER." } ] } ], "index": 3 }, { "bbox": [ 67, 400, 292, 493 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 400, 292, 493 ], "spans": [ { "bbox": [ 67, 400, 292, 493 ], "type": "text", "content": "In addition, depending on the model size as specified in Table 2, our \"BART\" was either initialized from the \"bart-base\" (139M) or \"bart-large\" (406M) checkpoints. our \"BART-cnn+HED\" was initialized from the \"bart-large-cnn\" checkpoint from https://huggingface.co/facebook/bart-large-cnn." } ] } ], "index": 4 }, { "bbox": [ 68, 506, 192, 520 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 68, 506, 192, 520 ], "spans": [ { "bbox": [ 68, 506, 192, 520 ], "type": "text", "content": "C Truncation Settings" } ] } ], "index": 5 }, { "bbox": [ 67, 529, 291, 703 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 529, 291, 703 ], "spans": [ { "bbox": [ 67, 529, 291, 703 ], "type": "text", "content": "We follow Xiao et al. (2022) to use a per-document truncation for Multinews, WCEP, and Multi-Xscience. This setting is reasonable for Multinews and WCEP in the news domain, because the leading sentences of a news article may account for the overall event and, thus contain more salient information for summarization. Also, for Multi-Xscience, rather than delving into specific techniques and solutions, the beginning of the abstracts may give the overall description of the task and key ideas, and thus may provide a more suitable background for summarization into the related works sections." } ] } ], "index": 6 }, { "bbox": [ 67, 706, 291, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 706, 291, 772 ], "spans": [ { "bbox": [ 67, 706, 291, 772 ], "type": "text", "content": "However, the above setting may not be equally reasonable for other domains. For the peer-review domain like MReD, the beginning sentences of reviews often give an abstract of the paper instead of discussing personal opinions that matter more" } ] } ], "index": 7 }, { "type": "table", "bbox": [ 307, 68, 523, 276 ], "blocks": [ { "bbox": [ 307, 68, 523, 276 ], "lines": [ { "bbox": [ 307, 68, 523, 276 ], "spans": [ { "bbox": [ 307, 68, 523, 276 ], "type": "table", "html": "
SystemR-1R-2R-L
PG-BRNN (Gehrmann et al., 2018)43.815.420.8
Hierarchical-Transformer (Liu and Lapata, 2019a)42.415.322.1
Hi-MAP (Fabbri et al., 2019)44.216.121.4
GraphSum (Li et al., 2020)45.016.722.5
Highlight-Transformer (Liu et al., 2021)44.615.6-
GraphSum + RoBERTa (Li et al., 2020)45.917.623.4
CTF-DPP (Perez-Beltrachini and Lapata, 2021)45.815.921.0
LongT5-base46.418.624.5
BART(base)+HED47.119.425.0
LongT5-large (Guo et al., 2022)47.218.424.2
LongT5-x1 (Guo et al., 2022)48.219.424.9
BART-Long (Pasunuru et al., 2021)48.518.623.8
BART-Long-Graph (Pasunuru et al., 2021)49.219.024.0
PageSum-Document (Liu et al., 2022)51.2‡21.4‡46.9‡
PEGASUS (Zhang et al., 2020)47.518.724.9
BigBird†47.819.124.7
REFLECT (MLE) (Song et al., 2022)48.218.923.8
REFLECT (CASC) (Song et al., 2022)49.320.024.8
BART+HED50.021.025.8
BART-cnn+HED51.121.525.9
BART-cnn+HED‡51.1‡21.5‡46.7‡
", "image_path": "0d848676f917aae28501ecc47d6dbdde3c27ee3690c9864d46f59d2c6617256d.jpg" } ] } ], "index": 8, "angle": 0, "type": "table_body" } ], "index": 8 }, { "type": "table", "bbox": [ 307, 380, 523, 447 ], "blocks": [ { "bbox": [ 302, 285, 525, 368 ], "lines": [ { "bbox": [ 302, 285, 525, 368 ], "spans": [ { "bbox": [ 302, 285, 525, 368 ], "type": "text", "content": "Table 6: Results on Multinews. Results with citations are reported by the cited papers. " }, { "bbox": [ 302, 285, 525, 368 ], "type": "inline_equation", "content": "\\ddagger" }, { "bbox": [ 302, 285, 525, 368 ], "type": "text", "content": ": results using PageSum's evaluation script. PageSum does not truncate the source but split all into different pages. However, we are unable to run their code due to missing environment information. Bolded systems: systems that use our HED method." } ] } ], "index": 9, "angle": 0, "type": "table_caption" }, { "bbox": [ 307, 380, 523, 447 ], "lines": [ { "bbox": [ 307, 380, 523, 447 ], "spans": [ { "bbox": [ 307, 380, 523, 447 ], "type": "table", "html": "
SystemR-1R-2R-L
BigBird†34.012.825.6
DynE (Hokamp et al., 2020b)35.415.125.6
UPER + LED (Tu et al., 2022)41.418.733.8
BART+HED46.424.737.8
BART-cnn+HED47.024.837.6
", "image_path": "17331371574fad8d0a08c309c725d35f571ab9a12ce61ba28d145b9443828c54.jpg" } ] } ], "index": 10, "angle": 0, "type": "table_body" } ], "index": 10 }, { "bbox": [ 302, 455, 525, 491 ], "lines": [ { "bbox": [ 302, 455, 525, 491 ], "spans": [ { "bbox": [ 302, 455, 525, 491 ], "type": "text", "content": "Table 7: Results on WCEP. Results with citations are reported by the cited paper. Bolded systems: systems that use our HED method." } ] } ], "index": 11, "angle": 0, "type": "text" }, { "bbox": [ 302, 513, 525, 633 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 513, 525, 633 ], "spans": [ { "bbox": [ 302, 513, 525, 633 ], "type": "text", "content": "to the meta-review. For Rotten Tomatoes which contains mostly single-sentence documents, per-document truncation may lead to incomprehensible broken sentences. For the Wikipedia domains, the encyclopedia-based information presented may be of equal importance regardless of their passage position. Thus for all these datasets, we follow Shen et al. (2022b) to truncate the end of the combined source." } ] } ], "index": 12 }, { "bbox": [ 302, 644, 422, 656 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 644, 422, 656 ], "spans": [ { "bbox": [ 302, 644, 422, 656 ], "type": "text", "content": "D Additional Results" } ] } ], "index": 13 }, { "bbox": [ 302, 665, 525, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 665, 525, 772 ], "spans": [ { "bbox": [ 302, 665, 525, 772 ], "type": "text", "content": "We gather the available results reported by other papers and present them from Table 6 to Table 10. For newer datasets such as MReD (Shen et al., 2022b), there have not been results reported except for the original paper. Also, small datasets such as Rotten Tomatoes are also less studied and we could not find very recent results. Naturally, for our newly compiled datasets from four Wikipedia" } ] } ], "index": 14 } ], "discarded_blocks": [ { "bbox": [ 286, 781, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 781, 309, 791 ], "spans": [ { "bbox": [ 286, 781, 309, 791 ], "type": "text", "content": "5884" } ] } ], "index": 15 } ], "page_size": [ 595, 841 ], "page_idx": 12 }, { "para_blocks": [ { "type": "table", "bbox": [ 73, 68, 289, 203 ], "blocks": [ { "bbox": [ 73, 68, 289, 203 ], "lines": [ { "bbox": [ 73, 68, 289, 203 ], "spans": [ { "bbox": [ 73, 68, 289, 203 ], "type": "table", "html": "
SystemR-1R-2R-L
HIERSUMM* (Liu and Lapata, 2019a)30.05.0-
Hi-MAP* (Fabbri et al., 2019)31.75.9-
POINTER-GENERATOR* (Lu et al., 2020)34.16.8-
BERTABS* (Liu and Lapata, 2019b)31.65.0-
SCIBERTABS* (Beltagy et al., 2019)32.15.6-
BigBird†31.17.016.8
BART-large (Song et al., 2022)33.38.117.3
REFLECT (MLE) (Song et al., 2022)33.98.117.2
REFLECT (CASC) (Song et al., 2022)34.28.217.4
BART (our baseline)31.57.116.9
BART+HED32.16.717.6
BART-cnn+HED34.77.818.6
", "image_path": "0ee1a34f4cdc2480bebb7544bcb17351eb9da6140a59065438bbbe789ff7b969.jpg" } ] } ], "index": 0, "angle": 0, "type": "table_body" } ], "index": 0 }, { "bbox": [ 67, 322, 286, 335 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 322, 286, 335 ], "spans": [ { "bbox": [ 67, 322, 286, 335 ], "type": "text", "content": "domains, there are no previously reported results." } ] } ], "index": 2 }, { "bbox": [ 69, 338, 291, 634 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 69, 338, 291, 634 ], "spans": [ { "bbox": [ 69, 338, 291, 634 ], "type": "text", "content": "Note that the additionally reported results are meant for a better understanding of the current best performances only, because many of the reported models are not directly comparable to our setting (or comparable with each other) due to different model sizes and experimental settings. For instance, LongT5-large (Guo et al., 2022) uses 780M parameters, and LongT5-xl (Guo et al., 2022) uses 3B parameters, which are not on the same scale as the BART models. Moreover, multi-stage summarization models use multiple PLMs. For instance, REFLECT (Song et al., 2022) uses 2 RoBERTabase and BART-large, whereas UPPER + LED (Tu et al., 2022) uses GPT and LED for the extraction and abstraction stages respectively. Not all the models use the same source truncation either. In one extreme case, PageSum (Liu et al., 2022) uses the full source input with multiple encoding stages. Lastly, certain models didn't use pre-training data and are trained directly on the MDS dataset, such as Hi-MAP (Fabbri et al., 2019) and HighlightTransformer (Liu et al., 2021)." } ] } ], "index": 3 }, { "bbox": [ 67, 638, 291, 773 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 638, 291, 773 ], "spans": [ { "bbox": [ 67, 638, 291, 773 ], "type": "text", "content": "In addition, we also experiment with BigBird (Zaheer et al., 2020) with the same experimental setup in Section 5 on 5 datasets. Unfortunately, we could only find BigBird's checkpoints for summarization trained on one of the following datasets: ArXiv (Cohan et al., 2018), PubMed (Cohan et al., 2018), or BigPatent (Sharma et al., 2019). We use the Huggingface checkpoint at https://huggingface.co/google/bigbird-pegasus-large-arxiv. As shown by Table 6, 7, 8, 9, and 10, BigBird can still per" } ] } ], "index": 4 }, { "type": "table", "bbox": [ 307, 68, 524, 166 ], "blocks": [ { "bbox": [ 67, 211, 291, 295 ], "lines": [ { "bbox": [ 67, 211, 291, 295 ], "spans": [ { "bbox": [ 67, 211, 291, 295 ], "type": "text", "content": "Table 8: Results on Multi-XScience. Results marked with * are taken from Lu et al. (2020). Other results with citations are reported by the cited papers. Note that Song et al. (2022) may have used different hyperparameters. Their reported BART-large baseline results are much higher than ours. Bolded systems: systems that use our HED method." } ] } ], "index": 1, "angle": 0, "type": "table_caption" }, { "bbox": [ 307, 68, 524, 166 ], "lines": [ { "bbox": [ 307, 68, 524, 166 ], "spans": [ { "bbox": [ 307, 68, 524, 166 ], "type": "table", "html": "
SystemR-1R-2R-L
OPINOSIS (Ganesan et al., 2010)15.03.112.2
MEANSUM (Chu and Liu, 2018)15.81.912.3
CONDASUM (Amplayo and Lapata, 2019)22.57.718.5
DENOISESUM (Amplayo et al., 2020)21.34.616.3
PLANSUM (Amplayo and Lapata, 2020)21.86.217.0
BigBird†19.32.514.0
BART+HED27.39.721.1
BART-cnn+HED27.69.420.5
", "image_path": "8d7cbb117e7efb49760bbbd9867249c8b0023ee2bcd8f26db2bdd1fbfd4f7b7e.jpg" } ] } ], "index": 5, "angle": 0, "type": "table_body" } ], "index": 5 }, { "type": "table", "bbox": [ 307, 245, 524, 304 ], "blocks": [ { "bbox": [ 302, 173, 526, 232 ], "lines": [ { "bbox": [ 302, 173, 526, 232 ], "spans": [ { "bbox": [ 302, 173, 526, 232 ], "type": "text", "content": "Table 9: Results on Rotten Tomatoes. Results with citations are reported by the cited paper. Bolded systems: systems that use our HED method. Unfortunately, we cannot find other more recent reported results on this dataset." } ] } ], "index": 6, "angle": 0, "type": "table_caption" }, { "bbox": [ 307, 245, 524, 304 ], "lines": [ { "bbox": [ 307, 245, 524, 304 ], "spans": [ { "bbox": [ 307, 245, 524, 304 ], "type": "table", "html": "
SystemR-1R-2R-L
BART-cnn *33.38.619.7
BigBird†33.09.420.6
BART+HED33.79.320.5
BART-cnn+HED34.19.520.5
", "image_path": "009debe92b942b061acc60f25dc8a2f6ac5ce035c39892759f2743924af86b3e.jpg" } ] } ], "index": 7, "angle": 0, "type": "table_body" } ], "index": 7 }, { "bbox": [ 302, 312, 525, 348 ], "lines": [ { "bbox": [ 302, 312, 525, 348 ], "spans": [ { "bbox": [ 302, 312, 525, 348 ], "type": "text", "content": "Table 10: Results on MReD. " }, { "bbox": [ 302, 312, 525, 348 ], "type": "inline_equation", "content": "\\ast" }, { "bbox": [ 302, 312, 525, 348 ], "type": "text", "content": ": Reported by Shen et al. (2022b). Bolded systems: systems that use our HED method." } ] } ], "index": 8, "angle": 0, "type": "text" }, { "bbox": [ 302, 371, 525, 478 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 371, 525, 478 ], "spans": [ { "bbox": [ 302, 371, 525, 478 ], "type": "text", "content": "form reasonably on larger datasets such as Multi-news, Multi-Xscience, and WCEP, but it lags behind other more competitive models. However, for small datasets such as Rotten Tomatoes, there is serious performance degradation. Nevertheless, given that ArXiv's domain is quite close to MReD, BigBird can reach competitive performance on this dataset." } ] } ], "index": 9 }, { "bbox": [ 302, 491, 424, 505 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 491, 424, 505 ], "spans": [ { "bbox": [ 302, 491, 424, 505 ], "type": "text", "content": "E Human Evaluation" } ] } ], "index": 10 }, { "bbox": [ 301, 514, 525, 596 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 301, 514, 525, 596 ], "spans": [ { "bbox": [ 301, 514, 525, 596 ], "type": "text", "content": "We define 2 evaluation criteria specifically for the MDS setting: salience and coverage. MDS involves distilling important information from multiple input documents. Thus, we use salience and coverage to measure how the summary makes use of the input documents from 2 perspectives." } ] } ], "index": 11 }, { "bbox": [ 301, 597, 526, 745 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 301, 597, 526, 745 ], "spans": [ { "bbox": [ 301, 597, 526, 745 ], "type": "text", "content": "First, we treat each sentence in the summary as an information unit and count the total number of input documents that support the information units for the whole summary. If the summary includes consensus or opinions commonly agreed on by most input documents, it should have a larger document count as compared to another summary that overly focuses on trivial details or contains extensive hallucinations. We normalize the total count by the total number of sentences in the summary and regard it as the salience of the summary." } ] } ], "index": 12 }, { "bbox": [ 302, 746, 525, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 746, 525, 772 ], "spans": [ { "bbox": [ 302, 746, 525, 772 ], "type": "text", "content": "Second, we measure the minimum number of input documents required to generate the corre" } ] } ], "index": 13 } ], "discarded_blocks": [ { "bbox": [ 286, 780, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 780, 309, 791 ], "spans": [ { "bbox": [ 286, 780, 309, 791 ], "type": "text", "content": "5885" } ] } ], "index": 14 } ], "page_size": [ 595, 841 ], "page_idx": 13 }, { "para_blocks": [ { "type": "table", "bbox": [ 71, 68, 524, 176 ], "blocks": [ { "bbox": [ 71, 68, 524, 176 ], "lines": [ { "bbox": [ 71, 68, 524, 176 ], "spans": [ { "bbox": [ 71, 68, 524, 176 ], "type": "table", "html": "
SystemSizeMultinewsWCEPM-XScRTMReDMReD+MeanOTTownSoftwareFilm
R-2R-2R-2R-2R-2R-2R-2R-2R-2R-2
LongT5250M18.622.56.59.48.69.323.145.718.524.8
BART+HED139M19.423.96.89.69.59.423.147.118.825.2
LED435M20.524.77.39.98.59.424.747.919.225.0
PRIMERA*447M21.125.37.4-------
PRIMERA447M20.524.87.410.37.37.325.447.919.226.5
BART406M18.321.67.19.48.89.124.445.618.823.2
BART+HED406M21.024.76.79.79.79.724.747.720.025.7
BART-cnn+HED406M21.524.87.89.49.59.724.847.819.925.8
", "image_path": "9357bb906d25de26fdc1f62fc95d265a66f09e5715a31afe495ccbdd2b194f34.jpg" } ] } ], "index": 0, "angle": 0, "type": "table_body" } ], "index": 0 }, { "type": "table", "bbox": [ 95, 218, 500, 402 ], "blocks": [ { "bbox": [ 67, 183, 524, 207 ], "lines": [ { "bbox": [ 67, 183, 524, 207 ], "spans": [ { "bbox": [ 67, 183, 524, 207 ], "type": "text", "content": "Table 11: ROUGE-2 results on 10 datasets including: Multinews, WCEP, Multi-XScience (M-XSc), Rotten Tomatoes (RT), MReD, MReD+, and 4 Wikipedia domains. *: results reported by Xiao et al. (2022)." } ] } ], "index": 1, "angle": 0, "type": "table_caption" }, { "bbox": [ 95, 218, 500, 402 ], "lines": [ { "bbox": [ 95, 218, 500, 402 ], "spans": [ { "bbox": [ 95, 218, 500, 402 ], "type": "table", "html": "
SystemMultinewsWCEPM-XScRTMReD
R-1/R-2/R-LR-1/R-2/R-LR-1/R-2/R-LR-1/R-2/R-LR-1/R-2/R-L
BART47.4/18.3/24.042.8/21.6/34.531.5/7.1/16.926.1/9.4/20.332.9/8.8/19.9
+ <s>48.7/19.6/24.944.5/23.3/36.331.4/6.4/17.326.6/9.6/20.632.9/9.0/20.1
+ <s> + HAE49.3/20.2/25.245.1/24.0/36.832.3/6.9/17.226.7/9.6/20.632.7/8.8/20.2
+ <s> + HAE + PR49.1/20.3/25.444.9/23.4/36.532.0/6.4/17.127.1/9.8/20.733.0/8.6/19.5
+ <s> + HAD + HAD48.8/20.0/25.145.7/24.5/37.432.1/7.3/17.426.4/9.3/20.533.4/9.4/20.6
+ <s> + HAE + HAD + PR50.0/21.0/25.846.4/24.7/37.832.1/6.7/17.627.3/9.7/21.133.9/9.7/20.9
MReD+MeanOTTownSoftwareFilm
SystemR-1/R-2/R-LR-1/R-2/R-LR-1/R-2/R-LR-1/R-2/R-LR-1/R-2/R-L
BART32.9/9.1/20.143.0/24.4/34.959.9/45.6/56.339.5/18.8/28.742.1/23.2/34.4
+ <s>33.4/9.3/20.642.6/24.4/35.161.1/47.2/57.739.8/19.6/29.443.0/25.3/36.0
+ <s> + HAE33.4/8.9/20.042.8/24.2/34.761.2/46.6/57.540.4/19.6/29.443.9/25.5/36.2
+ <s> + HAE + PR33.3/9.0/19.743.3/24.6/35.161.5/47.4/57.740.0/19.6/29.443.7/25.6/36.2
+ <s> + HAE + HAD33.6/9.5/20.744.5/24.8/35.560.1/46.5/56.838.8/19.2 29.043.3/25.3/36.1
+ <s> + HAE + HAD + PR34.0/9.7/20.743.5/24.7/35.261.9/47.7/58.140.5/20.0/29.743.8/25.7/36.3
", "image_path": "5f35ee274fda557931ae266c43c55a43627ad8ac6d97b7cec76a0d657c29d935.jpg" } ] } ], "index": 2, "angle": 0, "type": "table_body" } ], "index": 2 }, { "bbox": [ 224, 410, 367, 422 ], "lines": [ { "bbox": [ 224, 410, 367, 422 ], "spans": [ { "bbox": [ 224, 410, 367, 422 ], "type": "text", "content": "Table 12: Detailed ablation results." } ] } ], "index": 3, "angle": 0, "type": "text" }, { "bbox": [ 67, 443, 290, 512 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 443, 290, 512 ], "spans": [ { "bbox": [ 67, 443, 290, 512 ], "type": "text", "content": "sponding summary. The summary should represent all input documents as much as possible, to provide holistic perspectives. We also normalize this count over the total number of sentences in the summary and regard it as the coverage of the summary." } ] } ], "index": 4 }, { "bbox": [ 67, 527, 291, 702 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 527, 291, 702 ], "spans": [ { "bbox": [ 67, 527, 291, 702 ], "type": "text", "content": "For instance, if document #1 contains information A and B, document #2 contains information A and C, document #3 contains information C and D, and the summary contains information A, B, and C in 3 sentences, then the salience of the summary is 1.67, and the coverage is 0.67. For salience, because A is supported by 2 documents, B is supported by 2 documents, and C is supported by 1 document, it is a total of 5 documents divided by 3 summary sentences. For coverage, using documents #1 and #3 alone is sufficient for the summary, and hence it is 2 documents, divided by 3 summary sentences." } ] } ], "index": 5 }, { "bbox": [ 67, 719, 291, 772 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 719, 291, 772 ], "spans": [ { "bbox": [ 67, 719, 291, 772 ], "type": "text", "content": "For each pair of summaries, we first convert the score from each annotator to a head-to-head score, before calculating the final average score between the 2 annotators." } ] } ], "index": 6 }, { "bbox": [ 302, 443, 371, 454 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 443, 371, 454 ], "spans": [ { "bbox": [ 302, 443, 371, 454 ], "type": "text", "content": "F Ablation" } ] } ], "index": 7 }, { "bbox": [ 302, 464, 526, 557 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 464, 526, 557 ], "spans": [ { "bbox": [ 302, 464, 526, 557 ], "type": "text", "content": "In this section, we show the detailed ablation results for all 10 datasets in Table 12. It can be seen that consistent improvements can be achieved by adding the HierEnc. Next, implementing decoder attention scaling with position restart can make further use of the “” tokens to achieve the best results." } ] } ], "index": 8 }, { "bbox": [ 302, 567, 516, 580 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 302, 567, 516, 580 ], "spans": [ { "bbox": [ 302, 567, 516, 580 ], "type": "text", "content": "G Cross-Document Standard Deviation" } ] } ], "index": 9 }, { "bbox": [ 301, 588, 526, 735 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 301, 588, 526, 735 ], "spans": [ { "bbox": [ 301, 588, 526, 735 ], "type": "text", "content": "We provide details of the Cross-Document Standard Deviation (CDS) calculation below. First, during the model's inference stage, we can easily obtain the normalized cross-attention weights of each decoded token toward the source tokens in all attention heads and layers. We average these weights for all attention heads and layers for each individual token, then aggregate the weights for the tokens belonging to the same document. Thus, the cross-attention for the " }, { "bbox": [ 301, 588, 526, 735 ], "type": "inline_equation", "content": "n^{th}" }, { "bbox": [ 301, 588, 526, 735 ], "type": "text", "content": " document can be calculated as:" } ] } ], "index": 10 }, { "bbox": [ 355, 740, 525, 775 ], "type": "interline_equation", "angle": 0, "lines": [ { "bbox": [ 355, 740, 525, 775 ], "spans": [ { "bbox": [ 355, 740, 525, 775 ], "type": "interline_equation", "content": "w _ {D _ {n}} = \\sum_ {k = 1} ^ {n _ {K}} w _ {n, 0}, \\dots , w _ {n, k}, \\tag {7}", "image_path": "6dc1ead7b6f89bfd6c346a134bce0cac28a5ad636bcbb5f783e790d927b7b714.jpg" } ] } ], "index": 11 } ], "discarded_blocks": [ { "bbox": [ 286, 781, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 781, 309, 791 ], "spans": [ { "bbox": [ 286, 781, 309, 791 ], "type": "text", "content": "5886" } ] } ], "index": 12 } ], "page_size": [ 595, 841 ], "page_idx": 14 }, { "para_blocks": [ { "type": "table", "bbox": [ 72, 68, 524, 111 ], "blocks": [ { "bbox": [ 72, 68, 524, 111 ], "lines": [ { "bbox": [ 72, 68, 524, 111 ], "spans": [ { "bbox": [ 72, 68, 524, 111 ], "type": "table", "html": "
SystemMultinewsWCEPM-XScRTMReDMReD+MeanOTTownSoftwareFilm
BART0.815.220.853.691.201.430.460.400.420.62
BART+HED0.825.45*0.744.42*1.191.68*0.480.420.45*0.65*
", "image_path": "36b8a1bc12f3e6358c6b15d31eece38b69be56244a110b7f8f5c965039f193ff.jpg" } ] } ], "index": 0, "angle": 0, "type": "table_body" } ], "index": 0 }, { "bbox": [ 67, 118, 525, 143 ], "lines": [ { "bbox": [ 67, 118, 525, 143 ], "spans": [ { "bbox": [ 67, 118, 525, 143 ], "type": "text", "content": "Table 13: Sentence-normalized NED for the generated summaries using entailment threshold " }, { "bbox": [ 67, 118, 525, 143 ], "type": "inline_equation", "content": "= {0.2}" }, { "bbox": [ 67, 118, 525, 143 ], "type": "text", "content": " . *: significantly higher with " }, { "bbox": [ 67, 118, 525, 143 ], "type": "inline_equation", "content": "\\mathrm{p} \\leq {0.05}" }, { "bbox": [ 67, 118, 525, 143 ], "type": "text", "content": " ." } ] } ], "index": 1, "angle": 0, "type": "text" }, { "bbox": [ 67, 163, 290, 204 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 163, 290, 204 ], "spans": [ { "bbox": [ 67, 163, 290, 204 ], "type": "text", "content": "where " }, { "bbox": [ 67, 163, 290, 204 ], "type": "inline_equation", "content": "n_K" }, { "bbox": [ 67, 163, 290, 204 ], "type": "text", "content": " is the total number of tokens in the " }, { "bbox": [ 67, 163, 290, 204 ], "type": "inline_equation", "content": "n^{th}" }, { "bbox": [ 67, 163, 290, 204 ], "type": "text", "content": " document. Next, we normalize the cross-attention for all documents as:" } ] } ], "index": 2 }, { "bbox": [ 76, 211, 290, 227 ], "type": "interline_equation", "angle": 0, "lines": [ { "bbox": [ 76, 211, 290, 227 ], "spans": [ { "bbox": [ 76, 211, 290, 227 ], "type": "interline_equation", "content": "\\left\\{w _ {\\hat {D} _ {0}}, \\dots w _ {\\hat {D} _ {n}} \\right\\} = \\text {s o f t m a x} \\left\\{w _ {D _ {0}}, \\dots , w _ {D _ {n}} \\right\\} \\tag {8}", "image_path": "64888afa6b00bf0c3400897ec8d2e5c821be6f8aceb200e6f8b0a3cd7f52dbc0.jpg" } ] } ], "index": 3 }, { "bbox": [ 67, 231, 289, 259 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 231, 289, 259 ], "spans": [ { "bbox": [ 67, 231, 289, 259 ], "type": "text", "content": "Then, we can obtain the CDS score for the " }, { "bbox": [ 67, 231, 289, 259 ], "type": "inline_equation", "content": "i^{th}" }, { "bbox": [ 67, 231, 289, 259 ], "type": "text", "content": " generated token over the source documents by:" } ] } ], "index": 4 }, { "bbox": [ 114, 265, 290, 280 ], "type": "interline_equation", "angle": 0, "lines": [ { "bbox": [ 114, 265, 290, 280 ], "spans": [ { "bbox": [ 114, 265, 290, 280 ], "type": "interline_equation", "content": "C D S _ {i} = \\operatorname {S t d} \\left\\{w _ {\\hat {D} _ {0}}, \\dots w _ {\\hat {D} _ {n}} \\right\\} \\tag {9}", "image_path": "2c748ce27a87d8b5bed767964d51426a1871cd31ec089df561127071a99eb876.jpg" } ] } ], "index": 5 }, { "bbox": [ 67, 286, 290, 365 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 286, 290, 365 ], "spans": [ { "bbox": [ 67, 286, 290, 365 ], "type": "text", "content": "Note that for ease of denotation, we do not specify the " }, { "bbox": [ 67, 286, 290, 365 ], "type": "inline_equation", "content": "i" }, { "bbox": [ 67, 286, 290, 365 ], "type": "text", "content": " value in Equation (7) and Equation (8), but the set of weights " }, { "bbox": [ 67, 286, 290, 365 ], "type": "inline_equation", "content": "\\{w_{n,0},\\dots,w_{n,k}\\}" }, { "bbox": [ 67, 286, 290, 365 ], "type": "text", "content": " are specific to the " }, { "bbox": [ 67, 286, 290, 365 ], "type": "inline_equation", "content": "i^{th}" }, { "bbox": [ 67, 286, 290, 365 ], "type": "text", "content": " token. Finally, we can obtain a single CDS value for each test instance by averaging the CDS values for all generated tokens." } ] } ], "index": 6 }, { "bbox": [ 66, 367, 291, 449 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 66, 367, 291, 449 ], "spans": [ { "bbox": [ 66, 367, 291, 449 ], "type": "text", "content": "We can calculate for both the \"BART+HED\" and \"BART\" models over the same test input, then divide the CDS value of \"BART+HED\" by that of \"BART\" to obtain the relative CDS value. Our relative CDS value provided Figure 3b is the average of all 200 analyzed examples." } ] } ], "index": 7 }, { "bbox": [ 67, 457, 180, 470 ], "type": "title", "angle": 0, "lines": [ { "bbox": [ 67, 457, 180, 470 ], "spans": [ { "bbox": [ 67, 457, 180, 470 ], "type": "text", "content": "H Content Analysis" } ] } ], "index": 8 }, { "bbox": [ 67, 478, 290, 531 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 478, 290, 531 ], "spans": [ { "bbox": [ 67, 478, 290, 531 ], "type": "text", "content": "Inspired by Laban et al. (2022), we use a natural language entailment (NLI) model to evaluate which documents each generated sentence in the summary makes use of." } ] } ], "index": 9 }, { "bbox": [ 67, 533, 290, 653 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 533, 290, 653 ], "spans": [ { "bbox": [ 67, 533, 290, 653 ], "type": "text", "content": "Specifically, the code of Laban et al. (2022) can output a score for the entailment of each sentence towards an input document from a range of -1 to 1, where -1 indicates total contradiction, and 1 indicates perfect entailment. We use a threshold of " }, { "bbox": [ 67, 533, 290, 653 ], "type": "inline_equation", "content": "0.5^9" }, { "bbox": [ 67, 533, 290, 653 ], "type": "text", "content": ", and if one generated sentence has a higher entailment score than the threshold with one document, we consider this sentence relies on the information of that particular document." } ] } ], "index": 10 }, { "bbox": [ 67, 655, 291, 695 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 67, 655, 291, 695 ], "spans": [ { "bbox": [ 67, 655, 291, 695 ], "type": "text", "content": "In this way, for each sentence, we can count the total number of documents entailed. We average this number across all summaries generated by" } ] } ], "index": 11 }, { "bbox": [ 301, 164, 525, 244 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 301, 164, 525, 244 ], "spans": [ { "bbox": [ 301, 164, 525, 244 ], "type": "text", "content": "each system on the same dataset, and name this metric “NED”. A higher NED number indicates that the summary has on average more entailed documents for each sentence. Thus, it is likely that the summary includes more crucial information that is agreed upon by more documents." } ] } ], "index": 12 }, { "bbox": [ 302, 245, 526, 447 ], "type": "text", "angle": 0, "lines": [ { "bbox": [ 302, 245, 526, 447 ], "spans": [ { "bbox": [ 302, 245, 526, 447 ], "type": "text", "content": "In addition, we present the NED using threshold " }, { "bbox": [ 302, 245, 526, 447 ], "type": "inline_equation", "content": "= 0.2" }, { "bbox": [ 302, 245, 526, 447 ], "type": "text", "content": " in Table 13. The general trend is similar to using threshold " }, { "bbox": [ 302, 245, 526, 447 ], "type": "inline_equation", "content": "= 0.5" }, { "bbox": [ 302, 245, 526, 447 ], "type": "text", "content": " (Table 4), that our method produces summaries with higher NED over most datasets. Moreover, with a lower NED requirement, we can see that the gap between \"BART\" and \"BART+HED\" on Multi-Xscience reduces to an insignificant level. This supports our hypothesis that \"BART+HED\" has lower NED on this particular dataset due to its much more abstractive generations. The NLI model may mistakenly classify the much more abstractive summaries as not entailed to any document, and may not indicate that the salience of \"BART+HED\" is worse than \"BART\"." } ] } ], "index": 13 } ], "discarded_blocks": [ { "bbox": [ 67, 700, 290, 731 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 67, 700, 290, 731 ], "spans": [ { "bbox": [ 67, 700, 290, 731 ], "type": "inline_equation", "content": "^{8}" }, { "bbox": [ 67, 700, 290, 731 ], "type": "text", "content": "Following Laban et al. (2022), we use the Huggingface checkpoint https://huggingface.co/tals/albert-xlarge-vitaminc-mnlias our NLI model." } ] } ], "index": 14 }, { "bbox": [ 67, 731, 290, 772 ], "type": "page_footnote", "angle": 0, "lines": [ { "bbox": [ 67, 731, 290, 772 ], "spans": [ { "bbox": [ 67, 731, 290, 772 ], "type": "text", "content": "9Although from our experience with the code, a score as low as 0.2 can correctly identify a correct entailment, we use a higher threshold just to be sure not to mistakenly include any wrong documents." } ] } ], "index": 15 }, { "bbox": [ 286, 781, 309, 791 ], "type": "page_number", "angle": 0, "lines": [ { "bbox": [ 286, 781, 309, 791 ], "spans": [ { "bbox": [ 286, 781, 309, 791 ], "type": "text", "content": "5887" } ] } ], "index": 17 } ], "page_size": [ 595, 841 ], "page_idx": 15 } ], "_backend": "vlm", "_version_name": "2.6.4" }