paper-with-me

홈 › Papers

A Cascade Approach to Neural Abstractive Summarization with Content Selection and Fusion

2020-10-08 · Asian Chapter of the Association for Computational Linguistics 2020 · Logan Lebanoff, Franck Dernoncourt, Doo Soon Kim, Walter Chang, Fei Liu

We present an empirical study in favor of a cascade architecture to neural text summarization. Summarization practices vary widely but few other than news summarization can provide a sufficient amount of training data enough to meet the requirement of end-to-end neural abstractive systems which perform content selection and surface realization jointly to generate abstracts. Such systems also pose a challenge to summarization evaluation, as they force content selection to be evaluated along with text generation, yet evaluation of the latter remains an unsolved problem. In this paper, we present empirical results showing that the performance of a cascaded pipeline that separately identifies important content pieces and stitches them together into a coherent text is comparable to or outranks that of end-to-end systems, whereas a pipeline architecture allows for flexible content selection. We finally discuss how we can take advantage of a cascaded pipeline in neural text summarization and shed light on important directions for future research.

📄 PDF Abstract BibTeX arXiv:2010.03722

Code (1)

ucfnlp/cascaded-summ 공식 구현

Tasks

Abstractive Text SummarizationNews SummarizationText GenerationText Summarization

Similar Papers 제목 키워드 기반

Composing Elementary Discourse Units in Abstractive Summarization

2020-07-01 · ACL 2020 6 · Zhenwen Li, Wenhao Wu, Sujian Li

In this paper, we argue that elementary discourse unit (EDU) is a more appropriate textual unit of content selection than the sentence unit in abstractive summarization. To well handle the problem of composing EDUs into …

Abstractive Text Summarizationreinforcement-learningReinforcement Learning (RL)Sentence

Towards End-to-end Speech-to-text Summarization

2023-06-06 · Raul Monteiro, Diogo Pernes

Speech-to-text (S2T) summarization is a time-saving technique for filtering and keeping up with the broadcast news uploaded online on a daily basis. The rise of large language models from deep learning with impressive te…

Abstractive Text SummarizationSpeech-to-TextText GenerationText Summarization+1

Attention Head Masking for Inference Time Content Selection in Abstractive Summarization

2021-04-06 · NAACL 2021 4 · Shuyang Cao, Lu Wang

How can we effectively inform content selection in Transformer-based abstractive summarization models? In this work, we present a simple-yet-effective attention head masking technique, which is applied on encoder-decoder…

Abstractive Text SummarizationDecoderDocument Summarization

Differentiable Multi-Agent Actor-Critic for Multi-Step Radiology Report Summarization

2022-03-15 · ACL 2022 5 · Sanjeev Kumar Karn, Ning Liu, Hinrich Schuetze, Oladimeji Farri

The IMPRESSIONS section of a radiology report about an imaging study is a summary of the radiologist's reasoning and conclusions, and it also aids the referring physician in confirming or excluding certain diagnoses. A c…

Abstractive Text SummarizationExtractive Summarization

Factorizing Content and Budget Decisions in Abstractive Summarization of Long Documents

2022-05-25 · Marcio Fonseca, Yftah Ziser, Shay B. Cohen

We argue that disentangling content selection from the budget used to cover salient content improves the performance and applicability of abstractive summarizers. Our method, FactorSum, does this disentanglement by facto…

Abstractive Text SummarizationDisentanglementDocument SummarizationDomain Adaptation+1