reasoning-machines / pal

PaL: Program-Aided Language Models (ICML 2023)
https://reasonwithpal.com
Apache License 2.0
462 stars 58 forks source link

Is GSM-Hard available? #9

Closed allanj closed 1 year ago

allanj commented 1 year ago

Would like to try out this set too. Wondering how I can obtain this set.

shuyanzhou commented 1 year ago

Sorry for the delay. The dataset has been added here: https://github.com/reasoning-machines/pal/blob/main/datasets/gsmhardv2.jsonl You can also access the dataset through huggingface by

import datasets
gsm_hard = datasets.load_dataset("reasoning-machines/gsm-hard")