File size: 1,360 Bytes
333f8cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: reference_answer
    dtype: string
  - name: answer
    dtype: string
  - name: model_id
    dtype: string
  - name: task_type
    dtype: string
  - name: task_subtype
    dtype: string
  - name: task_subsubtype
    dtype: string
  - name: difficulty
    dtype: string
  - name: domain
    dtype: string
  - name: is_provocative
    dtype: bool
  - name: criteria_name
    dtype: string
  - name: criteria_description
    dtype: string
  - name: rubrics
    dtype: string
  - name: rubrics_example
    dtype: string
  - name: annotations
    list:
    - name: comment
      dtype: string
    - name: score
      dtype: float64
  - name: criteria_score
    dtype: float64
  splits:
  - name: benchmark
    num_bytes: 1218995349
    num_examples: 161076
  - name: criteria_full
    num_bytes: 1369856
    num_examples: 1071
  - name: criteria_brief
    num_bytes: 155925
    num_examples: 120
  - name: instructions
    num_bytes: 3298130
    num_examples: 2115
  download_size: 415354286
  dataset_size: 1223819260
configs:
- config_name: default
  data_files:
  - split: benchmark
    path: data/benchmark-*
  - split: criteria_full
    path: data/criteria_full-*
  - split: criteria_brief
    path: data/criteria_brief-*
  - split: instructions
    path: data/instructions-*
---