Open Relation Extraction: Relational Knowledge Transfer from Supervised Data to Unsupervised Data

Ruidong Wu,Yuan Yao,Xu Han,Ruobing Xie,Zhiyuan Liu,Fen Lin,Leyu Lin,Maosong Sun
DOI: https://doi.org/10.18653/v1/D19-1021
2019-01-01
Abstract:Open relation extraction (OpenRE) aims to extract relational facts from the open-domain corpus. To this end, it discovers relation patterns between named entities and then clusters those semantically equivalent patterns into a united relation cluster. Most OpenRE methods typically confine themselves to unsupervised paradigms, without taking advantage of existing relational facts in knowledge bases (KBs) and their high-quality labeled instances. To address this issue, we propose Relational Siamese Networks (RSNs) to learn similarity metrics of relations from labeled data of pre-defined relations, and then transfer the relational knowledge to identify novel relations in unlabeled data. Experiment results on two real-world datasets show that our framework can achieve significant improvements as compared with other state-of-the-art methods. Our code is available at https://github. com/thunlp/RSN.
What problem does this paper attempt to address?