Datasets:
Add Limitations
Browse files
README.md
CHANGED
|
@@ -163,7 +163,7 @@ The lists: `text_bounding_box`, `texts`, `translated_texts` are aligned — item
|
|
| 163 |
|
| 164 |
## Dataset Statistics
|
| 165 |
|
| 166 |
-
The dataset contains 26 languages and multiple language groups of varying sizes.
|
| 167 |
|
| 168 |
Example language statistics:
|
| 169 |
|
|
@@ -186,8 +186,9 @@ Example language statistics:
|
|
| 186 |
| Norwegian | no | 28 | 146 |
|
| 187 |
| Romanian | ro | 28 | 146 |
|
| 188 |
| Latin | la | 9 | 70 |
|
| 189 |
-
| Swedish | sv | 49 | 284 |
|
| 190 |
|
|
|
|
|
|
|
| 191 |
|
| 192 |
Smaller language groups also include languages such as: Kannada, Indonesian, Chinese, Korean, Georgian, Japanese, Vietnamese, Albanian, Belarusian and Estonian.
|
| 193 |
|
|
@@ -217,3 +218,16 @@ The collection process involved:
|
|
| 217 |
|
| 218 |
Each language group contains images representing the same graphic with text translated into different languages.
|
| 219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
|
| 164 |
## Dataset Statistics
|
| 165 |
|
| 166 |
+
The dataset contains 26 languages and multiple language groups of varying sizes.
|
| 167 |
|
| 168 |
Example language statistics:
|
| 169 |
|
|
|
|
| 186 |
| Norwegian | no | 28 | 146 |
|
| 187 |
| Romanian | ro | 28 | 146 |
|
| 188 |
| Latin | la | 9 | 70 |
|
|
|
|
| 189 |
|
| 190 |
+
- `Groups` = number of image groups containing the given language
|
| 191 |
+
- `Pairings` = number of language pairs in the dataset where the given language is either the source or target language
|
| 192 |
|
| 193 |
Smaller language groups also include languages such as: Kannada, Indonesian, Chinese, Korean, Georgian, Japanese, Vietnamese, Albanian, Belarusian and Estonian.
|
| 194 |
|
|
|
|
| 218 |
|
| 219 |
Each language group contains images representing the same graphic with text translated into different languages.
|
| 220 |
|
| 221 |
+
|
| 222 |
+
## Bias, Risks and Limitations
|
| 223 |
+
|
| 224 |
+
Several limitations should be considered:
|
| 225 |
+
|
| 226 |
+
- Language distribution is imbalanced, with English and major European languages being overrepresented.
|
| 227 |
+
|
| 228 |
+
- Some languages appear only in a small number of examples.
|
| 229 |
+
|
| 230 |
+
- The dataset mainly contains diagram-like images rather than natural scene text.
|
| 231 |
+
|
| 232 |
+
- The dataset size is relatively small, which limits its use for large-scale training.
|
| 233 |
+
|