philippds commited on
Commit
8b76604
·
1 Parent(s): ad84511

changing input_grid and ground_truth features dtype to sequence

Browse files
README.md CHANGED
@@ -1,90 +1,90 @@
1
  ---
2
  configs:
3
- - config_name: 1_random_cell_easy
4
- data_files:
5
- - split: test
6
- path: datasets/1_random_cell_easy.json
7
- - config_name: 1_random_cell_hard
8
- data_files:
9
- - split: test
10
- path: datasets/1_random_cell_hard.json
11
- - config_name: 5_random_cell_easy
12
- data_files:
13
- - split: test
14
- path: datasets/5_random_cell_easy.json
15
- - config_name: 5_random_cell_hard
16
- data_files:
17
- - split: test
18
- path: datasets/5_random_cell_hard.json
19
- - config_name: 10_random_cell_easy
20
- data_files:
21
- - split: test
22
- path: datasets/10_random_cell_easy.json
23
- - config_name: 10_random_cell_hard
24
- data_files:
25
- - split: test
26
- path: datasets/10_random_cell_hard.json
27
- - config_name: 1_random_row_easy
28
- data_files:
29
- - split: test
30
- path: datasets/1_random_row_easy.json
31
- - config_name: 1_random_row_hard
32
- data_files:
33
- - split: test
34
- path: datasets/1_random_row_hard.json
35
- - config_name: 3_random_row_easy
36
- data_files:
37
- - split: test
38
- path: datasets/3_random_row_easy.json
39
- - config_name: 3_random_row_hard
40
- data_files:
41
- - split: test
42
- path: datasets/3_random_row_hard.json
43
- - config_name: 1_random_column_easy
44
- data_files:
45
- - split: test
46
- path: datasets/1_random_column_easy.json
47
- - config_name: 1_random_column_hard
48
- data_files:
49
- - split: test
50
- path: datasets/1_random_column_hard.json
51
- - config_name: 3_random_column_easy
52
- data_files:
53
- - split: test
54
- path: datasets/3_random_column_easy.json
55
- - config_name: 3_random_column_hard
56
- data_files:
57
- - split: test
58
- path: datasets/3_random_column_hard.json
59
- - config_name: full_easy
60
- data_files:
61
- - split: test
62
- path: datasets/full_easy.json
63
- - config_name: full_hard
64
- data_files:
65
- - split: test
66
- path: datasets/full_hard.json
67
  dataset_info:
68
  features:
69
  - name: index
70
  dtype: int32
71
  - name: input_grid
72
- dtype: string
73
  - name: ground_truth
74
- dtype: string
75
  tags:
76
- - reasoning
77
- - physical reasoning
78
- - spatial reasoning
79
  license: mit
80
  task_categories:
81
- - text-generation
82
- - fill-mask
83
  language:
84
- - en
85
  pretty_name: SPhyR
86
  size_categories:
87
- - 10K<n<100K
88
  ---
89
 
90
  ![SPhyR](sources/thumbnail.png)
@@ -116,7 +116,6 @@ Maintain the same format as the input: one row per line, cells separated by spac
116
  Return only the completed grid without any additional explanation.
117
  </pre>
118
 
119
-
120
  For easy difficulty use <span style="font-weight: 1000;">{FILL_INSTRUCTION}</span>: `'V' cells with either '1' (solid) or '0' (empty)`<br>
121
  or for hard difficulty use <span style="font-weight: 1000;">{FILL_INSTRUCTION}</span>: `'V' cells with a floating point number between 0 and 1, with one decimal place (e.g., 0.0, 0.1, 0.2, ..., 1.0)`<br>
122
 
@@ -268,4 +267,4 @@ Philipp D. Siedler
268
 
269
  ## Dataset Card Contact
270
 
271
- p.d.siedler@gmail.com
 
1
  ---
2
  configs:
