# Abstractive Text Summarization using Attentive GRU based Encoder-Decoder

**Authors:** Tohida Rehman, Suchandan Das, Debarshi Kumar Sanyal, Samiran, Chattopadhyay

arXiv: 2302.13117 · 2023-02-28

## TL;DR

This paper presents an abstractive text summarization model using an attentive GRU encoder-decoder architecture, which effectively handles long sequences and outperforms existing models on news datasets.

## Contribution

Introduces a novel attentive GRU-based encoder-decoder model for abstractive summarization with improved handling of long input sequences.

## Key findings

- Outperforms existing models on news summarization datasets
- Handles long sequences effectively with attention mechanism
- Generates summaries comparable to newspaper headlines

## Abstract

In todays era huge volume of information exists everywhere. Therefore, it is very crucial to evaluate that information and extract useful, and often summarized, information out of it so that it may be used for relevant purposes. This extraction can be achieved through a crucial technique of artificial intelligence, namely, machine learning. Indeed automatic text summarization has emerged as an important application of machine learning in text processing. In this paper, an english text summarizer has been built with GRU-based encoder and decoder. Bahdanau attention mechanism has been added to overcome the problem of handling long sequences in the input text. A news-summary dataset has been used to train the model. The output is observed to outperform competitive models in the literature. The generated summary can be used as a newspaper headline.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.13117/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/2302.13117/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/2302.13117/full.md

---
Source: https://tomesphere.com/paper/2302.13117