python ./eval/eval_task.py
--golds_json {PATH_TO_LABEL_JSON_FILE}
--preds_json {PATH_TO_PREDICTION_JSON_FILE}
--task_name {TASK_ID}
--output_file {RESULT_JSON_PATH}
Good work, I am reproducing this work. I have a question.
There are many stages. In the Evaluation section, which files do ‘PATH_TO_LABEL_JSON_FILE}’ and ‘{PATH_TO_PREDICTION_JSON_FILE}’ specifically refer to?
python ./eval/eval_task.py
--golds_json {PATH_TO_LABEL_JSON_FILE}
--preds_json {PATH_TO_PREDICTION_JSON_FILE}
--task_name {TASK_ID}
--output_file {RESULT_JSON_PATH}
Good work, I am reproducing this work. I have a question.
There are many stages. In the Evaluation section, which files do ‘PATH_TO_LABEL_JSON_FILE}’ and ‘{PATH_TO_PREDICTION_JSON_FILE}’ specifically refer to?