Datasets:
Add paper and code links
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
dataset_info:
|
| 4 |
features:
|
| 5 |
- name: data_id
|
|
@@ -34,25 +49,13 @@ configs:
|
|
| 34 |
path: data/content_generation-*
|
| 35 |
- split: text_rendering
|
| 36 |
path: data/text_rendering-*
|
| 37 |
-
task_categories:
|
| 38 |
-
- text-to-image
|
| 39 |
-
language:
|
| 40 |
-
- en
|
| 41 |
-
- zh
|
| 42 |
-
- hi
|
| 43 |
-
- es
|
| 44 |
-
- ar
|
| 45 |
-
- fr
|
| 46 |
-
- pt
|
| 47 |
-
- ru
|
| 48 |
-
- ja
|
| 49 |
-
- ko
|
| 50 |
-
size_categories:
|
| 51 |
-
- 10K<n<100K
|
| 52 |
---
|
| 53 |
|
| 54 |
# LingT2I (TRIG-Multilingual)
|
| 55 |
|
|
|
|
|
|
|
|
|
|
| 56 |
LingT2I (TRIG-Multilingual) is a multilingual image-generation benchmark with two subsets:
|
| 57 |
|
| 58 |
- `content_generation`: multilingual prompts for evaluating generated image content across dimensions.
|
|
@@ -102,4 +105,4 @@ print(sample_tr["condition_image"]) # PIL.Image.Image for text placement
|
|
| 102 |
|
| 103 |
- `content_generation` contains 30,000 prompts across 10 languages and 10 dimensions.
|
| 104 |
- `text_rendering` contains 3,000 prompts across 10 languages.
|
| 105 |
-
- `raw/coarse_mask.zip` is kept for traceability; the same placement images are embedded in the `condition_image` column of the `text_rendering` split.
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- zh
|
| 5 |
+
- hi
|
| 6 |
+
- es
|
| 7 |
+
- ar
|
| 8 |
+
- fr
|
| 9 |
+
- pt
|
| 10 |
+
- ru
|
| 11 |
+
- ja
|
| 12 |
+
- ko
|
| 13 |
license: cc-by-nc-sa-4.0
|
| 14 |
+
size_categories:
|
| 15 |
+
- 10K<n<100K
|
| 16 |
+
task_categories:
|
| 17 |
+
- text-to-image
|
| 18 |
dataset_info:
|
| 19 |
features:
|
| 20 |
- name: data_id
|
|
|
|
| 49 |
path: data/content_generation-*
|
| 50 |
- split: text_rendering
|
| 51 |
path: data/text_rendering-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
---
|
| 53 |
|
| 54 |
# LingT2I (TRIG-Multilingual)
|
| 55 |
|
| 56 |
+
**Paper:** [On the Limitations of Cross-Lingual Consistency in Multilingual Text-to-image Generation](https://huggingface.co/papers/2608.11002)
|
| 57 |
+
**Code:** [https://github.com/RISys-Lab/LingT2I](https://github.com/RISys-Lab/LingT2I)
|
| 58 |
+
|
| 59 |
LingT2I (TRIG-Multilingual) is a multilingual image-generation benchmark with two subsets:
|
| 60 |
|
| 61 |
- `content_generation`: multilingual prompts for evaluating generated image content across dimensions.
|
|
|
|
| 105 |
|
| 106 |
- `content_generation` contains 30,000 prompts across 10 languages and 10 dimensions.
|
| 107 |
- `text_rendering` contains 3,000 prompts across 10 languages.
|
| 108 |
+
- `raw/coarse_mask.zip` is kept for traceability; the same placement images are embedded in the `condition_image` column of the `text_rendering` split.
|