Classifying Relations via Long Short Term Memory Networks along Shortest Dependency Path
Xu Yan, Lili Mou, Ge Li, Yunchuan Chen, Hao Peng, Zhi Jin

TL;DR
This paper introduces SDP-LSTM, a neural network leveraging shortest dependency paths and multichannel LSTM units to improve relation classification accuracy in NLP, achieving state-of-the-art results on SemEval 2010.
Contribution
The paper presents a novel neural architecture that uses shortest dependency paths and multichannel LSTMs for relation classification, with a new dropout strategy for regularization.
Findings
Achieved 83.7% F1-score on SemEval 2010 relation classification task.
Outperformed existing methods in relation classification accuracy.
Demonstrated effectiveness of shortest dependency paths in relation extraction.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsSigmoid Activation · Tanh Activation · Dropout · Long Short-Term Memory
