re_dial / dataset_infos.json
system's picture
system HF staff
Update files from the datasets library (from 1.2.0)
11a0637
raw history blame
No virus
2.85 kB
{"default": {"description": "ReDial (Recommendation Dialogues) is an annotated dataset of dialogues, where users\nrecommend movies to each other. The dataset was collected by a team of researchers working at\nPolytechnique Montr\u00e9al, MILA \u2013 Quebec AI Institute, Microsoft Research Montr\u00e9al, HEC Montreal, and Element AI.\n\nThe dataset allows research at the intersection of goal-directed dialogue systems\n(such as restaurant recommendation) and free-form (also called \u201cchit-chat\u201d) dialogue systems.\n", "citation": "@inproceedings{li2018conversational,\n title={Towards Deep Conversational Recommendations},\n author={Li, Raymond and Kahou, Samira Ebrahimi and Schulz, Hannes and Michalski, Vincent and Charlin, Laurent and Pal, Chris},\n booktitle={Advances in Neural Information Processing Systems 31 (NIPS 2018)},\n year={2018}\n}\n", "homepage": "https://redialdata.github.io/website/", "license": "CC BY 4.0 License.", "features": {"movieMentions": [{"movieId": {"dtype": "string", "id": null, "_type": "Value"}, "movieName": {"dtype": "string", "id": null, "_type": "Value"}}], "respondentQuestions": [{"movieId": {"dtype": "string", "id": null, "_type": "Value"}, "suggested": {"dtype": "int32", "id": null, "_type": "Value"}, "seen": {"dtype": "int32", "id": null, "_type": "Value"}, "liked": {"dtype": "int32", "id": null, "_type": "Value"}}], "messages": [{"timeOffset": {"dtype": "int32", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "senderWorkerId": {"dtype": "int32", "id": null, "_type": "Value"}, "messageId": {"dtype": "int32", "id": null, "_type": "Value"}}], "conversationId": {"dtype": "int32", "id": null, "_type": "Value"}, "respondentWorkerId": {"dtype": "int32", "id": null, "_type": "Value"}, "initiatorWorkerId": {"dtype": "int32", "id": null, "_type": "Value"}, "initiatorQuestions": [{"movieId": {"dtype": "string", "id": null, "_type": "Value"}, "suggested": {"dtype": "int32", "id": null, "_type": "Value"}, "seen": {"dtype": "int32", "id": null, "_type": "Value"}, "liked": {"dtype": "int32", "id": null, "_type": "Value"}}]}, "post_processed": null, "supervised_keys": null, "builder_name": "re_dial", "config_name": "default", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13496125, "num_examples": 10006, "dataset_name": "re_dial"}, "test": {"name": "test", "num_bytes": 1731449, "num_examples": 1342, "dataset_name": "re_dial"}}, "download_checksums": {"https://github.com/ReDialData/website/raw/data/redial_dataset.zip": {"num_bytes": 5765261, "checksum": "b48756681ec6f84e0af36979c5e9baa21ea8d9e7036b8764ea9b787bb0baf69b"}}, "download_size": 5765261, "post_processing_size": null, "dataset_size": 15227574, "size_in_bytes": 20992835}}