paper-with-me

Papers

Read, Highlight and Summarize: A Hierarchical Neural Semantic Encoder-based Approach

2019-10-08 · Rajeev Bhatt Ambati, Saptarashmi Bandyopadhyay, Prasenjit Mitra

Traditional sequence-to-sequence (seq2seq) models and other variations of the attention-mechanism such as hierarchical attention have been applied to the text summarization problem. Though there is a hierarchy in the way humans use language by forming paragraphs from sentences and sentences from words, hierarchical models have usually not worked that much better than their traditional seq2seq counterparts. This effect is mainly because either the hierarchical attention mechanisms are too sparse using hard attention or noisy using soft attention. In this paper, we propose a method based on extracting the highlights of a document; a key concept that is conveyed in a few sentences. In a typical text summarization dataset consisting of documents that are 800 tokens in length (average), capturing long-term dependencies is very important, e.g., the last sentence can be grouped with the first sentence of a document to form a summary. LSTMs (Long Short-Term Memory) proved useful for machine translation. However, they often fail to capture long-term dependencies while modeling long sequences. To address these issues, we have adapted Neural Semantic Encoders (NSE) to text summarization, a class of memory-augmented neural networks by improving its functionalities and proposed a novel hierarchical NSE that outperforms similar previous models significantly. The quality of summarization was improved by augmenting linguistic factors, namely lemma, and Part-of-Speech (PoS) tags, to each word in the dataset for improved vocabulary coverage and generalization. The hierarchical NSE model on factored dataset outperformed the state-of-the-art by nearly 4 ROUGE points. We further designed and used the first GPU-based self-critical Reinforcement Learning model.

📄 PDF Abstract BibTeX arXiv:1910.03177

Code (1)

rajeev595/RHS_HierNSE tf

Tasks

Abstractive Text SummarizationGPUHard AttentionLEMMAMachine TranslationPOSReinforcement LearningSentenceText Summarization

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh 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 제목 키워드 기반

Hierarchical Photo-Scene Encoder for Album Storytelling

2019-02-02 · Bairui Wang, Lin Ma, Wei zhang, Wenhao Jiang 외

In this paper, we propose a novel model with a hierarchical photo-scene encoder and a reconstructor for the task of album storytelling. The photo-scene encoder contains two sub-encoders, namely the photo and scene encode…

DecoderImage-guided Story Ending GenerationVisual Storytelling

Improving Online Forums Summarization via Hierarchical Unified Deep Neural Network

2021-03-25 · Sansiri Tarnpradab, Fereshteh Jafariakinabad, Kien A. Hua

Online discussion forums are prevalent and easily accessible, thus allowing people to share ideas and opinions by posting messages in the discussion threads. Forum threads that significantly grow in length can become dif…

Sentence

Learning to Summarize Long Texts with Memory Compression and Transfer

2020-10-21 · Jaehong Park, Jonathan Pilault, Christopher Pal

We introduce Mem2Mem, a memory-to-memory mechanism for hierarchical recurrent neural network based encoder decoder architectures and we explore its use for abstractive document summarization. Mem2Mem transfers "memories"…

Abstractive Text SummarizationDecoderDocument SummarizationSentence

Mem2Mem: Learning to Summarize Long Texts with Memory Compression and Transfer

2021-01-01 · Jonathan Pilault, Jaehong Park, Christopher Pal

We introduce Mem2Mem, a memory-to-memory mechanism for hierarchical recurrent neural network based encoder decoder architectures and we explore its use for abstractive document summarization. Mem2Mem transfers memories v…

Abstractive Text SummarizationDecoderDocument SummarizationSentence

HierarchyNet: Learning to Summarize Source Code with Heterogeneous Representations

2022-05-31 · Minh Huynh Nguyen, Nghi D. Q. Bui, Truong Son Hy, Long Tran-Thanh 외

We propose a novel method for code summarization utilizing Heterogeneous Code Representations (HCRs) and our specially designed HierarchyNet. HCRs effectively capture essential code features at lexical, syntactic, and se…

Clone DetectionCode ClassificationCode CompletionCode Summarization