anonymouse321 commited on
Commit
01256da
·
verified ·
1 Parent(s): 6cfde93

Upload croissant.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. croissant.json +19 -8
croissant.json CHANGED
@@ -14,22 +14,27 @@
14
  "ERP-Bench"
15
  ],
16
  "description": "ERP-Bench is the Odoo 19 benchmark used in the Anchor paper, \"Preventing Artifact Drift in Agent Benchmark Generation.\" It contains 300 long-horizon procurement and manufacturing tasks generated from a single CP-SAT-backed specification.",
 
17
  "creator": {
18
  "@type": "sc:Person",
19
  "name": "anon",
20
  "url": "https://huggingface.co/anonymouse321"
21
  },
 
22
  "keywords": [
23
  "English",
24
  "n<1K",
25
- "responsible-ai",
26
  "odoo",
27
  "erp",
 
28
  "procurement",
29
  "manufacturing",
30
  "benchmark"
31
  ],
 
32
  "url": "https://huggingface.co/datasets/anonymouse321/erp-bench",
 
33
  "dct:conformsTo": [
34
  "http://mlcommons.org/croissant/1.0",
35
  "http://mlcommons.org/croissant/RAI/1.0"
@@ -37,12 +42,22 @@
37
  "cr:isLiveDataset": false,
38
  "distribution": [
39
  {
40
- "@type": "cr:FileObject",
41
  "@id": "repo",
42
  "name": "repo",
43
  "description": "The Hugging Face dataset repository containing ERP-Bench tasks, task UI artifacts, generation code, schemas, and metadata.",
44
  "contentUrl": "https://huggingface.co/datasets/anonymouse321/erp-bench/tree/main",
45
- "encodingFormat": "git+https"
 
 
 
 
 
 
 
 
 
 
46
  }
47
  ],
48
  "rai:dataCollection": "ERP-Bench is generated by the Anchor pipeline from parametric procurement and manufacturing specifications. Each accepted task is sampled from configured ranges, solved with OR-Tools CP-SAT, and compiled into aligned natural-language instructions, Odoo environment setup files, oracle solution scripts, and terminal-state verifiers.",
@@ -92,9 +107,5 @@
92
  "The benchmark emphasizes planning and execution tasks that are amenable to CP-SAT formalization, which may underrepresent qualitative, interpersonal, or exception-heavy business workflows."
93
  ],
94
  "rai:dataSocialImpact": "ERP-Bench can support more transparent evaluation of agents in business software, but benchmark performance should not be interpreted as readiness for live procurement or manufacturing operations without separate security, reliability, compliance, and human-oversight review.",
95
- "rai:dataReleaseMaintenancePlan": [
96
- "Releases are regenerated from checked-in code, configs, seeds, schemas, and templates.",
97
- "Known task defects should be fixed at the generator or template level and propagated by deterministic regeneration.",
98
- "Future releases should preserve compatibility notes for Odoo version, task format, and generation configs."
99
- ]
100
  }
 
14
  "ERP-Bench"
15
  ],
16
  "description": "ERP-Bench is the Odoo 19 benchmark used in the Anchor paper, \"Preventing Artifact Drift in Agent Benchmark Generation.\" It contains 300 long-horizon procurement and manufacturing tasks generated from a single CP-SAT-backed specification.",
17
+ "cr:citeAs": "ERP-Bench, https://huggingface.co/datasets/anonymouse321/erp-bench",
18
  "creator": {
19
  "@type": "sc:Person",
20
  "name": "anon",
21
  "url": "https://huggingface.co/anonymouse321"
22
  },
23
+ "datePublished": "2026-05-07",
24
  "keywords": [
25
  "English",
26
  "n<1K",
27
+ "agents",
28
  "odoo",
29
  "erp",
30
+ "enterprise",
31
  "procurement",
32
  "manufacturing",
33
  "benchmark"
34
  ],
35
+ "license": "https://creativecommons.org/publicdomain/zero/1.0/",
36
  "url": "https://huggingface.co/datasets/anonymouse321/erp-bench",
37
+ "version": "0.1.0",
38
  "dct:conformsTo": [
39
  "http://mlcommons.org/croissant/1.0",
40
  "http://mlcommons.org/croissant/RAI/1.0"
 
42
  "cr:isLiveDataset": false,
43
  "distribution": [
44
  {
45
+ "@type": "cr:FileSet",
46
  "@id": "repo",
47
  "name": "repo",
48
  "description": "The Hugging Face dataset repository containing ERP-Bench tasks, task UI artifacts, generation code, schemas, and metadata.",
49
  "contentUrl": "https://huggingface.co/datasets/anonymouse321/erp-bench/tree/main",
50
+ "encodingFormat": "git+https",
51
+ "cr:includes": [
52
+ "README.md",
53
+ "LICENSE",
54
+ "croissant.json",
55
+ "croissant_rai.json",
56
+ "erp_bench/**",
57
+ "schemas/**",
58
+ "tasks/**",
59
+ "tasks_ui/**"
60
+ ]
61
  }
62
  ],
63
  "rai:dataCollection": "ERP-Bench is generated by the Anchor pipeline from parametric procurement and manufacturing specifications. Each accepted task is sampled from configured ranges, solved with OR-Tools CP-SAT, and compiled into aligned natural-language instructions, Odoo environment setup files, oracle solution scripts, and terminal-state verifiers.",
 
107
  "The benchmark emphasizes planning and execution tasks that are amenable to CP-SAT formalization, which may underrepresent qualitative, interpersonal, or exception-heavy business workflows."
108
  ],
109
  "rai:dataSocialImpact": "ERP-Bench can support more transparent evaluation of agents in business software, but benchmark performance should not be interpreted as readiness for live procurement or manufacturing operations without separate security, reliability, compliance, and human-oversight review.",
110
+ "rai:dataReleaseMaintenancePlan": "Releases are regenerated from checked-in code, configs, seeds, schemas, and templates. Known task defects should be fixed at the generator or template level and propagated by deterministic regeneration. Future releases should preserve compatibility notes for Odoo version, task format, and generation configs."
 
 
 
 
111
  }