paper-with-me

홈 › Papers

Joint Parsing and Generation for Abstractive Summarization

2019-11-23 · Kaiqiang Song, Logan Lebanoff, Qipeng Guo, Xipeng Qiu, xiangyang xue, Chen Li, Dong Yu, Fei Liu

Sentences produced by abstractive summarization systems can be ungrammatical and fail to preserve the original meanings, despite being locally fluent. In this paper we propose to remedy this problem by jointly generating a sentence and its syntactic dependency parse while performing abstraction. If generating a word can introduce an erroneous relation to the summary, the behavior must be discouraged. The proposed method thus holds promise for producing grammatical sentences and encouraging the summary to stay true-to-original. Our contributions of this work are twofold. First, we present a novel neural architecture for abstractive summarization that combines a sequential decoder with a tree-based decoder in a synchronized manner to generate a summary sentence and its syntactic parse. Secondly, we describe a novel human evaluation protocol to assess if, and to what extent, a summary remains true to its original meanings. We evaluate our method on a number of summarization datasets and demonstrate competitive results against strong baselines.

📄 PDF Abstract BibTeX arXiv:1911.10389

Code (2)

ucfnlp/joint-parse-n-summarize 공식 구현 pytorch
jiaruncao/BioCopyMechanism

Tasks

Abstractive Text SummarizationDecoderSentenceText Summarization

Similar Papers 제목 키워드 기반

Topic-Guided Abstractive Text Summarization: a Joint Learning Approach

2020-10-20 · Chujie Zheng, Kunpeng Zhang, Harry Jiannan Wang, Ling Fan 외

We introduce a new approach for abstractive text summarization, Topic-Guided Abstractive Summarization, which calibrates long-range dependencies from topic-level features with globally salient content. The idea is to inc…

Abstractive Text SummarizationExtractive SummarizationText Summarization

LipKey: A Large-Scale News Dataset for Absent Keyphrases Generation and Abstractive Summarization

2022-10-01 · COLING 2022 10 · Fajri Koto, Timothy Baldwin, Jey Han Lau

Summaries, keyphrases, and titles are different ways of concisely capturing the content of a document. While most previous work has released the datasets of keyphrases and summarization separately, in this work, we intro…

Abstractive Text SummarizationDocument Summarization

Selective Attention Encoders by Syntactic Graph Convolutional Networks for Document Summarization

2020-03-18 · Haiyang Xu, Yun Wang, Kun Han, Baochang Ma 외

Abstractive text summarization is a challenging task, and one need to design a mechanism to effectively extract salient information from the source text and then generate a summary. A parsing process of the source text c…

Abstractive Text SummarizationDocument SummarizationText Summarization

Cutting-off Redundant Repeating Generations for Neural Abstractive Summarization

2016-12-31 · EACL 2017 4 · Jun Suzuki, Masaaki Nagata

This paper tackles the reduction of redundant repeating generation that is often observed in RNN-based encoder-decoder models. Our basic idea is to jointly estimate the upper-bound frequency of each target vocabulary in …

Abstractive Text SummarizationDecoder

Abstractive Multi-Document Summarization via Joint Learning with Single-Document Summarization

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Hanqi Jin, Xiaojun Wan

Single-document and multi-document summarizations are very closely related in both task definition and solution method. In this work, we propose to improve neural abstractive multi-document summarization by jointly learn…

DecoderDocument SummarizationMulti-Document Summarization