paper-with-me

Papers

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

2020-11-27 · Yixin Cao, Jun Kuang, Ming Gao, Aoying Zhou, Yonggang Wen, Tat-Seng Chua

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 types of relations, leading to the lackof sufficient annotations for the remaining types of relations. In this paper, we propose a general approach to learn relation prototypesfrom unlabeled texts, to facilitate the long-tail relation extraction by transferring knowledge from the relation types with sufficient trainingdata. We learn relation prototypes as an implicit factor between entities, which reflects the meanings of relations as well as theirproximities for transfer learning. Specifically, we construct a co-occurrence graph from texts, and capture both first-order andsecond-order entity proximities for embedding learning. Based on this, we further optimize the distance from entity pairs tocorresponding prototypes, which can be easily adapted to almost arbitrary RE frameworks. Thus, the learning of infrequent or evenunseen relation types will benefit from semantically proximate relations through pairs of entities and large-scale textual information.We have conducted extensive experiments on two publicly available datasets: New York Times and Google Distant Supervision.Compared with eight state-of-the-art baselines, our proposed model achieves significant improvements (4.1% F1 on average). Furtherresults on long-tail relations demonstrate the effectiveness of the learned relation prototypes. We further conduct an ablation study toinvestigate the impacts of varying components, and apply it to four basic relation extraction models to verify the generalization ability.Finally, we analyze several example cases to give intuitive impressions as qualitative analysis. Our codes will be released later.

📄 PDF Abstract BibTeX arXiv:2011.13574

Code (1)

CrisJk/PA-TRP 공식 구현 tf

Tasks

RelationRelation ExtractionTransfer Learning

Similar Papers 제목 키워드 기반

Frequency-Aware Self-Supervised Long-Tailed Learning

2023-09-09 · Ci-Siang Lin, Min-Hung Chen, Yu-Chiang Frank Wang

Data collected from the real world typically exhibit long-tailed distributions, where frequent classes contain abundant data while rare ones have only a limited number of samples. While existing supervised learning appro…

Self-Supervised Learning

Open-world Semi-supervised Generalized Relation Discovery Aligned in a Real-world Setting

2023-05-22 · William Hogan, Jiacheng Li, Jingbo Shang

Open-world Relation Extraction (OpenRE) has recently garnered significant attention. However, existing approaches tend to oversimplify the problem by assuming that all unlabeled texts belong to novel classes, thereby lim…

RelationRelation Extraction

Geometric Regularization for Long-Tailed Semi-Supervised Learning via Gaussian Feature Bridges

2026-08-21 · Hongyang He, Xinyuan Song, Yan Zhong, Daizong Liu 외 arxiv

Real-world semi-supervised learning (SSL) often encounters significant challenges with long-tailed label distributions and noisy pseudo-labels, which hinder generalization and amplify confirmation bias. In this work, we …

ProtoEM: A Prototype-Enhanced Matching Framework for Event Relation Extraction

2023-09-22 · Zhilei Hu, Zixuan Li, Daozhu Xu, Long Bai 외

Event Relation Extraction (ERE) aims to extract multiple kinds of relations among events in texts. However, existing methods singly categorize event relations as different classes, which are inadequately capturing the in…

Event Relation ExtractionGraph Neural NetworkRelationRelation Extraction

Skeleton Prototype Contrastive Learning with Multi-Level Graph Relation Modeling for Unsupervised Person Re-Identification

2022-08-25 · Haocong Rao, Chunyan Miao

Person re-identification (re-ID) via 3D skeletons is an important emerging topic with many merits. Existing solutions rarely explore valuable body-component relations in skeletal structure or motion, and they typically l…

Contrastive LearningPerson Re-IdentificationRelationUnsupervised Person Re-Identification