Processing math: 100%
Link

Generator

\[D={xi,yi}Ni=1xi={xi1,,xim} and yi={yi0,yi1,,yin},where y0=<BOS> and yn=<EOS>.\]

generator

\[ˆyt=softmax(hdectWgen),where hdectRbatch_size×1×hidden_size and WgenRhidden_size×|V|.\]

from decoder,

\[hdect=RNNdec(embdec(ˆyt1),hdect1),where hdec0=hencm.\]

Loss Function

\[L(θ)=Ni=1logP(yi|xi;θ)=Ni=1nj=1logP(yij|xi,yi<j;θ)\] \[logP(yt|x,y<t)=yTtlogˆyt,where yt is one-hot vector, and ˆyt is a probability distribution from softmax.\]