paper-with-me

홈 › Papers

A Joint Learning Approach based on Self-Distillation for Keyphrase Extraction from Scientific Documents

2020-10-22 · COLING 2020 8 · Tuan Manh Lai, Trung Bui, Doo Soon Kim, Quan Hung Tran

Keyphrase extraction is the task of extracting a small set of phrases that best describe a document. Most existing benchmark datasets for the task typically have limited numbers of annotated documents, making it challenging to train increasingly complex neural networks. In contrast, digital libraries store millions of scientific articles online, covering a wide range of topics. While a significant portion of these articles contain keyphrases provided by their authors, most other articles lack such kind of annotations. Therefore, to effectively utilize these large amounts of unlabeled articles, we propose a simple and efficient joint learning approach based on the idea of self-distillation. Experimental results show that our approach consistently improves the performance of baseline models for keyphrase extraction. Furthermore, our best models outperform previous methods for the task, achieving new state-of-the-art results on two public benchmarks: Inspec and SemEval-2017.

📄 PDF Abstract BibTeX arXiv:2010.11980

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesKeyphrase Extraction

Similar Papers 제목 키워드 기반

WING-NUS at SemEval-2017 Task 10: Keyphrase Extraction and Classification as Joint Sequence Labeling

2017-08-01 · SEMEVAL 2017 8 · Animesh Prasad, Min-Yen Kan

We describe an end-to-end pipeline processing approach for SemEval 2017{'}s Task 10 to extract keyphrases and their relations from scientific publications. We jointly identify and classify keyphrases by modeling the subt…

ClusteringGeneral ClassificationKeyphrase ExtractionRelation

Unsupervised Keyphrase Extraction via Interpretable Neural Networks

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Keyphrase extraction aims at automatically extracting a list of "important'' phrases which represent the key concepts in a document. Traditionally, it has been approached from an information-theoretic angle using phrase …

ArticlesKeyphrase Extraction

Unsupervised Keyphrase Extraction via Interpretable Neural Networks

2022-03-15 · Rishabh Joshi, Vidhisha Balachandran, Emily Saldanha, Maria Glenski 외

Keyphrase extraction aims at automatically extracting a list of "important" phrases representing the key concepts in a document. Prior approaches for unsupervised keyphrase extraction resorted to heuristic notions of phr…

ArticlesKeyphrase ExtractionTopic Classification

SEAL: Scientific Keyphrase Extraction and Classification

2020-06-05 · Ayush Garg, Sammed Shantinath Kagi, Mayank Singh

Automatic scientific keyphrase extraction is a challenging problem facilitating several downstream scholarly tasks like search, recommendation, and ranking. In this paper, we introduce SEAL, a scholarly tool for automati…

ClassificationGeneral ClassificationKeyphrase Extraction

Key2Vec: Automatic Ranked Keyphrase Extraction from Scientific Articles using Phrase Embeddings

2018-06-01 · NAACL 2018 6 · Debanjan Mahata, John Kuriakose, Rajiv Ratn Shah, Roger Zimmermann

Keyphrase extraction is a fundamental task in natural language processing that facilitates mapping of documents to a set of representative phrases. In this paper, we present an unsupervised technique (Key2Vec) that lever…

ArticlesChunkingKeyphrase ExtractionNamed Entity Recognition (NER)+3