keras-team / keras-contrib

Keras community contributions
MIT License
1.58k stars 650 forks source link

Citation for crf layer #233

Open siebeniris opened 6 years ago

siebeniris commented 6 years ago

Hi, I am doing my bachelor thesis. I want to use the equation of the likelihood function in https://github.com/keras-team/keras-contrib/blob/master/keras_contrib/layers/crf.py, is there a paper I can cite?

Thanks.

FredRodrigues commented 6 years ago

Perhaps, http://homepages.inf.ed.ac.uk/csutton/publications/crftut-fnt.pdf ?

McKracken commented 5 years ago

Digging around, I actually found this three papers which are about Conditional Neural Fields/Neural Sequence Labeling with CRF

I didn't have the time to check if any of these report the same exact formalisation of what is implemented in the keras-contrib crf layer. Maybe the authors can give us a hint on this.