Weakly-Supervised Questions for Zero-Shot Relation Extraction
Saeed Najafi, Alona Fyshe

TL;DR
This paper introduces a novel weakly-supervised approach for zero-shot relation extraction that generates questions from relation descriptions, eliminating the need for manually crafted templates and outperforming previous methods.
Contribution
The authors propose a model that learns to generate questions for unseen relations, significantly improving zero-shot relation extraction performance without relying on gold question templates.
Findings
Outperforms previous state-of-the-art by over 16 F1 points on tail entity extraction.
Achieves near state-of-the-art results on RE-QA dataset without gold templates.
Outperforms existing ZRE baselines on FewRel and WikiZSL datasets.
Abstract
Zero-Shot Relation Extraction (ZRE) is the task of Relation Extraction where the training and test sets have no shared relation types. This very challenging domain is a good test of a model's ability to generalize. Previous approaches to ZRE reframed relation extraction as Question Answering (QA), allowing for the use of pre-trained QA models. However, this method required manually creating gold question templates for each new relation. Here, we do away with these gold templates and instead learn a model that can generate questions for unseen relations. Our technique can successfully translate relation descriptions into relevant questions, which are then leveraged to generate the correct tail entity. On tail entity extraction, we outperform the previous state-of-the-art by more than 16 F1 points without using gold question templates. On the RE-QA dataset where no previous baseline for…
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
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsTest
