Update Croissant metadata for NeurIPS 2026

#2
Files changed (1) hide show
  1. beans-next.croissant.json +56 -15
beans-next.croissant.json CHANGED
@@ -7,6 +7,7 @@
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"
@@ -49,12 +50,12 @@
49
  },
50
  "@type": "sc:Dataset",
51
  "name": "BEANS-Next: Bioacoustic Audio-Language Benchmark",
52
- "description": "BEANS-Next is a benchmark for evaluating bioacoustic audio-language models across a taxonomy of tasks including acoustic perception, semantic recognition, structural and temporal reasoning, and in-context learning. It extends BEANS-Zero and BirdSet with new task families aligned with ethological workflows.",
53
- "url": "https://your-benchmark-page",
54
  "version": "1.0.0",
55
  "datePublished": "2026-01-01",
56
  "citeAs": "To be added (BEANS-Next paper citation).",
57
- "license": "Mixed; inherits licenses from source datasets",
58
  "isAccessibleForFree": true,
59
  "keywords": [
60
  "bioacoustics",
@@ -74,11 +75,14 @@
74
  "@type": "cr:FileObject",
75
  "@id": "benchmark_metadata",
76
  "name": "Benchmark tasks and metadata",
77
- "encodingFormat": "application/json",
78
- "contentUrl": "https://link-to-benchmark-json"
 
79
  }
80
  ],
81
  "citation": "To be added (paper citation)",
 
 
82
  "measurementTechnique": [
83
  "Benchmark evaluation",
84
  "Task-based evaluation",
@@ -90,39 +94,76 @@
90
  "temporal reasoning",
91
  "generalization ability"
92
  ],
93
- "ethicsPolicy": "Benchmark uses animal audio data. Users should ensure ethical use and avoid ecological harm (e.g., misuse of sensitive species information).",
94
  "includedInDataCatalog": {
95
  "@type": "DataCatalog",
96
  "name": "BEANS-Next benchmark collection"
97
  },
98
  "usageInfo": {
99
- "downstreamUse": "The benchmark is intended for evaluating audio-language models on a broad range of bioacoustic tasks, including acoustic perception, semantic recognition, structural and temporal reasoning, and in-context learning. It supports research in general-purpose audio-language modeling and enables systematic comparison of models across biologically relevant capabilities.",
100
  "outOfScopeUse": "The benchmark is not designed as a comprehensive measure of real-world ecological performance. It should not be used as the sole basis for model deployment in conservation, biodiversity monitoring, or policy decisions. Performance on BEANS-Next may not reflect generalization to unseen taxa, environments, or recording conditions beyond those represented in the benchmark.",
101
  "biasRisksLimitations": {
102
  "bias": "The benchmark inherits biases from its source datasets, including overrepresentation of certain taxa (especially birds), geographic regions, and recording conditions. Some task types are better represented than others, which may favor models optimized for specific capabilities. Evaluation results may therefore not generalize uniformly across the full diversity of bioacoustic scenarios.",
103
  "risks": "Over-reliance on benchmark performance may lead to overestimation of model capabilities in real-world settings. Models that perform well on the benchmark may still fail on unseen species, rare behaviors, or noisy field conditions. Misinterpretation of results could lead to inappropriate deployment in ecological applications.",
104
  "limitations": "The benchmark focuses on a defined taxonomy of tasks and does not cover all possible bioacoustic analyses. Some tasks rely on derived or transformed metadata, and may not fully reflect real-world annotation complexity. The benchmark does not evaluate all aspects of bioacoustic modeling, such as long-term ecological monitoring performance or robustness to extreme conditions."
105
  },
106
- "safetyMitigations": "Users should interpret benchmark results cautiously and validate model performance in real-world conditions before deployment. Benchmark evaluation should be complemented with domain-specific testing and expert analysis, especially for high-stakes ecological applications.",
107
- "recommendations": "We recommend using BEANS-Next as a research tool for comparing models and diagnosing strengths and weaknesses across task types. It should be used in conjunction with additional datasets and evaluation protocols to assess real-world performance and generalization."
108
  },
