A-Hierarchical-Latent-Structure-for-Variational-Conversation-Modeling icon indicating copy to clipboard operation
A-Hierarchical-Latent-Structure-for-Variational-Conversation-Modeling copied to clipboard

Is beam search working fine?

Open shubhamagarwal92 opened this issue 6 years ago • 4 comments

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.

shubhamagarwal92 avatar Jun 18 '18 23:06 shubhamagarwal92

I got the same problem.

AotY avatar Nov 23 '18 16:11 AotY

I am also having the same problem. Did you manage to implement beam search correctly?

sb1992 avatar Apr 16 '19 15:04 sb1992

Did you solve the bug on beam search?

manzar96 avatar Mar 27 '20 18:03 manzar96

@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.

shubhamagarwal92 avatar Mar 31 '20 18:03 shubhamagarwal92