You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your open-source code.
I have a question about your stable version of the copynet.
I find that your version copynet considers about the generation probability of the source tokens, but in the origin paper of CopyNet, they also added some other mechanisms, such as selective read, but I have not found it in your code (Is this version copynet good enough for the Sequicity ?), can you tell me the reason?
Thank you very much!
The text was updated successfully, but these errors were encountered:
In this function, the pz_proba is the tensor with shape [T, B, V_aug] (in camrest626 dataset V_aug is 8xx [800 + seq_len]), which is generated by copynet. But when you calculate the NLLoss,you only use the vocabulary size which is 800 (In this case, I think that the information about the source sequence is lost). In other words, I don't think it's the CopyNet.
Thanks for your open-source code.
I have a question about your
stable version of the copynet
.I find that your version
copynet
considers about the generation probability of the source tokens, but in the origin paper ofCopyNet
, they also added some other mechanisms, such asselective read
, but I have not found it in your code (Is this versioncopynet
good enough for theSequicity
?), can you tell me the reason?Thank you very much!
The text was updated successfully, but these errors were encountered: