Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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. Our neural architecture leverages the shortest dependency path (SDP) between two entities; multichannel recurrent neural networks, with long short term memory (LSTM) units, pick up heterogeneous information along the SDP. Our proposed model has several distinct features: (1) The shortest dependency paths retain most relevant information (to relation classification), while eliminating irrelevant words in the sentence. (2) The multichannel LSTM networks allow effective information integration from heterogeneous sources over the dependency paths. (3) A customized dropout strategy regularizes the neural network to alleviate overfitting. We test our model on the SemEval 2010 relation classification task, and achieve an $F_1$-score of 83.7\%, higher than competing methods in the literature.

Xu Yan, Lili Mou, Ge Li, Yunchuan Chen, Hao Peng, Zhi Jin• 2015

Related benchmarks

TaskDatasetResultRank
Relation ExtractionTACRED (test)
F1 Score58.7
194
Relation ClassificationSemEval-2010 Task 8 (test)
F1 Score83.7
128
Relationship ExtractionSemEval Task 8 2010 (test)
F1 Score83.7
24
Relation ClassificationSemEval-2010 Task 8 original (test)
F1 Score83.7
17
Relation ClassificationChinese literature text
F1 Score55.3
14
Relation ExtractionSemEval-2010 Task 8 (test)--
8
Showing 6 of 6 rows

Other info

Follow for update