farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 845 forks source link

Pointer Network #200

Open theSage21 opened 7 years ago

theSage21 commented 7 years ago

I was going through https://arxiv.org/abs/1506.03134 and wanted to try out what they have done. I'm new to seq2seq so wanted to ask where should I start looking in order to implement this? AFAIK this is not there anywhere. All I could find was https://github.com/devnag/tensorflow-pointer-networks.

Would this be a simple parameter tweak in seq2seq api or should I start by implementing a new cell? Would this even be a cell?

Any guidance would be appreciated. Cheers!