UniKeyphrase: A Unified Extraction and Generation Framework for Keyphrase Prediction (2021.findings-acl)
Copied to clipboard
| Challenge: | Mainstream methods that ignore the diversity among keyphrases or weakly capture the relation between tasks implicitly ignore keyphrase diversity. |
| Approach: | They propose a novel end-to-end learning framework that jointly learns to extract and generate keyphrases by exploiting latent semantic relation between extraction and generation. |
| Outcome: | The proposed approach outperforms mainstream methods on a benchmarked document on keyphrase prediction. |
Similar Papers
A Survey on Recent Advances in Keyphrase Extraction from Pre-trained Language Models (2023.findings-eacl)
Copied to clipboard
| Challenge: | Keyphrase extraction is a key component in Natural Language Processing (NLP) systems for selecting a set of phrases from the document that could summarize the important information discussed in the source document. |
| Approach: | They propose to use supervised and unsupervised keyphrase extraction techniques to investigate the state-of-the-art models for keyphrase extracting. |
| Outcome: | The proposed keyphrase extraction system can significantly accelerate the speed of retrieval and help people get first-hand information from a long document quickly and accurately. |
An Integrated Approach for Keyphrase Generation via Exploring the Power of Retrieval and Extraction (N19-1)
Copied to clipboard
| Challenge: | Existing methods on keyphrase generation are purely extractive or generative . however, extractive methods cannot predict absent keyphrases which are not in the document. |
| Approach: | They propose a multi-task learning framework that jointly learns an extractive model and a generative model. |
| Outcome: | The proposed approach outperforms the state-of-the-art methods on five keyphrase generation tasks. |
Keyphrase Prediction from Video Transcripts: New Dataset and Directions (2022.coling-1)
Copied to clipboard
Amir Pouran Ben Veyseh, Quan Hung Tran, Seunghyun Yoon, Varun Manjunatha, Hanieh Deilamsalehy, Rajiv Jain, Trung Bui, Walter W. Chang, Franck Dernoncourt, Thien Huu Nguyen
| Challenge: | Existing studies on keyphrase prediction have focused on formal texts and informal-text domains. |
| Approach: | They propose to annotate large-scale video transcripts with keyphrases from live-stream video . they propose to feed models with paragraph-level keyphrase extraction to foster future research . |
| Outcome: | The proposed model improves keyphrase prediction in live-stream video transcripts by feeding models with paragraph-level keyphrases. |
A Joint Learning Approach based on Self-Distillation for Keyphrase Extraction from Scientific Documents (2020.coling-main)
Copied to clipboard
| Challenge: | Existing methods for keyphrase extraction are limited by the number of annotated documents. |
| Approach: | They propose a joint learning approach that uses the idea of self-distillation to extract keyphrases from unlabeled articles. |
| Outcome: | The proposed approach outperforms baseline models on two public benchmarks: Inspec and SemEval-2017. |
Mitigating Over-Generation for Unsupervised Keyphrase Extraction with Heterogeneous Centrality Detection (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing keyphrase extraction models incorrectly determine a keyphrase as a phrase but output other candidates as keyphrases because they contain the same word. |
| Approach: | They propose a new approach that detects both implicit and explicit centrality within a heterogeneous graph as the importance score of each candidate keyphrase. |
| Outcome: | The proposed approach outperforms state-of-the-art keyphrase extraction models on three benchmark datasets. |
Unsupervised Keyphrase Extraction with Multipartite Graphs (N18-2)
Copied to clipboard
| Challenge: | Recent years have witnessed a resurgence of interest in automatic keyphrase extraction. |
| Approach: | They propose an unsupervised keyphrase extraction model that encodes topical information within a multipartite graph structure. |
| Outcome: | The proposed model improves on three widely used datasets. |
Open Domain Web Keyphrase Extraction Beyond Language Modeling (D19-1)
Copied to clipboard
| Challenge: | Recent neural methods for keyphrase extraction are mostly observed in documents originating from the scientific domain. |
| Approach: | They develop a neural keyphrase extraction model that goes beyond language understanding to handle the variations of domain and content quality. |
| Outcome: | The proposed model can handle the variations of domain and content quality without restriction of the domain, quality, nor content of the documents. |
Unsupervised Keyphrase Extraction by Learning Neural Keyphrase Set Function (2023.findings-acl)
Copied to clipboard
| Challenge: | Unsupervised keyphrase extraction is a task of extracting a keyphrase set that provides readers with highlevel information about the key ideas or important topics described in the document. |
| Approach: | They propose an unsupervised keyphrase extraction task that is a document-set matching problem instead of modeling the relevance between an individual phrase and the document. |
| Outcome: | The proposed model outperforms the state-of-the-art unsupervised keyphrase extraction baselines by a large margin. |
SimCKP: Simple Contrastive Learning of Keyphrase Representations (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing models for keyphrase generation and keyphrase extraction use a token level to generate keyphrases that do not appear in a document. |
| Approach: | They propose a simple contrastive learning framework that generates keyphrases that do not appear in a document and a reranker that adapts the scores for each generated phrase. |
| Outcome: | The proposed model outperforms the state-of-the-art models on multiple benchmark datasets. |
ERU-KG: Efficient Reference-aligned Unsupervised Keyphrase Generation (2025.acl-long)
Copied to clipboard
| Challenge: | Existing methods for keyphrase prediction rely on heuristicically defined importance scores . existing methods lack consideration for time efficiency . |
| Approach: | They propose an unsupervised keyphrase generation model that combines informativeness and phraseness modules. |
| Outcome: | The proposed model outperforms baseline models and achieves 89% of the performance of a supervised model for top 10 predictions. |