paper-with-me

Papers

Keyphrase Extraction with Dynamic Graph Convolutional Networks and Diversified Inference

2020-10-24 · Haoyu Zhang, Dingkun Long, Guangwei Xu, Pengjun Xie, Fei Huang, Ji Wang

Keyphrase extraction (KE) aims to summarize a set of phrases that accurately express a concept or a topic covered in a given document. Recently, Sequence-to-Sequence (Seq2Seq) based generative framework is widely used in KE task, and it has obtained competitive performance on various benchmarks. The main challenges of Seq2Seq methods lie in acquiring informative latent document representation and better modeling the compositionality of the target keyphrases set, which will directly affect the quality of generated keyphrases. In this paper, we propose to adopt the Dynamic Graph Convolutional Networks (DGCN) to solve the above two problems simultaneously. Concretely, we explore to integrate dependency trees with GCN for latent representation learning. Moreover, the graph structure in our model is dynamically modified during the learning process according to the generated keyphrases. To this end, our approach is able to explicitly learn the relations within the keyphrases collection and guarantee the information interchange between encoder and decoder in both directions. Extensive experiments on various KE benchmark datasets demonstrate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2010.12828

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderKeyphrase ExtractionRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

DivGraphPointer: A Graph Pointer Network for Extracting Diverse Keyphrases

2019-05-19 · Zhiqing Sun, Jian Tang, Pan Du, Zhi-Hong Deng 외

Keyphrase extraction from documents is useful to a variety of applications such as information retrieval and document summarization. This paper presents an end-to-end method called DivGraphPointer for extracting a set of…

Document SummarizationInformation RetrievalKeyphrase ExtractionRetrieval

Enhancing Keyphrase Extraction from Long Scientific Documents using Graph Embeddings

2023-05-16 · Roberto Martínez-Cruz, Debanjan Mahata, Alvaro J. López-López, José Portela

In this study, we investigate using graph neural network (GNN) representations to enhance contextualized representations of pre-trained language models (PLMs) for keyphrase extraction from lengthy documents. We show that…

Graph Neural NetworkKeyphrase Extraction

Glocal: Incorporating Global Information in Local Convolution for Keyphrase Extraction

2019-06-01 · NAACL 2019 6 · Animesh Prasad, Min-Yen Kan

Graph Convolutional Networks (GCNs) are a class of spectral clustering techniques that leverage localized convolution filters to perform supervised classification directly on graphical structures. While such methods mode…

ClusteringKeyphrase Extraction

WikiRank: Improving Keyphrase Extraction Based on Background Knowledge

2018-03-23 · Yang Yu, Vincent Ng

Keyphrase is an efficient representation of the main idea of documents. While background knowledge can provide valuable information about documents, they are rarely incorporated in keyphrase extraction methods. In this p…

Keyphrase Extraction

Unsupervised Keyphrase Extraction with Multipartite Graphs

2018-03-23 · NAACL 2018 6 · Florian Boudin

We propose an unsupervised keyphrase extraction model that encodes topical information within a multipartite graph structure. Our model represents keyphrase candidates and topics in a single graph and exploits their mutu…

Keyphrase Extraction