TerraIncognita / croissant.json
Shivani Chiranjeevi
Add updated croissant
639e4b3
{
"@context": {
"@vocab": "https://mlcroissant.org/schema/",
"schema": "https://schema.org/"
},
"@type": "https://schema.org/Dataset",
"schema:name": "TerraIncognita",
"schema:description": "Dynamic Benchmark for Species Discovery Using Frontier Models.",
"schema:identifier": "terra-incognita",
"schema:license": "https://creativecommons.org/licenses/by/4.0/",
"schema:isAccessibleForFree": true,
"schema:datePublished": "2025-05-15",
"schema:version": "1.0.0",
"schema:citation": "Chiranjeevi et al., TerraIncognita: A Benchmark for Insect Biodiversity Discovery, NeurIPS 2025.",
"schema:keywords": [
"biodiversity",
"insects",
"VLM",
"taxonomy",
"species discovery",
"hierarchical classification",
"image classification",
"open-world"
],
"schema:creator": [
{ "@type": "https://schema.org/Person", "schema:name": "Shivani Chiranjeevi", "schema:affiliation": "Iowa State University" },
{ "@type": "https://schema.org/Person", "schema:name": "Hossein Zaremehrjerdi", "schema:affiliation": "Iowa State University" },
{ "@type": "https://schema.org/Person", "schema:name": "Zi K. Deng", "schema:affiliation": "University of Arizona" },
{ "@type": "https://schema.org/Person", "schema:name": "Talukder Z. Jubery", "schema:affiliation": "Iowa State University" },
{ "@type": "https://schema.org/Person", "schema:name": "Ari Grele", "schema:affiliation": "Independent Researcher" },
{ "@type": "https://schema.org/Person", "schema:name": "Arti Singh", "schema:affiliation": "Iowa State University" },
{ "@type": "https://schema.org/Person", "schema:name": "Asheesh K Singh", "schema:affiliation": "Iowa State University" },
{ "@type": "https://schema.org/Person", "schema:name": "Soumik Sarkar", "schema:affiliation": "Iowa State University" },
{ "@type": "https://schema.org/Person", "schema:name": "Nirav Merchant", "schema:affiliation": "University of Arizona" },
{ "@type": "https://schema.org/Person", "schema:name": "Harold F. Greeney", "schema:affiliation": "Yanayacu Biological Station" },
{ "@type": "https://schema.org/Person", "schema:name": "Baskar Ganapathysubramanian", "schema:affiliation": "Iowa State University" },
{ "@type": "https://schema.org/Person", "schema:name": "Chinmay Hegde", "schema:affiliation": "New York University" }
],
"schema:distribution": [
{
"@type": "https://schema.org/FileObject",
"schema:name": "metadata.csv",
"schema:contentUrl": "https://huggingface.co/datasets/BGLab/TerraIncognita/resolve/main/metadata.csv",
"schema:encodingFormat": "text/csv",
"schema:sha256": "2370248962630b732947bd991e7f6d56c27b3041251040ef98f89f5349d15230"
}
],
"data": [
{
"name": "image_path",
"description": "Relative path to the image file within the dataset.",
"type": "string"
},
{
"name": "order",
"description": "Taxonomic order of the specimen.",
"type": "string"
},
{
"name": "family",
"description": "Taxonomic family of the specimen.",
"type": "string"
},
{
"name": "genus",
"description": "Taxonomic genus of the specimen.",
"type": "string"
},
{
"name": "species",
"description": "Taxonomic species of the specimen.",
"type": "string"
},
{
"name": "split",
"description": "Whether the image is from the known or novel split.",
"type": "string"
}
]
}