{
  "@context": {
    "@language": "en",
    "@vocab": "https://schema.org/",
    "arrayShape": "cr:arrayShape",
    "citeAs": "cr:citeAs",
    "column": "cr:column",
    "conformsTo": "dct:conformsTo",
    "cr": "http://mlcommons.org/croissant/",
    "data": { "@id": "cr:data", "@type": "@json" },
    "dataBiases": "cr:dataBiases",
    "dataCollection": "cr:dataCollection",
    "dataType": { "@id": "cr:dataType", "@type": "@vocab" },
    "dct": "http://purl.org/dc/terms/",
    "extract": "cr:extract",
    "field": "cr:field",
    "fileProperty": "cr:fileProperty",
    "fileObject": "cr:fileObject",
    "fileSet": "cr:fileSet",
    "format": "cr:format",
    "includes": "cr:includes",
    "isArray": "cr:isArray",
    "isLiveDataset": "cr:isLiveDataset",
    "jsonPath": "cr:jsonPath",
    "key": "cr:key",
    "md5": "cr:md5",
    "parentField": "cr:parentField",
    "path": "cr:path",
    "personalSensitiveInformation": "cr:personalSensitiveInformation",
    "recordSet": "cr:recordSet",
    "references": "cr:references",
    "regex": "cr:regex",
    "repeated": "cr:repeated",
    "replace": "cr:replace",
    "sc": "https://schema.org/",
    "separator": "cr:separator",
    "source": "cr:source",
    "subField": "cr:subField",
    "transform": "cr:transform",
    "equivalentProperty": "cr:equivalentProperty"
  },
  "@type": "sc:Dataset",
  "conformsTo": "http://mlcommons.org/croissant/1.1",
  "name": "av_robust_data",
  "alternateName": ["sakshamsingh1/av_robust_data"],
  "description": "\n\t\n\t\t\n\t\t$\\texttt{AVROBUSTBENCH}$: Benchmarking the Robustness of Audio-Visual Recognition Models at Test-Time\n\t\n\nPaper | Code | Demo\n\n\t\n\t\t\n\t\tIntroduction\n\t\n\nWhile recent audio-visual recognition models have demonstrated impressive performance, their robustness to distributional shifts at test-time remains not fully understood. Existing robustness benchmarks mainly focus on single modalities, making them insufficient for thoroughly assessing the robustness of audio-visual models. Motivated by… See the full description on the dataset page: https://huggingface.co/datasets/sakshamsingh1/av_robust_data.",
  "creator": {
    "@type": "Person",
    "name": "Saksham Singh Kushwaha",
    "url": "https://huggingface.co/sakshamsingh1"
  },
  "keywords": [
    "audio-classification",
    "video-classification",
    "apache-2.0",
    "10K - 100K",
    "Datasets",
    "Croissant",
    "arxiv:2506.00358",
    "🇺🇸 Region: US"
  ],
  "license": "https://choosealicense.com/licenses/apache-2.0/",
  "url": "https://huggingface.co/datasets/sakshamsingh1/av_robust_data",
  "citeAs": "Maharana, S. K. (2025). AVROBUSTBENCH: Benchmarking the Robustness of Audio-Visual Recognition Models at Test-Time. arXiv:2506.00358.",
  "datePublished": "2025-10-22",
  "version": "1.0.0",
  "distribution": [
    {
      "@type": "cr:FileObject",
      "@id": "repo",
      "name": "repo",
      "description": "The Hugging Face git repository.",
      "contentUrl": "https://huggingface.co/datasets/sakshamsingh1/av_robust_data/tree/refs%2Fconvert%2Fparquet",
      "encodingFormat": "git+https",
      "sha256": "0000000000000000000000000000000000000000000000000000000000000000"
    },
    {
      "@type": "cr:FileSet",
      "@id": "parquet-files-for-config-default",
      "containedIn": { "@id": "repo" },
      "encodingFormat": "application/x-parquet",
      "includes": "default/*/*.parquet"
    }
  ],
  "recordSet": [
    {
      "@type": "cr:RecordSet",
      "dataType": "cr:Split",
      "key": { "@id": "default_splits/split_name" },
      "@id": "default_splits",
      "name": "default_splits",
      "description": "Splits for the default config.",
      "field": [
        {
          "@type": "cr:Field",
          "@id": "default_splits/split_name",
          "dataType": "sc:Text"
        }
      ],
      "data": [
        { "default_splits/split_name": "test" }
      ]
    },
    {
      "@type": "cr:RecordSet",
      "@id": "default",
      "description": "sakshamsingh1/av_robust_data - 'default' subset",
      "dataType": "sc:VideoObject",
      "field": [
        {
          "@type": "cr:Field",
          "@id": "default/split",
          "dataType": "sc:Text",
          "source": {
            "fileSet": { "@id": "parquet-files-for-config-default" },
            "extract": { "fileProperty": "fullpath" },
            "transform": { "regex": "default/(?:partial-)?(test)/.+parquet$" }
          },
          "references": { "field": { "@id": "default_splits/split_name" } }
        },
        {
          "@type": "cr:Field",
          "@id": "default/video",
          "dataType": "sc:URL",
          "equivalentProperty": "https://schema.org/contentUrl",
          "source": {
            "fileSet": { "@id": "parquet-files-for-config-default" },
            "extract": { "column": "video" }
          }
        }
      ]
    }
  ]
}