AghaTizi commited on
Commit
75b1fd2
·
verified ·
1 Parent(s): 3d5dcdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -71
README.md CHANGED
@@ -1,74 +1,72 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: task_type
6
- dtype: string
7
- - name: instance_index
8
- dtype: int64
9
- - name: config
10
- dtype: string
11
- splits:
12
- - name: hill_default
13
- num_bytes: 639
14
- num_examples: 2
15
- - name: tree_default
16
- num_bytes: 53937
17
- num_examples: 3
18
- - name: maxsat_default
19
- num_bytes: 5820
20
- num_examples: 4
21
- - name: hill_hard
22
- num_bytes: 9781
23
- num_examples: 7
24
- - name: tree_hard
25
- num_bytes: 117947
26
- num_examples: 7
27
- - name: maxsat_hard
28
- num_bytes: 10608
29
- num_examples: 7
30
- - name: hill_full
31
- num_bytes: 20718
32
- num_examples: 50
33
- - name: tree_full
34
- num_bytes: 578119
35
- num_examples: 50
36
- - name: maxsat_full
37
- num_bytes: 128649
38
- num_examples: 50
39
- download_size: 499010
40
- dataset_size: 926218
41
- configs:
42
- - config_name: default
43
- data_files:
44
- - split: hill_default
45
- path: data/hill_default-*
46
- - split: tree_default
47
- path: data/tree_default-*
48
- - split: maxsat_default
49
- path: data/maxsat_default-*
50
- - split: hill_hard
51
- path: data/hill_hard-*
52
- - split: tree_hard
53
- path: data/tree_hard-*
54
- - split: maxsat_hard
55
- path: data/maxsat_hard-*
56
- - split: hill_full
57
- path: data/hill_full-*
58
- - split: tree_full
59
- path: data/tree_full-*
60
- - split: maxsat_full
61
- path: data/maxsat_full-*
62
- task_categories:
63
- - text-generation
64
- tags:
65
- - exploration
66
- - interactive
67
- - agent
68
- pretty_name: Explore-Exploit Benchmark
69
- size_categories:
70
- - n<1K
71
- ---
72
 
73
  # Explore-Exploit Bench — **Failing to Explore: Language Models on Interactive Tasks**
74
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: task_type
6
+ dtype: string
7
+ - name: instance_index
8
+ dtype: int64
9
+ - name: config
10
+ dtype: string
11
+ splits:
12
+ - name: hill_default
13
+ num_bytes: 639
14
+ num_examples: 2
15
+ - name: tree_default
16
+ num_bytes: 53937
17
+ num_examples: 3
18
+ - name: maxsat_default
19
+ num_bytes: 5820
20
+ num_examples: 4
21
+ - name: hill_hard
22
+ num_bytes: 9781
23
+ num_examples: 7
24
+ - name: tree_hard
25
+ num_bytes: 117947
26
+ num_examples: 7
27
+ - name: maxsat_hard
28
+ num_bytes: 10608
29
+ num_examples: 7
30
+ - name: hill_full
31
+ num_bytes: 20718
32
+ num_examples: 50
33
+ - name: tree_full
34
+ num_bytes: 578119
35
+ num_examples: 50
36
+ - name: maxsat_full
37
+ num_bytes: 128649
38
+ num_examples: 50
39
+ download_size: 499010
40
+ dataset_size: 926218
41
+ configs:
42
+ - config_name: default
43
+ data_files:
44
+ - split: hill_default
45
+ path: data/hill_default-*
46
+ - split: tree_default
47
+ path: data/tree_default-*
48
+ - split: maxsat_default
49
+ path: data/maxsat_default-*
50
+ - split: hill_hard
51
+ path: data/hill_hard-*
52
+ - split: tree_hard
53
+ path: data/tree_hard-*
54
+ - split: maxsat_hard
55
+ path: data/maxsat_hard-*
56
+ - split: hill_full
57
+ path: data/hill_full-*
58
+ - split: tree_full
59
+ path: data/tree_full-*
60
+ - split: maxsat_full
61
+ path: data/maxsat_full-*
62
+ tags:
63
+ - exploration
64
+ - interactive
65
+ - agent
66
+ pretty_name: Explore-Exploit Benchmark
67
+ size_categories:
68
+ - n<1K
69
+ ---
 
 
70
 
71
  # Explore-Exploit Bench — **Failing to Explore: Language Models on Interactive Tasks**
72