paper-with-me

홈 › Papers

EELECTION at SemEval-2017 Task 10: Ensemble of nEural Learners for kEyphrase ClassificaTION

2017-04-07 · SEMEVAL 2017 8 · Steffen Eger, Erik-Lân Do Dinh, Ilia Kuznetsov, Masoud Kiaeeha, Iryna Gurevych

This paper describes our approach to the SemEval 2017 Task 10: "Extracting Keyphrases and Relations from Scientific Publications", specifically to Subtask (B): "Classification of identified keyphrases". We explored three different deep learning approaches: a character-level convolutional neural network (CNN), a stacked learner with an MLP meta-classifier, and an attention based Bi-LSTM. From these approaches, we created an ensemble of differently hyper-parameterized systems, achieving a micro-F1-score of 0.63 on the test data. Our approach ranks 2nd (score of 1st placed system: 0.64) out of four according to this official score. However, we erroneously trained 2 out of 3 neural nets (the stacker and the CNN) on only roughly 15% of the full data, namely, the original development set. When trained on the full data (training+development), our ensemble has a micro-F1-score of 0.69. Our code is available from https://github.com/UKPLab/semeval2017-scienceie.

📄 PDF Abstract BibTeX arXiv:1704.02215

Code (1)

UKPLab/semeval2017-scienceie 공식 구현 tf

Tasks

General Classification

Similar Papers 제목 키워드 기반

PKU\_ICL at SemEval-2017 Task 10: Keyphrase Extraction with Model Ensemble and External Knowledge

2017-08-01 · SEMEVAL 2017 8 · Liang Wang, Sujian Li

This paper presents a system that participated in SemEval 2017 Task 10 (subtask A and subtask B): Extracting Keyphrases and Relations from Scientific Publications (Augenstein et al., 2017). Our proposed approach utilizes…

ChunkingFeature EngineeringGeneral ClassificationInformation Retrieval+3

MayoNLP at SemEval 2017 Task 10: Word Embedding Distance Pattern for Keyphrase Classification in Scientific Publications

2017-08-01 · SEMEVAL 2017 8 · Sijia Liu, Feichen Shen, Vipin Chaudhary, Hongfang Liu

In this paper, we present MayoNLP{'}s results from the participation in the ScienceIE share task at SemEval 2017. We focused on the keyphrase classification task (Subtask B). We explored semantic similarities and pattern…

ClassificationGeneral Classificationnamed-entity-recognitionNamed Entity Recognition+2

Zeyad at SemEval-2019 Task 6: That's Offensive! An All-Out Search For An Ensemble To Identify And Categorize Offense in Tweets.

2019-06-01 · SEMEVAL 2019 6 · Zeyad El-Zanaty

The objective of this paper is to provide a description for a classification system built for SemEval-2019 Task 6: OffensEval. This system classifies a tweet as either offensive or not offensive (Sub-task A) and further …

AllGeneral Classification

LIPN at SemEval-2017 Task 10: Filtering Candidate Keyphrases from Scientific Publications with Part-of-Speech Tag Sequences to Train a Sequence Labeling Model

2017-08-01 · SEMEVAL 2017 8 · Hern, Simon David ez, Davide Buscaldi, Thierry Charnois

This paper describes the system used by the team LIPN in SemEval 2017 Task 10: Extracting Keyphrases and Relations from Scientific Publications. The team participated in Scenario 1, that includes three subtasks, Identifi…

TAG

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