New Approaches to Long Document Summarization: Fourier Transform Based Attention in a Transformer Model
In this work, we extensively redesign the newly introduced method of token mixing using Fourier Transforms (FNET) to replace the computationally expensive self-attention mechanism in a full transformer implementation on a long document summarization task (> 512 tokens). As a baseline, we also carried out long document summarization using established methods such as Longformer and Big Bird transformer models that are capable of processing over 8000 tokens and are currently the state of the art methods for these type of problems. The original FNET paper implemented this in an encoder only architecture while abstractive summarization requires both an encoder and a decoder. Since such a pretrained transformer model does not currently exist in the public domain, we decided to implement a full transformer based on this Fourier token mixing approach in an encoder/decoder architecture which we trained starting with Glove embeddings for the individual words in the corpus. We investigated a number of different extensions to the original FNET architecture and evaluated them on their Rouge F1-score performance on a summarization task. All modifications showed better performance on the summarization task than when using the original FNET encoder in a transformer architecture.
Code (0)
등록된 구현이 없습니다.
Tasks
Abstractive Text SummarizationDecoderDocument SummarizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Document-Level Abstractive Summarization
The task of automatic text summarization produces a concise and fluent text summary while preserving key information and overall meaning. Recent approaches to document-level summarization have seen significant improvemen…
Abstractive Text SummarizationRetrievalText SummarizationHETFORMER: Heterogeneous Transformer with Sparse Attention for Long-Text Extractive Summarization
To capture the semantic graph structure from raw text, most existing summarization approaches are built on GNNs with a pre-trained model. However, these methods suffer from cumbersome procedures and inefficient computati…
Document SummarizationExtractive SummarizationMulti-Document SummarizationLong-Span Summarization via Local Attention and Content Selection
Transformer-based models have achieved state-of-the-art results in a wide range of natural language processing (NLP) tasks including document summarization. Typically these systems are trained by fine-tuning a large pre-…
Abstractive Text SummarizationDocument SummarizationGPUEnd-to-End Long Document Summarization using Gradient Caching
Training transformer-based encoder-decoder models for long document summarization poses a significant challenge due to the quadratic memory consumption during training. Several approaches have been proposed to extend the…
DecoderDocument SummarizationLong-Form Narrative SummarizationLegal-HNet: Mixing Legal Long-Context Tokens with Hartley Transform
Since its introduction, the transformers architecture has seen great adoption in NLP applications, but it also has limitations. Although the self-attention mechanism allows for generating very rich representations of the…
Abstractive Text SummarizationDecoderText Summarization