paper-with-me

홈 › Papers

Open Hierarchical Relation Extraction

2021-06-01 · NAACL 2021 4 · Kai Zhang, Yuan YAO, Ruobing Xie, Xu Han, Zhiyuan Liu, Fen Lin, Leyu Lin, Maosong Sun

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 different relation types in isolation without considering their hierarchical dependency. We argue that OpenRE is inherently in close connection with relation hierarchies. To establish the bidirectional connections between OpenRE and relation hierarchy, we propose the task of open hierarchical relation extraction and present a novel OHRE framework for the task. We propose a dynamic hierarchical triplet objective and hierarchical curriculum training paradigm, to effectively integrate hierarchy information into relation representations for better novel relation extraction. We also present a top-down hierarchy expansion algorithm to add the extracted relations into existing hierarchies with reasonable interpretability. Comprehensive experiments show that OHRE outperforms state-of-the-art models by a large margin on both relation clustering and hierarchy expansion.

📄 PDF Abstract BibTeX

Code (1)

thunlp/ohre 공식 구현 pytorch

Tasks

ClusteringRelationRelation ExtractionTriplet

Similar Papers 제목 키워드 기반

Siamese Representation Learning for Unsupervised Relation Extraction

2023-10-01 · Guangxin Zhang, Shu Chen

Unsupervised relation extraction (URE) aims at discovering underlying relations between named entity pairs from open-domain plain text without prior information on relational distribution. Existing URE models utilizing c…

Contrastive LearningRelationRelation ExtractionRepresentation Learning

Hierarchical Relation Extraction with Coarse-to-Fine Grained Attention

2018-10-01 · EMNLP 2018 10 · Xu Han, Pengfei Yu, Zhiyuan Liu, Maosong Sun 외

Distantly supervised relation extraction employs existing knowledge graphs to automatically collect training data. While distant supervision is effective to scale relation extraction up to large-scale corpora, it inevita…

Knowledge GraphsRelationRelation Extractionvalid

Hierarchical Relation-Guided Type-Sentence Alignment for Long-Tail Relation Extraction with Distant Supervision

2021-09-19 · Findings (NAACL) 2022 7 · Yang Li, Guodong Long, Tao Shen, Jing Jiang

Distant supervision uses triple facts in knowledge graphs to label a corpus for relation extraction, leading to wrong labeling and long-tail problems. Some works use the hierarchy of relations for knowledge transfer to l…

AttributeKnowledge GraphsRelationRelation Extraction+2

Hierarchical Relation-Guided Type-Sentence Alignment for Long-Tail Relation Extraction with Distant Supervision

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Distant supervision uses triple facts in knowledge graphs to label a corpus for relation extraction, leading to wrong labeling and long-tail problems. Some works use the hierarchy of relations for knowledge transfer to l…

AttributeKnowledge GraphsRelationRelation Extraction+2

A Hierarchical Entity Graph Convolutional Network for Relation Extraction across Documents

2021-08-21 · RANLP 2021 9 · Tapas Nayak, Hwee Tou Ng

Distantly supervised datasets for relation extraction mostly focus on sentence-level extraction, and they cover very few relations. In this work, we propose cross-document relation extraction, where the two entities of a…

RelationRelation ExtractionSentence