CLApr 18, 2020

Exclusive Hierarchical Decoding for Deep Keyphrase Generation

arXiv:2004.08511v11016 citations
AI Analysis

This addresses the issue of generating diverse and accurate keyphrases for document summarization, though it is incremental as it builds on existing sequential decoding methods.

The paper tackles the problem of keyphrase generation by introducing an exclusive hierarchical decoding framework to model hierarchical compositionality and reduce duplicate keyphrases, resulting in less duplication and higher accuracy on benchmark datasets.

Keyphrase generation (KG) aims to summarize the main ideas of a document into a set of keyphrases. A new setting is recently introduced into this problem, in which, given a document, the model needs to predict a set of keyphrases and simultaneously determine the appropriate number of keyphrases to produce. Previous work in this setting employs a sequential decoding process to generate keyphrases. However, such a decoding method ignores the intrinsic hierarchical compositionality existing in the keyphrase set of a document. Moreover, previous work tends to generate duplicated keyphrases, which wastes time and computing resources. To overcome these limitations, we propose an exclusive hierarchical decoding framework that includes a hierarchical decoding process and either a soft or a hard exclusion mechanism. The hierarchical decoding process is to explicitly model the hierarchical compositionality of a keyphrase set. Both the soft and the hard exclusion mechanisms keep track of previously-predicted keyphrases within a window size to enhance the diversity of the generated keyphrases. Extensive experiments on multiple KG benchmark datasets demonstrate the effectiveness of our method to generate less duplicated and more accurate keyphrases.

Code Implementations1 repo
Foundations

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

Your Notes