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

patterns for GLUE #62

Closed dorost1234 closed 2 years ago

dorost1234 commented 2 years ago

Hi I am looking for patterns for GLUE, I appreciate your response, do you know of any work which produced a good pattern for GLUE? thank you very much

timoschick commented 2 years ago

Hi @dorost1234, I'm not aware of any work on patterns for GLUE - sorry! However, for NLI tasks you may look at the patterns that we've used for SuperGLUE, for SST you may try the pattern that we've used for IMDb here and for STS, maybe something similar to these formulations might help.

dorost1234 commented 2 years ago

thanks