kmyoo commited on
Commit
66b3ac8
1 Parent(s): 488d470

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +1 -0
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"kmyoo--dailydialog-tiny": {"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"], "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "emotion": {"feature": {"num_classes": 7, "names": ["no emotion", "anger", "disgust", "fear", "happiness", "sadness", "surprise"], "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": {"features": null, "resources_checksums": {"train": {}, "test": {}, "validation": {}}}, "supervised_keys": null, "task_templates": null, "builder_name": "daily_dialog", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 65629.45673682317, "num_examples": 100, "dataset_name": "dailydialog-tiny"}, "test": {"name": "test", "num_bytes": 65582.8, "num_examples": 100, "dataset_name": "dailydialog-tiny"}, "validation": {"name": "validation", "num_bytes": 67392.7, "num_examples": 100, "dataset_name": "dailydialog-tiny"}}, "download_checksums": null, "download_size": 104936, "post_processing_size": 0, "dataset_size": 198604.9567368232, "size_in_bytes": 303540.9567368232}}