File size: 8,600 Bytes
8900681
12c9b9b
 
 
 
 
 
 
 
8900681
 
 
12c9b9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c4eecc8
12c9b9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c4eecc8
12c9b9b
 
 
 
 
c4eecc8
12c9b9b
c4eecc8
12c9b9b
355481c
12c9b9b
8900681
 
12c9b9b
 
 
 
 
8900681
12c9b9b
 
 
 
 
8900681
12c9b9b
8900681
12c9b9b
8900681
12c9b9b
8900681
12c9b9b
 
 
 
 
 
 
 
 
 
8900681
12c9b9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8900681
 
 
 
12c9b9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8900681
12c9b9b
 
 
 
 
c4eecc8
12c9b9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
abfe1f6
12c9b9b
 
 
 
 
9829e33
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
---
license: cc-by-nc-sa-4.0
language:
- en
- ja
- sw
- ur
multilinguality:
- multilingual
pretty_name: VLURes
tags:
- vision-language
- multimodal
- benchmarking
- low-resource-languages
- cross-lingual-evaluation
- long-text-grounding
- image-text
- acl-2026
size_categories:
- 1K<n<10K
---

# VLURes: Benchmarking Long-Text Grounding and Cross-Lingual Robustness in Vision Language Models

## Dataset Description

**VLURes** is a multilingual benchmark for evaluating the fine-grained visual and linguistic understanding of Vision-Language Models (VLMs) in long-text settings. It was created to move beyond short-caption, English-centric evaluation and instead test image understanding, long-context grounding, and cross-lingual robustness in culturally diverse settings.

This dataset is associated with our <span style="color: blue;">ACL2026 Findings paper titled "VLURes: Benchmarking Long-Text Grounding and Cross-Lingual Robustness in Vision Language Models."</span>

The current Hugging Face release contains the uploaded image-text pairs in a single multilingual split, with each example consisting of a renamed image file, its paired long-form text, and a language identifier.

### Key Features

* **Multilingual and culturally grounded:** The dataset covers **English, Japanese, Swahili, and Urdu**.
* **Long-text grounding:** Each example pairs an image with substantially richer text than standard short-caption benchmarks.
* **Single multilingual release:** The uploaded Hugging Face version is organized as one `train` split, with language identified in the `language` field.
* **Benchmark-oriented design:** The data supports fine-grained evaluation of VLMs across visual, linguistic, and cross-modal tasks.
* **Low-resource language coverage:** The benchmark includes dedicated resources for **Swahili** and **Urdu**, which remain underrepresented in existing vision-language evaluation datasets.

### Supported Tasks

VLURes was designed to support evaluation across eight tasks:

1. **Object Recognition (OR)**
2. **Scene Understanding (SU)**
3. **Relationship Understanding (RU)**
4. **Semantic Segmentation (SS)**
5. **Image Captioning (IC)**
6. **Image-Text Matching (ITM)**
7. **Unrelatedness (U)**
8. **Visual Question Answering (VQA)**

The Hugging Face release provides the core multilingual image-text pairs. Task prompts, evaluation protocols, and benchmark-specific task formulations are described in the paper and accompanying project materials.

---

## Dataset Structure

### Repository Layout

The uploaded dataset follows the structure below:

```text
VLURes_hf_ready/
├── README.md
└── train/
    ├── metadata.parquet
    └── images/
        ├── en/...
        ├── sw/...
        ├── ur/...
        └── jp/...
```

### Data Format

The dataset is packaged in an `ImageFolder`-style format for easy loading with the Hugging Face `datasets` library.

* `train/metadata.parquet` stores the metadata table.
* `train/images/...` contains the actual image files.
* All images in this release are stored as `.jpg` files after preprocessing.

### Data Instances

In the uploaded `metadata.parquet`, each row contains the following fields:

* `id`: a unique example identifier such as `en_000001`
* `file_name`: the relative path to the image file, for example `images/en/en_000001.jpg`
* `text`: the paired text associated with the image
* `language`: the language code for the example

When loaded with the Hugging Face `datasets` library, the dataset exposes the following features:

* `id`
* `image`
* `text`
* `language`

### Language Codes

The current uploaded release uses the following values in the `language` field:

