paper-with-me

Papers

BiSET: Bi-directional Selective Encoding with Template for Abstractive Summarization

2019-06-12 · ACL 2019 7 · Kai Wang, Xiaojun Quan, Rui Wang

The success of neural summarization models stems from the meticulous encodings of source articles. To overcome the impediments of limited and sometimes noisy training data, one promising direction is to make better use of the available training data by applying filters during summarization. In this paper, we propose a novel Bi-directional Selective Encoding with Template (BiSET) model, which leverages template discovered from training data to softly select key information from each source article to guide its summarization process. Extensive experiments on a standard summarization dataset were conducted and the results show that the template-equipped BiSET model manages to improve the summarization performance significantly with a new state of the art.

📄 PDF Abstract BibTeX arXiv:1906.05012

Code (1)

InitialBug/BiSET 공식 구현 pytorch

Tasks

Abstractive Text SummarizationArticlesText Summarization

Similar Papers 제목 키워드 기반

Selective Encoding for Abstractive Sentence Summarization

2017-04-24 · ACL 2017 7 · Qingyu Zhou, Nan Yang, Furu Wei, Ming Zhou

We propose a selective encoding model to extend the sequence-to-sequence framework for abstractive sentence summarization. It consists of a sentence encoder, a selective gate network, and an attention equipped decoder. T…

DecoderSentenceSentence Summarization

Extra Global Attention Designation Using Keyword Detection in Sparse Transformer Architectures

2024-10-11 · Evan Lucas, Dylan Kangas, Timothy C Havens

In this paper, we propose an extension to Longformer Encoder-Decoder, a popular sparse transformer architecture. One common challenge with sparse transformers is that they can struggle with encoding of long range context…

Abstractive Text SummarizationDecoder

A Template-based Abstractive Meeting Summarization: Leveraging Summary and Source Text Relationships

2014-06-01 · WS 2014 6 · Tatsuro Oya, Yashar Mehdad, Giuseppe Carenini, Raymond Ng
Abstractive Text SummarizationMeeting SummarizationText Generation

Template-based Abstractive Microblog Opinion Summarisation

2022-08-08 · Iman Munire Bilal, Bo wang, Adam Tsakalidis, Dong Nguyen 외

We introduce the task of microblog opinion summarisation (MOS) and share a dataset of 3100 gold-standard opinion summaries to facilitate research in this domain. The dataset contains summaries of tweets spanning a 2-year…

Articles

Learning Syntactic and Dynamic Selective Encoding for Document Summarization

2020-03-25 · Haiyang Xu, Yahao He, Kun Han, Junwen Chen 외

Text summarization aims to generate a headline or a short summary consisting of the major information of the source text. Recent studies employ the sequence-to-sequence framework to encode the input with a neural network…

Constituency ParsingDecoderDocument SummarizationText Summarization