GithubHelp home page GithubHelp logo

Comments (5)

benson-basis avatar benson-basis commented on August 20, 2024

I've been able to demonstrate this using your stock English model.

As well as for complex voice emotional recognition for emotions not included in Mind Reading .

1       As      as      RB      _       3       advmod  _       @#r$%
2       well    well    RB      _       3       advmod  _       @#r$%
3       as      as      IN      _       5       advmod  _       @#r$%
4       for     for     IN      _       0       conj    _       @#r$%
5       complex complex JJ      _       8       nmod    _       @#r$%
6       voice   voice   NN      _       8       nmod    _       @#r$%
7       emotional       emotional       JJ      _       8       nmod    _       @#r$%
8       recognition     recognition     NN      _       4       pobj    _       @#r$%
9       for     for     IN      _       8       prep    _       @#r$%
10      emotions        emotion NNS     _       9       pobj    _       @#r$%
11      not     not     RB      _       12      neg     _       @#r$%
12      included        include VBN     pos2=VBD        0       root    _       @#r$%
13      in      in      IN      _       12      prep    _       @#r$%
14      Mind    mind    NN      pos2=NNP        15      compound        _       @#r$%
15      Reading reading NN      pos2=VBG        13      pobj    _       @#r$%
16      .       .       .       _       12      punct   _       @#r$%

from nlp4j-old.

benson-basis avatar benson-basis commented on August 20, 2024

I tried adding a feature to the model.

Please don't laugh if my attempt to figure out the feature templates was unsuccessful.

My idea was to discourage things like a conj deprel with the root. Of course, this sort of thing can't globally ding sentences for having more than one root. If there's a way to introduce that idea into the feature set I haven't understood it yet.

   <feature f0="i:dependency_label" f1="i_h:part_of_speech_tag"/>

With my universal training (UD treebank + converted PTB) and the UD dev set the accuracy was the same,

UAS 0.88 LAS 0.85 total tokens 25148

but the number of two-headed outputs from the UD dev set dropped from 4% to 3%.

from nlp4j-old.

benson-basis avatar benson-basis commented on August 20, 2024

We somewhat belatedly read the papers and understand that this is expected, so we thinking about how to cope.

from nlp4j-old.

jdchoi77 avatar jdchoi77 commented on August 20, 2024

Sorry for the late reply; I was meeting a grant proposal deadline. Multiple roots may be caused because by headless nodes; when the parser doesn't find any head, then it by default connects it to the root to keep the entire tree connected, but this is something I should retouch. I'm planning to adapt our structure to UD more now, so I can experiment this more myself as well.

from nlp4j-old.

benson-basis avatar benson-basis commented on August 20, 2024

OK, thanks.

On Thu, Jul 21, 2016 at 2:33 PM, Jinho D. Choi [email protected]
wrote:

Sorry for the late reply; I was meeting a grant proposal deadline.
Multiple roots may be caused because by headless nodes; when the parser
doesn't find any head, then it by default connects it to the root to keep
the entire tree connected, but this is something I should retouch. I'm
planning to adapt our structure to UD more now, so I can experiment this
more myself as well.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
emorynlp/nlp4j#32 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ADM9zzDxNb6uFiviLtmlPbHBJW33kpptks5qX7tigaJpZM4JLr6C
.

from nlp4j-old.

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.