* `en` for English
* `jp` for Japanese
* `sw` for Swahili
* `ur` for Urdu

Note that the metadata uses `jp` in the actual uploaded files for compatibility with the current release structure.

### Splits

This Hugging Face release currently provides a **single split**:

* `train`

This split contains the multilingual image-text pairs used in the benchmark release.

### Data Size

The current uploaded release contains **3,415** examples in total.

| Language | Number of image-text pairs |
|---|---:|
| English (`en`) | 996 |
| Swahili (`sw`) | 1,030 |
| Urdu (`ur`) | 949 |
| Japanese (`jp`) | 440 |
| **Total** | **3,415** |

<span style="color: red;">We have not included lots of Japanese (ja) image-text pairs in this release due to license restrictions imposed by the respective web sources. For en, sw, ur, we have removed some image-text pairs as well.</span>

---

## Dataset Creation

### Curation Rationale

VLURes was created to evaluate VLMs in settings that require more than shallow image-caption matching. The benchmark emphasizes:

1. multilingual understanding,
2. culturally grounded content,
3. long-text visual grounding,
4. robustness beyond English-only evaluation, and
5. fine-grained multimodal reasoning.

### Source Data

The image-text pairs were curated from publicly accessible web sources, including encyclopedia-style pages, news content, and other article-like web documents containing naturally co-occurring images and text.

The benchmark spans a broad range of topics, including:

* animals
* products
* buildings
* locations
* events
* food
* drinks
* hobbies
* works of art
* organizations

### Image-Text Alignment

For each document, candidate images were matched to the article content and filtered to retain representative image-text pairs suitable for benchmark construction. The final release stores the prepared image files together with their corresponding text in a format that is easy to load and use for research.

### Preprocessing for the Hugging Face Release

For this uploaded release:

* image files were converted into a unified `.jpg` format,
* files were renamed into stable identifiers such as `en_000001.jpg`,
* text content was extracted and cleaned from source text files,
* the dataset was organized into a single multilingual `train` split,
* metadata was consolidated into `metadata.parquet`.

---

## Usage

You can load the dataset directly from Hugging Face using the `datasets` library:

```python
from datasets import load_dataset

dataset = load_dataset("atamiles/VLURes")
print(dataset)
print(dataset["train"][0])
```

A typical example will contain:

```python
{
    "id": "en_000001",
    "image": <PIL image>,
    "text": "...",
    "language": "en"
}
```

To inspect the language distribution:

```python
from collections import Counter

langs = Counter(dataset["train"]["language"])
print(langs)
```

---

## Intended Uses

<span style="color: red;">VLURes is intended for research use in:</span>

* multilingual vision-language evaluation,
* long-text visual grounding,
* cross-lingual robustness analysis,
* multimodal benchmarking,
* low-resource language research.

It may also be useful for studying failure modes of VLMs under long-context and multilingual conditions.

## Out-of-Scope Uses

This dataset was not designed for:

* face recognition or identity inference,
* surveillance applications,
* safety-critical deployment without additional validation,
* legal or medical decision-making,
* commercial reuse without checking the rights associated with the underlying source materials.

---

## Important Note on Copyright and Licensing

The benchmark release is shared for research use under the license specified for this repository.

Because the data originates from public web sources, **users are responsible for ensuring that their use of the released materials complies with any applicable third-party rights, copyright restrictions, and terms of use associated with the original source content.**

If you plan to redistribute, adapt, or deploy the contents beyond research use, please verify the status of the original source materials independently.

---

## Citation

If you use VLURes in your work, please cite the associated paper:

```bibtex
@misc{atuhurra2025vluresbenchmarkingvlmvisual,
      title={VLURes: Benchmarking VLM Visual and Linguistic Understanding in Low-Resource Languages}, 
      author={Jesse Atuhurra and Iqra Ali and Tomoya Iwakura and Hidetaka Kamigaito and Tatsuya Hiraoka},
      year={2025},
      eprint={2510.12845},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2510.12845}, 
}
```

We will update the citation block with the final proceedings metadata when it becomes available.

---

## Contact

For questions about the dataset, benchmark, or associated paper, please use the project repository or contact Jesse Atuhurra.