paper-with-me

홈 › Papers

A Relation-Oriented Clustering Method for Open Relation Extraction

2021-09-15 · EMNLP 2021 11 · Jun Zhao, Tao Gui, Qi Zhang, Yaqian Zhou

The clustering-based unsupervised relation discovery method has gradually become one of the important methods of open relation extraction (OpenRE). However, high-dimensional vectors can encode complex linguistic information which leads to the problem that the derived clusters cannot explicitly align with the relational semantic classes. In this work, we propose a relation-oriented clustering model and use it to identify the novel relations in the unlabeled data. Specifically, to enable the model to learn to cluster relational data, our method leverages the readily available labeled data of pre-defined relations to learn a relation-oriented representation. We minimize distance between the instance with same relation by gathering the instances towards their corresponding relation centroids to form a cluster structure, so that the learned representation is cluster-friendly. To reduce the clustering bias on predefined classes, we optimize the model by minimizing a joint objective on both labeled and unlabeled data. Experimental results show that our method reduces the error rate by 29.2% and 15.7%, on two datasets respectively, compared with current SOTA methods.

📄 PDF Abstract BibTeX arXiv:2109.07205

Code (1)

ac-zyx/rocore 공식 구현 pytorch

Tasks

ClusteringRelationRelation Extraction

Similar Papers 제목 키워드 기반

A Unified Representation Learning Strategy for Open Relation Extraction with Ranked List Loss

2021-08-01 · CCL 2021 8 · Lou Renze, Zhang Fan, Zhou Xiaowei, Wang Yutong 외

“Open Relation Extraction (OpenRE) aiming to extract relational facts from open-domain cor-pora is a sub-task of Relation Extraction and a crucial upstream process for many other NLPtasks. However various previous cluste…

ClusteringMetric LearningRelationRelation Extraction+1

Actively Supervised Clustering for Open Relation Extraction

2023-06-08 · Jun Zhao, Yongxin Zhang, Qi Zhang, Tao Gui 외

Current clustering-based Open Relation Extraction (OpenRE) methods usually adopt a two-stage pipeline. The first stage simultaneously learns relation representations and assignments. The second stage manually labels seve…

ClusteringRelationRelation Extraction

Towards a More Generalized Approach in Open Relation Extraction

2025-05-28 · Qing Wang, Yuepei Li, Qiao Qiao, Kang Zhou 외

Open Relation Extraction (OpenRE) seeks to identify and extract novel relational facts between named entities from unlabeled data without pre-defined relation schemas. Traditional OpenRE methods typically assume that the…

ClusteringRelationRelation ClassificationRelation Extraction

Open Hierarchical Relation Extraction

2021-06-01 · NAACL 2021 4 · Kai Zhang, Yuan YAO, Ruobing Xie, Xu Han 외

Open relation extraction (OpenRE) aims to extract novel relation types from open-domain corpora, which plays an important role in completing the relation schemes of knowledge bases (KBs). Most OpenRE methods cast differe…

ClusteringRelationRelation ExtractionTriplet

Evaluation of Unsupervised Information Extraction

2012-05-01 · LREC 2012 5 · Wei Wang, Romaric Besan{\c{c}}on, Olivier Ferret, Brigitte Grau

Unsupervised methods gain more and more attention nowadays in information extraction area, which allows to design more open extraction systems. In the domain of unsupervised information extraction, clustering methods are…

ClusteringOpen Information ExtractionRelationRelation Extraction