A-Hierarchical-Latent-Structure-for-Variational-Conversation-Modeling
A-Hierarchical-Latent-Structure-for-Variational-Conversation-Modeling copied to clipboard
Is beam search working fine?
Is your beam search bug free?
I tried to use your decoder in a seq2seq model and getting some weird results when beam width>1. (BLEU falls from 40 to 4).
You also don't report any results corresponding to beam search in the paper.
Thus, want to confirm before using the code.
I got the same problem.
I am also having the same problem. Did you manage to implement beam search correctly?
Did you solve the bug on beam search?
@manzar96 Sorry I am not working on this anymore. You can have a look at the transformers or allennlp repo and integrate their beam search method with this repo.