paper-with-me

Papers

New Approaches to Long Document Summarization: Fourier Transform Based Attention in a Transformer Model

2021-11-25 · Andrew Kiruluta, Andreas Lemos, Eric Lundy

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.

📄 PDF Abstract BibTeX arXiv:2111.15473

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationDecoderDocument Summarization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
How do I make a claim with Expedia?*Make FastClaimService How do I make a claim with Expedia? To make a claim with Expedia, contact their support team at +1(888) (829) (0881) OR +1(805) (330) (4056), or use the Help Center to submit…
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.
How do I get a human at Expedia immediately? (2025-2026) How do I get a human at Expedia immediately? (2025 Complete Guide) Most travelers run into a point where self-service isn’t enough, and speaking to a real person becomes the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…

Similar Papers 제목 키워드 기반

Document-Level Abstractive Summarization

2022-12-06 · Gonçalo Raposo, Afonso Raposo, Ana Sofia Carmo

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 Summarization

HETFORMER: Heterogeneous Transformer with Sparse Attention for Long-Text Extractive Summarization

2021-10-12 · EMNLP 2021 11 · Ye Liu, Jian-Guo Zhang, Yao Wan, Congying Xia 외

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 Summarization

Long-Span Summarization via Local Attention and Content Selection

2021-05-08 · ACL 2021 5 · Potsawee Manakul, Mark J. F. Gales

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 SummarizationGPU

End-to-End Long Document Summarization using Gradient Caching

2025-01-03 · Rohit Saxena, Hao Tang, Frank Keller

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 Summarization

Legal-HNet: Mixing Legal Long-Context Tokens with Hartley Transform

2023-11-09 · Daniele Giofré, Sneha Ghantasala

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