paper-with-me

홈 › Papers

Improving Long-Tail Relation Extraction with Collaborating Relation-Augmented Attention

2020-10-08 · COLING 2020 8 · Yang Li, Tao Shen, Guodong Long, Jing Jiang, Tianyi Zhou, Chengqi Zhang

Wrong labeling problem and long-tail relations are two main challenges caused by distant supervision in relation extraction. Recent works alleviate the wrong labeling by selective attention via multi-instance learning, but cannot well handle long-tail relations even if hierarchies of the relations are introduced to share knowledge. In this work, we propose a novel neural network, Collaborating Relation-augmented Attention (CoRA), to handle both the wrong labeling and long-tail relations. Particularly, we first propose relation-augmented attention network as base model. It operates on sentence bag with a sentence-to-relation attention to minimize the effect of wrong labeling. Then, facilitated by the proposed base model, we introduce collaborating relation features shared among relations in the hierarchies to promote the relation-augmenting process and balance the training data for long-tail relations. Besides the main training objective to predict the relation of a sentence bag, an auxiliary objective is utilized to guide the relation-augmenting process for a more accurate bag-level representation. In the experiments on the popular benchmark dataset NYT, the proposed CoRA improves the prior state-of-the-art performance by a large margin in terms of Precision@N, AUC and Hits@K. Further analyses verify its superior capability in handling long-tail relations in contrast to the competitors.

📄 PDF Abstract BibTeX arXiv:2010.03773

Code (2)

YangLi1221/CoRA 공식 구현 tf
YangLi1221/CoRA-pytorch pytorch

Tasks

RelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

Improving Long Tailed Document-Level Relation Extraction via Easy Relation Augmentation and Contrastive Learning

2022-05-21 · Yangkai Du, Tengfei Ma, Lingfei Wu, Yiming Wu 외

Towards real-world information extraction scenario, research of relation extraction is advancing to document-level relation extraction(DocRE). Existing approaches for DocRE aim to extract relation by encoding various inf…

Contrastive LearningDocument-level Relation ExtractionRelationRelation Extraction

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

DOREMI: Optimizing Long Tail Predictions in Document-Level Relation Extraction

2026-01-16 · Laura Menotti, Stefano Marchesin, Gianmaria Silvello arxiv

Document-Level Relation Extraction (DocRE) presents significant challenges due to its reliance on cross-sentence context and the long-tail distribution of relation types, where many relations have scarce training example…

Document-level Relation Extraction

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 외

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…

Knowledge Graph EmbeddingsRelationRelation Extraction

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