goodbai-nlp / AMRBART

Code for our paper "Graph Pre-training for AMR Parsing and Generation" in ACL2022
MIT License
92 stars 28 forks source link

Curious about AMR to text (node to text token alignment) #5

Closed xu1998hz closed 2 years ago

xu1998hz commented 2 years ago

Hi @muyeby @cylnlp , thanks for your patient answer previously. This is a great work and I am new to this task. I am curious that is there any heuristic way to align your AMR graph nodes back to text tokens?

cylnlp commented 2 years ago

You may refer to JAMR.

xu1998hz commented 2 years ago

Thanks