Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
7e5a422
1 Parent(s): d5f9617

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -51
dataset_infos.json DELETED
@@ -1,51 +0,0 @@
1
- {
2
- "default": {
3
- "description": "This dataset consists of 6,642 question/answer pairs.\nThe questions are supposed to be answerable by Freebase, a large knowledge graph.\nThe questions are mostly centered around a single named entity.\nThe questions are popular ones asked on the web (at least in 2013).\n",
4
- "citation": "\n@inproceedings{berant-etal-2013-semantic,\n title = \"Semantic Parsing on {F}reebase from Question-Answer Pairs\",\n author = \"Berant, Jonathan and\n Chou, Andrew and\n Frostig, Roy and\n Liang, Percy\",\n booktitle = \"Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing\",\n month = oct,\n year = \"2013\",\n address = \"Seattle, Washington, USA\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/D13-1160\",\n pages = \"1533--1544\",\n}\n",
5
- "homepage": "https://worksheets.codalab.org/worksheets/0xba659fe363cb46e7a505c5b6a774dc8a",
6
- "license": "",
7
- "features": {
8
- "url": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "question": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "answers": {
17
- "feature": {
18
- "dtype": "string",
19
- "_type": "Value"
20
- },
21
- "_type": "Sequence"
22
- }
23
- },
24
- "builder_name": "web_questions",
25
- "dataset_name": "web_questions",
26
- "config_name": "default",
27
- "version": {
28
- "version_str": "1.0.0",
29
- "major": 1,
30
- "minor": 0,
31
- "patch": 0
32
- },
33
- "splits": {
34
- "train": {
35
- "name": "train",
36
- "num_bytes": 530711,
37
- "num_examples": 3778,
38
- "dataset_name": null
39
- },
40
- "test": {
41
- "name": "test",
42
- "num_bytes": 288184,
43
- "num_examples": 2032,
44
- "dataset_name": null
45
- }
46
- },
47
- "download_size": 402395,
48
- "dataset_size": 818895,
49
- "size_in_bytes": 1221290
50
- }
51
- }