vdobrovolskii / wl-coref

This repository contains the code for EMNLP-2021 paper "Word-Level Coreference Resolution"
MIT License
104 stars 37 forks source link

Inference #7

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi Vlad,

Thank you for providing the code. I enjoyed reading your paper and would like to try your method out.

Can you please provide a minimal example of using wl-coref for inference? I'm having trouble figuring out how to extract the coreference relationship by feeding a paragraph to the model. Thank you.

vdobrovolskii commented 2 years ago

Hi! Thanks for your interest!

I've added a simple prediction script, which will, however, require some data preparation. The preparation process is described in the README. If you have any further questions, please let me know at once.