qiuchenwang commited on
Commit
097c08b
·
1 Parent(s): c5a3a12
Files changed (2) hide show
  1. README.md +48 -119
  2. xvbench.jsonl +0 -0
README.md CHANGED
@@ -5,144 +5,73 @@ task_categories:
5
  language:
6
  - en
7
  tags:
8
- - agent
 
 
 
 
 
9
  size_categories:
10
  - n<1K
 
 
 
 
 
11
  ---
12
- # Dataset Card for Dataset Name
13
 
14
- <!-- Provide a quick summary of the dataset. -->
15
 
16
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
 
17
 
18
- ## Dataset Details
19
 
20
- ### Dataset Description
21
 
22
- <!-- Provide a longer summary of what this dataset is. -->
23
 
 
 
 
 
24
 
 
25
 
26
- - **Curated by:** [More Information Needed]
27
- - **Funded by [optional]:** [More Information Needed]
28
- - **Shared by [optional]:** [More Information Needed]
29
- - **Language(s) (NLP):** [More Information Needed]
30
- - **License:** [More Information Needed]
31
 
32
- ### Dataset Sources [optional]
33
 
34
- <!-- Provide the basic links for the dataset. -->
 
 
 
35
 
36
- - **Repository:** [More Information Needed]
37
- - **Paper [optional]:** [More Information Needed]
38
- - **Demo [optional]:** [More Information Needed]
39
 
40
- ## Uses
41
-
42
- <!-- Address questions around how the dataset is intended to be used. -->
43
-
44
- ### Direct Use
45
-
46
- <!-- This section describes suitable use cases for the dataset. -->
47
-
48
- [More Information Needed]
49
-
50
- ### Out-of-Scope Use
51
-
52
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
53
-
54
- [More Information Needed]
55
 
56
  ## Dataset Structure
57
 
58
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
59
-
60
- [More Information Needed]
61
-
62
- ## Dataset Creation
63
-
64
- ### Curation Rationale
65
-
66
- <!-- Motivation for the creation of this dataset. -->
67
-
68
- [More Information Needed]
69
-
70
- ### Source Data
71
-
72
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
73
-
74
- #### Data Collection and Processing
75
-
76
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
77
-
78
- [More Information Needed]
79
-
80
- #### Who are the source data producers?
81
-
82
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
83
-
84
- [More Information Needed]
85
-
86
- ### Annotations [optional]
87
-
88
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
89
-
90
- #### Annotation process
91
-
92
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
93
-
94
- [More Information Needed]
95
-
96
- #### Who are the annotators?
97
-
98
- <!-- This section describes the people or systems who created the annotations. -->
99
-
100
- [More Information Needed]
101
-
102
- #### Personal and Sensitive Information
103
-
104
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
105
-
106
- [More Information Needed]
107
-
108
- ## Bias, Risks, and Limitations
109
-
110
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
111
-
112
- [More Information Needed]
113
-
114
- ### Recommendations
115
-
116
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
117
-
118
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
119
-
120
- ## Citation [optional]
121
-
122
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
123
-
124
- **BibTeX:**
125
-
126
- [More Information Needed]
127
-
128
- **APA:**
129
-
130
- [More Information Needed]
131
-
132
- ## Glossary [optional]
133
-
134
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
135
-
136
- [More Information Needed]
137
-
138
- ## More Information [optional]
139
-
140
- [More Information Needed]
141
 
142
- ## Dataset Card Authors [optional]
 
 
 
 
 
 
143
 
144
- [More Information Needed]
145
 
146
- ## Dataset Card Contact
147
 
148
- [More Information Needed]
 
 
 
 
 
 
 
 
5
  language:
6
  - en
7
  tags:
8
+ - multimodal
9
+ - video
10
+ - howto100m
11
+ - retrieval-augmented-generation
12
+ - visual-question-answering
13
+ - cross-video-understanding
14
  size_categories:
15
  - n<1K
16
+ configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: test
20
+ path: xvbench.jsonl
21
  ---
 
22
 
23
+ # XVBench
24
 
25
+ <a href="https://arxiv.org/pdf/2602.12735v1" target="_blank"><img src=https://img.shields.io/badge/arXiv-paper_VimRAG-red></a>
26
+ <a href="https://huggingface.co/collections/Alibaba-NLP/vrag" target="_blank"><img src=https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-VRAG_Collection-blue></a>
27
 
28
+ XVBench is a benchmark for evaluating multimodal retrieval-augmented generation systems on cross-video understanding. It is introduced alongside the paper *VimRAG: Navigating Massive Visual Context in Retrieval-Augmented Generation via Multimodal Memory Graph*.
29
 
30
+ The questions in XVBench are created based on videos from [HowTo100M](https://www.di.ens.fr/willow/research/howto100m/), a large-scale corpus of narrated instructional videos. The benchmark focuses on questions that require models or agents to retrieve and reason over video evidence from this large video corpus. Compared with single-video QA, XVBench is designed to test whether a system can find the relevant visual clips, preserve fine-grained visual details, and answer questions that depend on information distributed across video segments.
31
 
32
+ ## Dataset Summary
33
 
34
+ - **Task:** open-ended question answering over large video corpus
35
+ - **Language:** English
36
+ - **Source video corpus:** [HowTo100M](https://www.di.ens.fr/willow/research/howto100m/)
37
+ - **License:** CC BY 4.0
38
 
39
+ Each example contains a question, a ground-truth answer, the source video identifier, and one or more reference video clips that support the answer.
40
 
41
+ ## Download XVBench
 
 
 
 
42
 
43
+ You can load the annotation file directly with `datasets` or clone the Hugging Face dataset repository directly:
44
 
45
+ ```bash
46
+ git lfs install
47
+ git clone https://huggingface.co/datasets/Alibaba-NLP/XVBench
48
+ ```
49
 
50
+ ## Download HowTo100M Video Corpus
 
 
51
 
52
+ XVBench provides question-answer annotations and reference clip filenames. To use the benchmark with the original video evidence, please download the corresponding source videos from the [HowTo100M official website](https://www.di.ens.fr/willow/research/howto100m/) and follow the HowTo100M usage instructions. The `video_name` and `reference` fields in `xvbench.jsonl` are used to identify the source video and supporting clips.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  ## Dataset Structure
55
 
56
+ The dataset is provided as `xvbench.jsonl`. Each line is a JSON object with the following fields:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
+ | Field | Type | Description |
59
+ | --- | --- | --- |
60
+ | `qid` | string | Unique question identifier. |
61
+ | `query` | string | Natural-language question. |
62
+ | `gt` | string | Ground-truth answer. |
63
+ | `video_name` | string | Identifier of the source video. |
64
+ | `reference` | list[string] | Supporting video clip filename(s) for the question. |
65
 
66
+ ## Citation
67
 
68
+ If you use this dataset, please cite the accompanying paper:
69
 
70
+ ```bibtex
71
+ @article{wang2026vimrag,
72
+ title={VimRAG: Navigating Massive Visual Context in Retrieval-Augmented Generation via Multimodal Memory Graph},
73
+ author={Wang, Qiuchen and Wang, Shihang and Zeng, Yu and Zhang, Qiang and Zhang, Fanrui and Guo, Zhuoning and Zhang, Bosi and Huang, Wenxuan and Chen, Lin and Chen, Zehui and others},
74
+ journal={arXiv preprint arXiv:2602.12735},
75
+ year={2026}
76
+ }
77
+ ```
xvbench.jsonl ADDED
The diff for this file is too large to render. See raw diff