paper-with-me

홈 › Papers

Improving Abstractive Text Summarization with History Aggregation

2019-12-24 · Pengcheng Liao, Chuang Zhang, Xiaojun Chen, Xiaofei Zhou

Recent neural sequence to sequence models have provided feasible solutions for abstractive summarization. However, such models are still hard to tackle long text dependency in the summarization task. A high-quality summarization system usually depends on strong encoder which can refine important information from long input texts so that the decoder can generate salient summaries from the encoder's memory. In this paper, we propose an aggregation mechanism based on the Transformer model to address the challenge of long text representation. Our model can review history information to make encoder hold more memory capacity. Empirically, we apply our aggregation mechanism to the Transformer model and experiment on CNN/DailyMail dataset to achieve higher quality summaries compared to several strong baseline models on the ROUGE metrics.

📄 PDF Abstract BibTeX arXiv:1912.11046

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationDecoderText Summarization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Learn to Copy from the Copying History: Correlational Copy Network for Abstractive Summarization

2021-11-01 · EMNLP 2021 11 · Haoran Li, Song Xu, Peng Yuan, Yujia Wang 외

The copying mechanism has had considerable success in abstractive summarization, facilitating models to directly copy words from the input text to the output summary. Existing works mostly employ encoder-decoder attentio…

Abstractive Text SummarizationDecoderNews Summarization

Source-summary Entity Aggregation in Abstractive Summarization

2022-10-01 · COLING 2022 10 · José Ángel González, Annie Louis, Jackie Chi Kit Cheung

In a text, entities mentioned earlier can be referred to in later discourse by a more general description. For example, Celine Dion and Justin Bieber can be referred to by Canadian singers or celebrities. In this work, w…

Abstractive Text Summarization

TESA: A Task in Entity Semantic Aggregation for Abstractive Summarization

2020-11-01 · EMNLP 2020 11 · Cl{\'e}ment Jumel, Annie Louis, Jackie Chi Kit Cheung

Human-written texts contain frequent generalizations and semantic aggregation of content. In a document, they may refer to a pair of named entities such as {`}London{'} and {`}Paris{'} with different expressions: {``}the…

Abstractive Text SummarizationDecoderLanguage ModelingLanguage Modelling

Neural Abstractive Text Summarizer for Telugu Language

2021-01-18 · Mohan Bharath B, Aravindh Gowtham B, Akhil M

Abstractive Text Summarization is the process of constructing semantically relevant shorter sentences which captures the essence of the overall meaning of the source text. It is actually difficult and very time consuming…

Abstractive Text SummarizationDecoderDeep LearningSentence+1

Unsupervised Abstractive Summarization of Bengali Text Documents

2021-01-26 · EACL 2021 2 · Radia Rayan Chowdhury, Mir Tafseer Nayeem, Tahsin Tasnim Mim, Md. Saifur Rahman Chowdhury 외

Abstractive summarization systems generally rely on large collections of document-summary pairs. However, the performance of abstractive systems remains a challenge due to the unavailability of parallel data for low-reso…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling+2