Open Relation Extraction Based on Core Dependency Phrase Clustering

Chengsen Ru,Shasha Li,Jintao Tang,Yi Gao,Ting Wang
DOI: https://doi.org/10.1109/dsc.2017.91
2017-01-01
Abstract:Relation extraction is very useful for many applications and has attracted much attention. The dominant prior methods for relation extraction were supervised methods which are relation-specific and limited by the availability of annotated training data. In this paper, we propose a method using hierarchical clustering to extract unbounded relations without relying on training data. The relation among entities in a sentence depends on the terms associated with the entities. Terms on the expandPath capture the relations between the entities. Given a relation, though an expandPath may have more than one dependency phrase, only the core dependency phrase describes the specific relation between the subject and the object. Our method uses heuristic rules to select the core dependency phrases and clusters entity pairs according to the similarity of the core dependency phrases in order to avoid irrelevant information and capture the semantics of the relation between entities more precisely. At last, our method automatically labels the relation clusters on basis of the semantics of core dependency phrases. The experimental results show that our method can cluster entity pairs which have the same relations more accurately and generate appropriate labels for the relations.
What problem does this paper attempt to address?