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

Multilabel support #61

Closed LuketheDukeBates closed 2 years ago

LuketheDukeBates commented 2 years ago

Hello! Thanks for the great papers and repo. I'm curious if it is possible to do multilabel classification using PET? Looking through the code, it seems like it is not.

timoschick commented 2 years ago

You are right, unfortunately it's currently not possible to do multilabel classification with PET.

abaheti95 commented 2 years ago

Hi @timoschick, thanks for uploading your code. How can I replicate the Yelp Review Full Star results in Table 1 of your paper "Exploiting Cloze Questions for Few Shot Text Classification and Natural Language Inference".

timoschick commented 2 years ago

Hi @abaheti95, this should be explained in the README. If you want to get the exact same results, you may need to use the v1.1.0 branch. Please create a separate issue if you have any further questions!