-
Notifications
You must be signed in to change notification settings - Fork 3.1k
adds license information for DailyDialog. #2419
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e4fcc13
adds license information for DailyDialog.
aditya2211 226e7d0
Update README.md
aditya2211 dde6a3e
adds license details to the yaml block.
aditya2211 9b26357
adds details to .json
aditya2211 1e8ae15
Apply suggestions from code review
lhoestq 563924a
Update README.md
lhoestq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| {"default": {"description": "We develop a high-quality multi-turn dialog dataset, DailyDialog, which is intriguing in several aspects. \nThe language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way \nand cover various topics about our daily life. We also manually label the developed dataset with communication \nintention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it \nbenefit the research field of dialog systems.\n", "citation": "@InProceedings{li2017dailydialog,\n author = {Li, Yanran and Su, Hui and Shen, Xiaoyu and Li, Wenjie and Cao, Ziqiang and Niu, Shuzi},\n title = {DailyDialog: A Manually Labelled Multi-turn Dialogue Dataset},\n booktitle = {Proceedings of The 8th International Joint Conference on Natural Language Processing (IJCNLP 2017)},\n year = {2017}\n}\n", "homepage": "http://yanran.li/dailydialog", "license": "", "features": {"dialog": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "act": {"feature": {"num_classes": 5, "names": ["__dummy__", "inform", "question", "directive", "commissive"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "emotion": {"feature": {"num_classes": 7, "names": ["no emotion", "anger", "disgust", "fear", "happiness", "sadness", "surprise"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": {"features": null, "resources_checksums": {"train": {}, "test": {}, "validation": {}}}, "supervised_keys": null, "builder_name": "daily_dialog", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "datasets_version_to_prepare": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7296715, "num_examples": 11118, "dataset_name": "daily_dialog"}, "test": {"name": "test", "num_bytes": 655844, "num_examples": 1000, "dataset_name": "daily_dialog"}, "validation": {"name": "validation", "num_bytes": 673943, "num_examples": 1000, "dataset_name": "daily_dialog"}}, "download_checksums": {"http://yanran.li/files/ijcnlp_dailydialog.zip": {"num_bytes": 4475921, "checksum": "c641e88cbf21fd7c1b57289387f9107d33fe8685a2b37fe8066b82776535ea89"}}, "download_size": 4475921, "post_processing_size": 0, "dataset_size": 8626502, "size_in_bytes": 13102423}} | ||
| {"default": {"description": "We develop a high-quality multi-turn dialog dataset, DailyDialog, which is intriguing in several aspects. \nThe language is human-written and less noisy. The dialogues in the dataset reflect our daily communication way \nand cover various topics about our daily life. We also manually label the developed dataset with communication \nintention and emotion information. Then, we evaluate existing approaches on DailyDialog dataset and hope it \nbenefit the research field of dialog systems.\n", "citation": "@InProceedings{li2017dailydialog,\n author = {Li, Yanran and Su, Hui and Shen, Xiaoyu and Li, Wenjie and Cao, Ziqiang and Niu, Shuzi},\n title = {DailyDialog: A Manually Labelled Multi-turn Dialogue Dataset},\n booktitle = {Proceedings of The 8th International Joint Conference on Natural Language Processing (IJCNLP 2017)},\n year = {2017}\n}\n", "homepage": "http://yanran.li/dailydialog", "license": "cc-by-sa-4.0", "features": {"dialog": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "act": {"feature": {"num_classes": 5, "names": ["__dummy__", "inform", "question", "directive", "commissive"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "emotion": {"feature": {"num_classes": 7, "names": ["no emotion", "anger", "disgust", "fear", "happiness", "sadness", "surprise"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": {"features": null, "resources_checksums": {"train": {}, "test": {}, "validation": {}}}, "supervised_keys": null, "builder_name": "daily_dialog", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "datasets_version_to_prepare": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 7296715, "num_examples": 11118, "dataset_name": "daily_dialog"}, "test": {"name": "test", "num_bytes": 655844, "num_examples": 1000, "dataset_name": "daily_dialog"}, "validation": {"name": "validation", "num_bytes": 673943, "num_examples": 1000, "dataset_name": "daily_dialog"}}, "download_checksums": {"http://yanran.li/files/ijcnlp_dailydialog.zip": {"num_bytes": 4475921, "checksum": "c641e88cbf21fd7c1b57289387f9107d33fe8685a2b37fe8066b82776535ea89"}}, "download_size": 4475921, "post_processing_size": 0, "dataset_size": 8626502, "size_in_bytes": 13102423}} | ||
lhoestq marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.