Mutually Guided Few-shot Learning for Relational Triple Extraction
Chengmei Yang, Shuai Jiang, Bowei He, Chen Ma, and Lianghua He

TL;DR
This paper introduces MG-FTE, a novel few-shot learning framework for extracting relational triples from text, using mutually guiding decoders and a fusion module to improve performance in low-data scenarios.
Contribution
The paper proposes a new mutually guided few-shot learning framework with a proto-level fusion module for relational triple extraction, addressing cross-domain challenges.
Findings
Outperforms state-of-the-art by 12.6 F1 on FewRel 1.0
Achieves 20.5 F1 improvement on FewRel 2.0
Effective in cross-domain few-shot triple extraction
Abstract
Knowledge graphs (KGs), containing many entity-relation-entity triples, provide rich information for downstream applications. Although extracting triples from unstructured texts has been widely explored, most of them require a large number of labeled instances. The performance will drop dramatically when only few labeled data are available. To tackle this problem, we propose the Mutually Guided Few-shot learning framework for Relational Triple Extraction (MG-FTE). Specifically, our method consists of an entity-guided relation proto-decoder to classify the relations firstly and a relation-guided entity proto-decoder to extract entities based on the classified relations. To draw the connection between entity and relation, we design a proto-level fusion module to boost the performance of both entity extraction and relation classification. Moreover, a new cross-domain few-shot triple…
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 · Advanced Graph Neural Networks · Natural Language Processing Techniques
