Datasets:
File size: 7,309 Bytes
0814fb9 7291098 0814fb9 7291098 1a26b5a 0814fb9 1a26b5a 0814fb9 eb64f70 0814fb9 6cee3f5 5c158d6 1a26b5a a6879af 0814fb9 6cee3f5 0814fb9 a6879af |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 |
---
annotations_creators:
- no-annotation
language_creators:
- found
language:
- en
license:
- cc-by-3.0
multilinguality:
- monolingual
size_categories:
- 100K<n<1M
- 1M<n<10M
source_datasets:
- original
task_categories:
- text-generation
- fill-mask
task_ids:
- dialogue-modeling
paperswithcode_id: mdd
pretty_name: Movie Dialog dataset (MDD)
configs:
- task1_qa
- task2_recs
- task3_qarecs
- task4_reddit
dataset_info:
- config_name: task1_qa
features:
- name: dialogue_turns
sequence:
- name: speaker
dtype: int32
- name: utterance
dtype: string
splits:
- name: test
num_bytes: 894590
num_examples: 9952
- name: train
num_bytes: 8621120
num_examples: 96185
- name: validation
num_bytes: 892540
num_examples: 9968
download_size: 135614957
dataset_size: 10408250
- config_name: task2_recs
features:
- name: dialogue_turns
sequence:
- name: speaker
dtype: int32
- name: utterance
dtype: string
splits:
- name: test
num_bytes: 2064509
num_examples: 10000
- name: train
num_bytes: 205936579
num_examples: 1000000
- name: validation
num_bytes: 2057290
num_examples: 10000
download_size: 135614957
dataset_size: 210058378
- config_name: task3_qarecs
features:
- name: dialogue_turns
sequence:
- name: speaker
dtype: int32
- name: utterance
dtype: string
splits:
- name: test
num_bytes: 1730291
num_examples: 4915
- name: train
num_bytes: 356789364
num_examples: 952125
- name: validation
num_bytes: 1776506
num_examples: 5052
download_size: 135614957
dataset_size: 360296161
- config_name: task4_reddit
features:
- name: dialogue_turns
sequence:
- name: speaker
dtype: int32
- name: utterance
dtype: string
splits:
- name: cand_test
num_bytes: 1567235
num_examples: 10000
- name: cand_valid
num_bytes: 1521633
num_examples: 10000
- name: test
num_bytes: 5220295
num_examples: 10000
- name: train
num_bytes: 497864160
num_examples: 945198
- name: validation
num_bytes: 5372702
num_examples: 10000
download_size: 192209920
dataset_size: 511546025
---
# Dataset Card for MDD
## Table of Contents
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-fields)
- [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
- [Curation Rationale](#curation-rationale)
- [Source Data](#source-data)
- [Annotations](#annotations)
- [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
- [Social Impact of Dataset](#social-impact-of-dataset)
- [Discussion of Biases](#discussion-of-biases)
- [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
- [Dataset Curators](#dataset-curators)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)
- [Contributions](#contributions)
## Dataset Description
- **Homepage:**[The bAbI project](https://research.fb.com/downloads/babi/)
- **Repository:**
- **Paper:** [arXiv Paper](https://arxiv.org/pdf/1511.06931.pdf)
- **Leaderboard:**
- **Point of Contact:**
### Dataset Summary
The Movie Dialog dataset (MDD) is designed to measure how well models can perform at goal and non-goal orientated dialog centered around the topic of movies (question answering, recommendation and discussion), from various movie reviews sources such as MovieLens and OMDb.
### Supported Tasks and Leaderboards
[More Information Needed]
### Languages
The data is present in English language as written by users on OMDb and MovieLens websites.
## Dataset Structure
### Data Instances
An instance from the `task3_qarecs` config's `train` split:
```
{'dialogue_turns': {'speaker': [0, 1, 0, 1, 0, 1], 'utterance': ["I really like Jaws, Bottle Rocket, Saving Private Ryan, Tommy Boy, The Muppet Movie, Face/Off, and Cool Hand Luke. I'm looking for a Documentary movie.", 'Beyond the Mat', 'Who is that directed by?', 'Barry W. Blaustein', 'I like Jon Fauer movies more. Do you know anything else?', 'Cinematographer Style']}}
```
An instance from the `task4_reddit` config's `cand-valid` split:
```
{'dialogue_turns': {'speaker': [0], 'utterance': ['MORTAL KOMBAT !']}}
```
### Data Fields
For all configurations:
- `dialogue_turns`: a dictionary feature containing:
- `speaker`: an integer with possible values including `0`, `1`, indicating which speaker wrote the utterance.
- `utterance`: a `string` feature containing the text utterance.
### Data Splits
The splits and corresponding sizes are:
|config |train |test |validation|cand_valid|cand_test|
|:--|------:|----:|---------:|----:|----:|
|task1_qa|96185|9952|9968|-|-|
|task2_recs|1000000|10000|10000|-|-|
|task3_qarecs|952125|4915|5052|-|-|
|task4_reddit|945198|10000|10000|10000|10000|
The `cand_valid` and `cand_test` are negative candidates for the `task4_reddit` configuration which is used in ranking true positive against these candidates and hits@k (or another ranking metric) is reported. (See paper)
## Dataset Creation
### Curation Rationale
[More Information Needed]
### Source Data
#### Initial Data Collection and Normalization
The construction of the tasks depended on some existing datasets:
1) MovieLens. The data was downloaded from: http://grouplens.org/datasets/movielens/20m/ on May 27th, 2015.
2) OMDB. The data was downloaded from: http://beforethecode.com/projects/omdb/download.aspx on May 28th, 2015.
3) For `task4_reddit`, the data is a processed subset (movie subreddit only) of the data available at:
https://www.reddit.com/r/datasets/comments/3bxlg7
#### Who are the source language producers?
Users on MovieLens, OMDB website and reddit websites, among others.
### Annotations
#### Annotation process
[More Information Needed]
#### Who are the annotators?
[More Information Needed]
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
Jesse Dodge and Andreea Gane and Xiang Zhang and Antoine Bordes and Sumit Chopra and Alexander Miller and Arthur Szlam and Jason Weston (at Facebook Research).
### Licensing Information
```
Creative Commons Attribution 3.0 License
```
### Citation Information
```
@misc{dodge2016evaluating,
title={Evaluating Prerequisite Qualities for Learning End-to-End Dialog Systems},
author={Jesse Dodge and Andreea Gane and Xiang Zhang and Antoine Bordes and Sumit Chopra and Alexander Miller and Arthur Szlam and Jason Weston},
year={2016},
eprint={1511.06931},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
### Contributions
Thanks to [@gchhablani](https://github.com/gchhablani) for adding this dataset. |