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

What is unlabeled set and how to get it? #51

Closed windhxs closed 2 years ago

windhxs commented 2 years ago

For example, I am trying task BoolQ, when I get the dataset from SuperGLUE website and unzip the file. I get train.jsonl , val.jsonl and test.jsonl.But from your code, I must get another file unlabeled.jsonl. So, what is that and how to get it?