huggingface / neuralcoref

✨Fast Coreference Resolution in spaCy with Neural Networks
https://huggingface.co/coref/
MIT License
2.85k stars 477 forks source link

Coreference perfomance issue #296

Open tomasonjo opened 3 years ago

tomasonjo commented 3 years ago

I have the following example:

Elon Musk was born in the South African republic in the year of 1971.
His first company was Zip2, which he later sold.

The neuralcoref results are:

Elon Musk was born in the South African republic in the year of 1971. Elon Musk was Zip2, which Elon Musk later sold.

So instead of only changing His to Elon Musk, it transforms His first company to Elon Musk, which is not ideal.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.