3
+ - config_name: 1_random_cell_easy
4
+ data_files:
5
+ - split: test
6
+ path: datasets/1_random_cell_easy.json
7
+ - config_name: 1_random_cell_hard
8
+ data_files:
9
+ - split: test
10
+ path: datasets/1_random_cell_hard.json
11
+ - config_name: 5_random_cell_easy
12
+ data_files:
13
+ - split: test
14
+ path: datasets/5_random_cell_easy.json
15
+ - config_name: 5_random_cell_hard
16
+ data_files:
17
+ - split: test
18
+ path: datasets/5_random_cell_hard.json
19
+ - config_name: 10_random_cell_easy
20
+ data_files:
21
+ - split: test
22
+ path: datasets/10_random_cell_easy.json
23
+ - config_name: 10_random_cell_hard
24
+ data_files:
25
+ - split: test
26
+ path: datasets/10_random_cell_hard.json
27
+ - config_name: 1_random_row_easy
28
+ data_files:
29
+ - split: test
30
+ path: datasets/1_random_row_easy.json
31
+ - config_name: 1_random_row_hard
32
+ data_files:
33
+ - split: test
34
+ path: datasets/1_random_row_hard.json
35
+ - config_name: 3_random_row_easy
36
+ data_files:
37
+ - split: test
38
+ path: datasets/3_random_row_easy.json
39
+ - config_name: 3_random_row_hard
40
+ data_files:
41
+ - split: test
42
+ path: datasets/3_random_row_hard.json
43
+ - config_name: 1_random_column_easy
44
+ data_files:
45
+ - split: test
46
+ path: datasets/1_random_column_easy.json
47
+ - config_name: 1_random_column_hard
48
+ data_files:
49
+ - split: test
50
+ path: datasets/1_random_column_hard.json
51
+ - config_name: 3_random_column_easy
52
+ data_files:
53
+ - split: test
54
+ path: datasets/3_random_column_easy.json
55
+ - config_name: 3_random_column_hard
56
+ data_files:
57
+ - split: test
58
+ path: datasets/3_random_column_hard.json
59
+ - config_name: full_easy
60
+ data_files:
61
+ - split: test
62
+ path: datasets/full_easy.json
63
+ - config_name: full_hard
64
+ data_files:
65
+ - split: test
66
+ path: datasets/full_hard.json
67
  dataset_info:
68
  features:
69
  - name: index
70
  dtype: int32
71
  - name: input_grid
72
+ dtype: sequence
73
  - name: ground_truth
74
+ dtype: sequence
75
  tags:
76
+ - reasoning
77
+ - physical reasoning
78
+ - spatial reasoning
79
  license: mit
80
  task_categories:
81
+ - text-generation
82
+ - fill-mask
83
  language:
84
+ - en
85
  pretty_name: SPhyR
86
  size_categories:
87
+ - 10K<n<100K
88
  ---
89
 
90
  ![SPhyR](sources/thumbnail.png)
 
116
  Return only the completed grid without any additional explanation.
117
  </pre>
118
 
 
119
  For easy difficulty use <span style="font-weight: 1000;">{FILL_INSTRUCTION}</span>: `'V' cells with either '1' (solid) or '0' (empty)`<br>
120
  or for hard difficulty use <span style="font-weight: 1000;">{FILL_INSTRUCTION}</span>: `'V' cells with a floating point number between 0 and 1, with one decimal place (e.g., 0.0, 0.1, 0.2, ..., 1.0)`<br>
121
 
 
267
 
268
  ## Dataset Card Contact
269
 
270
+ p.d.siedler@gmail.com
datasets/10_random_cell_easy.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/10_random_cell_hard.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/1_random_cell_easy.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/1_random_cell_hard.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/1_random_column_easy.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/1_random_column_hard.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/1_random_row_easy.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/1_random_row_hard.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/3_random_column_easy.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/3_random_column_hard.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/3_random_row_easy.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/3_random_row_hard.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/5_random_cell_easy.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/5_random_cell_hard.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/full_easy.json CHANGED
The diff for this file is too large to render. See raw diff
 
datasets/full_hard.json CHANGED
The diff for this file is too large to render. See raw diff