jumplander commited on
Commit
0b291b5
·
verified ·
1 Parent(s): 89365db

Upload dataset_statistics.json

Browse files
Files changed (1) hide show
  1. data/dataset_statistics.json +41 -0
data/dataset_statistics.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_samples": 100000,
3
+ "splits": {
4
+ "train": 90000,
5
+ "validation": 5000,
6
+ "test": 5000
7
+ },
8
+ "scenario_distribution": {
9
+ "intent_understanding": 20000,
10
+ "constraint_following": 20000,
11
+ "ambiguity_handling": 10000,
12
+ "context_retention": 10000,
13
+ "safe_response_planning": 15000,
14
+ "over_action_prevention": 10000,
15
+ "format_following": 5000,
16
+ "error_recovery": 5000,
17
+ "risk_awareness": 3000,
18
+ "professional_interaction": 2000
19
+ },
20
+ "domain_distribution": {
21
+ "php_blog_cms": 10000,
22
+ "javascript_ui": 10000,
23
+ "css_layout": 10000,
24
+ "python_agent": 10000,
25
+ "g4f_integration": 10000,
26
+ "node_vscode_extension": 10000,
27
+ "hosting_security": 10000,
28
+ "rag_pipeline": 10000,
29
+ "seo_metadata": 10000,
30
+ "php_admin_panel": 10000
31
+ },
32
+ "difficulty_distribution": {
33
+ "medium": 29357,
34
+ "hard": 29314,
35
+ "expert": 14317,
36
+ "easy": 27012
37
+ },
38
+ "generated_at": "2026-07-05",
39
+ "dataset": "JumpLander-PMB-100K",
40
+ "version": "1.0.0-synthetic"
41
+ }