bash scripts/finetune_supervised.sh t5-base 1e-4 true false all
In this scripts/finetune_supervised.sh file, it called "resources/mutation/train.jsonl" and "resources/mutation/dev.jsonl" as the training file and validation file respectively. However, these two files are not in the data you shared on google drive.
Hi Michael, I think i renamed the files. It should just be in the "raw data folder". If you submit a pull request for changing the training script I will merge it into the main branch.
Hi authors,
Thank you very much for the great work. I am very interested in it. I tried to reproduce the fully supervised setting with gold evidence: https://github.com/j6mes/acl2021-factual-error-correction#fully-supervised-ceiling
using the following script:
In this scripts/finetune_supervised.sh file, it called "resources/mutation/train.jsonl" and "resources/mutation/dev.jsonl" as the training file and validation file respectively. However, these two files are not in the data you shared on google drive.
May I know how should I obtain these two file?
Thank you in advance.
Best regards, Michael