paper-with-me

홈 › Papers

Improving Unsupervised Relation Extraction by Augmenting Diverse Sentence Pairs

2023-12-01 · Qing Wang, Kang Zhou, Qiao Qiao, Yuepei Li, Qi Li

Unsupervised relation extraction (URE) aims to extract relations between named entities from raw text without requiring manual annotations or pre-existing knowledge bases. In recent studies of URE, researchers put a notable emphasis on contrastive learning strategies for acquiring relation representations. However, these studies often overlook two important aspects: the inclusion of diverse positive pairs for contrastive learning and the exploration of appropriate loss functions. In this paper, we propose AugURE with both within-sentence pairs augmentation and augmentation through cross-sentence pairs extraction to increase the diversity of positive pairs and strengthen the discriminative power of contrastive learning. We also identify the limitation of noise-contrastive estimation (NCE) loss for relation representation learning and propose to apply margin loss for sentence pairs. Experiments on NYT-FB and TACRED datasets demonstrate that the proposed relation representation learning and a simple K-Means clustering achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2312.00552

Code (1)

qingwang-isu/augure 공식 구현 pytorch

Tasks

Contrastive LearningDiversityRelationRelation ExtractionRepresentation LearningSentence

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

PCL: Peer-Contrastive Learning with Diverse Augmentations for Unsupervised Sentence Embeddings

2022-01-28 · Qiyu Wu, Chongyang Tao, Tao Shen, Can Xu 외

Learning sentence embeddings in an unsupervised manner is fundamental in natural language processing. Recent common practice is to couple pre-trained language models with unsupervised contrastive learning, whose success …

Contrastive LearningOpen-Ended Question AnsweringSentenceSentence Embeddings+1

A BERT-based Universal Model for Both Within- and Cross-sentence Clinical Temporal Relation Extraction

2019-06-01 · WS 2019 6 · Chen Lin, Timothy Miller, Dmitriy Dligach, Steven Bethard 외

Classic methods for clinical temporal relation extraction focus on relational candidates within a sentence. On the other hand, break-through Bidirectional Encoder Representations from Transformers (BERT) are trained on l…

RelationRelation ExtractionSentenceTemporal Relation Extraction

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

2020-10-08 · COLING 2020 8 · Yang Li, Tao Shen, Guodong Long, Jing Jiang 외

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, b…

RelationRelation ExtractionSentence

HiURE: Hierarchical Exemplar Contrastive Learning for Unsupervised Relation Extraction

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Unsupervised relation extraction aims to extract the relationship between entities from natural language sentences without prior information on relational scope or distribution. Existing works either utilize self-supervi…

ClusteringContrastive LearningRelationRelation Extraction+1

HiURE: Hierarchical Exemplar Contrastive Learning for Unsupervised Relation Extraction

2022-05-04 · NAACL 2022 7 · Xuming Hu, Shuliang Liu, Chenwei Zhang, Shu`ang Li 외

Unsupervised relation extraction aims to extract the relationship between entities from natural language sentences without prior information on relational scope or distribution. Existing works either utilize self-supervi…

ClusteringContrastive LearningRelationRelation Extraction+1