paper-with-me

Papers

Learning Non-Autoregressive Models from Search for Unsupervised Sentence Summarization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Text summarization aims to generate a short summary for an input text. In this work, we propose a Non-Autoregressive Unsupervised Summarization (NAUS) approach, which does not require parallel data for training. Our NAUS first performs edit-based search towards a heuristically defined score, and generates a summary as pseudo-groundtruth. Then, we train an encoder-only non-autoregressive Transformer based on the search result. We also proposed a dynamic programming approach for length-control decoding, which is important for the summarization task. Experiments on the Gigaword headline generation and DUC2004 datasets show that NAUS achieves state-of-the-art performance for unsupervised summarization, yet largely improving inference efficiency. Further, our algorithm is able to perform length-transfer summary generation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Headline GenerationSentenceSentence SummarizationText SummarizationUnsupervised Sentence Summarization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Learning Non-Autoregressive Models from Search for Unsupervised Sentence Summarization

2022-05-28 · ACL 2022 5 · Puyuan Liu, Chenyang Huang, Lili Mou

Text summarization aims to generate a short summary for an input text. In this work, we propose a Non-Autoregressive Unsupervised Summarization (NAUS) approach, which does not require parallel data for training. Our NAUS…

SentenceSentence SummarizationText SummarizationUnsupervised Sentence Summarization

Discrete Optimization for Unsupervised Sentence Summarization with Word-Level Extraction

2020-05-04 · ACL 2020 6 · Raphael Schumann, Lili Mou, Yao Lu, Olga Vechtomova 외

Automatic sentence summarization produces a shorter version of a sentence, while preserving its most important information. A good summary is characterized by language fluency and high information overlap with the source…

Language ModelingLanguage ModellingSemantic SimilaritySemantic Textual Similarity+3

BottleSum: Unsupervised and Self-supervised Sentence Summarization using the Information Bottleneck Principle

2019-09-16 · IJCNLP 2019 11 · Peter West, Ari Holtzman, Jan Buys, Yejin Choi

The principle of the Information Bottleneck (Tishby et al. 1999) is to produce a summary of information X optimized to predict some other relevant information Y. In this paper, we propose a novel approach to unsupervised…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling+4

A Character-Level Length-Control Algorithm for Non-Autoregressive Sentence Summarization

2022-05-28 · Puyuan Liu, Xiang Zhang, Lili Mou

Sentence summarization aims at compressing a long sentence into a short one that keeps the main gist, and has extensive real-world applications such as headline generation. In previous work, researchers have developed va…

Headline GenerationSentenceSentence Summarization

Improving Sentence Similarity Estimation for Unsupervised Extractive Summarization

2023-02-24 · Shichao Sun, Ruifeng Yuan, Wenjie Li, Sujian Li

Unsupervised extractive summarization aims to extract salient sentences from a document as the summary without labeled data. Recent literatures mostly research how to leverage sentence similarity to rank sentences in the…

Contrastive LearningExtractive SummarizationSentenceSentence Similarity+1