eeml2022-nlp / iglu-nlp

Solving NLP task of NIPS 2022 IGLU challenge
MIT License
2 stars 0 forks source link

When to ask: binary classification #1

Open ilyalasy opened 2 years ago

ilyalasy commented 2 years ago

Build a model for classifying the instruction: whether it needs clarification or not. See When to ask.

Target variable to predict: IsInstructionClear, see dataset.

Simple baseline to try: huggingface guide. Official baseline link.