A Simple yet Effective Relation Information Guided Approach for Few-Shot Relation Extraction
Yang Liu, Jinpeng Hu, Xiang Wan, Tsung-Hui Chang

TL;DR
This paper introduces a straightforward method for few-shot relation extraction that explicitly incorporates relation information by directly adding relation representations to prototypes, resulting in improved performance on benchmark datasets.
Contribution
The paper proposes a simple, direct addition approach to incorporate relation information into prototypes, simplifying the model and enhancing effectiveness in few-shot relation extraction.
Findings
Significant performance improvements on FewRel 1.0 dataset.
The direct addition method outperforms complex network-based approaches.
Analysis confirms the effectiveness of explicit relation information integration.
Abstract
Few-Shot Relation Extraction aims at predicting the relation for a pair of entities in a sentence by training with a few labelled examples in each relation. Some recent works have introduced relation information (i.e., relation labels or descriptions) to assist model learning based on Prototype Network. However, most of them constrain the prototypes of each relation class implicitly with relation information, generally through designing complex network structures, like generating hybrid features, combining with contrastive learning or attention networks. We argue that relation information can be introduced more explicitly and effectively into the model. Thus, this paper proposes a direct addition approach to introduce relation information. Specifically, for each relation class, the relation representation is first generated by concatenating two views of relations (i.e., [CLS] token…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
MethodsContrastive Learning
