CorefQA
CorefQA copied to clipboard
This repo contains the code for ACL2020 paper "Coreference Resolution as Query-based Span Prediction"
Hello all, Good morning! My name is Wentseng and I am an intern at mine&make GmbH in Stuttgart, Germany. We want build a commercial appliction using coreference resolution model and...
求助
当使用GPU训练时报错如下,请问是什么原因呢: tensorflow.python.framework.errors_impl.FailedPreconditionError: GetNext() failed because the iterator has not been initialized. Ensure that you have run the initializer operation for this iterator before getting the next element.
Hello, I am trying to replicate the training process in a Colab TPU environment . In the step `1.2. Or train the mention proposal model yourself. ` I am getting...
May I know your training time on TPU,and how many TPUs did you use?Thanks
Hi, thanks for your great work! Could you tell me how to get the final CorefQA model? the link in the instruction is a XML file[ link]([url](https://storage.googleapis.com/public_model_checkpoints))
You mention in the README that "We plan to release the PyTorch version soon". Can you share your progress here and/or estimated timelines? I am very interested in that effort...
XLnet generally achieve much better performance than bert and nobody tried it on coreference resolution: https://huggingface.co/transformers/model_doc/xlnet.html I think that's a great opportunity to improve even further the state of the...
Please share a working link for mention proposal module
While I try to load the pretrained model, I get the following error. E0903 21:29:51.073421 46912496399232 error_handling.py:75] Error recorded from prediction_loop: Unable to open table file ./trained_models/corefqa_trained/bert_finetune_ model_7_1800.bin: Data loss:...
Hi. thanks for your contribution. Very great and novel work. I have also implemented your model using PyTorch. But I find it impossible to train even a base model on...