Coder Social home page Coder Social logo

Comments (3)

ronaldvelzen avatar ronaldvelzen commented on May 31, 2024 2

The English config doesn't work for the sentence, it gives the following results:

deeppavlov_model = build_model(
        "ner_ontonotes_bert",
        install=True,
        download=True)
sentence = 'Today at 13:10 we had a meeting'
output = deeppavlov_model([sentence])

print(output[0])
[['Today', 'at', '13', ':', '10', 'we', 'had', 'a', 'meeting']]
print(output[1])
[['B-DATE', 'O', 'B-TIME', 'O', 'B-TIME', 'O', 'O', 'O', 'O']]

However, I expect 13:10 to be predicted as B-TIME, I-TIME, I-TIME.

I would also like to use the model for Dutch sentences, therefore I chose to use the multilingual version. In the older version of Deeppavlov these mistakes didn't occur. The problem also occurs for other entities with interpunctions.

Would you happen to have any suggestions on how to solve this problem?

from deeppavlov.

dmitrijeuseew avatar dmitrijeuseew commented on May 31, 2024

The model ner_ontonotes_bert.json
https://github.com/deeppavlov/DeepPavlov/blob/master/deeppavlov/configs/ner/ner_ontonotes_bert.json
gives correct prediction for your example sentence. I suggest using English config for English sentences.

from deeppavlov.

ronaldvelzen avatar ronaldvelzen commented on May 31, 2024

@dmitrijeuseew @IgnatovFedor

from deeppavlov.

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.