paper-with-me

홈 › Papers

Improving Latent Alignment in Text Summarization by Generalizing the Pointer Generator

2019-11-01 · IJCNLP 2019 11 · Xiaoyu Shen, Yang Zhao, Hui Su, Dietrich Klakow

Pointer Generators have been the de facto standard for modern summarization systems. However, this architecture faces two major drawbacks: Firstly, the pointer is limited to copying the exact words while ignoring possible inflections or abstractions, which restricts its power of capturing richer latent alignment. Secondly, the copy mechanism results in a strong bias towards extractive generations, where most sentences are produced by simply copying from the source text. In this paper, we address these problems by allowing the model to {``}edit{''} pointed tokens instead of always hard copying them. The editing is performed by transforming the pointed word vector into a target space with a learned relation embedding. On three large-scale summarization dataset, we show the model is able to (1) capture more latent alignment relations than exact word matches, (2) improve word alignment accuracy, allowing for better model interpretation and controlling, (3) generate higher-quality summaries validated by both qualitative and quantitative evaluations and (4) bring more abstraction to the generated summaries.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Text SummarizationWord Alignment

Similar Papers 제목 키워드 기반

Optimal path for Biomedical Text Summarization Using Pointer GPT

2024-03-22 · Hyunkyung Han, Jaesik Choi

Biomedical text summarization is a critical tool that enables clinicians to effectively ascertain patient status. Traditionally, text summarization has been accomplished with transformer models, which are capable of comp…

Text Summarization

A more abstractive summarization model

2020-02-25 · Satyaki Chakraborty, Xinya Li, Sayak Chakraborty

Pointer-generator network is an extremely popular method of text summarization. More recent works in this domain still build on top of the baseline pointer generator by augmenting a content selection phase, or by decompo…

Abstractive Text SummarizationDecoderLanguage ModelingLanguage Modelling+2

Neural Abstractive Text Summarization and Fake News Detection

2019-03-24 · Soheil Esmaeilzadeh, Gao Xian Peh, Angela Xu

In this work, we study abstractive text summarization by exploring different models such as LSTM-encoder-decoder with attention, pointer-generator networks, coverage mechanisms, and transformers. Upon extensive and caref…

Abstractive Text SummarizationArticlesClassificationDecoder+3

Point-less: More Abstractive Summarization with Pointer-Generator Networks

2019-04-18 · Freek Boutkan, Jorn Ranzijn, David Rau, Eelco van der Wel

The Pointer-Generator architecture has shown to be a big improvement for abstractive summarization seq2seq models. However, the summaries produced by this model are largely extractive as over 30% of the generated sentenc…

Abstractive Text Summarization

Pointer over Attention: An Improved Bangla Text Summarization Approach Using Hybrid Pointer Generator Network

2021-11-19 · Nobel Dhar, Gaurob Saha, Prithwiraj Bhattacharjee, Avi Mallick 외

Despite the success of the neural sequence-to-sequence model for abstractive text summarization, it has a few shortcomings, such as repeating inaccurate factual details and tending to repeat themselves. We propose a hybr…

Abstractive Text SummarizationArticlesText Summarization