clarkkev / deep-coref

270 stars 59 forks source link

String matching features? #2

Open minhlab opened 7 years ago

minhlab commented 7 years ago

I'm reading Clark and Manning (2016) and the list of features include "String Matching Features: Head match, exact string match, and partial string match."

I look at datasets.py but can't pinpoint where those features are implemented.

Could anybody help me?

Clark, K., & Manning, C. D. (2016). Improving Coreference Resolution by Learning Entity-Level Distributed Representations. Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics, 643–653. http://doi.org/10.18653/v1/P16-1061

clarkkev commented 7 years ago

The feature extraction is implemented in java as part of CoreNLP. You can see the feature extraction code here.

minhlab commented 7 years ago

I'm curious about how these features actually work. Looking at the cort analysis of CoNLL-2012 data, many mentions of the same name are not linked. For some reason, most of them are left singletons.

screen shot 2017-01-20 at 09 49 42
kusumlata123 commented 5 years ago

hello kevin i just want to understand deep coference . could you help me to understand