paper-with-me

홈 › Papers

Improving Sequence-to-Sequence Models for Abstractive Text Summarization Using Meta Heuristic Approaches

2024-03-24 · Aditya Saxena, Ashutosh Ranjan

As human society transitions into the information age, reduction in our attention span is a contingency, and people who spend time reading lengthy news articles are decreasing rapidly and the need for succinct information is higher than ever before. Therefore, it is essential to provide a quick overview of important news by concisely summarizing the top news article and the most intuitive headline. When humans try to make summaries, they extract the essential information from the source and add useful phrases and grammatical annotations from the original extract. Humans have a unique ability to create abstractions. However, automatic summarization is a complicated problem to solve. The use of sequence-to-sequence (seq2seq) models for neural abstractive text summarization has been ascending as far as prevalence. Numerous innovative strategies have been proposed to develop the current seq2seq models further, permitting them to handle different issues like saliency, familiarity, and human lucidness and create excellent synopses. In this article, we aimed toward enhancing the present architectures and models for abstractive text summarization. The modifications have been aimed at fine-tuning hyper-parameters, attempting specific encoder-decoder combinations. We examined many experiments on an extensively used CNN/DailyMail dataset to check the effectiveness of various models.

📄 PDF Abstract BibTeX arXiv:2403.16247

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationArticlesDecoderText Summarization

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

CATS: Customizable Abstractive Topic-based Summarization

2019-05-24 · Anonymous

Neural sequence-to-sequence models are a recently proposed family of approaches used in abstractive summarization of text documents, useful for producing condensed versions of source text narratives without being restric…

Abstractive Text Summarization

Abstractive Summarization Using Attentive Neural Techniques

2018-10-20 · Jacob Krantz, Jugal Kalita

In a world of proliferating data, the ability to rapidly summarize text is growing in importance. Automatic summarization of text can be thought of as a sequence to sequence problem. Another area of natural language proc…

Abstractive Text SummarizationDecoderMachine TranslationSentence+1

Neural Abstractive Text Summarization with Sequence-to-Sequence Models

2018-12-05 · Tian Shi, Yaser Keneshloo, Naren Ramakrishnan, Chandan K. Reddy

In the past few years, neural abstractive text summarization with sequence-to-sequence (seq2seq) models have gained a lot of popularity. Many interesting techniques have been proposed to improve seq2seq models, making th…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingMachine Translation+2

Abstractive Document Summarization with a Graph-Based Attentional Neural Model

2017-07-01 · ACL 2017 7 · Jiwei Tan, Xiaojun Wan, Jianguo Xiao

Abstractive summarization is the ultimate goal of document summarization research, but previously it is less investigated due to the immaturity of text generation techniques. Recently impressive progress has been made to…

Abstractive Text SummarizationDocument SummarizationImage CaptioningMachine Translation+4

Bengali Abstractive News Summarization(BANS): A Neural Attention Approach

2020-12-03 · Prithwiraj Bhattacharjee, Avi Mallick, Md Saiful Islam, Marium-E-Jannat

Abstractive summarization is the process of generating novel sentences based on the information extracted from the original text document while retaining the context. Due to abstractive summarization's underlying complex…

Abstractive Text SummarizationArticlesDecoderDocument Summarization+2