timoschick / pet

This repository contains the code for "Exploiting Cloze Questions for Few-Shot Text Classification and Natural Language Inference"
https://arxiv.org/abs/2001.07676
Apache License 2.0
1.62k stars 283 forks source link

Script for zero labeled examples? #70

Open beckybai opened 2 years ago

beckybai commented 2 years ago

If you want to reproduce our exact results and none of the above helps, you can check out the v1.1.0 branch that contains the script

But this script only supports training from 10, 50 or 100 examples. Is there any script for zero-labeled training examples

timoschick commented 2 years ago

Ah, my bad - I thought we had included zero-shot in this script. Do you need to reproduce the exact results from our paper? Otherwise, I'd recommend to just use the most recent version of PET (following the suggestions from this issue). While there might be slight differences, results should be very similar to those with the original version.