paper-with-me

홈 › Papers

SIRIUS-LTG-UiO at SemEval-2018 Task 7: Convolutional Neural Networks with Shortest Dependency Paths for Semantic Relation Extraction and Classification in Scientific Papers

2018-04-24 · SEMEVAL 2018 6 · Farhad Nooralahzadeh, Lilja Øvrelid, Jan Tore Lønning

This article presents the SIRIUS-LTG-UiO system for the SemEval 2018 Task 7 on Semantic Relation Extraction and Classification in Scientific Papers. First we extract the shortest dependency path (sdp) between two entities, then we introduce a convolutional neural network (CNN) which takes the shortest dependency path embeddings as input and performs relation classification with differing objectives for each subtask of the shared task. This approach achieved overall F1 scores of 76.7 and 83.2 for relation classification on clean and noisy data, respectively. Furthermore, for combined relation extraction and classification on clean data, it obtained F1 scores of 37.4 and 33.6 for each phase. Our system ranks 3rd in all three sub-tasks of the shared task.

📄 PDF Abstract BibTeX arXiv:1804.08887

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationRelationRelation ClassificationRelation Extraction

Similar Papers 제목 키워드 기반

Texterra at SemEval-2018 Task 7: Exploiting Syntactic Information for Relation Extraction and Classification in Scientific Papers

2018-06-01 · SEMEVAL 2018 6 · Andrey Sysoev, Vladimir Mayorov

In this work we evaluate applicability of entity pair models and neural network architectures for relation extraction and classification in scientific papers at SemEval-2018. We carry out experiments with representing en…

ClassificationGeneral ClassificationRelation ClassificationRelation Extraction+1

A Dependency-Based Neural Network for Relation Classification

2015-07-16 · IJCNLP 2015 7 · Yang Liu, Furu Wei, Sujian Li, Heng Ji 외

Previous research on relation classification has verified the effectiveness of using dependency shortest paths or subtrees. In this paper, we further explore how to make full use of the combination of these dependency in…

ClassificationGeneral ClassificationRelationRelation Classification

Relation Classification Using Segment-Level Attention-based CNN and Dependency-based RNN

2019-06-01 · NAACL 2019 6 · Van-Hien Tran, Van-Thuy Phi, Hiroyuki Shindo, Yuji Matsumoto

Recently, relation classification has gained much success by exploiting deep neural networks. In this paper, we propose a new model effectively combining Segment-level Attention-based Convolutional Neural Networks (SACNN…

General ClassificationRelationRelation Classification

Semantic Relation Classification via Convolutional Neural Networks with Simple Negative Sampling

2015-06-25 · EMNLP 2015 9 · Kun Xu, Yansong Feng, Songfang Huang, Dongyan Zhao

Syntactic features play an essential role in identifying relationship in a sentence. Previous neural network models often suffer from irrelevant information introduced when subjects and objects are in a long distance. In…

General ClassificationRelationRelation ClassificationSentence

Classifying Relations via Long Short Term Memory Networks along Shortest Dependency Path

2015-08-15 · Xu Yan, Lili Mou, Ge Li, Yunchuan Chen 외

Relation classification is an important research arena in the field of natural language processing (NLP). In this paper, we present SDP-LSTM, a novel neural network to classify the relation of two entities in a sentence.…

ClassificationGeneral ClassificationRelationRelation Classification+1