Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Romanian
ArXiv:
License:
File size: 2,427 Bytes
afec746
7ffafd3
 
 
afec746
 
194f36e
 
 
 
 
 
 
afec746
194f36e
afec746
194f36e
afec746
 
 
194f36e
afec746
194f36e
 
afec746
 
 
 
 
 
7ffafd3
 
 
 
 
 
 
dc3274a
7ffafd3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dc3274a
 
7ffafd3
 
 
 
 
dc3274a
7ffafd3
 
 
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
---
license: cc-by-nc-4.0
language:
- ro
dataset_info:
  features:
  - name: id
    dtype: string
  - name: images
    sequence: image
  - name: captions
    sequence: string
  - name: messages
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  splits:
  - name: train
    num_bytes: 995373861.754
    num_examples: 25426
  download_size: 999889692
  dataset_size: 995373861.754
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

### Dataset Description

<!-- Provide a longer summary of what this dataset is. -->
[Flickr30k](https://huggingface.co/datasets/andreidima/Flickr30K-RoQA) is a dataset with images that contain multiple crowd-sourced detailed captions.

Here we host the Romanian translation of the Flickr30k dataset (captioning task), translated by [Dima and Cercel](https://arxiv.org/abs/2512.14926).
This dataset is part of the instruction finetune protocol for Romanian VLMs proposed in *"Înțelegi românește?" A Recipe for Romanian Vision-Language Models* ([Masala et al., 2026](https://arxiv.org/abs/2605.31401)).


## Citation

<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->

```bibtex
@article{young2014image,
  title={From image descriptions to visual denotations: New similarity metrics for semantic inference over event descriptions},
  author={Young, Peter and Lai, Alice and Hodosh, Micah and Hockenmaier, Julia},
  journal={Transactions of the Association for Computational Linguistics},
  volume={2},
  pages={67--78},
  year={2014},
  publisher={MIT Press}
}
```
```bibtex
@misc{dima2025parameterefficientmultimodalinstruction,
      title={Parameter Efficient Multimodal Instruction Tuning for Romanian Vision Language Models}, 
      author={George-Andrei Dima and Dumitru-Clementin Cercel},
      year={2025},
      eprint={2512.14926},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2512.14926}, 
}
```

```bibtext
@misc{masala2026intelegi,
      title={``\^{I}n\c{t}elegi Rom\^{a}ne\c{s}te?'' A Recipe for Romanian Vision-Language Models},
      author={Mihai Masala and Marius Leordeanu and Mihai Dascalu and Traian Rebedea},
      year={2026},
      eprint={2605.31401},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2605.31401},
}
```