109
  "rai:considerations": {
110
  "@type": "rai:Considerations",
111
- "rai:downstreamUse": "The benchmark is intended for evaluating audio-language models on a broad range of bioacoustic tasks, including acoustic perception, semantic recognition, structural and temporal reasoning, and in-context learning. It supports research in general-purpose audio-language modeling and enables systematic comparison of models across biologically relevant capabilities.",
112
  "rai:outOfScopeUse": "The benchmark is not designed as a comprehensive measure of real-world ecological performance. It should not be used as the sole basis for model deployment in conservation, biodiversity monitoring, or policy decisions.",
113
  "rai:knownBiases": "The benchmark inherits biases from its source datasets, including overrepresentation of birds, geographic imbalance, and variation in recording conditions.",
114
  "rai:potentialRisks": "Models evaluated on this benchmark may be misinterpreted as general-purpose ecological tools, leading to incorrect deployment decisions. Performance may not generalize to rare species or unseen environments.",
115
  "rai:limitations": "The benchmark evaluates a defined taxonomy of tasks and does not capture all aspects of bioacoustic analysis or real-world ecological complexity.",
116
- "rai:mitigationStrategies": "Users should validate model performance in real-world conditions, complement benchmark evaluation with domain-specific datasets, and consult domain experts for high-stakes applications.",
117
  "rai:audience": "Researchers in machine learning, bioacoustics, and ecology",
118
- "rai:usageGuidelines": "Benchmark results should not be used as sole evidence for ecological decision-making"
119
  },
120
  "rai:dataLimitations": "BEANS-Next evaluates a defined taxonomy of bioacoustic audio-language tasks but does not cover all possible bioacoustic analyses or real-world ecological deployment settings. Results may not generalize to unseen taxa, rare species, unseen acoustic environments, long-term monitoring scenarios, or task formulations outside the benchmark.",
121
  "rai:dataBiases": "The benchmark inherits biases from its source datasets, including overrepresentation of birds, geographic imbalance, variation in recording conditions, and uneven coverage across task families. Some task types may be better represented than others, which may favor models optimized for particular capabilities.",
122
  "rai:personalSensitiveInformation": "The benchmark is not intended to contain personal or sensitive human information. It focuses on animal vocalizations and environmental audio. Some source datasets may include ecologically sensitive information, such as locations or presence records for rare or endangered species, and users should handle such information responsibly.",
123
- "rai:dataUseCases": "The benchmark is intended for evaluating bioacoustic audio-language models across acoustic perception, semantic recognition, structural and temporal reasoning, and in-context learning. It is suitable for research model comparison, diagnostic evaluation, and analysis of model strengths and weaknesses across biologically relevant capabilities.",
124
- "rai:dataSocialImpact": "The benchmark may help accelerate bioacoustic research, biodiversity monitoring, and ethology by improving evaluation of general-purpose audio-language models. Potential negative impacts include overinterpretation of benchmark scores, inappropriate deployment in ecological decision-making, or misuse of species detection capabilities for harmful activities such as locating endangered species.",
125
  "rai:hasSyntheticData": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  "http://purl.org/dc/terms/conformsTo": "http://mlcommons.org/croissant/1.0",
127
  "isLiveDataset": true
128
- }
 
7
  "conformsTo": "dct:conformsTo",
8
  "cr": "http://mlcommons.org/croissant/",
9
  "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "prov": "http://www.w3.org/ns/prov#",
11
  "data": {
12
  "@id": "cr:data",
13
  "@type": "@json"
 
50
  },
51
  "@type": "sc:Dataset",
52
  "name": "BEANS-Next: Bioacoustic Audio-Language Benchmark",
53
+ "description": "BEANS-Next is a benchmark intended to evaluate bioacoustic audio-language models across a taxonomy of tasks including acoustic perception, semantic recognition, structural and temporal reasoning, and in-context learning. It is constructed from component bioacoustic datasets and derived task sources including Xeno-canto, iNaturalist, BIRDeep, Powdermill, Nocturnal Bird Migration, BirdVox-full-night, and DCASE few-shot bioacoustic event detection resources.",
54
+ "url": "https://earthspecies.github.io/beans-next/",
55
  "version": "1.0.0",
56
  "datePublished": "2026-01-01",
57
  "citeAs": "To be added (BEANS-Next paper citation).",
58
+ "license": "CC-BY-NC-SA 4.0",
59
  "isAccessibleForFree": true,
