File "/tmp/codalab/tmpcPs3rA/run/program/semeval2020_06_evaluation_main.py", line 68, in main
task_2_report = task_2_eval_main(ref_path, res_path, output_dir, cfg['task_2']['eval_labels'])
File "/tmp/codalab/tmpcPs3rA/run/program/evaluation_sub2.py", line 192, in task_2_eval_main
temp_y_gold, temp_y_pred = get_gold_and_pred_labels(ref_path.joinpath(child.name), child)
File "/tmp/codalab/tmpcPs3rA/run/program/evaluation_sub2.py", line 135, in get_gold_and_pred_labels
validate_data(gold_rows, pred_rows)
File "/tmp/codalab/tmpcPs3rA/run/program/evaluation_sub2.py", line 111, in validate_data
validate_length(gold_rows, pred_rows)
File "/tmp/codalab/tmpcPs3rA/run/program/evaluation_sub2.py", line 50, in validate_length
raise ValueError("Row length mismatch: Pred {} Gold {}".format(len(pred_rows), len(gold_rows)))
ValueError: Row length mismatch: Pred 469 Gold 441