sinantie / NeuralAmr

Sequence-to-sequence models for AMR parsing and generation
http://www.ikonstas.net/code
69 stars 17 forks source link

One error case here #20

Open KaiQiangSong opened 4 years ago

KaiQiangSong commented 4 years ago

Neural AMR error cases: Maher hits 95 for Australia after four years in the cold.

Parsing Results: 95 :arg0 (p / person :name (n / name :op1 "Maher")) :arg1 (c / country :name (n2 / name :op1 "Australia")) :time (a / after :op1 (t / temporal-quantity :quant (N / N-A) :unit (y / year) :location (c2 / cold)))

It misses the '(' at the beginning. Could you please check this one. I feel like there's some bug in the code. Thanks a lot.