CorefQA icon indicating copy to clipboard operation
CorefQA copied to clipboard

This repo contains the code for ACL2020 paper "Coreference Resolution as Query-based Span Prediction"

Results 13 CorefQA issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for sharing your work! How can I use your approach on a different dataset, whether to train or fine-tune it? and how can I see the output document/sentences...

I have downloaded the final model and want to use it on a custom sentence to do coreference resolution. What is the usage? How to achieve this simple need? I...

System setup: tensorflow 1.15 torch 1.2 cuda 10.0 python 3.7.16 use_tpu False I am geting this error during training ``` ERROR:tensorflow:Error recorded from training_loop: GetNext() failed because the iterator has...