You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @zhijing-jin , thanks for reporting this bug. It's probably due to the famous "text degeneration" problem of many seq2seq models. After 0dad49e is released, you can set beam_size=4, no_repeat_ngram_size=4 to mitigate it (probably tune no_repeat_ngram_size on some dev set).
Hi thanks for making this wonderful package. Very user-friendly and easy to use!
I am using the AMR parsing function. And this post is to report that there are some failure cases, where the generated AMR is quite extreme:
The generated AMR has thousands of variables, up to "x2000". And it seems to enter into a recurrent loop as follows:
It's just a bug for your record.
The text was updated successfully, but these errors were encountered: