paper-with-me

Papers

Abstractive Summarization as Augmentation for Document-Level Event Detection

2023-05-29 · Janko Vidaković, Filip Karlo Došilović, Domagoj Pluščec

Transformer-based models have consistently produced substantial performance gains across a variety of NLP tasks, compared to shallow models. However, deep models are orders of magnitude more computationally expensive than shallow models, especially on tasks with large sequence lengths, such as document-level event detection. In this work, we attempt to bridge the performance gap between shallow and deep models on document-level event detection by using abstractive text summarization as an augmentation method. We augment the DocEE dataset by generating abstractive summaries of examples from low-resource classes. For classification, we use linear SVM with TF-IDF representations and RoBERTa-base. We use BART for zero-shot abstractive summarization, making our augmentation setup less resource-intensive compared to supervised fine-tuning. We experiment with four decoding methods for text generation, namely beam search, top-k sampling, top-p sampling, and contrastive search. Furthermore, we investigate the impact of using document titles as additional input for classification. Our results show that using the document title offers 2.04% and 3.19% absolute improvement in macro F1-score for linear SVM and RoBERTa, respectively. Augmentation via summarization further improves the performance of linear SVM by about 0.5%, varying slightly across decoding methods. Overall, our augmentation setup yields insufficient improvements for linear SVM compared to RoBERTa.

📄 PDF Abstract BibTeX arXiv:2305.18023

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationEvent DetectionText GenerationText Summarization

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
WordPiece 설명 없음
Weight Decay 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
BERT BERT, or Bidirectional Encoder Representations from Transformers, improves upon standard Transformers by removing the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Learning towards Abstractive Timeline Summarization

2019-08-11 · IJCAI 2019 2019 8 · Xiuying Chen, Zhangming Chan, Shen Gao, Meng-Hsuan Yu 외

Timeline summarization targets at concisely summarizing the evolution trajectory along the timeline and existing timeline summarization approaches are all based on extractive methods.In this paper, we propose the task of…

Abstractive Text SummarizationDocument SummarizationTimeline SummarizationTime Series+1

Follow the Timeline! Generating Abstractive and Extractive Timeline Summary in Chronological Order

2023-01-02 · Xiuying Chen, Mingzhe Li, Shen Gao, Zhangming Chan 외

Nowadays, time-stamped web documents related to a general news query floods spread throughout the Internet, and timeline summarization targets concisely summarizing the evolution trajectory of events along the timeline. …

DecoderDocument SummarizationTimeline SummarizationTime Series Analysis

BASS: Boosting Abstractive Summarization with Unified Semantic Graph

2021-05-25 · ACL 2021 5 · Wenhao Wu, Wei Li, Xinyan Xiao, Jiachen Liu 외

Abstractive summarization for long-document or multi-document remains challenging for the Seq2Seq architecture, as Seq2Seq is not good at analyzing long-distance relations in text. In this paper, we present BASS, a novel…

Abstractive Text SummarizationDecoderDocument SummarizationImplicit Relations+1

StructSum: Summarization via Structured Representations

2020-03-01 · EACL 2021 2 · Vidhisha Balachandran, Artidoro Pagnoni, Jay Yoon Lee, Dheeraj Rajagopal 외

Abstractive text summarization aims at compressing the information of a long source document into a rephrased, condensed summary. Despite advances in modeling techniques, abstractive summarization models still suffer fro…

Abstractive Text SummarizationDecoderDocument SummarizationSentence+1

Abstractive Unsupervised Multi-Document Summarization using Paraphrastic Sentence Fusion

2018-08-01 · COLING 2018 8 · Mir Tafseer Nayeem, Tanvir Ahmed Fuad, Yllias Chali

In this work, we aim at developing an unsupervised abstractive summarization system in the multi-document setting. We design a paraphrastic sentence fusion model which jointly performs sentence fusion and paraphrasing us…

Abstractive Text SummarizationDocument SummarizationMachine TranslationMulti-Document Summarization+5