kweonwooj / papers

summary of ML papers I've read
318 stars 34 forks source link

Deliberation Networks: Sequence Generation Beyond One-Pass Decoding #78

Open kweonwooj opened 6 years ago

kweonwooj commented 6 years ago

Abstract

Details

Personal Thoughts

Link : https://papers.nips.cc/paper/6775-deliberation-networks-sequence-generation-beyond-one-pass-decoding.pdf Authors : Xia et al. 2017

chenustc commented 6 years ago

Do you have the code of this paper?

kweonwooj commented 6 years ago

@chenustc I cannot find the public code released by MS for this paper. I don't have the implementation.

Choco31415 commented 6 years ago

@chenustc If it helps, I'm currently working on an implementation of this paper. Having trouble getting it to good results using what's specified in the paper. I'll message you somehow when things start looking good.

Update: I had stopped earlier due to not matching Microsoft's performance. I might attempt again later.

luofuli commented 6 years ago

@Choco31415 If you have implemented this paper, please message me too. Thank you~

cnrpman commented 6 years ago

@Choco31415 Please message me too, thanks!

Huijun-Cui commented 5 years ago

@Choco31415 Hi brother,have finished that code? I am in need of the code,would you do me a favor to send it to me? My email: cuihuijun@foxmail.com

Hannibal046 commented 1 year ago

https://github.com/ustctf-zz/delibnet I don't know if this would help. As stated in this paper https://aclanthology.org/P19-1653.pdf, they initialize encoder and first-pass decoder with a vanilla seq2seq model, and use this model to generate samples for second-pass decoder. I'm not sure if this is the standard practice in the original Deliberation Network.