File size: 3,798 Bytes
6536cf2 |
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 |
{
"default": {
"description": "A dataset of 7k conversations explicitly designed to exhibit multiple conversation modes: displaying personality, having empathy, and demonstrating knowledge.\n",
"citation": "@misc{smith2020evaluating,\n title={Can You Put it All Together: Evaluating Conversational Agents' Ability to Blend Skills},\n author={Eric Michael Smith and Mary Williamson and Kurt Shuster and Jason Weston and Y-Lan Boureau},\n year={2020},\n eprint={2004.08449},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
"homepage": "https://parl.ai/projects/bst/",
"license": "",
"features": {
"personas": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"additional_context": {
"dtype": "string",
"_type": "Value"
},
"previous_utterance": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"context": {
"dtype": "string",
"_type": "Value"
},
"free_messages": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"guided_messages": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"suggestions": {
"feature": {
"convai2": {
"dtype": "string",
"_type": "Value"
},
"empathetic_dialogues": {
"dtype": "string",
"_type": "Value"
},
"wizard_of_wikipedia": {
"dtype": "string",
"_type": "Value"
}
},
"_type": "Sequence"
},
"guided_chosen_suggestions": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"label_candidates": {
"feature": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"_type": "Sequence"
}
},
"builder_name": "blended_skill_talk",
"dataset_name": "blended_skill_talk",
"config_name": "default",
"version": {
"version_str": "1.0.0",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 10830670,
"num_examples": 4819,
"dataset_name": null
},
"validation": {
"name": "validation",
"num_bytes": 43961447,
"num_examples": 1009,
"dataset_name": null
},
"test": {
"name": "test",
"num_bytes": 44449895,
"num_examples": 980,
"dataset_name": null
}
},
"download_size": 10897644,
"dataset_size": 99242012,
"size_in_bytes": 110139656
}
} |