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

Unlabeled json #41

Closed tuhinjubcse closed 3 years ago

tuhinjubcse commented 3 years ago

What should be there in the Unlabeled JSON file? https://github.com/timoschick/pet/blob/master/pet/tasks.py#L630

timoschick commented 3 years ago

Hi @tuhinjubcse, as the name suggests, this file should contain unlabeled texts. You can check the FewGlue repository for examples of such files.