Hi minghao,
I try to use the pre-trained model to reproduce the result. But I got a lower result.

As shown above, all things go well but model performs really poor on multi-spans cases. I checked the output file (predictions.json), and I did not find a multi-spans prediction.
What I have done:
- run
run_mtmsn to evaluate with almost the same config as you mentioned. I only skipped the training process.
- got an output file
predictions.json
- use
drop_eval.py to evalute on predictions.json and drop_dataset_dev.json
Did I make any mistake? Please help me.
Thanks in advance.
Hi minghao,
I try to use the pre-trained model to reproduce the result. But I got a lower result.

As shown above, all things go well but model performs really poor on multi-spans cases. I checked the output file (predictions.json), and I did not find a multi-spans prediction.
What I have done:
run_mtmsnto evaluate with almost the same config as you mentioned. I only skipped the training process.predictions.jsondrop_eval.pyto evalute onpredictions.jsonanddrop_dataset_dev.jsonDid I make any mistake? Please help me.
Thanks in advance.