Unsupervised Neural Single-Document Summarization of Reviews via Learning Latent Discourse Structure and its Ranking
This paper focuses on the end-to-end abstractive summarization of a single product review without supervision. We assume that a review can be described as a discourse tree, in which the summary is the root, and the child sentences explain their parent in detail. By recursively estimating a parent from its children, our model learns the latent discourse tree without an external parser and generates a concise summary. We also introduce an architecture that ranks the importance of each sentence on the tree to support summary generation focusing on the main review point. The experimental results demonstrate that our model is competitive with or outperforms other unsupervised approaches. In particular, for relatively long reviews, it achieves a competitive or better performance than supervised models. The induced tree shows that the child sentences provide additional information about their parent, and the generated summary abstracts the entire review.
Code (1)
Tasks
Abstractive Text SummarizationDocument SummarizationSentenceSimilar Papers 제목 키워드 기반
Unsupervised Opinion Summarization as Copycat-Review Generation
Opinion summarization is the task of automatically creating summaries that reflect subjective information expressed in multiple documents, such as product reviews. While the majority of previous work has focused on the e…
Abstractive Text SummarizationOpinion SummarizationReview GenerationUnsupervised Opinion SummarizationUnsupervised Aspect-Based Multi-Document Abstractive Summarization
User-generated reviews of products or services provide valuable information to customers. However, it is often impossible to read each of the potentially thousands of reviews: it would therefore save valuable time to pro…
Abstractive Text SummarizationClusteringDocument SummarizationLanguage Modeling+3Unsupervised Neural Multi-Document Abstractive Summarization of Reviews
Abstractive summarization has been studied using neural sequence transduction methods with datasets of large, paired document-summary examples. However, such datasets are rare and the models trained from them do not gene…
Abstractive Text SummarizationUnsupervised Opinion Summarisation in the Wasserstein Space
Opinion summarisation synthesises opinions expressed in a group of documents discussing the same topic to produce a single summary. Recent work has looked at opinion summarisation of clusters of social media posts. Such …
Abstractive Text SummarizationDecoderMeanSum: A Neural Model for Unsupervised Multi-document Abstractive Summarization
Abstractive summarization has been studied using neural sequence transduction methods with datasets of large, paired document-summary examples. However, such datasets are rare and the models trained from them do not gene…
Abstractive Text Summarization