paper-with-me

홈 › Papers

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 factorizing summarization into two steps through an energy function: (1) generation of abstractive summary views; (2) combination of these views into a final summary, following a budget and content guidance. This guidance may come from different sources, including from an advisor model such as BART or BigBird, or in oracle mode -- from the reference. This factorization achieves significantly higher ROUGE scores on multiple benchmarks for long document summarization, namely PubMed, arXiv, and GovReport. Most notably, our model is effective for domain adaptation. When trained only on PubMed samples, it achieves a 46.29 ROUGE-1 score on arXiv, which indicates a strong performance due to more flexible budget adaptation and content selection less dependent on domain-specific textual structure.

📄 PDF Abstract BibTeX arXiv:2205.12486

Code (1)

thefonseca/factorsum 공식 구현 pytorch

Tasks

Abstractive Text SummarizationDisentanglementDocument SummarizationDomain AdaptationText Summarization

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Dissecting Generation Modes for Abstractive Summarization Models via Ablation and Attribution

2021-06-03 · ACL 2021 5 · Jiacheng Xu, Greg Durrett

Despite the prominence of neural abstractive summarization models, we know little about how they actually form summaries and how to understand where their decisions come from. We propose a two-step method to interpret su…

Abstractive Text SummarizationDecoderLanguage ModelingLanguage Modelling+3

A Baseline Analysis for Podcast Abstractive Summarization

2020-08-24 · Chujie Zheng, Harry Jiannan Wang, Kunpeng Zhang, Ling Fan

Podcast summary, an important factor affecting end-users' listening decisions, has often been considered a critical feature in podcast recommendation systems, as well as many downstream applications. Existing abstractive…

Abstractive Text SummarizationRecommendation Systems

Salience Allocation as Guidance for Abstractive Summarization

2022-10-22 · Fei Wang, Kaiqiang Song, Hongming Zhang, Lifeng Jin 외

Abstractive summarization models typically learn to capture the salient information from scratch implicitly. Recent literature adds extractive summaries as guidance for abstractive summarization models to provide hints o…

Abstractive Text SummarizationArticles

Aspect and Sentiment Aware Abstractive Review Summarization

2018-08-01 · COLING 2018 8 · Min Yang, Qiang Qu, Ying Shen, Qiao Liu 외

Review text has been widely studied in traditional tasks such as sentiment analysis and aspect extraction. However, to date, no work is towards the abstractive review summarization that is essential for business organiza…

Abstractive Text SummarizationAspect ExtractionDecoderMachine Translation+3

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