paper-with-me

홈 › Papers

Improving Abstraction in Text Summarization

2018-08-23 · EMNLP 2018 10 · Wojciech Kryściński, Romain Paulus, Caiming Xiong, Richard Socher

Abstractive text summarization aims to shorten long text documents into a human readable form that contains the most important facts from the original document. However, the level of actual abstraction as measured by novel phrases that do not appear in the source document remains low in existing approaches. We propose two techniques to improve the level of abstraction of generated summaries. First, we decompose the decoder into a contextual network that retrieves relevant parts of the source document, and a pretrained language model that incorporates prior knowledge about language generation. Second, we propose a novelty metric that is optimized directly through policy learning to encourage the generation of novel phrases. Our model achieves results comparable to state-of-the-art models, as determined by ROUGE scores and human evaluations, while achieving a significantly higher level of abstraction as measured by n-gram overlap with the source document.

📄 PDF Abstract BibTeX arXiv:1808.07913

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationDecoderLanguage ModelingLanguage ModellingText GenerationText Summarization

Similar Papers 제목 키워드 기반

Abstractiveness Metrics for Evaluating Text Summarization: A Refined Formulation with Empirical Validation

2026-07-12 · Praveenkumar Katwe, Rakesh Chandra Balabantaray, Kali Prasad Vittala arxiv

Quantifying abstractiveness in generated summaries is essential for evaluating summarization models beyond surface-level metrics like ROUGE. We introduce Reference Abstraction (RA), Summary Abstraction (SA), and Abstract…

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

BUS:Efficient and Effective Vision-language Pre-training with Bottom-Up Patch Summarization

2023-07-17 · Chaoya Jiang, Haiyang Xu, Wei Ye, Qinghao Ye 외

Vision Transformer (ViT) based Vision-Language Pre-training (VLP) models have demonstrated impressive performance in various tasks. However, the lengthy visual token sequences fed into ViT can lead to training inefficien…

DecoderText Summarization

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 possibl…

Text SummarizationWord Alignment

Plain English Summarization of Contracts

2019-06-02 · WS 2019 6 · Laura Manor, Junyi Jessy Li

Unilateral contracts, such as terms of service, play a substantial role in modern digital life. However, few users read these documents before accepting the terms within, as they are too long and the language too complic…

Extractive SummarizationText SummarizationUnsupervised Extractive Summarization