Closed yqw-vicki closed 3 years ago
It sounds to me like you're trying to replicate the experiment in this config file: https://github.com/allenai/allennlp-models/blob/master/training_config/coref/coref_bert_lstm.jsonnet. Can you adapt your code to use the parameters from this config, and try again? I didn't look to find all the differences, but your learning rate scheduler is different, and so is the number of epochs.
Thank you very much! I follow the config to modify my model again, now it work.
Hi, I am now using coreference resolver to retrain bert-based coreference model with ontonote5.0. But the result is not satisfied.Even if the mention recall is very high, but the coreference recall still low. The below is the result: And my training code is show here:
Is there any problem in my training code?