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

Different decoding methods #8

Closed hoangftran closed 2 years ago

hoangftran commented 2 years ago

Hi sir, thank you for your great work!

Have you run experiments with different decoding methods? I see in the code you use beam search for decoding, why do you choose beam search, and have you try with top-k sampling? Thank you.

goodbai-nlp commented 2 years ago

Hi,

We choose beam search instead of other methods for decoding because we need to ensure comparability with previous seq2seq approaches. It might be interesting to try methods beyond beam search. If you have any findings, welcome to post the results here.