paper-with-me

Papers

Long-tail Relation Extraction via Knowledge Graph Embeddings and Graph Convolution Networks

2019-03-04 · NAACL 2019 6 · Ningyu Zhang, Shumin Deng, Zhanlin Sun, Guanying Wang, Xi Chen, Wei zhang, Huajun Chen

We propose a distance supervised relation extraction approach for long-tailed, imbalanced data which is prevalent in real-world settings. Here, the challenge is to learn accurate "few-shot" models for classes existing at the tail of the class distribution, for which little data is available. Inspired by the rich semantic correlations between classes at the long tail and those at the head, we take advantage of the knowledge from data-rich classes at the head of the distribution to boost the performance of the data-poor classes at the tail. First, we propose to leverage implicit relational knowledge among class labels from knowledge graph embeddings and learn explicit relational knowledge using graph convolution networks. Second, we integrate that relational knowledge into relation extraction model by coarse-to-fine knowledge-aware attention mechanism. We demonstrate our results for a large-scale benchmark dataset which show that our approach significantly outperforms other baselines, especially for long-tail relations.

📄 PDF Abstract BibTeX arXiv:1903.01306

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph EmbeddingsRelationRelation Extraction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

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

Distantly-Supervised Long-Tailed Relation Extraction Using Constraint Graphs

2021-05-24 · Tianming Liang, Yang Liu, Xiaoyan Liu, Hao Zhang 외

Label noise and long-tailed distributions are two major challenges in distantly supervised relation extraction. Recent studies have shown great progress on denoising, but paid little attention to the problem of long-tail…

DenoisingRelationRelation ExtractionRelationship Extraction (Distant Supervised)+1

Learning Relation Prototype from Unlabeled Texts for Long-tail Relation Extraction

2020-11-27 · Yixin Cao, Jun Kuang, Ming Gao, Aoying Zhou 외

Relation Extraction (RE) is a vital step to complete Knowledge Graph (KG) by extracting entity relations from texts.However, it usually suffers from the long-tail issue. The training data mainly concentrates on a few typ…

RelationRelation ExtractionTransfer Learning

LEC-KG: An LLM-Embedding Collaborative Framework for Domain-Specific Knowledge Graph Construction -- A Case Study on SDGs

2026-02-02 · Yikai Zeng, Yingchao Piao, Changhua Pei, Jianhui Li arxiv

Constructing domain-specific knowledge graphs from unstructured text remains challenging due to heterogeneous entity mentions, long-tail relation distributions, and the absence of standardized schemas. We present LEC-KG,…

Relation ExtractionKnowledge Graphs