paper-with-me

홈 › Papers

Prototypical Representation Learning for Relation Extraction

2021-03-22 · ICLR 2021 1 · Ning Ding, Xiaobin Wang, Yao Fu, Guangwei Xu, Rui Wang, Pengjun Xie, Ying Shen, Fei Huang, Hai-Tao Zheng, Rui Zhang

Recognizing relations between entities is a pivotal task of relational learning. Learning relation representations from distantly-labeled datasets is difficult because of the abundant label noise and complicated expressions in human language. This paper aims to learn predictive, interpretable, and robust relation representations from distantly-labeled data that are effective in different settings, including supervised, distantly supervised, and few-shot learning. Instead of solely relying on the supervision from noisy labels, we propose to learn prototypes for each relation from contextual information to best explore the intrinsic semantics of relations. Prototypes are representations in the feature space abstracting the essential semantics of relations between entities in sentences. We learn prototypes based on objectives with clear geometric interpretation, where the prototypes are unit vectors uniformly dispersed in a unit ball, and statement embeddings are centered at the end of their corresponding prototype vectors on the surface of the ball. This approach allows us to learn meaningful, interpretable prototypes for the final classification. Results on several relation learning tasks show that our model significantly outperforms the previous state-of-the-art models. We further demonstrate the robustness of the encoder and the interpretability of prototypes with extensive experiments.

📄 PDF Abstract BibTeX arXiv:2103.11647

Code (1)

Alibaba-NLP/ProtoRE 공식 구현 pytorch

Tasks

Few-Shot LearningRelationRelational ReasoningRelation ExtractionRepresentation Learning

Similar Papers 제목 키워드 기반

Prototypical Representation Learning for Low-resource Knowledge Extraction: Summary and Perspective

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Recent years have witnessed the success of prototypical representation in widespread low-resource tasks, since "Prototypical Networks for Few-shot Learning (NeurIPS 2017)" proposed to represent each class as a prototype …

Contrastive LearningFew-Shot LearningRelation ExtractionRepresentation Learning

Improving Continual Relation Extraction through Prototypical Contrastive Learning

2022-10-10 · COLING 2022 10 · Chengwei Hu, Deqing Yang, Haoliang Jin, Zhen Chen 외

Continual relation extraction (CRE) aims to extract relations towards the continuous and iterative arrival of new data, of which the major challenge is the catastrophic forgetting of old tasks. In order to alleviate this…

Continual Relation ExtractionContrastive LearningRelationRelation Extraction

Adaptive Prototypical Networks with Label Words and Joint Representation Learning for Few-Shot Relation Classification

2021-01-10 · Yan Xiao, Yaochu Jin, Kuangrong Hao

Relation classification (RC) task is one of fundamental tasks of information extraction, aiming to detect the relation information between entity pairs in unstructured natural language text and generate structured data i…

Few-Shot Relation ClassificationRelationRelation ClassificationRepresentation Learning

Rethinking Prototypical Contrastive Learning through Alignment, Uniformity and Correlation

2022-10-18 · Shentong Mo, Zhun Sun, Chao Li

Contrastive self-supervised learning (CSL) with a prototypical regularization has been introduced in learning meaningful representations for downstream tasks that require strong semantic information. However, to optimize…

Contrastive LearningDiversitySelf-Supervised Learning

Prompt-based Zero-shot Relation Extraction with Semantic Knowledge Augmentation

2021-12-08 · Jiaying Gong, Hoda Eldardiry

In relation triplet extraction (RTE), recognizing unseen relations for which there are no training instances is a challenging task. Efforts have been made to recognize unseen relations based on question-answering models …

ClassificationQuestion AnsweringRelationRelation Classification+6