60
  "keywords": [
61
  "bioacoustics",
 
75
  "@type": "cr:FileObject",
76
  "@id": "benchmark_metadata",
77
  "name": "Benchmark tasks and metadata",
78
+ "description": "Hugging Face Hub Parquet bundle for BEANS-Next benchmark tasks, prompts, and evaluation metadata.",
79
+ "encodingFormat": "application/x-parquet",
80
+ "contentUrl": "https://huggingface.co/datasets/EarthSpeciesProject/BEANS-Next/tree/neurips2026"
81
  }
82
  ],
83
  "citation": "To be added (paper citation)",
84
+ "temporalCoverage": "Varies by source dataset",
85
+ "spatialCoverage": "Global (depends on source archives)",
86
  "measurementTechnique": [
87
  "Benchmark evaluation",
88
  "Task-based evaluation",
 
94
  "temporal reasoning",
95
  "generalization ability"
96
  ],
97
+ "ethicsPolicy": "Benchmark includes animal audio data. Users should avoid misuse related to sensitive ecological information (e.g., rare or endangered species locations) and validate conclusions with domain experts where appropriate.",
98
  "includedInDataCatalog": {
99
  "@type": "DataCatalog",
100
  "name": "BEANS-Next benchmark collection"
101
  },
102
  "usageInfo": {
103
+ "downstreamUse": "The benchmark is intended for evaluating audio-language models on a broad range of bioacoustic tasks, including acoustic perception, semantic recognition, structural and temporal reasoning, and in-context learning. It can support research in general-purpose audio-language modeling and help compare models across biologically relevant capabilities.",
104
  "outOfScopeUse": "The benchmark is not designed as a comprehensive measure of real-world ecological performance. It should not be used as the sole basis for model deployment in conservation, biodiversity monitoring, or policy decisions. Performance on BEANS-Next may not reflect generalization to unseen taxa, environments, or recording conditions beyond those represented in the benchmark.",
105
  "biasRisksLimitations": {
106
  "bias": "The benchmark inherits biases from its source datasets, including overrepresentation of certain taxa (especially birds), geographic regions, and recording conditions. Some task types are better represented than others, which may favor models optimized for specific capabilities. Evaluation results may therefore not generalize uniformly across the full diversity of bioacoustic scenarios.",
107
  "risks": "Over-reliance on benchmark performance may lead to overestimation of model capabilities in real-world settings. Models that perform well on the benchmark may still fail on unseen species, rare behaviors, or noisy field conditions. Misinterpretation of results could lead to inappropriate deployment in ecological applications.",
108
  "limitations": "The benchmark focuses on a defined taxonomy of tasks and does not cover all possible bioacoustic analyses. Some tasks rely on derived or transformed metadata, and may not fully reflect real-world annotation complexity. The benchmark does not evaluate all aspects of bioacoustic modeling, such as long-term ecological monitoring performance or robustness to extreme conditions."
109
  },
110
+ "safetyMitigations": "Users should apply ecological and ethical safeguards when interpreting results, validate model performance in target conditions before deployment, and complement benchmark evaluation with domain-specific testing and expert analysis, especially for high-stakes ecological applications.",
111
+ "recommendations": "We recommend using BEANS-Next as a research tool for model comparison and for diagnosing strengths and weaknesses across task types. Use it in conjunction with additional datasets and evaluation protocols to assess real-world performance and generalization."
112
  },
113
  "rai:considerations": {
114
  "@type": "rai:Considerations",
115
+ "rai:downstreamUse": "The benchmark is intended for evaluating audio-language models on a broad range of bioacoustic tasks, including acoustic perception, semantic recognition, structural and temporal reasoning, and in-context learning. It can support research in general-purpose audio-language modeling and help compare models across biologically relevant capabilities.",
116
  "rai:outOfScopeUse": "The benchmark is not designed as a comprehensive measure of real-world ecological performance. It should not be used as the sole basis for model deployment in conservation, biodiversity monitoring, or policy decisions.",
117
  "rai:knownBiases": "The benchmark inherits biases from its source datasets, including overrepresentation of birds, geographic imbalance, and variation in recording conditions.",
118
  "rai:potentialRisks": "Models evaluated on this benchmark may be misinterpreted as general-purpose ecological tools, leading to incorrect deployment decisions. Performance may not generalize to rare species or unseen environments.",
119
  "rai:limitations": "The benchmark evaluates a defined taxonomy of tasks and does not capture all aspects of bioacoustic analysis or real-world ecological complexity.",
120
+ "rai:mitigationStrategies": "Validate model performance in target conditions, complement benchmark evaluation with domain-specific datasets, and consult domain experts for high-stakes applications.",
121
  "rai:audience": "Researchers in machine learning, bioacoustics, and ecology",
122
+ "rai:usageGuidelines": "Benchmark results should not be used as the sole evidence for ecological decision-making; validate in target environments and consult experts for conservation or policy use"
123
  },
