j6mes / acl2021-factual-error-correction

ACL 2021
https://jamesthorne.com
Apache License 2.0
26 stars 7 forks source link

Obtaining the "resources/mutation/train.jsonl" file #9

Open MichaelCaohn opened 1 year ago

MichaelCaohn commented 1 year ago

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:

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.

May I know how should I obtain these two file?

Thank you in advance.

Best regards, Michael

j6mes commented 1 year ago

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.

Thanks