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 285 forks source link

How to use meta-training with PET? #74

Open LiweiPeng opened 2 years ago

LiweiPeng commented 2 years ago

@timoschick The PET results are very impressive for fewshot learning. For our scenario, we have big collection of data in classes that are related to our target fewshot classes, so I'd like to take advantage of them using something like meta-training. My questions are: 1) How to use PET together with meta-training? 2) If not supported yet, what's PET plan to support this scenario? Thanks.