CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
amanchadha

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: amanchadha/coursera-deep-learning-specialization
Path: blob/master/C5 - Sequence Models/Week 4/Question Answering/data/train/dataset_info.json
Views: 4822
1
{
2
"builder_name": "babi_qa",
3
"citation": "@misc{weston2015aicomplete,\n title={Towards AI-Complete Question Answering: A Set of Prerequisite Toy Tasks},\n author={Jason Weston and Antoine Bordes and Sumit Chopra and Alexander M. Rush and Bart van Merri\u00ebnboer and Armand Joulin and Tomas Mikolov},\n year={2015},\n eprint={1502.05698},\n archivePrefix={arXiv},\n primaryClass={cs.AI}\n}\n",
4
"config_name": "en-qa4",
5
"dataset_size": 410944,
6
"description": "The (20) QA bAbI tasks are a set of proxy tasks that evaluate reading\ncomprehension via question answering. Our tasks measure understanding\nin several ways: whether a system is able to answer questions via chaining facts,\nsimple induction, deduction and many more. The tasks are designed to be prerequisites\nfor any system that aims to be capable of conversing with a human.\nThe aim is to classify these tasks into skill sets,so that researchers\ncan identify (and then rectify)the failings of their systems.\n",
7
"download_checksums": {
8
"http://www.thespermwhale.com/jaseweston/babi/tasks_1-20_v1-2.tar.gz": {
9
"checksum": "0364ebde659f14d11bc21744516c5ec49d3d06cb692733f66680771244998898",
10
"num_bytes": 15719851
11
}
12
},
13
"download_size": 15719851,
14
"features": {
15
"story": {
16
"_type": "Sequence",
17
"feature": {
18
"answer": {
19
"_type": "Value",
20
"dtype": "string",
21
"id": null
22
},
23
"id": {
24
"_type": "Value",
25
"dtype": "string",
26
"id": null
27
},
28
"supporting_ids": {
29
"_type": "Sequence",
30
"feature": {
31
"_type": "Value",
32
"dtype": "string",
33
"id": null
34
},
35
"id": null,
36
"length": -1
37
},
38
"text": {
39
"_type": "Value",
40
"dtype": "string",
41
"id": null
42
},
43
"type": {
44
"_type": "ClassLabel",
45
"id": null,
46
"names": [
47
"context",
48
"question"
49
],
50
"names_file": null,
51
"num_classes": 2
52
}
53
},
54
"id": null,
55
"length": -1
56
}
57
},
58
"homepage": "https://research.fb.com/downloads/babi/",
59
"license": "Creative Commons Attribution 3.0 License",
60
"post_processed": null,
61
"post_processing_size": null,
62
"size_in_bytes": 16130795,
63
"splits": {
64
"test": {
65
"dataset_name": "babi_qa",
66
"name": "test",
67
"num_bytes": 205434,
68
"num_examples": 1000
69
},
70
"train": {
71
"dataset_name": "babi_qa",
72
"name": "train",
73
"num_bytes": 205510,
74
"num_examples": 1000
75
}
76
},
77
"supervised_keys": null,
78
"version": {
79
"description": null,
80
"major": 1,
81
"minor": 2,
82
"patch": 0,
83
"version_str": "1.2.0"
84
}
85
}
86