paper-with-me

Papers

Concept Pointer Network for Abstractive Summarization

2019-10-18 · IJCNLP 2019 11 · Wang Wenbo, Gao Yang, Huang Heyan, Zhou Yuxiang

A quality abstractive summary should not only copy salient source texts as summaries but should also tend to generate new conceptual words to express concrete details. Inspired by the popular pointer generator sequence-to-sequence model, this paper presents a concept pointer network for improving these aspects of abstractive summarization. The network leverages knowledge-based, context-aware conceptualizations to derive an extended set of candidate concepts. The model then points to the most appropriate choice using both the concept set and original source text. This joint approach generates abstractive summaries with higher-level semantic concepts. The training model is also optimized in a way that adapts to different data, which is based on a novel method of distantly-supervised learning guided by reference summaries and testing set. Overall, the proposed approach provides statistically significant improvements over several state-of-the-art models on both the DUC-2004 and Gigaword datasets. A human evaluation of the model's abstractive abilities also supports the quality of the summaries produced within this framework.

📄 PDF Abstract BibTeX arXiv:1910.08486

Code (1)

wprojectsn/codes 공식 구현 pytorch

Tasks

Abstractive Text SummarizationText Summarization

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…

Similar Papers 제목 키워드 기반

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

Multi-stage Pretraining for Abstractive Summarization

2019-09-23 · Sebastian Goodman, Zhenzhong Lan, Radu Soricut

Neural models for abstractive summarization tend to achieve the best performance in the presence of highly specialized, summarization specific modeling add-ons such as pointer-generator, coverage-modeling, and inferencet…

Abstractive Text SummarizationForm

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

VAE-PGN based Abstractive Model in Multi-stage Architecture for Text Summarization

2019-10-01 · WS 2019 10 · Hyungtak Choi, Lohith Ravuru, Tomasz Dryja{\'n}ski, Sunghan Rye 외

This paper describes our submission to the TL;DR challenge. Neural abstractive summarization models have been successful in generating fluent and consistent summaries with advancements like the copy (Pointer-generator) a…

Abstractive Text SummarizationExtractive SummarizationSentenceText Summarization