File size: 5,474 Bytes
3d89891
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
	"full": {
		"description": "A version of the PersonaChat dataset that has been true-cased, and also has been given more normalized punctuation.\nThe original PersonaChat dataset is in all lower case, and has extra space around each clause/sentence separating\npunctuation mark. This version of the dataset has more of a natural language look, with sentence capitalization,\nproper noun capitalization, and normalized whitespace. Also, each dialogue turn includes a pool of distractor\ncandidate responses, which can be used by a multiple choice regularization loss during training.\n",
		"citation": "@article{zhang2018personalizing,\n  title={Personalizing dialogue agents: I have a dog, do you have pets too?},\n  author={Zhang, Saizheng and Dinan, Emily and Urbanek, Jack and Szlam, Arthur and Kiela, Douwe and Weston, Jason},\n  journal={arXiv preprint arXiv:1801.07243},\n  year={2018}\n}\n",
		"homepage": "",
		"license": "Like the original PersonaChat dataset, this dataset is released under the CC BY 4.0 license.",
		"features": {
			"personality": {
				"feature": {
					"dtype": "string",
					"id": null,
					"_type": "Value"
				},
				"length": -1,
				"id": null,
				"_type": "Sequence"
			},
			"candidates": {
				"feature": {
					"dtype": "string",
					"id": null,
					"_type": "Value"
				},
				"length": -1,
				"id": null,
				"_type": "Sequence"
			},
			"history": {
				"feature": {
					"dtype": "string",
					"id": null,
					"_type": "Value"
				},
				"length": -1,
				"id": null,
				"_type": "Sequence"
			},
			"conv_id": {
				"dtype": "int32",
				"id": null,
				"_type": "Value"
			},
			"utterance_idx": {
				"dtype": "int32",
				"id": null,
				"_type": "Value"
			}
		},
		"post_processed": null,
		"supervised_keys": null,
		"builder_name": "personachat_truecased",
		"config_name": "full",
		"version": {
			"version_str": "1.0.0",
			"description": null,
			"major": 1,
			"minor": 0,
			"patch": 0
		},
		"splits": {
			"train": {
				"name": "train",
				"num_bytes": 208267262,
				"num_examples": 131438,
				"dataset_name": "personachat_truecased"
			},
			"validation": {
				"name": "validation",
				"num_bytes": 12968847,
				"num_examples": 7801,
				"dataset_name": "personachat_truecased"
			}
		},
		"download_checksums": {
			"./personachat_truecased_full_train.json": {
				"num_bytes": 193210313,
				"checksum": "cea0e87a230ecbf69ef7937a6012e12060a7f4a2bd9a1adc44d3141cb57938f3"
			},
			"./personachat_truecased_full_valid.json": {
				"num_bytes": 11995403,
				"checksum": "2277648a4b773d81cf3406eb872deff9489a930c7140b5a1a1bed79a48317562"
			}
		},
		"download_size": 205205716,
		"post_processing_size": null,
		"dataset_size": 221236109,
		"size_in_bytes": 426441825
	},
	"sample": {
		"description": "A version of the PersonaChat dataset that has been true-cased, and also has been given more normalized punctuation.\nThe original PersonaChat dataset is in all lower case, and has extra space around each clause/sentence separating\npunctuation mark. This version of the dataset has more of a natural language look, with sentence capitalization,\nproper noun capitalization, and normalized whitespace. Also, each dialogue turn includes a pool of distractor\ncandidate responses, which can be used by a multiple choice regularization loss during training.\n",
		"citation": "@article{zhang2018personalizing,\n  title={Personalizing dialogue agents: I have a dog, do you have pets too?},\n  author={Zhang, Saizheng and Dinan, Emily and Urbanek, Jack and Szlam, Arthur and Kiela, Douwe and Weston, Jason},\n  journal={arXiv preprint arXiv:1801.07243},\n  year={2018}\n}\n",
		"homepage": "",
		"license": "Like the original PersonaChat dataset, this dataset is released under the CC BY 4.0 license.",
		"features": {
			"personality": {
				"feature": {
					"dtype": "string",
					"id": null,
					"_type": "Value"
				},
				"length": -1,
				"id": null,
				"_type": "Sequence"
			},
			"candidates": {
				"feature": {
					"dtype": "string",
					"id": null,
					"_type": "Value"
				},
				"length": -1,
				"id": null,
				"_type": "Sequence"
			},
			"history": {
				"feature": {
					"dtype": "string",
					"id": null,
					"_type": "Value"
				},
				"length": -1,
				"id": null,
				"_type": "Sequence"
			},
			"conv_id": {
				"dtype": "int32",
				"id": null,
				"_type": "Value"
			},
			"utterance_idx": {
				"dtype": "int32",
				"id": null,
				"_type": "Value"
			}
		},
		"post_processed": null,
		"supervised_keys": null,
		"builder_name": "personachat_truecased",
		"config_name": "sample",
		"version": {
			"version_str": "1.0.0",
			"description": null,
			"major": 1,
			"minor": 0,
			"patch": 0
		},
		"splits": {
			"train": {
				"name": "train",
				"num_bytes": 22552,
				"num_examples": 14,
				"dataset_name": "personachat_truecased"
			},
			"validation": {
				"name": "validation",
				"num_bytes": 24568,
				"num_examples": 15,
				"dataset_name": "personachat_truecased"
			}
		},
		"download_checksums": {
			"./personachat_truecased_sample_train.json": {
				"num_bytes": 21396,
				"checksum": "cba1d219748010a15e47bdb5fbc78903bd77c52ffa2ff8fdb96e6e68d1747e5a"
			},
			"./personachat_truecased_sample_valid.json": {
				"num_bytes": 23092,
				"checksum": "f0f956b6e6b359949073dc47117e192140a289ec974f2edb77c230f5a63e6420"
			}
		},
		"download_size": 44488,
		"post_processing_size": null,
		"dataset_size": 47120,
		"size_in_bytes": 91608
	}
}