AMRBART
AMRBART copied to clipboard
Code for our paper "Graph Pre-training for AMR Parsing and Generation" in ACL2022
Hi I was just wondering if there is a way to convert the generated AMR (with pointer: 1, 2, ...) to the conventional AMRs (p1/ person ...). I checked the...
Hi, I am very happy to see the pre-trained model in huggingface. I have a little question about AMRBART(AMR2Text) what is the input for this? does that mean we still...
Hi @goodbai-nlp , This is great work! Thanks for making your model available on huggingface. Makes things easier. However, I am not sure I follow the instructions for generating AMRs....
Hi there! Great work. I wanted to request the code for sub-graph level denoising. Given an AMR graph, how are you masking an entire subgraph? I found you using this:...