Datasets:
File size: 2,177 Bytes
970acf8 9c42f7c 970acf8 9c42f7c 6f4f0a9 9c42f7c 6f4f0a9 9c42f7c 6f4f0a9 0707a59 62004aa 6f4f0a9 0707a59 6f4f0a9 0707a59 6f4f0a9 0707a59 9c42f7c 62004aa 9c42f7c 6f4f0a9 9c42f7c | 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 | ---
pretty_name: SuperMemory-VQA
task_categories:
- visual-question-answering
tags:
- egocentric-video
- imu
- streaming-vqa
- benchmark-manifest
---
# SuperMemory-VQA
Viewer-ready benchmark manifest for `kfkas/supermemory-vqa-imu-benchmark`. It contains benchmark
annotations and logical local asset hints, not redistributed source media.
## Status
- Base dataset: `SuperMemory-VQA Aria stream`
- Rows: `4,853`
- Rows with local RGB+IMU: `4,818`
- Answer-key status: `public=4853`
- Existing repository refreshed with the common schema.
## Example video
A short, recompressed benchmark-corresponding clip is included for a quick
visual check. It is not the complete source recording.
<video controls width="640" preload="metadata"><source src="https://huggingface.co/datasets/kfkas/supermemory-vqa-imu-benchmark/resolve/main/examples/sample.mp4" type="video/mp4"></video>
[Open the example video](https://huggingface.co/datasets/kfkas/supermemory-vqa-imu-benchmark/resolve/main/examples/sample.mp4)
## Common schema
All rows use the same columns: `benchmark`, `base_dataset`, `question_id`,
`category`, `question`, `choices`, `answer_index`, `answer_text`, `source_ids`,
`query_time`, `evidence_time`, `clip_start_s`, `clip_end_s`, `stream_count`,
`video_asset_hint`, `imu_asset_hint`, `local_video_available`,
`local_imu_available`, `usable_for_imu_benchmark`, `coverage_status`,
`answer_key_status`, `metadata_json`, and `streams`.
`streams` uses a consistent nested shape for source ID, modality, sensor role,
time bounds, asset hints, local availability, and join kind. Dataset-specific
fields are encoded in `metadata_json` so the viewer schema remains stable.
## Load
```python
from datasets import load_dataset
dataset = load_dataset("kfkas/supermemory-vqa-imu-benchmark", split="benchmark")
usable = dataset.filter(lambda row: row["usable_for_imu_benchmark"])
```
No full raw MP4, VRS, ZIP, CSV, or NPZ files are included. Only the short
example clip is provided. Download complete source media from the upstream
terms and use the relative hints under `sensor_vqa/raw/`.
## Sources
- https://huggingface.co/datasets/OSU-AIoT-MLSys-Lab/SuperMemory-VQA
|