To create training set or entailment and QA tasks, download and convert the ShARC data using the following commands:
wget https://sharc-data.github.io/data/sharc1-official.zip
unzip sharc1-official.zip
python create_train_from_sharc.py -sharc_dev_path sharc1-official/json/sharc_dev.json -sharc_train_path sharc1-official/json/sharc_train.json
Evaluation Sets… See the full description on the dataset page: https://huggingface.co/datasets/qa4pc/QA4PC.