paper-with-me

홈 › Papers

W2KPE: Keyphrase Extraction with Word-Word Relation

2023-03-22 · Wen Cheng, Shichen Dong, Wei Wang

This paper describes our submission to ICASSP 2023 MUG Challenge Track 4, Keyphrase Extraction, which aims to extract keyphrases most relevant to the conference theme from conference materials. We model the challenge as a single-class Named Entity Recognition task and developed techniques for better performance on the challenge: For the data preprocessing, we encode the split keyphrases after word segmentation. In addition, we increase the amount of input information that the model can accept at one time by fusing multiple preprocessed sentences into one segment. We replace the loss function with the multi-class focal loss to address the sparseness of keyphrases. Besides, we score each appearance of keyphrases and add an extra output layer to fit the score to rank keyphrases. Exhaustive evaluations are performed to find the best combination of the word segmentation tool, the pre-trained embedding model, and the corresponding hyperparameters. With these proposals, we scored 45.04 on the final test set.

📄 PDF Abstract BibTeX arXiv:2303.13463

Code (0)

등록된 구현이 없습니다.

Tasks

Keyphrase Extractionnamed-entity-recognitionNamed Entity RecognitionRelationSegmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

Unsupervised Keyphrase Extraction from Scientific Publications

2018-08-10 · Eirini Papagiannopoulou, Grigorios Tsoumakas

We propose a novel unsupervised keyphrase extraction approach that filters candidate keywords using outlier detection. It starts by training word embeddings on the target document to capture semantic regularities among t…

Keyphrase ExtractionOutlier DetectionWord Embeddings

UniKeyphrase: A Unified Extraction and Generation Framework for Keyphrase Prediction

2021-06-09 · Findings (ACL) 2021 8 · Huanqin Wu, Wei Liu, Lei LI, Dan Nie 외

Keyphrase Prediction (KP) task aims at predicting several keyphrases that can summarize the main idea of the given document. Mainstream KP methods can be categorized into purely generative approaches and integrated model…

DiversityRelation

Local Word Vectors Guiding Keyphrase Extraction

2017-10-20 · Eirini Papagiannopoulou, Grigorios Tsoumakas

Automated keyphrase extraction is a fundamental textual information processing task concerned with the selection of representative phrases from a document that summarize its content. This work presents a novel unsupervis…

Keyphrase ExtractionWord Embeddings

Applying Transformer-based Text Summarization for Keyphrase Generation

2022-09-08 · Anna Glazkova, Dmitry Morozov

Keyphrases are crucial for searching and systematizing scholarly documents. Most current methods for keyphrase extraction are aimed at the extraction of the most significant words in the text. But in practice, the list o…

Abstractive Text SummarizationKeyphrase ExtractionKeyphrase GenerationText Summarization

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