salesforce / decaNLP

The Natural Language Decathlon: A Multitask Challenge for NLP
BSD 3-Clause "New" or "Revised" License
2.34k stars 474 forks source link

Missing Winograd schema url #34

Closed quanvuong closed 5 years ago

quanvuong commented 5 years ago

Is there supposed to be a link to the schema.txt file here?

Thanks!

quanvuong commented 5 years ago

Is this the missing schema.txt file?

https://github.com/salesforce/decaNLP/blob/master/local_data/schema.txt

dfenglei commented 5 years ago

Yes. You need do the following step.

You will also need to make a .data directory and move the examples for the Winograd Schemas into it:

mkdir -p .data/schema cp local_data/schema.txt .data/schema/

quanvuong commented 5 years ago

Are there supposed to be less than 200 training samples for both training and validation? This seems low so I want to double-check this task is intended to be low-resource.

bmccann commented 5 years ago

Yes, this task is intended to be low resource