mandarjoshi90 / coref

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

Negative sampling #81

Open linguist89 opened 3 years ago

linguist89 commented 3 years ago

Is there way to implement negative sampling in this model? I'm not a deep learning expert, but I've been learning how to use this model over the past few months and I want to use linguistic patterns to identify pleonastic pronouns. Then apply negative sampling based on those patterns. Is this possible with this model?