Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

A general question about pretraining and training of dialogue systems #4068

Answered by stephenroller
helehh asked this question in Q&A
Discussion options

You must be logged in to vote

We train to predict every non-root node in the tree.

    A
   / \
  B   C
 / \
E   F

Then we generate 4 (N-1) examples:

Context -> Label
A -> B
A -> C
A, B -> E
A, B -> F

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@helehh
Comment options

@helehh
Comment options

@stephenroller
Comment options

Answer selected by helehh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants