Views
No views yet
ZeroShotTextClassificationPipeline from Transformers.pretrained_model: The checkpoint used for initialization. For example: RoBERTalarge.NLI_datasets: The NLI datasets used for pivot training.
S: Standford Natural Language Inference (SNLI) dataset.M: Multi Natural Language Inference (MNLI) dataset.F: Fever-nli dataset.A: Adversarial Natural Language Inference (ANLI) dataset.finetune_datasets: The datasets used for fine tuning the entailment model. Note that for more than 1 dataset the training was performed sequentially. For example: ACE-arg.HiTZ/A2T_RoBERTa_SMFA_ACE-arg have been trained marking some information between square brackets ('[[' and ']]') like the event trigger span. Make sure you follow the same preprocessing in order to obtain the best results.1@inproceedings{sainz-etal-2021-label,
2 title = "Label Verbalization and Entailment for Effective Zero and Few-Shot Relation Extraction",
3 author = "Sainz, Oscar and
4 Lopez de Lacalle, Oier and
5 Labaka, Gorka and
6 Barrena, Ander and
7 Agirre, Eneko",
8 booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
9 month = nov,
10 year = "2021",
11 address = "Online and Punta Cana, Dominican Republic",
12 publisher = "Association for Computational Linguistics",
13 url = "https://aclanthology.org/2021.emnlp-main.92",
14 doi = "10.18653/v1/2021.emnlp-main.92",
15 pages = "1199--1212",
16}