File size: 2,736 Bytes
d256d40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
  "default": {
    "description": "Upload-ready Hugging Face dataset package for AV-QuantBench with JSONL metadata, QA annotations, and sample audio-video assets.",
    "citation": "@article{gu2026avquantbench, title={AV-QuantBench: An Audio-Visual Data Video Benchmark for Foundation Models in Complex Temporal Reasoning}, author={Gu, Fengchen and Ren, Xiaotian and Jiang, Zhengyong and Garc{\\'i}a-Fern{\\'a}ndez, {\\'A}ngel F. and Su, Jionglong and Li, Huakang}, journal={arXiv preprint arXiv:XXXX.XXXXX}, year={2026}}",
    "homepage": "https://github.com/your-org/AV-QuantBench",
    "license": "CC BY-NC 4.0",
    "features": {
      "id": {
        "dtype": "string",
        "_type": "Value"
      },
      "split": {
        "dtype": "string",
        "_type": "Value"
      },
      "domain": {
        "dtype": "string",
        "_type": "Value"
      },
      "video": {
        "dtype": "string",
        "_type": "Value"
      },
      "audio": {
        "dtype": "string",
        "_type": "Value"
      },
      "frame_preview": {
        "dtype": "string",
        "_type": "Value"
      },
      "duration_sec": {
        "dtype": "int64",
        "_type": "Value"
      },
      "fps": {
        "dtype": "int64",
        "_type": "Value"
      },
      "sample_rate": {
        "dtype": "int64",
        "_type": "Value"
      },
      "task_type": {
        "dtype": "string",
        "_type": "Value"
      },
      "question": {
        "dtype": "string",
        "_type": "Value"
      },
      "ground_truth": {
        "dtype": "string",
        "_type": "Value"
      },
      "has_conflict": {
        "dtype": "bool",
        "_type": "Value"
      },
      "source_mode": {
        "dtype": "string",
        "_type": "Value"
      },
      "seed": {
        "dtype": "int64",
        "_type": "Value"
      },
      "metadata_file": {
        "dtype": "string",
        "_type": "Value"
      },
      "qa_file": {
        "dtype": "string",
        "_type": "Value"
      },
      "algorithmic_metadata": {
        "_type": "string"
      }
    },
    "builder_name": "json",
    "dataset_name": "AV-QuantBench",
    "config_name": "default",
    "splits": {
      "train": {
        "name": "train",
        "num_examples": 1,
        "dataset_name": "AV-QuantBench",
        "num_bytes": 929
      },
      "val": {
        "name": "val",
        "num_examples": 1,
        "dataset_name": "AV-QuantBench",
        "num_bytes": 916
      },
      "test": {
        "name": "test",
        "num_examples": 1,
        "dataset_name": "AV-QuantBench",
        "num_bytes": 805
      }
    },
    "version": {
      "version_str": "1.0.0",
      "major": 1,
      "minor": 0,
      "patch": 0
    }
  }
}