Abstractive Summarization as Augmentation for Document-Level Event Detection
Janko Vidakovi\'c, Filip Karlo Do\v{s}ilovi\'c, Domagoj, Plu\v{s}\v{c}ec

TL;DR
This paper explores using abstractive summarization to enhance document-level event detection, aiming to improve shallow models' performance while reducing computational costs compared to deep transformer models.
Contribution
It introduces a novel augmentation method using zero-shot BART summarization to improve event detection, especially for low-resource classes, with analysis of decoding methods and input features.
Findings
Using document titles improves F1-score by over 2%.
Summarization augmentation slightly boosts linear SVM performance.
RoBERTa benefits more from augmentation than linear SVM.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Attention Is All You Need · WordPiece · Weight Decay · Linear Warmup With Linear Decay · Attention Dropout · BERT · Dense Connections · Softmax · Layer Normalization
