kkalouli / GKR_semantic_parser

The Graphical Knowledge Representation (GKR) parser: it transforms a given sentence into a layered semantic graph
Apache License 2.0
13 stars 7 forks source link

Improvements #4

Open vcvpaiva opened 3 years ago

vcvpaiva commented 3 years ago

hi Katerina, just listing a few things that I think would be improvements to the system. (but not finding the "improvement" tag) let me know your thoughts on them, if you can.

  1. I think a different colour when the content word is not found in WN would help to see the coverage of PWN.

  2. I wonder how difficult it would be to implement a module dealing with of nominalizations, like the Bridge system had.

  3. I wonder if you think changing from Stanford CoreNLP to Stanza is very complicated:we (Livy and I) would like to see how SICK-BR compares to SICK.

  4. I wonder if a different glossary of specific terms could be used as well as PWN or instead of it. Thinking of Wikidata, for instance.

vcvpaiva commented 3 years ago
  1. There is the issue of PWN3.0 vs PWN3.1 and the new versions of WordNet. two issues here actually, one is that only PWN3.0 is connected to SUMO and two is which of the new wordnets (if any) will become the facto heir to PWN3.0.

  2. I believe Stanza is the way forward, because of multilingualism. But the issue of what exactly is needed from the enhanced dependencies is an open question, I think.