Datasets:

Modalities:
Video
ArXiv:
License:
nielsr HF Staff commited on
Commit
d83fe46
·
verified ·
1 Parent(s): e8318bf

Add video-text-to-text task category and GitHub link

Browse files

This PR improves the dataset card by:
- Adding the `video-text-to-text` task category to the YAML metadata.
- Linking the official GitHub repository.
- Incorporating dataset details and the cover image.

Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,13 +1,30 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  # VIABench
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  This repository contains the data for **[VIABench: A Comprehensive Video Benchmark Collected from Blind Individuals for Visual Impairment Assistance](https://arxiv.org/abs/2607.14660)**.
8
 
 
 
9
  ## Tasks
10
 
11
  - **Proactive Reminder:** Evaluates whether a model can understand an ongoing video stream, anticipate navigation-critical events, and provide timely verbal reminders before they occur.
12
  - **Visual Question Answering (VQA):** Evaluates whether a model can answer user-posed questions about the environment or objects within a video.
13
- - **Vision-Guided Interaction:** Evaluates context-aware reasoning and guidance for accomplishing intentional interactions between a user and the environment.
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - video-text-to-text
5
  ---
6
 
7
  # VIABench
8
 
9
+ <p align="center">
10
+ <a href="https://arxiv.org/abs/2607.14660">
11
+ <img src="https://img.shields.io/badge/Paper-arXiv-b31b1b.svg" alt="Paper">
12
+ </a>
13
+ <a href="https://github.com/MCG-NJU/VIABench">
14
+ <img src="https://img.shields.io/badge/Code-GitHub-blue.svg" alt="GitHub">
15
+ </a>
16
+ </p>
17
+
18
+ <p align="center">
19
+ <img src="https://huggingface.co/datasets/MCG-NJU/VIABench/resolve/main/assets/cover-1.png" width="90%" alt="VIABench cover">
20
+ </p>
21
+
22
  This repository contains the data for **[VIABench: A Comprehensive Video Benchmark Collected from Blind Individuals for Visual Impairment Assistance](https://arxiv.org/abs/2607.14660)**.
23
 
24
+ **VIABench** is a comprehensive egocentric video benchmark for evaluating multimodal large language models in real-world visual impairment assistance scenarios. Collected from videos recorded or shared by blind individuals, VIABench contains 761 videos, 46.9 hours of footage, and 14,526 manually curated annotations across three core tasks.
25
+
26
  ## Tasks
27
 
28
  - **Proactive Reminder:** Evaluates whether a model can understand an ongoing video stream, anticipate navigation-critical events, and provide timely verbal reminders before they occur.
29
  - **Visual Question Answering (VQA):** Evaluates whether a model can answer user-posed questions about the environment or objects within a video.
30
+ - **Vision-Guided Interaction:** Evaluates context-aware reasoning and guidance for accomplishing intentional interactions between a user and the environment.