paper-with-me

Papers

Improving Neural Abstractive Document Summarization with Explicit Information Selection Modeling

2018-10-01 · EMNLP 2018 10 · Wei Li, Xinyan Xiao, Yajuan Lyu, Yuanzhuo Wang

Information selection is the most important component in document summarization task. In this paper, we propose to extend the basic neural encoding-decoding framework with an information selection layer to explicitly model and optimize the information selection process in abstractive document summarization. Specifically, our information selection layer consists of two parts: gated global information filtering and local sentence selection. Unnecessary information in the original document is first globally filtered, then salient sentences are selected locally while generating each summary sentence sequentially. To optimize the information selection process directly, distantly-supervised training guided by the golden summary is also imported. Experimental results demonstrate that the explicit modeling and optimizing of the information selection process improves document summarization performance significantly, which enables our model to generate more informative and concise summaries, and thus significantly outperform state-of-the-art neural abstractive methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationDocument SummarizationMachine TranslationSentenceText Generation

Similar Papers 제목 키워드 기반

StructSum: Summarization via Structured Representations

2020-03-01 · EACL 2021 2 · Vidhisha Balachandran, Artidoro Pagnoni, Jay Yoon Lee, Dheeraj Rajagopal 외

Abstractive text summarization aims at compressing the information of a long source document into a rephrased, condensed summary. Despite advances in modeling techniques, abstractive summarization models still suffer fro…

Abstractive Text SummarizationDecoderDocument SummarizationSentence+1

A Robust Abstractive System for Cross-Lingual Summarization

2019-06-01 · NAACL 2019 6 · Jessica Ouyang, Boya Song, Kathy Mckeown

We present a robust neural abstractive summarization system for cross-lingual summarization. We construct summarization corpora for documents automatically translated from three low-resource languages, Somali, Swahili, a…

Abstractive Text SummarizationMachine TranslationTranslation

A Survey on Neural Abstractive Summarization Methods and Factual Consistency of Summarization

2022-04-20 · Meng Cao

Automatic summarization is the process of shortening a set of textual data computationally, to create a subset (a summary) that represents the most important pieces of information in the original text. Existing summariza…

Abstractive Text Summarization

Leveraging Attribute Conditioning for Abstractive Multi Document Summarization

2021-09-29 · Aiswarya Sankar, Ankit Chadha

Abstractive multi document summarization has evolved as a task through the basic sequence to sequence approaches to transformer and graph based techniques. Each of these approaches has primarily focused on the issues of …

AttributeDocument SummarizationMulti-Document Summarization

Improving Abstractive Document Summarization with Salient Information Modeling

2019-07-01 · ACL 2019 7 · Yongjian You, Weijia Jia, Tianyi Liu, Wenmian Yang

Comprehensive document encoding and salient information selection are two major difficulties for generating summaries with adequate salient information. To tackle the above difficulties, we propose a Transformer-based en…

DecoderDocument Summarization