-
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
[WIP] Adding dialogue state tracking TRADE #322
Conversation
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: Chip Nguyen <[email protected]>
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: Vahid <[email protected]>
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: VahidooX <[email protected]>
This pull request introduces 4 alerts when merging 9d11dc2 into 75c4fb7 - view on LGTM.com new alerts:
|
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: VahidooX <[email protected]>
This pull request introduces 3 alerts when merging 5d387ef into 75c4fb7 - view on LGTM.com new alerts:
|
Signed-off-by: VahidooX <[email protected]>
This pull request introduces 2 alerts when merging bdb46d2 into 75c4fb7 - view on LGTM.com new alerts:
|
Signed-off-by: VahidooX <[email protected]>
Signed-off-by: VahidooX <[email protected]>
This pull request introduces 2 alerts when merging 5d37a1b into 75c4fb7 - view on LGTM.com new alerts:
|
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.
Hi, this generally looks good!
My general comment is that I saw you put plenty of efforts into commenting e.g. input and output ports (which is good!), but majority of methods and functions are not commented at all (state_tracking_trade_dataset.py is a good example)
Minor: add shebang for scripts (e.g. preprocessing)
Signed-off-by: VahidooX <[email protected]>
This pull request introduces 2 alerts when merging 5632f74 into 75c4fb7 - view on LGTM.com new alerts:
|
Signed-off-by: VahidooX <[email protected]>
This pull request introduces 2 alerts when merging a26e11a into 75c4fb7 - view on LGTM.com new alerts:
|
Signed-off-by: VahidooX <[email protected]>
* [LAB-307] Add paper link Signed-off-by: Trevor Grant <[email protected]> * [LAB-307] Add paper link Signed-off-by: Trevor Grant <[email protected]> * [LAB-307] Add paper link Signed-off-by: Trevor Grant <[email protected]> --------- Signed-off-by: Trevor Grant <[email protected]>
Adding TRADE (a dialogue state tracking model) to NeMo.
TRADE is introduced in the following paper:
"Transferable Multi-Domain State Generator for Task-Oriented Dialogue Systems", Chien-Sheng Wu, Andrea Madotto, Ehsan Hosseini-Asl, Caiming Xiong, Richard Socher and Pascale Fung. ACL 2019.
The model is adopted from:
https://github.com/jasonwu0731/trade-dst