harvardnlp / seq2seq-attn

Sequence-to-sequence model with LSTM encoder/decoders and attention
http://nlp.seas.harvard.edu/code
MIT License
1.26k stars 278 forks source link

Sequence-to-Sequence Learning as Beam-Search Optimization #99

Closed jndevanshu closed 6 years ago

jndevanshu commented 6 years ago

Hi,

I was reading the paper titled 'Sequence-to-Sequence Learning as Beam-Search Optimization' by Sam Wiseman and Alexander M. Rush. Can someone please tell me where can I find the implementation of the same? Is it implemented in this repository? I could not find any documentation for that here.

Thanks Devanshu

swiseman commented 6 years ago

https://github.com/harvardnlp/BSO

jndevanshu commented 6 years ago

Thanks