shtoshni / fast-coref

Code for the CRAC 2021 paper "On Generalization in Coreference Resolution" (Best short paper award)
34 stars 13 forks source link

How to run inference (prediction) on any arbitary text? #20

Closed ritwikmishra closed 5 months ago

ritwikmishra commented 1 year ago

If I have a fine-tuned model and a paragraph of text containing multiple sentences, then how can I run inference on the paragraph? or How can I predict coreference clusters on any arbitary text?

ritwikmishra commented 4 months ago

@shtoshni Hello

You marked this as completed. But in the README, it is still not mentioned how to run the inference on any arbitary text. The current method expects a conll formatted input for inference. The conll format includes pos tags, constituency parsing, etc. Low-resource languages do not have any such public tools (especially const parsing).