huggingface / neuralcoref

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

Possessive pronouns #151

Closed yet-another-account closed 5 years ago

yet-another-account commented 5 years ago

Right now, possessive pronouns aren't resolved very well:

For example:

John walked in his house. 

Results in:

John walked in John house.
thomwolf commented 5 years ago

Actually, "resolving" is an ill-defined operation and has no really good answer (in particular in terms of identifying a mention that could be used to replace all other mentions). It's provided as a way to extract a simple result from NeuralCoref as a string but the coreference clusters are the real output of the algorithm.