IBM / transition-amr-parser

SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch.
Apache License 2.0
231 stars 46 forks source link

I want to learn how to construct a AMR Parser by myself #45

Closed ShaoZhangHao closed 1 year ago

ShaoZhangHao commented 1 year ago

Excuse me, I need your help. I want to learn how to construct a AMR Parser,so I reading many papers,I still can not unterstand what the papers express ,even the algorithm.Thus,Do you have any books or papers introduced ?I am new to this kind of work.

ramon-astudillo commented 1 year ago

Have a look at the papers in the README and the SPRING paper cited there may also be an easy way to start.