thunlp / CorefBERT

Source code for EMNLP 2020 paper "Coreferential Reasoning Learning for Language Representation"
MIT License
67 stars 6 forks source link

Code of coreference resolution task #11

Closed Syarotto closed 2 years ago

Syarotto commented 3 years ago

Hi,

I was wondering if you could release the code as in section 4.5 coreference resolution?

Thank you!

YeDeming commented 3 years ago

We use code of WikiCREM to train and evaluate the coreference resolution.

Best, Deming

Syarotto commented 3 years ago

Thank you!

Syarotto commented 2 years ago

Hi,

I wonder if there's a way to run corefBERT on coreference resolution task with my own data. I noticed that the pretrained model is based on huggingface/transformers, while WikiCREM uses torch to load pretrained models.

Thank you!

YeDeming commented 2 years ago

WikiCREM uses a older version of huggface. Hence, there is a a little difference.