Upload croissant.json with huggingface_hub
Browse files- croissant.json +274 -0
croissant.json
ADDED
|
@@ -0,0 +1,274 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@language": "en",
|
| 4 |
+
"@vocab": "https://schema.org/",
|
| 5 |
+
"cr": "http://mlcommons.org/croissant/1.0/",
|
| 6 |
+
"rai": "http://mlcommons.org/croissant/RAI/",
|
| 7 |
+
"column": "cr:column",
|
| 8 |
+
"dataType": { "@id": "cr:dataType", "@type": "@vocab" },
|
| 9 |
+
"extract": "cr:extract",
|
| 10 |
+
"field": "cr:field",
|
| 11 |
+
"fileObject": "cr:fileObject",
|
| 12 |
+
"format": "cr:format",
|
| 13 |
+
"includes": "cr:includes",
|
| 14 |
+
"isEnumeration": { "@id": "cr:isEnumeration", "@type": "sc:Boolean" },
|
| 15 |
+
"jsonPath": "cr:jsonPath",
|
| 16 |
+
"key": "cr:key",
|
| 17 |
+
"md5": "cr:md5",
|
| 18 |
+
"parentField": "cr:parentField",
|
| 19 |
+
"path": "cr:path",
|
| 20 |
+
"recordSet": "cr:recordSet",
|
| 21 |
+
"references": "cr:references",
|
| 22 |
+
"regex": "cr:regex",
|
| 23 |
+
"repeated": { "@id": "cr:repeated", "@type": "sc:Boolean" },
|
| 24 |
+
"separator": "cr:separator",
|
| 25 |
+
"source": "cr:source",
|
| 26 |
+
"subField": "cr:subField",
|
| 27 |
+
"transform": "cr:transform",
|
| 28 |
+
"sc": "https://schema.org/"
|
| 29 |
+
},
|
| 30 |
+
"@type": "Dataset",
|
| 31 |
+
"@id": "https://huggingface.co/datasets/thakicloud/SkillRetBench",
|
| 32 |
+
"name": "SkillRetBench",
|
| 33 |
+
"description": "Query-to-skill retrieval benchmark: 501 procedural agent skills, 1,250 annotated queries across five settings (single_skill, multi_skill_composition, distractor, outdated_redundant, budget_constrained), and packaged baseline IR results (BM25, Dense, Hybrid, NaiveLLM, SADO). Languages: English and Korean. Companion to SEFO (Self-Evolving Federated Orchestration).",
|
| 34 |
+
"url": "https://huggingface.co/datasets/thakicloud/SkillRetBench",
|
| 35 |
+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
|
| 36 |
+
"creator": {
|
| 37 |
+
"@type": "Organization",
|
| 38 |
+
"name": "ThakiCloud AI Research"
|
| 39 |
+
},
|
| 40 |
+
"citation": "@misc{han2026sefo, title = {{SEFO}: Self-Evolving Federated Orchestration with Trusted Skill Governance and Skill Retrieval Benchmark for Recursive Agentic Systems}, author = {Han, Hyojung and {ThakiCloud AI Research}}, year = {2026}, howpublished = {\\url{https://github.com/hyojunguy/ai-model-event-stock-analytics}}, note = {Includes SkillRetBench}}",
|
| 41 |
+
"version": "1.0.0",
|
| 42 |
+
"distribution": [
|
| 43 |
+
{
|
| 44 |
+
"@type": "cr:FileObject",
|
| 45 |
+
"@id": "skill_corpus.json",
|
| 46 |
+
"name": "skill_corpus.json",
|
| 47 |
+
"description": "Skill index with meta, statistics, and 501 skill records (ids, descriptions, triggers, full_text, token_count, composition edges).",
|
| 48 |
+
"contentUrl": "https://huggingface.co/datasets/thakicloud/SkillRetBench/resolve/main/skill_corpus.json",
|
| 49 |
+
"encodingFormat": "application/json",
|
| 50 |
+
"sha256": ""
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"@type": "cr:FileObject",
|
| 54 |
+
"@id": "skillretbench_queries.json",
|
| 55 |
+
"name": "skillretbench_queries.json",
|
| 56 |
+
"description": "1,250 benchmark queries with gold_skills, settings, difficulty, source, and corpus meta (rng_seed 42).",
|
| 57 |
+
"contentUrl": "https://huggingface.co/datasets/thakicloud/SkillRetBench/resolve/main/skillretbench_queries.json",
|
| 58 |
+
"encodingFormat": "application/json",
|
| 59 |
+
"sha256": ""
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"@type": "cr:FileObject",
|
| 63 |
+
"@id": "baseline_results.json",
|
| 64 |
+
"name": "baseline_results.json",
|
| 65 |
+
"description": "Per-baseline, per-setting IR metrics (Recall@k, nDCG@k, MRR, MAP) and summary_table markdown.",
|
| 66 |
+
"contentUrl": "https://huggingface.co/datasets/thakicloud/SkillRetBench/resolve/main/baseline_results.json",
|
| 67 |
+
"encodingFormat": "application/json",
|
| 68 |
+
"sha256": ""
|
| 69 |
+
}
|
| 70 |
+
],
|
| 71 |
+
"recordSet": [
|
| 72 |
+
{
|
| 73 |
+
"@type": "cr:RecordSet",
|
| 74 |
+
"@id": "recordset/skills",
|
| 75 |
+
"name": "skills",
|
| 76 |
+
"description": "One row per skill in the fixed retrieval corpus (aligned iteration over $.skills[*]).",
|
| 77 |
+
"key": { "@id": "field/skill_id" },
|
| 78 |
+
"source": {
|
| 79 |
+
"fileObject": { "@id": "skill_corpus.json" },
|
| 80 |
+
"extract": { "jsonPath": "$.skills[*]" }
|
| 81 |
+
},
|
| 82 |
+
"field": [
|
| 83 |
+
{
|
| 84 |
+
"@type": "cr:Field",
|
| 85 |
+
"@id": "field/skill_id",
|
| 86 |
+
"name": "skill_id",
|
| 87 |
+
"description": "Canonical skill identifier (slug).",
|
| 88 |
+
"dataType": "sc:Text",
|
| 89 |
+
"source": {
|
| 90 |
+
"extract": { "jsonPath": "$.skill_id" }
|
| 91 |
+
}
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"@type": "cr:Field",
|
| 95 |
+
"@id": "field/skill_name",
|
| 96 |
+
"name": "skill_name",
|
| 97 |
+
"description": "Human-readable skill title.",
|
| 98 |
+
"dataType": "sc:Text",
|
| 99 |
+
"source": {
|
| 100 |
+
"extract": { "jsonPath": "$.skill_name" }
|
| 101 |
+
}
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"@type": "cr:Field",
|
| 105 |
+
"@id": "field/description",
|
| 106 |
+
"name": "description",
|
| 107 |
+
"description": "Short routing description (YAML description / summary).",
|
| 108 |
+
"dataType": "sc:Text",
|
| 109 |
+
"source": {
|
| 110 |
+
"extract": { "jsonPath": "$.description" }
|
| 111 |
+
}
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"@type": "cr:Field",
|
| 115 |
+
"@id": "field/category",
|
| 116 |
+
"name": "category",
|
| 117 |
+
"description": "Folder or taxonomy category for the skill.",
|
| 118 |
+
"dataType": "sc:Text",
|
| 119 |
+
"source": {
|
| 120 |
+
"extract": { "jsonPath": "$.category" }
|
| 121 |
+
}
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"@type": "cr:Field",
|
| 125 |
+
"@id": "field/token_count",
|
| 126 |
+
"name": "token_count",
|
| 127 |
+
"description": "Approximate token count of full skill body.",
|
| 128 |
+
"dataType": "sc:Integer",
|
| 129 |
+
"source": {
|
| 130 |
+
"extract": { "jsonPath": "$.token_count" }
|
| 131 |
+
}
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"@type": "cr:Field",
|
| 135 |
+
"@id": "field/full_text",
|
| 136 |
+
"name": "full_text",
|
| 137 |
+
"description": "Full SKILL.md-derived markdown body used as retrieval document.",
|
| 138 |
+
"dataType": "sc:Text",
|
| 139 |
+
"source": {
|
| 140 |
+
"extract": { "jsonPath": "$.full_text" }
|
| 141 |
+
}
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"@type": "cr:Field",
|
| 145 |
+
"@id": "field/trigger_phrases",
|
| 146 |
+
"name": "trigger_phrases",
|
| 147 |
+
"description": "Quoted trigger phrases from skill spec.",
|
| 148 |
+
"dataType": "sc:Text",
|
| 149 |
+
"repeated": true,
|
| 150 |
+
"source": {
|
| 151 |
+
"extract": { "jsonPath": "$.trigger_phrases[*]" }
|
| 152 |
+
}
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"@type": "cr:Field",
|
| 156 |
+
"@id": "field/korean_triggers",
|
| 157 |
+
"name": "korean_triggers",
|
| 158 |
+
"description": "Korean trigger tokens if present.",
|
| 159 |
+
"dataType": "sc:Text",
|
| 160 |
+
"repeated": true,
|
| 161 |
+
"source": {
|
| 162 |
+
"extract": { "jsonPath": "$.korean_triggers[*]" }
|
| 163 |
+
}
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"@type": "cr:Field",
|
| 167 |
+
"@id": "field/composable_skills",
|
| 168 |
+
"name": "composable_skills",
|
| 169 |
+
"description": "Referenced skill ids for composition edges.",
|
| 170 |
+
"dataType": "sc:Text",
|
| 171 |
+
"repeated": true,
|
| 172 |
+
"source": {
|
| 173 |
+
"extract": { "jsonPath": "$.composable_skills[*]" }
|
| 174 |
+
}
|
| 175 |
+
}
|
| 176 |
+
]
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"@type": "cr:RecordSet",
|
| 180 |
+
"@id": "recordset/queries",
|
| 181 |
+
"name": "queries",
|
| 182 |
+
"description": "One row per benchmark query with gold and distractor skill lists (aligned iteration over $.queries[*]).",
|
| 183 |
+
"key": { "@id": "field/query_id" },
|
| 184 |
+
"source": {
|
| 185 |
+
"fileObject": { "@id": "skillretbench_queries.json" },
|
| 186 |
+
"extract": { "jsonPath": "$.queries[*]" }
|
| 187 |
+
},
|
| 188 |
+
"field": [
|
| 189 |
+
{
|
| 190 |
+
"@type": "cr:Field",
|
| 191 |
+
"@id": "field/query_id",
|
| 192 |
+
"name": "query_id",
|
| 193 |
+
"description": "Stable query id (e.g. SS-0001).",
|
| 194 |
+
"dataType": "sc:Text",
|
| 195 |
+
"source": {
|
| 196 |
+
"extract": { "jsonPath": "$.query_id" }
|
| 197 |
+
}
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"@type": "cr:Field",
|
| 201 |
+
"@id": "field/setting",
|
| 202 |
+
"name": "setting",
|
| 203 |
+
"description": "Benchmark slice: single_skill, multi_skill_composition, distractor, outdated_redundant, budget_constrained.",
|
| 204 |
+
"dataType": "sc:Text",
|
| 205 |
+
"source": {
|
| 206 |
+
"extract": { "jsonPath": "$.setting" }
|
| 207 |
+
}
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"@type": "cr:Field",
|
| 211 |
+
"@id": "field/query",
|
| 212 |
+
"name": "query",
|
| 213 |
+
"description": "Natural-language user request (English and/or Korean).",
|
| 214 |
+
"dataType": "sc:Text",
|
| 215 |
+
"source": {
|
| 216 |
+
"extract": { "jsonPath": "$.query" }
|
| 217 |
+
}
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"@type": "cr:Field",
|
| 221 |
+
"@id": "field/difficulty",
|
| 222 |
+
"name": "difficulty",
|
| 223 |
+
"description": "Generator-assigned difficulty label.",
|
| 224 |
+
"dataType": "sc:Text",
|
| 225 |
+
"source": {
|
| 226 |
+
"extract": { "jsonPath": "$.difficulty" }
|
| 227 |
+
}
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"@type": "cr:Field",
|
| 231 |
+
"@id": "field/source",
|
| 232 |
+
"name": "source",
|
| 233 |
+
"description": "Query provenance (e.g. trigger_paraphrase).",
|
| 234 |
+
"dataType": "sc:Text",
|
| 235 |
+
"source": {
|
| 236 |
+
"extract": { "jsonPath": "$.source" }
|
| 237 |
+
}
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"@type": "cr:Field",
|
| 241 |
+
"@id": "field/budget_tokens",
|
| 242 |
+
"name": "budget_tokens",
|
| 243 |
+
"description": "Token budget hint when setting is budget_constrained; null otherwise.",
|
| 244 |
+
"dataType": "sc:Integer",
|
| 245 |
+
"source": {
|
| 246 |
+
"extract": { "jsonPath": "$.budget_tokens" }
|
| 247 |
+
}
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"@type": "cr:Field",
|
| 251 |
+
"@id": "field/gold_skills",
|
| 252 |
+
"name": "gold_skills",
|
| 253 |
+
"description": "Ground-truth skill_id list for the query.",
|
| 254 |
+
"dataType": "sc:Text",
|
| 255 |
+
"repeated": true,
|
| 256 |
+
"source": {
|
| 257 |
+
"extract": { "jsonPath": "$.gold_skills[*]" }
|
| 258 |
+
}
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"@type": "cr:Field",
|
| 262 |
+
"@id": "field/distractor_skills",
|
| 263 |
+
"name": "distractor_skills",
|
| 264 |
+
"description": "Non-gold skill ids included as distractors when applicable.",
|
| 265 |
+
"dataType": "sc:Text",
|
| 266 |
+
"repeated": true,
|
| 267 |
+
"source": {
|
| 268 |
+
"extract": { "jsonPath": "$.distractor_skills[*]" }
|
| 269 |
+
}
|
| 270 |
+
}
|
| 271 |
+
]
|
| 272 |
+
}
|
| 273 |
+
]
|
| 274 |
+
}
|