paper-with-me

Papers

Hierarchical Relation Extraction with Coarse-to-Fine Grained Attention

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

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}.

📄 PDF Abstract BibTeX

Code (1)

thunlp/HNRE 공식 구현 tf

Tasks

Knowledge GraphsRelationRelation Extractionvalid

Similar Papers 제목 키워드 기반

DocRED-FE: A Document-Level Fine-Grained Entity And Relation Extraction Dataset

2023-03-20 · Hongbo Wang, Weimin Xiong, YiFan Song, Dawei Zhu 외

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+1

Hierarchical Classification for Improved Histopathology Image Analysis

2026-02-28 · Keunho Byeon, Jinsol Song, Seong Min Hong, Yosep Chong 외 arxiv

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 Learning

An Approach for Process Model Extraction By Multi-Grained Text Classification

2019-05-16 · Chen Qian, Lijie Wen, Akhil Kumar, Leilei Lin 외

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+4

Explore Contextual Information for 3D Scene Graph Generation

2022-10-12 · Yuanyuan Liu, Chengjiang Long, Zhaoxuan Zhang, Bokai Liu 외

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 Generation

Hyperbolic Space with Hierarchical Margin Boosts Fine-Grained Learning from Coarse Labels

2023-11-18 · NeurIPS 2023 11

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 …