paper-with-me

홈 › Papers

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

2015-08-15 · Xu Yan, Lili Mou, Ge Li, Yunchuan Chen, Hao Peng, Zhi Jin

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.

📄 PDF Abstract BibTeX arXiv:1508.03720

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationRelationRelation ClassificationSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

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

2015-09-01 · EMNLP 2015 9 · Yan Xu, Lili Mou, Ge Li, Yunchuan Chen 외
Question AnsweringRelation Classification

Transportation Mode Classification from Smartphone Sensors via a Long-Short-Term-Memory Network

2019-10-10 · Björn Friedrich, Benjamin Cauchy, Andreas Hein, Sebastian Fudickar

This article introduces the architecture of a Long-Short-Term Memory network for classifying transportation-modes via Smartphone data and evaluates its accuracy. By using a Long-Short-Term-Memory Network with common prep…

General Classification

Tree Memory Networks for Modelling Long-term Temporal Dependencies

2017-03-12 · Tharindu Fernando, Simon Denman, Aaron McFadyen, Sridha Sridharan 외

In the domain of sequence modelling, Recurrent Neural Networks (RNN) have been capable of achieving impressive results in a variety of application areas including visual question answering, part-of-speech tagging and mac…

Machine TranslationPart-Of-Speech TaggingQuestion AnsweringTrajectory Prediction+2

Classifying Temporal Relations by Bidirectional LSTM over Dependency Paths

2017-07-01 · ACL 2017 7 · Fei Cheng, Yusuke Miyao

Temporal relation classification is becoming an active research field. Lots of methods have been proposed, while most of them focus on extracting features from external resources. Less attention has been paid to a signif…

General ClassificationQuestion AnsweringRelationRelation Classification+3

LSTM Fully Convolutional Networks for Time Series Classification

2017-09-08 · Fazle Karim, Somshubra Majumdar, Houshang Darabi, Shun Chen

Fully convolutional neural networks (FCN) have been shown to achieve state-of-the-art performance on the task of classifying time series sequences. We propose the augmentation of fully convolutional networks with long sh…

General ClassificationOutlier DetectionTime SeriesTime Series Analysis+1