A Bi-LSTM-RNN Model for Relation Classification Using Low-Cost Sequence Features
Fei Li, Meishan Zhang, Guohong Fu, Tao Qian, Donghong Ji

TL;DR
This paper introduces a Bi-LSTM-RNN model for relation classification that uses low-cost sequence features, dividing sentences into parts to learn representations, achieving competitive results across different domains without relying on costly structural features.
Contribution
The paper presents a novel Bi-LSTM-RNN model utilizing low-cost sequence features and a five-part sentence division for relation classification, reducing dependency on domain-dependent structural features.
Findings
Achieves comparable performance on SemEval-2010 Task 8.
Obtains third best results on BioNLP-ST 2016 Task BB3.
Context between entities is crucial for relation classification.
Abstract
Relation classification is associated with many potential applications in the artificial intelligence area. Recent approaches usually leverage neural networks based on structure features such as syntactic or dependency features to solve this problem. However, high-cost structure features make such approaches inconvenient to be directly used. In addition, structure features are probably domain-dependent. Therefore, this paper proposes a bi-directional long-short-term-memory recurrent-neural-network (Bi-LSTM-RNN) model based on low-cost sequence features to address relation classification. This model divides a sentence or text segment into five parts, namely two target entities and their three contexts. It learns the representations of entities and their contexts, and uses them to classify relations. We evaluate our model on two standard benchmark datasets in different domains, namely…
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 · Biomedical Text Mining and Ontologies
