CLLGMLApr 25, 2020

Combining Word Embeddings and N-grams for Unsupervised Document Summarization

arXiv:2004.14119v15 citations
AI Analysis

This work addresses the challenge of semantic similarity in unsupervised document summarization, offering an incremental improvement over existing methods.

The paper tackled the problem of improving sentence similarity for graph-based extractive document summarization by combining word embeddings and n-grams, resulting in state-of-the-art performance on the DUC04 dataset and competitive results on CNN/DM and NYT datasets.

Graph-based extractive document summarization relies on the quality of the sentence similarity graph. Bag-of-words or tf-idf based sentence similarity uses exact word matching, but fails to measure the semantic similarity between individual words or to consider the semantic structure of sentences. In order to improve the similarity measure between sentences, we employ off-the-shelf deep embedding features and tf-idf features, and introduce a new text similarity metric. An improved sentence similarity graph is built and used in a submodular objective function for extractive summarization, which consists of a weighted coverage term and a diversity term. A Transformer based compression model is developed for sentence compression to aid in document summarization. Our summarization approach is extractive and unsupervised. Experiments demonstrate that our approach can outperform the tf-idf based approach and achieve state-of-the-art performance on the DUC04 dataset, and comparable performance to the fully supervised learning methods on the CNN/DM and NYT datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes