Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Romanian
ArXiv:
License:
mihaimasala commited on
Commit
090e60d
·
verified ·
1 Parent(s): 719cec4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  dataset_info:
3
  features:
4
  - name: id
@@ -33,3 +36,39 @@ configs:
33
  - split: train
34
  path: data/train-*
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - ro
5
  dataset_info:
6
  features:
7
  - name: id
 
36
  - split: train
37
  path: data/train-*
38
  ---
39
+
40
+ ### Dataset Description
41
+
42
+ <!-- Provide a longer summary of what this dataset is. -->
43
+ [PixmoPoints](https://huggingface.co/datasets/allenai/pixmo-points) is a dataset of images paired with referring expressions and points marking the locations the referring expression refers to in the image.
44
+
45
+
46
+ Here we provide the Romanian translation of the PixmoPoints dataset, translated with [Seed-X-PPO](ByteDance-Seed/Seed-X-PPO-7B).
47
+ 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))
48
+
49
+
50
+ ## Citation
51
+
52
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
53
+
54
+ ```bibtex
55
+ @inproceedings{deitke2025molmo,
56
+ title={Molmo and pixmo: Open weights and open data for state-of-the-art vision-language models},
57
+ author={Deitke, Matt and Clark, Christopher and Lee, Sangho and Tripathi, Rohun and Yang, Yue and Park, Jae Sung and Salehi, Mohammadreza and Muennighoff, Niklas and Lo, Kyle and Soldaini, Luca and others},
58
+ booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
59
+ pages={91--104},
60
+ year={2025}
61
+ }
62
+ ```
63
+
64
+ ```bibtext
65
+ @misc{masala2026inctelegiromanecstereciperomanian,
66
+ title={"\^{I}n\c{t}elegi Rom\^ane\c{s}te?'' A Recipe for Romanian Vision-Language Models},
67
+ author={Mihai Masala and Marius Leordeanu and Mihai Dascalu and Traian Rebedea},
68
+ year={2026},
69
+ eprint={2605.31401},
70
+ archivePrefix={arXiv},
71
+ primaryClass={cs.CL},
72
+ url={https://arxiv.org/abs/2605.31401},
73
+ }
74
+ ```