Label Verbalization and Entailment for Effective Zero- and Few-Shot Relation Extraction
Oscar Sainz, Oier Lopez de Lacalle, Gorka Labaka, Ander Barrena and, Eneko Agirre

TL;DR
This paper reformulates relation extraction as an entailment task using verbalizations, enabling effective zero- and few-shot learning with minimal annotation, achieving competitive results on TACRED with significantly less data.
Contribution
It introduces a novel entailment-based approach for relation extraction that requires minimal manual effort and achieves state-of-the-art results in low-data settings.
Findings
Zero-shot system attains 63% F1 on TACRED.
Few-shot system with 16 examples surpasses supervised models by 17%.
Performance improves with larger entailment models, nearing state-of-the-art.
Abstract
Relation extraction systems require large amounts of labeled examples which are costly to annotate. In this work we reformulate relation extraction as an entailment task, with simple, hand-made, verbalizations of relations produced in less than 15 min per relation. The system relies on a pretrained textual entailment engine which is run as-is (no training examples, zero-shot) or further fine-tuned on labeled examples (few-shot or fully trained). In our experiments on TACRED we attain 63% F1 zero-shot, 69% with 16 examples per relation (17% points better than the best supervised system on the same conditions), and only 4 points short to the state-of-the-art (which uses 20 times more training data). We also show that the performance can be improved significantly with larger entailment models, up to 12 points in zero-shot, allowing to report the best results to date on TACRED when fully…
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 · Software Engineering Research
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Residual Connection · Label Smoothing · Dropout · Byte Pair Encoding · Adam · Dense Connections · Softmax
