Complete dataset-card and Croissant metadata
Browse files- README.md +10 -0
- croissant.json +132 -0
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# BFCL / Gorilla function-call records
|
| 2 |
|
| 3 |
This dataset contains Ergon-native sharded rollout-card exports for the paper artifact.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: BFCL / Gorilla function-call records
|
| 3 |
+
license: other
|
| 4 |
+
license_name: upstream-source-license
|
| 5 |
+
tags:
|
| 6 |
+
- mlcroissant
|
| 7 |
+
- rollout-cards
|
| 8 |
+
- one_step_function_call_trace
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# BFCL / Gorilla function-call records
|
| 12 |
|
| 13 |
This dataset contains Ergon-native sharded rollout-card exports for the paper artifact.
|
croissant.json
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@language": "en",
|
| 4 |
+
"@vocab": "https://schema.org/",
|
| 5 |
+
"citeAs": "cr:citeAs",
|
| 6 |
+
"column": "cr:column",
|
| 7 |
+
"conformsTo": "dct:conformsTo",
|
| 8 |
+
"cr": "http://mlcommons.org/croissant/",
|
| 9 |
+
"rai": "http://mlcommons.org/croissant/RAI/",
|
| 10 |
+
"data": {
|
| 11 |
+
"@id": "cr:data",
|
| 12 |
+
"@type": "@json"
|
| 13 |
+
},
|
| 14 |
+
"dataType": {
|
| 15 |
+
"@id": "cr:dataType",
|
| 16 |
+
"@type": "@vocab"
|
| 17 |
+
},
|
| 18 |
+
"dct": "http://purl.org/dc/terms/",
|
| 19 |
+
"equivalentProperty": "cr:equivalentProperty",
|
| 20 |
+
"examples": {
|
| 21 |
+
"@id": "cr:examples",
|
| 22 |
+
"@type": "@json"
|
| 23 |
+
},
|
| 24 |
+
"extract": "cr:extract",
|
| 25 |
+
"field": "cr:field",
|
| 26 |
+
"fileProperty": "cr:fileProperty",
|
| 27 |
+
"fileObject": "cr:fileObject",
|
| 28 |
+
"fileSet": "cr:fileSet",
|
| 29 |
+
"format": "cr:format",
|
| 30 |
+
"includes": "cr:includes",
|
| 31 |
+
"isLiveDataset": "cr:isLiveDataset",
|
| 32 |
+
"jsonPath": "cr:jsonPath",
|
| 33 |
+
"key": "cr:key",
|
| 34 |
+
"md5": "cr:md5",
|
| 35 |
+
"parentField": "cr:parentField",
|
| 36 |
+
"path": "cr:path",
|
| 37 |
+
"recordSet": "cr:recordSet",
|
| 38 |
+
"references": "cr:references",
|
| 39 |
+
"regex": "cr:regex",
|
| 40 |
+
"repeated": "cr:repeated",
|
| 41 |
+
"replace": "cr:replace",
|
| 42 |
+
"samplingRate": "cr:samplingRate",
|
| 43 |
+
"sc": "https://schema.org/",
|
| 44 |
+
"separator": "cr:separator",
|
| 45 |
+
"source": "cr:source",
|
| 46 |
+
"subField": "cr:subField",
|
| 47 |
+
"transform": "cr:transform"
|
| 48 |
+
},
|
| 49 |
+
"@type": "sc:Dataset",
|
| 50 |
+
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
| 51 |
+
"name": "BFCL / Gorilla function-call records",
|
| 52 |
+
"description": "Ergon-native rollout-card release for BFCL / Gorilla function-call records. Evidence type: One-step trace. This export contains one-step prompt/response evidence, not a full rollout trace.",
|
| 53 |
+
"url": "https://huggingface.co/datasets/annon124816/bfcl",
|
| 54 |
+
"license": "See upstream Gorilla repository",
|
| 55 |
+
"version": "1.0.0",
|
| 56 |
+
"identifier": "02e11a1749bacfb966e0864ec988914c0e267374",
|
| 57 |
+
"datePublished": "2026-05-06T16:44:43+00:00",
|
| 58 |
+
"dateModified": "2026-05-06T16:44:43+00:00",
|
| 59 |
+
"citeAs": "Rollout Cards: A Reproducibility Standard for Agent Research.",
|
| 60 |
+
"distribution": [
|
| 61 |
+
{
|
| 62 |
+
"@type": "cr:FileObject",
|
| 63 |
+
"@id": "checksums.json",
|
| 64 |
+
"name": "checksums.json",
|
| 65 |
+
"contentUrl": "https://huggingface.co/datasets/annon124816/bfcl/resolve/02e11a1749bacfb966e0864ec988914c0e267374/checksums.json",
|
| 66 |
+
"encodingFormat": "application/json",
|
| 67 |
+
"sha256": "22c7056860c343c64bab33a98ebb5e11ac42ecd3b4cfbced096df9a4400c4486"
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"@type": "cr:FileObject",
|
| 71 |
+
"@id": "drops/drops-00000.parquet",
|
| 72 |
+
"name": "drops/drops-00000.parquet",
|
| 73 |
+
"contentUrl": "https://huggingface.co/datasets/annon124816/bfcl/resolve/02e11a1749bacfb966e0864ec988914c0e267374/drops/drops-00000.parquet",
|
| 74 |
+
"encodingFormat": "application/octet-stream",
|
| 75 |
+
"sha256": "c35b1a20b19953ec59d282b7170cbdf8a10c9c6f3e8d8eb697ed1290f3790566"
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"@type": "cr:FileObject",
|
| 79 |
+
"@id": "manifest.json",
|
| 80 |
+
"name": "manifest.json",
|
| 81 |
+
"contentUrl": "https://huggingface.co/datasets/annon124816/bfcl/resolve/02e11a1749bacfb966e0864ec988914c0e267374/manifest.json",
|
| 82 |
+
"encodingFormat": "application/json",
|
| 83 |
+
"sha256": "90e423fa6f245b0625d1621ba6f1a1ac40fd81dab48f95be049d880017a94f13"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"@type": "cr:FileObject",
|
| 87 |
+
"@id": "reducers/reducers-00000.parquet",
|
| 88 |
+
"name": "reducers/reducers-00000.parquet",
|
| 89 |
+
"contentUrl": "https://huggingface.co/datasets/annon124816/bfcl/resolve/02e11a1749bacfb966e0864ec988914c0e267374/reducers/reducers-00000.parquet",
|
| 90 |
+
"encodingFormat": "application/octet-stream",
|
| 91 |
+
"sha256": "7d251d8948b8d04e084adfb7ac7e15e7ce69fc7c8b06c6d1b17cc30d7ef3a143"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"@type": "cr:FileObject",
|
| 95 |
+
"@id": "runs/runs-00000.parquet",
|
| 96 |
+
"name": "runs/runs-00000.parquet",
|
| 97 |
+
"contentUrl": "https://huggingface.co/datasets/annon124816/bfcl/resolve/02e11a1749bacfb966e0864ec988914c0e267374/runs/runs-00000.parquet",
|
| 98 |
+
"encodingFormat": "application/octet-stream",
|
| 99 |
+
"sha256": "35b05ce6a8fbbf7add637da779b3f7105006a911edd215ccdba67794f5f7a405"
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"@type": "cr:FileObject",
|
| 103 |
+
"@id": "state.json",
|
| 104 |
+
"name": "state.json",
|
| 105 |
+
"contentUrl": "https://huggingface.co/datasets/annon124816/bfcl/resolve/02e11a1749bacfb966e0864ec988914c0e267374/state.json",
|
| 106 |
+
"encodingFormat": "application/json",
|
| 107 |
+
"sha256": "e46cb97db9e0c01f225362286da4e8695a566c95274fe923f6716b9344e919a7"
|
| 108 |
+
}
|
| 109 |
+
],
|
| 110 |
+
"rai:dataCollection": "Public upstream evaluation evidence was transformed by a deterministic, source-specific importer into sharded rollout-card records.",
|
| 111 |
+
"rai:dataCollectionType": [
|
| 112 |
+
"One-step trace"
|
| 113 |
+
],
|
| 114 |
+
"rai:dataCollectionMissingData": "Unavailable upstream fields are retained as declared omissions; the packager does not impute missing attempts, events, annotations, or resources.",
|
| 115 |
+
"rai:dataCollectionRawData": "This export contains one-step prompt/response evidence, not a full rollout trace.",
|
| 116 |
+
"rai:dataPreprocessingProtocol": [
|
| 117 |
+
"Source records are normalized into run, reducer, drop, and resource families.",
|
| 118 |
+
"Checksums and a release manifest are generated before publication."
|
| 119 |
+
],
|
| 120 |
+
"rai:dataUseCases": [
|
| 121 |
+
"Reconcile published aggregate results against released evidence.",
|
| 122 |
+
"Determine which downstream analyses the released evidence supports."
|
| 123 |
+
],
|
| 124 |
+
"rai:dataLimitations": [
|
| 125 |
+
"This export contains one-step prompt/response evidence, not a full rollout trace.",
|
| 126 |
+
"Analyses requiring evidence absent from the upstream public release are unsupported."
|
| 127 |
+
],
|
| 128 |
+
"rai:personalSensitiveInformation": [
|
| 129 |
+
"Some upstream traces may contain user-authored or environment-provided text. Consumers should inspect payloads before further redistribution."
|
| 130 |
+
],
|
| 131 |
+
"rai:dataReleaseMaintenancePlan": "Corrections are versioned in this repository and remain inspectable in its commit history."
|
| 132 |
+
}
|