albertvillanova HF staff commited on
Commit
f3f94c8
1 Parent(s): 1a2dc21

Fix NonMatchingChecksumError in MultiWOZ 2.2 dataset (#3922)

Browse files

Commit from https://github.com/huggingface/datasets/commit/1061d8331ba6bfa28fa957d20f14bfd7c6607afe

Files changed (1) hide show
  1. dataset_infos.json +1 -1
dataset_infos.json CHANGED
@@ -1 +1 @@
1
- {"v2.2": {"description": "Multi-Domain Wizard-of-Oz dataset (MultiWOZ), a fully-labeled collection of human-human written conversations spanning over multiple domains and topics.\nMultiWOZ 2.1 (Eric et al., 2019) identified and fixed many erroneous annotations and user utterances in the original version, resulting in an\nimproved version of the dataset. MultiWOZ 2.2 is a yet another improved version of this dataset, which identifies and fizes dialogue state annotation errors\nacross 17.3% of the utterances on top of MultiWOZ 2.1 and redefines the ontology by disallowing vocabularies of slots with a large number of possible values\n(e.g., restaurant name, time of booking) and introducing standardized slot span annotations for these slots.\n", "citation": "@article{corr/abs-2007-12720,\n author = {Xiaoxue Zang and\n Abhinav Rastogi and\n Srinivas Sunkara and\n Raghav Gupta and\n Jianguo Zhang and\n Jindong Chen},\n title = {MultiWOZ 2.2 : {A} Dialogue Dataset with Additional Annotation Corrections\n and State Tracking Baselines},\n journal = {CoRR},\n volume = {abs/2007.12720},\n year = {2020},\n url = {https://arxiv.org/abs/2007.12720},\n archivePrefix = {arXiv},\n eprint = {2007.12720}\n}\n", "homepage": "https://github.com/budzianowski/multiwoz/tree/master/data/MultiWOZ_2.2", "license": "Apache License 2.0", "features": {"dialogue_id": {"dtype": "string", "id": null, "_type": "Value"}, "services": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "turns": {"feature": {"turn_id": {"dtype": "string", "id": null, "_type": "Value"}, "speaker": {"num_classes": 2, "names": ["USER", "SYSTEM"], "names_file": null, "id": null, "_type": "ClassLabel"}, "utterance": {"dtype": "string", "id": null, "_type": "Value"}, "frames": {"feature": {"service": {"dtype": "string", "id": null, "_type": "Value"}, "state": {"active_intent": {"dtype": "string", "id": null, "_type": "Value"}, "requested_slots": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "slots_values": {"feature": {"slots_values_name": {"dtype": "string", "id": null, "_type": "Value"}, "slots_values_list": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}}, "slots": {"feature": {"slot": {"dtype": "string", "id": null, "_type": "Value"}, "value": {"dtype": "string", "id": null, "_type": "Value"}, "start": {"dtype": "int32", "id": null, "_type": "Value"}, "exclusive_end": {"dtype": "int32", "id": null, "_type": "Value"}, "copy_from": {"dtype": "string", "id": null, "_type": "Value"}, "copy_from_value": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}, "dialogue_acts": {"dialog_act": {"feature": {"act_type": {"dtype": "string", "id": null, "_type": "Value"}, "act_slots": {"feature": {"slot_name": {"dtype": "string", "id": null, "_type": "Value"}, "slot_value": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}, "span_info": {"feature": {"act_type": {"dtype": "string", "id": null, "_type": "Value"}, "act_slot_name": {"dtype": "string", "id": null, "_type": "Value"}, "act_slot_value": {"dtype": "string", "id": null, "_type": "Value"}, "span_start": {"dtype": "int32", "id": null, "_type": "Value"}, "span_end": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "multi_woz_v22", "config_name": "v2.2", "version": {"version_str": "2.2.0", "description": null, "major": 2, "minor": 2, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 67993754, "num_examples": 8437, "dataset_name": "multi_woz_v22"}, "validation": {"name": "validation", "num_bytes": 8961342, "num_examples": 1000, "dataset_name": "multi_woz_v22"}, "test": {"name": "test", "num_bytes": 8996044, "num_examples": 1000, "dataset_name": "multi_woz_v22"}}, "download_checksums": {"https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dialog_acts.json": {"num_bytes": 60388475, "checksum": "1f51ac200dcf8154aeee37e3a9fea3ee9d6fa5b111208de55ded74d39d82bafa"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_001.json": {"num_bytes": 10678768, "checksum": "895a8109bf01fa5ecf15ccdbd2dfe1628bd923f6b61dcd2e26b10ee5076a1596"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_002.json": {"num_bytes": 10779713, "checksum": "2f3ea771d4e01cb2780357738cff7f7496b87d34c221cc240df74501312438d3"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_003.json": {"num_bytes": 9980098, "checksum": "da24961d28486be2d8462ee4d86a809db819d588ba90ae1a783383d95eb85daa"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_004.json": {"num_bytes": 10267341, "checksum": "30c1172db1071c853b16215d1946de908d68d2b6ff8da7801de307000a179106"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_005.json": {"num_bytes": 10518980, "checksum": "eaf58716df5de99524b3e0e7edf477b74749512788a6a51f53f2bdd76768d39a"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_006.json": {"num_bytes": 10567400, "checksum": "8e75fd543b1964bc5e7118085d977f479c98fcdf6d606b971f67a45fb1745c83"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_007.json": {"num_bytes": 10362425, "checksum": "02323f8298439d713c6d7d226f4bd7ec246ec993ee11911b54f98cb8a598f206"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_008.json": {"num_bytes": 10207271, "checksum": "1129fbed480352ae304f0ae5b4915c194e9619c43f1577ccb0d450e10d24ea98"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_009.json": {"num_bytes": 10168917, "checksum": "87d9e43b1ba51a4a4688703da79d3a09b14d8013570545da24c597daa18e2f45"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_010.json": {"num_bytes": 10539061, "checksum": "e7ad0d5da2909b08197295e45fe4695b9dc2f67d458374b2aab8db5094e97b26"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_011.json": {"num_bytes": 10326640, "checksum": "82e2d2900a037b866a01d05974734dd419e89b329fe29ef93b35eea96d27feb8"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_012.json": {"num_bytes": 10584880, "checksum": "b6bf292325db67682dd7b6fafbf1051cc2262e92f7c37cab213e975888594bb2"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_013.json": {"num_bytes": 10471034, "checksum": "c33fe4b3952c016e1e1645f472a7097f93dfb476a19940fd9386865ef9adf685"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_014.json": {"num_bytes": 10260484, "checksum": "ce33dbbf93a40d0dcc671a9d6a2ed1f987914f5b5f05f6df493a5b342efda954"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_015.json": {"num_bytes": 10423185, "checksum": "d895c0439bc2ad89ef1689896e3be630eadebc33dae77b42a426fd16a271718e"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_016.json": {"num_bytes": 10218682, "checksum": "3e6bc0bca4262022ccbce0d5ce3150e536e7d21aeb9fbdef9e83cced4dfd124b"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_017.json": {"num_bytes": 5020445, "checksum": "b6ab2cd9b6e8983364526845b7cbec1749338209bf7ac2313c25e1e2226ebab5"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dev/dialogues_001.json": {"num_bytes": 11771811, "checksum": "e7ddb563e4da5766ea820cc826dead77e7ca219c19b761e218d62d9c999a252e"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dev/dialogues_002.json": {"num_bytes": 10708830, "checksum": "ede6a2c17fd6c5846214b8cabc1ef8f7cc8be01cfbacaa162bcafec9e87724e9"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/test/dialogues_001.json": {"num_bytes": 11781607, "checksum": "8877ab882d74db920abdee90028b1c30818d2c6932808c3e28e5cf32a6880000"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/test/dialogues_002.json": {"num_bytes": 10771758, "checksum": "89af95d8f596a448e733d59b31be78f1dd1632eddd99d5cb298a3fcb1ac9d185"}}, "download_size": 276797805, "post_processing_size": null, "dataset_size": 85951140, "size_in_bytes": 362748945}, "v2.2_active_only": {"description": "Multi-Domain Wizard-of-Oz dataset (MultiWOZ), a fully-labeled collection of human-human written conversations spanning over multiple domains and topics.\nMultiWOZ 2.1 (Eric et al., 2019) identified and fixed many erroneous annotations and user utterances in the original version, resulting in an\nimproved version of the dataset. MultiWOZ 2.2 is a yet another improved version of this dataset, which identifies and fizes dialogue state annotation errors\nacross 17.3% of the utterances on top of MultiWOZ 2.1 and redefines the ontology by disallowing vocabularies of slots with a large number of possible values\n(e.g., restaurant name, time of booking) and introducing standardized slot span annotations for these slots.\n", "citation": "@article{corr/abs-2007-12720,\n author = {Xiaoxue Zang and\n Abhinav Rastogi and\n Srinivas Sunkara and\n Raghav Gupta and\n Jianguo Zhang and\n Jindong Chen},\n title = {MultiWOZ 2.2 : {A} Dialogue Dataset with Additional Annotation Corrections\n and State Tracking Baselines},\n journal = {CoRR},\n volume = {abs/2007.12720},\n year = {2020},\n url = {https://arxiv.org/abs/2007.12720},\n archivePrefix = {arXiv},\n eprint = {2007.12720}\n}\n", "homepage": "https://github.com/budzianowski/multiwoz/tree/master/data/MultiWOZ_2.2", "license": "Apache License 2.0", "features": {"dialogue_id": {"dtype": "string", "id": null, "_type": "Value"}, "services": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "turns": {"feature": {"turn_id": {"dtype": "string", "id": null, "_type": "Value"}, "speaker": {"num_classes": 2, "names": ["USER", "SYSTEM"], "names_file": null, "id": null, "_type": "ClassLabel"}, "utterance": {"dtype": "string", "id": null, "_type": "Value"}, "frames": {"feature": {"service": {"dtype": "string", "id": null, "_type": "Value"}, "state": {"active_intent": {"dtype": "string", "id": null, "_type": "Value"}, "requested_slots": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "slots_values": {"feature": {"slots_values_name": {"dtype": "string", "id": null, "_type": "Value"}, "slots_values_list": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}}, "slots": {"feature": {"slot": {"dtype": "string", "id": null, "_type": "Value"}, "value": {"dtype": "string", "id": null, "_type": "Value"}, "start": {"dtype": "int32", "id": null, "_type": "Value"}, "exclusive_end": {"dtype": "int32", "id": null, "_type": "Value"}, "copy_from": {"dtype": "string", "id": null, "_type": "Value"}, "copy_from_value": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}, "dialogue_acts": {"dialog_act": {"feature": {"act_type": {"dtype": "string", "id": null, "_type": "Value"}, "act_slots": {"feature": {"slot_name": {"dtype": "string", "id": null, "_type": "Value"}, "slot_value": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}, "span_info": {"feature": {"act_type": {"dtype": "string", "id": null, "_type": "Value"}, "act_slot_name": {"dtype": "string", "id": null, "_type": "Value"}, "act_slot_value": {"dtype": "string", "id": null, "_type": "Value"}, "span_start": {"dtype": "int32", "id": null, "_type": "Value"}, "span_end": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "multi_woz_v22", "config_name": "v2.2_active_only", "version": {"version_str": "2.2.0", "description": null, "major": 2, "minor": 2, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40862141, "num_examples": 8437, "dataset_name": "multi_woz_v22"}, "validation": {"name": "validation", "num_bytes": 5368203, "num_examples": 1000, "dataset_name": "multi_woz_v22"}, "test": {"name": "test", "num_bytes": 5399754, "num_examples": 1000, "dataset_name": "multi_woz_v22"}}, "download_checksums": {"https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dialog_acts.json": {"num_bytes": 60388475, "checksum": "1f51ac200dcf8154aeee37e3a9fea3ee9d6fa5b111208de55ded74d39d82bafa"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_001.json": {"num_bytes": 10678768, "checksum": "895a8109bf01fa5ecf15ccdbd2dfe1628bd923f6b61dcd2e26b10ee5076a1596"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_002.json": {"num_bytes": 10779713, "checksum": "2f3ea771d4e01cb2780357738cff7f7496b87d34c221cc240df74501312438d3"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_003.json": {"num_bytes": 9980098, "checksum": "da24961d28486be2d8462ee4d86a809db819d588ba90ae1a783383d95eb85daa"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_004.json": {"num_bytes": 10267341, "checksum": "30c1172db1071c853b16215d1946de908d68d2b6ff8da7801de307000a179106"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_005.json": {"num_bytes": 10518980, "checksum": "eaf58716df5de99524b3e0e7edf477b74749512788a6a51f53f2bdd76768d39a"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_006.json": {"num_bytes": 10567400, "checksum": "8e75fd543b1964bc5e7118085d977f479c98fcdf6d606b971f67a45fb1745c83"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_007.json": {"num_bytes": 10362425, "checksum": "02323f8298439d713c6d7d226f4bd7ec246ec993ee11911b54f98cb8a598f206"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_008.json": {"num_bytes": 10207271, "checksum": "1129fbed480352ae304f0ae5b4915c194e9619c43f1577ccb0d450e10d24ea98"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_009.json": {"num_bytes": 10168917, "checksum": "87d9e43b1ba51a4a4688703da79d3a09b14d8013570545da24c597daa18e2f45"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_010.json": {"num_bytes": 10539061, "checksum": "e7ad0d5da2909b08197295e45fe4695b9dc2f67d458374b2aab8db5094e97b26"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_011.json": {"num_bytes": 10326640, "checksum": "82e2d2900a037b866a01d05974734dd419e89b329fe29ef93b35eea96d27feb8"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_012.json": {"num_bytes": 10584880, "checksum": "b6bf292325db67682dd7b6fafbf1051cc2262e92f7c37cab213e975888594bb2"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_013.json": {"num_bytes": 10471034, "checksum": "c33fe4b3952c016e1e1645f472a7097f93dfb476a19940fd9386865ef9adf685"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_014.json": {"num_bytes": 10260484, "checksum": "ce33dbbf93a40d0dcc671a9d6a2ed1f987914f5b5f05f6df493a5b342efda954"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_015.json": {"num_bytes": 10423185, "checksum": "d895c0439bc2ad89ef1689896e3be630eadebc33dae77b42a426fd16a271718e"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_016.json": {"num_bytes": 10218682, "checksum": "3e6bc0bca4262022ccbce0d5ce3150e536e7d21aeb9fbdef9e83cced4dfd124b"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_017.json": {"num_bytes": 5020445, "checksum": "b6ab2cd9b6e8983364526845b7cbec1749338209bf7ac2313c25e1e2226ebab5"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dev/dialogues_001.json": {"num_bytes": 11771811, "checksum": "e7ddb563e4da5766ea820cc826dead77e7ca219c19b761e218d62d9c999a252e"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dev/dialogues_002.json": {"num_bytes": 10708830, "checksum": "ede6a2c17fd6c5846214b8cabc1ef8f7cc8be01cfbacaa162bcafec9e87724e9"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/test/dialogues_001.json": {"num_bytes": 11781607, "checksum": "8877ab882d74db920abdee90028b1c30818d2c6932808c3e28e5cf32a6880000"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/test/dialogues_002.json": {"num_bytes": 10771758, "checksum": "89af95d8f596a448e733d59b31be78f1dd1632eddd99d5cb298a3fcb1ac9d185"}}, "download_size": 276797805, "post_processing_size": null, "dataset_size": 51630098, "size_in_bytes": 328427903}}
1
+ {"v2.2": {"description": "Multi-Domain Wizard-of-Oz dataset (MultiWOZ), a fully-labeled collection of human-human written conversations spanning over multiple domains and topics.\nMultiWOZ 2.1 (Eric et al., 2019) identified and fixed many erroneous annotations and user utterances in the original version, resulting in an\nimproved version of the dataset. MultiWOZ 2.2 is a yet another improved version of this dataset, which identifies and fizes dialogue state annotation errors\nacross 17.3% of the utterances on top of MultiWOZ 2.1 and redefines the ontology by disallowing vocabularies of slots with a large number of possible values\n(e.g., restaurant name, time of booking) and introducing standardized slot span annotations for these slots.\n", "citation": "@article{corr/abs-2007-12720,\n author = {Xiaoxue Zang and\n Abhinav Rastogi and\n Srinivas Sunkara and\n Raghav Gupta and\n Jianguo Zhang and\n Jindong Chen},\n title = {MultiWOZ 2.2 : {A} Dialogue Dataset with Additional Annotation Corrections\n and State Tracking Baselines},\n journal = {CoRR},\n volume = {abs/2007.12720},\n year = {2020},\n url = {https://arxiv.org/abs/2007.12720},\n archivePrefix = {arXiv},\n eprint = {2007.12720}\n}\n", "homepage": "https://github.com/budzianowski/multiwoz/tree/master/data/MultiWOZ_2.2", "license": "Apache License 2.0", "features": {"dialogue_id": {"dtype": "string", "id": null, "_type": "Value"}, "services": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "turns": {"feature": {"turn_id": {"dtype": "string", "id": null, "_type": "Value"}, "speaker": {"num_classes": 2, "names": ["USER", "SYSTEM"], "id": null, "_type": "ClassLabel"}, "utterance": {"dtype": "string", "id": null, "_type": "Value"}, "frames": {"feature": {"service": {"dtype": "string", "id": null, "_type": "Value"}, "state": {"active_intent": {"dtype": "string", "id": null, "_type": "Value"}, "requested_slots": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "slots_values": {"feature": {"slots_values_name": {"dtype": "string", "id": null, "_type": "Value"}, "slots_values_list": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}}, "slots": {"feature": {"slot": {"dtype": "string", "id": null, "_type": "Value"}, "value": {"dtype": "string", "id": null, "_type": "Value"}, "start": {"dtype": "int32", "id": null, "_type": "Value"}, "exclusive_end": {"dtype": "int32", "id": null, "_type": "Value"}, "copy_from": {"dtype": "string", "id": null, "_type": "Value"}, "copy_from_value": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}, "dialogue_acts": {"dialog_act": {"feature": {"act_type": {"dtype": "string", "id": null, "_type": "Value"}, "act_slots": {"feature": {"slot_name": {"dtype": "string", "id": null, "_type": "Value"}, "slot_value": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}, "span_info": {"feature": {"act_type": {"dtype": "string", "id": null, "_type": "Value"}, "act_slot_name": {"dtype": "string", "id": null, "_type": "Value"}, "act_slot_value": {"dtype": "string", "id": null, "_type": "Value"}, "span_start": {"dtype": "int32", "id": null, "_type": "Value"}, "span_end": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "multi_woz_v22", "config_name": "v2.2", "version": {"version_str": "2.2.0", "description": null, "major": 2, "minor": 2, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 68222649, "num_examples": 8437, "dataset_name": "multi_woz_v22"}, "validation": {"name": "validation", "num_bytes": 8990945, "num_examples": 1000, "dataset_name": "multi_woz_v22"}, "test": {"name": "test", "num_bytes": 9027095, "num_examples": 1000, "dataset_name": "multi_woz_v22"}}, "download_checksums": {"https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dialog_acts.json": {"num_bytes": 60183378, "checksum": "328f392165e7826db9f827731b14b5cc04e79e9e3c6332bfb192a1ea17f8e9b6"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_001.json": {"num_bytes": 10678768, "checksum": "895a8109bf01fa5ecf15ccdbd2dfe1628bd923f6b61dcd2e26b10ee5076a1596"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_002.json": {"num_bytes": 10779713, "checksum": "2f3ea771d4e01cb2780357738cff7f7496b87d34c221cc240df74501312438d3"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_003.json": {"num_bytes": 9980098, "checksum": "da24961d28486be2d8462ee4d86a809db819d588ba90ae1a783383d95eb85daa"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_004.json": {"num_bytes": 10267341, "checksum": "30c1172db1071c853b16215d1946de908d68d2b6ff8da7801de307000a179106"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_005.json": {"num_bytes": 10518980, "checksum": "eaf58716df5de99524b3e0e7edf477b74749512788a6a51f53f2bdd76768d39a"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_006.json": {"num_bytes": 10567400, "checksum": "8e75fd543b1964bc5e7118085d977f479c98fcdf6d606b971f67a45fb1745c83"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_007.json": {"num_bytes": 10362425, "checksum": "02323f8298439d713c6d7d226f4bd7ec246ec993ee11911b54f98cb8a598f206"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_008.json": {"num_bytes": 10207271, "checksum": "1129fbed480352ae304f0ae5b4915c194e9619c43f1577ccb0d450e10d24ea98"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_009.json": {"num_bytes": 10168917, "checksum": "87d9e43b1ba51a4a4688703da79d3a09b14d8013570545da24c597daa18e2f45"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_010.json": {"num_bytes": 10539061, "checksum": "e7ad0d5da2909b08197295e45fe4695b9dc2f67d458374b2aab8db5094e97b26"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_011.json": {"num_bytes": 10326640, "checksum": "82e2d2900a037b866a01d05974734dd419e89b329fe29ef93b35eea96d27feb8"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_012.json": {"num_bytes": 10584880, "checksum": "b6bf292325db67682dd7b6fafbf1051cc2262e92f7c37cab213e975888594bb2"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_013.json": {"num_bytes": 10471034, "checksum": "c33fe4b3952c016e1e1645f472a7097f93dfb476a19940fd9386865ef9adf685"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_014.json": {"num_bytes": 10260484, "checksum": "ce33dbbf93a40d0dcc671a9d6a2ed1f987914f5b5f05f6df493a5b342efda954"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_015.json": {"num_bytes": 10423185, "checksum": "d895c0439bc2ad89ef1689896e3be630eadebc33dae77b42a426fd16a271718e"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_016.json": {"num_bytes": 10218682, "checksum": "3e6bc0bca4262022ccbce0d5ce3150e536e7d21aeb9fbdef9e83cced4dfd124b"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_017.json": {"num_bytes": 5020445, "checksum": "b6ab2cd9b6e8983364526845b7cbec1749338209bf7ac2313c25e1e2226ebab5"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dev/dialogues_001.json": {"num_bytes": 11771811, "checksum": "e7ddb563e4da5766ea820cc826dead77e7ca219c19b761e218d62d9c999a252e"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dev/dialogues_002.json": {"num_bytes": 10708830, "checksum": "ede6a2c17fd6c5846214b8cabc1ef8f7cc8be01cfbacaa162bcafec9e87724e9"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/test/dialogues_001.json": {"num_bytes": 11781808, "checksum": "d6f43876cf130fdb2dfa8f96bc056b0995354137f02122e004925d01264ed386"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/test/dialogues_002.json": {"num_bytes": 10771758, "checksum": "89af95d8f596a448e733d59b31be78f1dd1632eddd99d5cb298a3fcb1ac9d185"}}, "download_size": 276592909, "post_processing_size": null, "dataset_size": 86240689, "size_in_bytes": 362833598}, "v2.2_active_only": {"description": "Multi-Domain Wizard-of-Oz dataset (MultiWOZ), a fully-labeled collection of human-human written conversations spanning over multiple domains and topics.\nMultiWOZ 2.1 (Eric et al., 2019) identified and fixed many erroneous annotations and user utterances in the original version, resulting in an\nimproved version of the dataset. MultiWOZ 2.2 is a yet another improved version of this dataset, which identifies and fizes dialogue state annotation errors\nacross 17.3% of the utterances on top of MultiWOZ 2.1 and redefines the ontology by disallowing vocabularies of slots with a large number of possible values\n(e.g., restaurant name, time of booking) and introducing standardized slot span annotations for these slots.\n", "citation": "@article{corr/abs-2007-12720,\n author = {Xiaoxue Zang and\n Abhinav Rastogi and\n Srinivas Sunkara and\n Raghav Gupta and\n Jianguo Zhang and\n Jindong Chen},\n title = {MultiWOZ 2.2 : {A} Dialogue Dataset with Additional Annotation Corrections\n and State Tracking Baselines},\n journal = {CoRR},\n volume = {abs/2007.12720},\n year = {2020},\n url = {https://arxiv.org/abs/2007.12720},\n archivePrefix = {arXiv},\n eprint = {2007.12720}\n}\n", "homepage": "https://github.com/budzianowski/multiwoz/tree/master/data/MultiWOZ_2.2", "license": "Apache License 2.0", "features": {"dialogue_id": {"dtype": "string", "id": null, "_type": "Value"}, "services": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "turns": {"feature": {"turn_id": {"dtype": "string", "id": null, "_type": "Value"}, "speaker": {"num_classes": 2, "names": ["USER", "SYSTEM"], "id": null, "_type": "ClassLabel"}, "utterance": {"dtype": "string", "id": null, "_type": "Value"}, "frames": {"feature": {"service": {"dtype": "string", "id": null, "_type": "Value"}, "state": {"active_intent": {"dtype": "string", "id": null, "_type": "Value"}, "requested_slots": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "slots_values": {"feature": {"slots_values_name": {"dtype": "string", "id": null, "_type": "Value"}, "slots_values_list": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}}, "slots": {"feature": {"slot": {"dtype": "string", "id": null, "_type": "Value"}, "value": {"dtype": "string", "id": null, "_type": "Value"}, "start": {"dtype": "int32", "id": null, "_type": "Value"}, "exclusive_end": {"dtype": "int32", "id": null, "_type": "Value"}, "copy_from": {"dtype": "string", "id": null, "_type": "Value"}, "copy_from_value": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}, "dialogue_acts": {"dialog_act": {"feature": {"act_type": {"dtype": "string", "id": null, "_type": "Value"}, "act_slots": {"feature": {"slot_name": {"dtype": "string", "id": null, "_type": "Value"}, "slot_value": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}, "span_info": {"feature": {"act_type": {"dtype": "string", "id": null, "_type": "Value"}, "act_slot_name": {"dtype": "string", "id": null, "_type": "Value"}, "act_slot_value": {"dtype": "string", "id": null, "_type": "Value"}, "span_start": {"dtype": "int32", "id": null, "_type": "Value"}, "span_end": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "multi_woz_v22", "config_name": "v2.2_active_only", "version": {"version_str": "2.2.0", "description": null, "major": 2, "minor": 2, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 40937577, "num_examples": 8437, "dataset_name": "multi_woz_v22"}, "validation": {"name": "validation", "num_bytes": 5377939, "num_examples": 1000, "dataset_name": "multi_woz_v22"}, "test": {"name": "test", "num_bytes": 5410819, "num_examples": 1000, "dataset_name": "multi_woz_v22"}}, "download_checksums": {"https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dialog_acts.json": {"num_bytes": 60183378, "checksum": "328f392165e7826db9f827731b14b5cc04e79e9e3c6332bfb192a1ea17f8e9b6"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_001.json": {"num_bytes": 10678768, "checksum": "895a8109bf01fa5ecf15ccdbd2dfe1628bd923f6b61dcd2e26b10ee5076a1596"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_002.json": {"num_bytes": 10779713, "checksum": "2f3ea771d4e01cb2780357738cff7f7496b87d34c221cc240df74501312438d3"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_003.json": {"num_bytes": 9980098, "checksum": "da24961d28486be2d8462ee4d86a809db819d588ba90ae1a783383d95eb85daa"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_004.json": {"num_bytes": 10267341, "checksum": "30c1172db1071c853b16215d1946de908d68d2b6ff8da7801de307000a179106"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_005.json": {"num_bytes": 10518980, "checksum": "eaf58716df5de99524b3e0e7edf477b74749512788a6a51f53f2bdd76768d39a"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_006.json": {"num_bytes": 10567400, "checksum": "8e75fd543b1964bc5e7118085d977f479c98fcdf6d606b971f67a45fb1745c83"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_007.json": {"num_bytes": 10362425, "checksum": "02323f8298439d713c6d7d226f4bd7ec246ec993ee11911b54f98cb8a598f206"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_008.json": {"num_bytes": 10207271, "checksum": "1129fbed480352ae304f0ae5b4915c194e9619c43f1577ccb0d450e10d24ea98"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_009.json": {"num_bytes": 10168917, "checksum": "87d9e43b1ba51a4a4688703da79d3a09b14d8013570545da24c597daa18e2f45"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_010.json": {"num_bytes": 10539061, "checksum": "e7ad0d5da2909b08197295e45fe4695b9dc2f67d458374b2aab8db5094e97b26"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_011.json": {"num_bytes": 10326640, "checksum": "82e2d2900a037b866a01d05974734dd419e89b329fe29ef93b35eea96d27feb8"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_012.json": {"num_bytes": 10584880, "checksum": "b6bf292325db67682dd7b6fafbf1051cc2262e92f7c37cab213e975888594bb2"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_013.json": {"num_bytes": 10471034, "checksum": "c33fe4b3952c016e1e1645f472a7097f93dfb476a19940fd9386865ef9adf685"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_014.json": {"num_bytes": 10260484, "checksum": "ce33dbbf93a40d0dcc671a9d6a2ed1f987914f5b5f05f6df493a5b342efda954"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_015.json": {"num_bytes": 10423185, "checksum": "d895c0439bc2ad89ef1689896e3be630eadebc33dae77b42a426fd16a271718e"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_016.json": {"num_bytes": 10218682, "checksum": "3e6bc0bca4262022ccbce0d5ce3150e536e7d21aeb9fbdef9e83cced4dfd124b"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/train/dialogues_017.json": {"num_bytes": 5020445, "checksum": "b6ab2cd9b6e8983364526845b7cbec1749338209bf7ac2313c25e1e2226ebab5"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dev/dialogues_001.json": {"num_bytes": 11771811, "checksum": "e7ddb563e4da5766ea820cc826dead77e7ca219c19b761e218d62d9c999a252e"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/dev/dialogues_002.json": {"num_bytes": 10708830, "checksum": "ede6a2c17fd6c5846214b8cabc1ef8f7cc8be01cfbacaa162bcafec9e87724e9"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/test/dialogues_001.json": {"num_bytes": 11781808, "checksum": "d6f43876cf130fdb2dfa8f96bc056b0995354137f02122e004925d01264ed386"}, "https://github.com/budzianowski/multiwoz/raw/master/data/MultiWOZ_2.2/test/dialogues_002.json": {"num_bytes": 10771758, "checksum": "89af95d8f596a448e733d59b31be78f1dd1632eddd99d5cb298a3fcb1ac9d185"}}, "download_size": 276592909, "post_processing_size": null, "dataset_size": 51726335, "size_in_bytes": 328319244}}