Coder Social home page Coder Social logo

amr-alignment-projection's Introduction

HOW TOs

ISSUES DISCUSSED

  • We are dropping tokens from the target side sentences, this might screw up alignments (maybe?)

  • NE rules, dates , quants etc When generating the caveman string we drop the Named entity ontology nodes, since these are not likely to have surface realizations in the source language.

  • In some instances however the concepts/nodes should be preserved in the caveman string. for example if the english string contains a reference like "planet Earth", the NE concept planet should appear in the caveman string. (taken care of) Once fast align has be run, then the source tokens that get aligned to the leaf of NE subgraphs, should in turn also be aligned to nodes in the NE ontology.

  • also did the same for all quant-entity

  • Multiple concepts aligned to single source token. In this case that source token gets mapped to both concepts in the AMR.

  • getting path in graph for concepts - right now we are just using the alignments from the english-amr alignment in concept-amr paths, this might cause some issues, the path could be compute from the graph itself.

TODOs

  • filtering NE concepts is not straight forward all the time.
  • suppose we want to filter out a NE concept 'city'
  • if the word 'city' also appears in the en string, we don't remove the concept
  • but what if a word like 'cities' appears instead? we can do string match to check if the concept 'city' is present in the en sentence.
  • we probably need some kind of stemmer to check. (how does this scale to other languages?)

amr-alignment-projection's People

Contributors

arendu avatar jflanigan avatar timjogorman avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

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.