guillaumegenthial / tf_ner

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Apache License 2.0
923 stars 275 forks source link

Why the result is better than that in the papers? #87 #56

Open Nicozwy opened 5 years ago

Nicozwy commented 5 years ago

Hi, I run the code on the conll2003 dataset, however, the result of the code is better than that reported in the paper. I am curious about where to get the basic version code of the paper, and how to improve the result?

Thank you

ivsanro1 commented 4 years ago

Probably because paper is using Senna embeddings while this repository is using GloVe embeddings