mandarjoshi90 / coref

BERT for Coreference Resolution
Apache License 2.0
440 stars 92 forks source link

Predicting singletons #84

Closed ambernorder closed 3 years ago

ambernorder commented 3 years ago

Hi,

Is it possible to predict singletons with this model? I trained a model with my own data which contained singletons, but when I predict some text with my model it will only return clusters with at least two mentions.

Thank you!

linguist89 commented 3 years ago

Singletons aren't coreferential, so that would just be entity recoginition, wouldn't it? The idea of the coreference resolution is to determine which clusters of words refer to the same real-world entity.