124
  "rai:dataLimitations": "BEANS-Next evaluates a defined taxonomy of bioacoustic audio-language tasks but does not cover all possible bioacoustic analyses or real-world ecological deployment settings. Results may not generalize to unseen taxa, rare species, unseen acoustic environments, long-term monitoring scenarios, or task formulations outside the benchmark.",
125
  "rai:dataBiases": "The benchmark inherits biases from its source datasets, including overrepresentation of birds, geographic imbalance, variation in recording conditions, and uneven coverage across task families. Some task types may be better represented than others, which may favor models optimized for particular capabilities.",
126
  "rai:personalSensitiveInformation": "The benchmark is not intended to contain personal or sensitive human information. It focuses on animal vocalizations and environmental audio. Some source datasets may include ecologically sensitive information, such as locations or presence records for rare or endangered species, and users should handle such information responsibly.",
127
+ "rai:dataUseCases": "The benchmark is intended for evaluating bioacoustic audio-language models across acoustic perception, semantic recognition, structural and temporal reasoning, and in-context learning. It can be used for research model comparison, diagnostic evaluation, and analysis of model strengths and weaknesses across biologically relevant capabilities.",
128
+ "rai:dataSocialImpact": "The benchmark may support bioacoustic research, biodiversity monitoring, and ethology by enabling more systematic evaluation of audio-language models. Potential negative impacts include overinterpretation of benchmark scores, inappropriate deployment in ecological decision-making, or misuse of species detection capabilities for harmful activities such as locating endangered species.",
129
  "rai:hasSyntheticData": false,
130
+ "prov:wasDerivedFrom": [
131
+ {
132
+ "@id": "https://xeno-canto.org/"
133
+ },
134
+ {
135
+ "@id": "https://www.inaturalist.org/"
136
+ },
137
+ {
138
+ "@id": "https://huggingface.co/datasets/TenzinL/BIRDeep_AudioAnnotations"
139
+ },
140
+ {
141
+ "@id": "https://doi.org/10.1002/ecy.3329"
142
+ },
143
+ {
144
+ "@id": "https://doi.org/10.5281/zenodo.17573913"
145
+ }
146
+ ],
147
+ "prov:wasGeneratedBy": [
148
+ {
149
+ "@type": "prov:Activity",
150
+ "@id": "activity-source-integration",
151
+ "name": "Collection and source integration",
152
+ "description": "Existing annotated bioacoustic datasets and derived task sources were integrated as the source pool for BEANS-Next. The released metadata includes source labels such as xeno-canto, iNaturalist, xeno-canto+inaturalist new unseen holdouts, BirdeepCropped, PowdermillCropped, NocturnalBirdMigration, BirdVoxFullNightCropped, and DCASE-2021-Task-5."
153
+ },
154
+ {
155
+ "@type": "prov:Activity",
156
+ "@id": "activity-benchmark-preprocessing",
157
+ "name": "Preprocessing and metadata normalization",
158
+ "description": "Source metadata and labels were parsed, normalized, and converted into benchmark rows. Audio was segmented, cropped, resampled, or referenced as required by each task while preserving source-derived labels and source identifiers."
159
+ },
160
+ {
161
+ "@type": "prov:Activity",
162
+ "@id": "activity-task-formatting",
163
+ "name": "Task construction and benchmark formatting",
164
+ "description": "Ground-truth annotations were transformed into instruction-following evaluation examples across the BEANS-Next tiers: acoustic perception, semantic recognition, structural and temporal reasoning, and multi-audio or in-context learning."
165
+ }
166
+ ],
167
  "http://purl.org/dc/terms/conformsTo": "http://mlcommons.org/croissant/1.0",
168
  "isLiveDataset": true
169
+ }