Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
SaylorTwift HF Staff commited on
Commit
afc6bc2
·
verified ·
1 Parent(s): 61771ab

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -75
dataset_infos.json DELETED
@@ -1,75 +0,0 @@
1
- {
2
- "default": {
3
- "description": "*Physical Reasoning about Objects Through Space and Time* (PROST) is a probing dataset to evaluate the ability of pretrained LMs to understand and reason about the physical world. PROST consists of 18,736 cloze-style multiple choice questions from 14 manually curated templates, covering 10 physical reasoning concepts: direction, mass, height, circumference, stackable, rollable, graspable, breakable, slideable, and bounceable.\n",
4
- "citation": "@inproceedings{aroca-ouellette-etal-2021-prost,\n title = \"{PROST}: {P}hysical Reasoning about Objects through Space and Time\",\n author = \"Aroca-Ouellette, St{'e}phane and\n Paik, Cory and\n Roncone, Alessandro and\n Kann, Katharina\",\n booktitle = \"Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021\",\n month = aug,\n year = \"2021\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://aclanthology.org/2021.findings-acl.404\",\n pages = \"4597--4608\",\n}\n",
5
- "homepage": "https://github.com/nala-cub/prost",
6
- "license": "Apache 2.0",
7
- "features": {
8
- "A": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "B": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "C": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "D": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "context": {
25
- "dtype": "string",
26
- "_type": "Value"
27
- },
28
- "question": {
29
- "dtype": "string",
30
- "_type": "Value"
31
- },
32
- "ex_question": {
33
- "dtype": "string",
34
- "_type": "Value"
35
- },
36
- "group": {
37
- "dtype": "string",
38
- "_type": "Value"
39
- },
40
- "label": {
41
- "names": [
42
- "A",
43
- "B",
44
- "C",
45
- "D"
46
- ],
47
- "_type": "ClassLabel"
48
- },
49
- "name": {
50
- "dtype": "string",
51
- "_type": "Value"
52
- }
53
- },
54
- "builder_name": "prost",
55
- "dataset_name": "prost",
56
- "config_name": "default",
57
- "version": {
58
- "version_str": "1.0.1",
59
- "major": 1,
60
- "minor": 0,
61
- "patch": 1
62
- },
63
- "splits": {
64
- "test": {
65
- "name": "test",
66
- "num_bytes": 5698184,
67
- "num_examples": 18736,
68
- "dataset_name": null
69
- }
70
- },
71
- "download_size": 336196,
72
- "dataset_size": 5698184,
73
- "size_in_bytes": 6034380
74
- }
75
- }