Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pmadhyastha opened this issue Dec 4, 2018 · 1 comment
Assignees
Labels
Notation Notational Problems

Comments

@pmadhyastha
Copy link

pmadhyastha commented Dec 4, 2018

Paper

  • Synopsis: The paper proposes a sequence-to-sequence model with an additional decoder. The '2nd pass' decoder is conditioned on both the information from the source, the global information from the '1st pass' decoder and attends over the source and the 1st pass decoder.

  • Paper contains some hand waving mumbo-jumbo of the processes by which humans understand/genreate language - through polishing / deliberation

  • The paper uses a concatenation of the hidden states of the decoder along with the prodcuced output target words as the information for the second pass decoder.

  • Getting both the decoder hidden states and decoder outputs require sampling output sequence - this is a challenging problem, so they approximate using an unbiased sample(s) and propose a 'generation lower bound'

  • It states that they use montecarlo sampling (and in experiments they mention beam size sampling). It is not clear what happens when there are n-samples (where n > 1).

@pmadhyastha pmadhyastha self-assigned this Dec 4, 2018
@pmadhyastha pmadhyastha added the Notation Notational Problems label Dec 6, 2018
@pmadhyastha
Copy link
Author

  • The paper seemingly has a bug -> if the 2nd pass decoder is initialized with 1st pass decoder's parameters then most probably it has similar architecture. But the input to the 2nd pass contains ctx vectors with 2x originial dimensionality!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Notation Notational Problems
Projects
None yet
Development

No branches or pull requests

1 participant