zeronox commited on
Commit
1904366
·
verified ·
1 Parent(s): f85ce39

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -1,6 +1,5 @@
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
  *.bin filter=lfs diff=lfs merge=lfs -text
5
  *.bz2 filter=lfs diff=lfs merge=lfs -text
6
  *.ckpt filter=lfs diff=lfs merge=lfs -text
 
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
 
3
  *.bin filter=lfs diff=lfs merge=lfs -text
4
  *.bz2 filter=lfs diff=lfs merge=lfs -text
5
  *.ckpt filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: task
6
+ dtype: string
7
+ - name: turns
8
+ dtype: int64
9
+ - name: field
10
+ dtype: string
11
+ - name: topic
12
+ dtype: string
13
+ - name: expert
14
+ dtype: string
15
+ - name: scratchpad
16
+ dtype: string
17
+ - name: rubric
18
+ list:
19
+ - name: annotations
20
+ struct:
21
+ - name: criteria_category
22
+ dtype: string
23
+ - name: criteria_description
24
+ dtype: string
25
+ - name: critically_detrimental_weight
26
+ dtype: int64
27
+ - name: critically_important_weight
28
+ dtype: int64
29
+ - name: detrimental_weight
30
+ dtype: int64
31
+ - name: field_for_category
32
+ dtype: string
33
+ - name: important_weight
34
+ dtype: int64
35
+ - name: slightly_detrimental_weight
36
+ dtype: int64
37
+ - name: slightly_important_weight
38
+ dtype: int64
39
+ - name: weight_class
40
+ dtype: string
41
+ - name: id
42
+ dtype: string
43
+ - name: title
44
+ dtype: string
45
+ - name: prompt_0
46
+ dtype: string
47
+ - name: response_0
48
+ dtype: string
49
+ - name: model_0
50
+ dtype: string
51
+ - name: reference_texts_0
52
+ list: string
53
+ - name: prompt_1
54
+ dtype: string
55
+ - name: response_1
56
+ dtype: string
57
+ - name: model_1
58
+ dtype: string
59
+ - name: reference_texts_1
60
+ list: string
61
+ - name: prompt_2
62
+ dtype: string
63
+ - name: response_2
64
+ dtype: string
65
+ - name: model_2
66
+ dtype: string
67
+ - name: reference_texts_2
68
+ list: string
69
+ - name: prompt_3
70
+ dtype: string
71
+ - name: response_3
72
+ dtype: string
73
+ - name: model_3
74
+ dtype: string
75
+ - name: reference_texts_3
76
+ list: string
77
+ - name: prompt_4
78
+ dtype: string
79
+ - name: response_4
80
+ dtype: string
81
+ - name: model_4
82
+ dtype: string
83
+ - name: reference_texts_4
84
+ list: string
85
+ - name: prompt_5
86
+ dtype: string
87
+ - name: response_5
88
+ dtype: string
89
+ - name: model_5
90
+ dtype: string
91
+ - name: reference_texts_5
92
+ list: string
93
+ - name: prompt_6
94
+ dtype: string
95
+ - name: response_6
96
+ dtype: string
97
+ - name: model_6
98
+ dtype: string
99
+ - name: reference_texts_6
100
+ list: string
101
+ - name: prompt_7
102
+ dtype: string
103
+ - name: response_7
104
+ dtype: string
105
+ - name: model_7
106
+ dtype: string
107
+ - name: reference_texts_7
108
+ list: string
109
+ - name: prompt_8
110
+ dtype: string
111
+ - name: response_8
112
+ dtype: string
113
+ - name: model_8
114
+ dtype: string
115
+ - name: reference_texts_8
116
+ list: string
117
+ - name: prompt_9
118
+ dtype: string
119
+ - name: reference_texts_9
120
+ list: string
121
+ - name: economic_pathway
122
+ dtype: string
123
+ - name: decision_type
124
+ dtype: string
125
+ - name: canary
126
+ dtype: string
127
+ splits:
128
+ - name: finance
129
+ num_bytes: 10514092
130
+ num_examples: 600
131
+ - name: legal
132
+ num_bytes: 9399518
133
+ num_examples: 500
134
+ - name: finance_hard
135
+ num_bytes: 5715732
136
+ num_examples: 300
137
+ - name: legal_hard
138
+ num_bytes: 4891364
139
+ num_examples: 250
140
+ download_size: 15682662
141
+ dataset_size: 30520706
142
+ configs:
143
+ - config_name: default
144
+ data_files:
145
+ - split: finance
146
+ path: data/finance-*
147
+ - split: legal
148
+ path: data/legal-*
149
+ - split: finance_hard
150
+ path: data/finance_hard-*
151
+ - split: legal_hard
152
+ path: data/legal_hard-*
153
+ ---
154
+
155
+ # PRBench: Large-Scale Expert Rubrics for Evaluating High-Stakes Professional Reasoning
156
+
157
+ PRBench consists of:
158
+ * 1,100 expert-authored conversations across Finance and Legal domains
159
+ * 18,692 expert-curated rubric criteria (10–30 per task)
160
+ * Coverage of 114 countries, 47 U.S. jurisdictions, and 25 total professional topics.
161
+ * Hard subsets (Finance-300, Legal-250) representing the most challenging tasks
162
+
163
+ We release the Finance, Finance-Hard, Legal and Legal-Hard subsets in this release, along with our evaluation code at https://github.com/scaleapi/PRBench.
164
+
165
+ See the release for full details at: https://scale.com/research/prbench
166
+
167
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/617b009a7b4dce0224d6b8fb/9Gip9LfXUECzRMUy1kkyc.png)
168
+
169
+ Explore our data using our visualizer at: https://prbench-explorer.vercel.app/
170
+
171
+
172
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/617b009a7b4dce0224d6b8fb/LwsxCpmOrJCyI_SwD4e9I.png)
data/finance-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e3d790d00eefdc9ec7090a2e19459e74c1788921c525b3d14ed0dbf1f155dc0
3
+ size 5405712
data/finance_hard-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5218eeb81834b8d0786b0b1ee414dbf7f563fcd01f355420d48376614af04b2a
3
+ size 2987487
data/legal-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d80ca175eaf5072880f33fd28e74a610ab99cc74e6c5b173d89312365a7c67f
3
+ size 4739922
data/legal_hard-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eebf855786e9b7c719ae80ad58fab0aba184b5406944e8c5b9d9cebcdb32895
3
+ size 2549541