-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Policy Manager and NLG modules for MultiWOZ #691
Conversation
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
This pull request introduces 23 alerts when merging a7b0ab5 into 78b6bef - view on LGTM.com new alerts:
|
a7b0ab5
to
12256c9
Compare
This pull request introduces 23 alerts when merging 12256c9 into 78b6bef - view on LGTM.com new alerts:
|
Signed-off-by: Evelina Bakhturina <[email protected]>
This pull request introduces 1 alert when merging 7964c7e into 78b6bef - view on LGTM.com new alerts:
|
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
This pull request introduces 10 alerts when merging 307b942 into 1273d8f - view on LGTM.com new alerts:
|
Signed-off-by: Evelina Bakhturina <[email protected]>
This pull request introduces 1 alert when merging b752fec into 1273d8f - view on LGTM.com new alerts:
|
…nabled utilization of relative paths Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
This pull request introduces 1 alert when merging 800b771 into 9a1366c - view on LGTM.com new alerts:
|
…dules - and fixing the definitions Signed-off-by: Tomasz Kornuta <[email protected]>
Signed-off-by: Tomasz Kornuta <[email protected]>
This pull request introduces 1 alert when merging d913c65 into 1ae4aa9 - view on LGTM.com new alerts:
|
Signed-off-by: nvidia <[email protected]>
This pull request introduces 1 alert when merging 6f3980b into 1ae4aa9 - view on LGTM.com new alerts:
|
Signed-off-by: nvidia <[email protected]>
This pull request introduces 2 alerts when merging 0fc5372 into 1ae4aa9 - view on LGTM.com new alerts:
|
Signed-off-by: nvidia <[email protected]>
Signed-off-by: nvidia <[email protected]>
Signed-off-by: nvidia <[email protected]>
Signed-off-by: nvidia <[email protected]>
This pull request introduces 2 alerts when merging 7b9a899 into 1273aff - view on LGTM.com new alerts:
|
Signed-off-by: nvidia <[email protected]>
Signed-off-by: nvidia <[email protected]>
Signed-off-by: nvidia <[email protected]>
Signed-off-by: nvidia <[email protected]>
Signed-off-by: nvidia <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: Evelina Bakhturina <[email protected]>
Signed-off-by: nvidia <[email protected]>
This pull request introduces 1 alert when merging 9d97337 into e14590b - view on LGTM.com new alerts:
|
Signed-off-by: nvidia <[email protected]>
…red the modules Signed-off-by: nvidia <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Decided to go with the current types
TODO (out-of-scope of this PR):
- unit test for "neural tuple"
- refactoring and unification of EncoderRNN
Signed-off-by: nvidia <[email protected]>
A rule-based policy manager and natural language generation modules added to complete the goal-oriented dialogue pipeline on MultiWOZ dataset.
The complete pipeline for Multiwoz looks like this:
User utterance => DST module (pre-trained TRADE) => rule-based PM => rule-based NLG => system reply
With the added example users can have a conversation with the system and analyze the results of each of the dialogue modules separately.
Signed-off-by: Evelina Bakhturina [email protected]