zzzhr97 commited on
Commit
86a35f3
·
verified ·
1 Parent(s): 68bea59

Upload Pi-Bench task YAML dataset

Browse files
Files changed (2) hide show
  1. README.md +49 -0
  2. data/tasks.jsonl +0 -0
README.md CHANGED
@@ -1,3 +1,52 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pretty_name: Pi-Bench Tasks
4
+ task_categories:
5
+ - text-generation
6
+ language:
7
+ - en
8
+ size_categories:
9
+ - n<1K
10
+ configs:
11
+ - config_name: default
12
+ data_files:
13
+ - split: train
14
+ path: data/tasks.jsonl
15
  ---
16
+
17
+ # Pi-Bench Tasks
18
+
19
+ This lightweight dataset exposes only the `task.yaml` files from Pi-Bench so
20
+ people can quickly inspect the benchmark tasks in the Hugging Face Dataset
21
+ Viewer.
22
+
23
+ Each row corresponds to one `data/<role>/tasks/<task_id>/task.yaml` file. The
24
+ `yaml` column preserves the original YAML text, while the other columns extract
25
+ common fields for filtering and browsing.
26
+
27
+ ## Contents
28
+
29
+ - Rows: 100
30
+ - Rows with objectives: 62
31
+
32
+ ## Roles
33
+
34
+ - Financier: 20
35
+ - law_trainee: 20
36
+ - marketer: 20
37
+ - pharmacist: 20
38
+ - researcher: 20
39
+
40
+ ## Difficulty
41
+
42
+ - easy: 29
43
+ - hard: 20
44
+ - medium: 51
45
+
46
+ ## Columns
47
+
48
+ - `role`, `task_id`, `user_id`, `environment_id`
49
+ - `title`, `display_title`, `description`, `task_type`, `difficulty`
50
+ - `initial_input`, `hidden_intents`, `hidden_intent_count`
51
+ - `has_objectives`, `objectives_json`, `metadata_json`
52
+ - `yaml_path`, `yaml`
data/tasks.jsonl ADDED
The diff for this file is too large to render. See raw diff