SOTAVerified

A Dependency-Based Neural Network for Relation Classification

2015-07-16IJCNLP 2015Unverified0· sign in to hype

Yang Liu, Furu Wei, Sujian Li, Heng Ji, Ming Zhou, Houfeng Wang

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

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 information. We first propose a new structure, termed augmented dependency path (ADP), which is composed of the shortest dependency path between two entities and the subtrees attached to the shortest path. To exploit the semantic representation behind the ADP structure, we develop dependency-based neural networks (DepNN): a recursive neural network designed to model the subtrees, and a convolutional neural network to capture the most important features on the shortest path. Experiments on the SemEval-2010 dataset show that our proposed method achieves state-of-art results.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SemEval-2010 Task-8DepNNF183.6Unverified

Reproductions