Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Romanian
Size:
< 1K
ArXiv:
License:
mihaimasala commited on
Commit
ef6698d
·
verified ·
1 Parent(s): 9c6be5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -27
README.md CHANGED
@@ -1,29 +1,33 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: image
7
- dtype: image
8
- - name: text
9
- dtype: string
10
- - name: sentiment1
11
- dtype: string
12
- - name: sentiment2
13
- dtype: string
14
- - name: real_fake
15
- dtype: string
16
- - name: political
17
- dtype: string
18
- splits:
19
- - name: test
20
- num_bytes: 85264926.0
21
- num_examples: 462
22
- download_size: 85047807
23
- dataset_size: 85264926.0
24
- configs:
25
- - config_name: default
26
- data_files:
27
- - split: test
28
- path: data/test-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - ro
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
+
7
+ ### Dataset Description
8
+
9
+ <!-- Provide a longer summary of what this dataset is. -->
10
+ [RoMemes](https://zenodo.org/records/13120216) is a dataset of Romanian language memes, collected from public social media platforms.
11
+
12
+ This dataset is used as a benchmark and is part of the evaluation protocol for Romanian VLMs proposed in *"Înțelegi românește?" A Recipe for Romanian Vision-Language Models* ([Masala et al., 2026](TODO))
13
+
14
+
15
+ ## Citation
16
+
17
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
18
+
19
+ ```bibtex
20
+ @article{puaics2024romemes,
21
+ title={RoMemes: A multimodal meme corpus for the Romanian language},
22
+ author={P{\u{a}}i{\c{s}}, Vasile and Ni{\c{t}}{\u{a}}, Sara and Jerpelea, Alexandru-Iulius and Pan{\u{a}}, Luca and Curea, Eric},
23
+ journal={arXiv preprint arXiv:2410.15497},
24
+ year={2024}
25
+ }
26
+ ```
27
+
28
+ ```bibtext
29
+ TODO
30
+ ```
31
+
32
+
33
+