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
237 stars 45 forks source link

Did you release the code of (Drozdov et al 2022) ? #31

Closed xsthunder closed 2 years ago

xsthunder commented 2 years ago

Thanks for releasing the code. It's very helpful. However I've having trouble in finding the code mentioned in (Drozdov et al 2022).

I've carefully looked into the README.md of four branches structured-mbart, action-pointer, stack-transformer as well as the master branch, but none of them contains the instructions for (Drozdov et al 2022). Did you the code of (Drozdov et al 2022)? I would be very grateful if you could help me find it.

Thank you for your time to this matter.

ramon-astudillo commented 2 years ago

yes, check

configs/wiki25-structured-bart-base-neur-al-sampling5.sh

for a sanity check experiment with a few sentences(wont learn) and the equivalent amr2/3 configs.