Git Product home page Git Product logo

Comments (3)

attardi avatar attardi commented on July 22, 2024

words.lst is OK.
The results reported were obtained using an older version available here:
https://github.com/attardi/nlpnet
that did not use AdaGrad and used different learning rate parameters for different features.
It also did not set the random seed, hence the results varied at each run.
DeepNL instead sets the seed in dl-ner.py for replicable results.
You might try disabling AdaGrad by using parameter --eps 0.
However an FB1 of 81% is definitely too low.

from deepnl.

dungtn avatar dungtn commented on July 22, 2024

I have re-trained the model with the same settings and got 84%, I will run a 10-fold cross validation and and post the result here (take time). I will also try your suggestions and see if it helps 👍

from deepnl.

cerisara avatar cerisara commented on July 22, 2024

I have tested version 78f6e without random seed init on Conll03 but using my own random init in java within the same interval [+/-2.38... as in the python code], and ran it 10 times, evaluate with the conlleval script on testb and obtain an average F1=88.12%, standard deviation=0.20%
With the python random seeded init, I got F1=88.42%, so it's ok I think

from deepnl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.