Hierarchical Relation Extraction with Coarse-to-Fine Grained Attention
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 inevitably suffers from the wrong labeling problem. Many efforts have been devoted to identifying valid instances from noisy data. However, most existing methods handle each relation in isolation, regardless of rich semantic correlations located in relation hierarchies. In this paper, we aim to incorporate the hierarchical information of relations for distantly supervised relation extraction and propose a novel hierarchical attention scheme. The multiple layers of our hierarchical attention scheme provide coarse-to-fine granularity to better identify valid instances, which is especially effective for extracting those long-tail relations. The experimental results on a large-scale benchmark dataset demonstrate that our models are capable of modeling the hierarchical information of relations and significantly outperform other baselines. The source code of this paper can be obtained from \url{https://github.com/thunlp/HNRE}.
Code (1)
Tasks
Knowledge GraphsRelationRelation ExtractionvalidSimilar Papers 제목 키워드 기반
DocRED-FE: A Document-Level Fine-Grained Entity And Relation Extraction Dataset
Joint entity and relation extraction (JERE) is one of the most important tasks in information extraction. However, most existing works focus on sentence-level coarse-grained JERE, which have limitations in real-world sce…
Joint Entity and Relation ExtractionRelationRelation ClassificationRelation Extraction+1Hierarchical Classification for Improved Histopathology Image Analysis
Whole-slide image analysis is essential for diagnostic tasks in pathology, yet existing deep learning methods primarily rely on flat classification, ignoring hierarchical relationships among class labels. In this study, …
Multiple Instance LearningAn Approach for Process Model Extraction By Multi-Grained Text Classification
Process model extraction (PME) is a recently emerged interdiscipline between natural language processing (NLP) and business process management (BPM), which aims to extract process models from textual descriptions. Previo…
General ClassificationManagementModel extractionMulti-Task Learning+4Explore Contextual Information for 3D Scene Graph Generation
3D scene graph generation (SGG) has been of high interest in computer vision. Although the accuracy of 3D SGG on coarse classification and single relation label has been gradually improved, the performance of existing wo…
3d scene graph generationGraph GenerationRelationScene Graph GenerationHyperbolic Space with Hierarchical Margin Boosts Fine-Grained Learning from Coarse Labels
Learning fine-grained embeddings from coarse labels is a challenging task due to limited label granularity supervision, i.e., lacking the detailed distinctions required for fine-grained tasks. The task becomes even more …