LinaAlhuri commited on
Commit
9aebbaf
1 Parent(s): 27e0468

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -6,4 +6,31 @@ language:
6
  pretty_name: ArabicConceptualCaptions3M
7
  size_categories:
8
  - 1M<n<10M
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  pretty_name: ArabicConceptualCaptions3M
7
  size_categories:
8
  - 1M<n<10M
9
+ ---
10
+
11
+ # Arabic Translated Conceptual Captions Dataset
12
+
13
+ ## Overview
14
+
15
+ This dataset consists of conceptual captions translated into Arabic using the Google Translate API. It serves as a resource for researchers and developers interested in exploring the vision-language tasks and biases introduced during the translation process.
16
+
17
+ ## Dataset Information
18
+
19
+ - **Source Dataset**: Conceptual Captions
20
+ - **Translation Tool**: Google Translate API
21
+ - **Translation Language**: English to Arabic
22
+
23
+ ## Important Notes
24
+
25
+ 1. **Translation Quality**: The translations are machine-generated and may contain errors, inaccuracies, or cultural nuances that were not appropriately captured. Researchers are encouraged to verify translations for accuracy.
26
+
27
+ 2. **Biases**: The dataset is prone to various types of biases, including but not limited to gender bias. Google Translate API, like any other machine translation tool, may inadvertently introduce biases present in its training data.
28
+
29
+ 3. **Usage Guidelines**: Please refer to the original Conceptual Captions dataset usage guidelines, as they apply to this translated version. Respect copyright and licensing agreements associated with the source dataset.
30
+
31
+ ## Description
32
+ the dataset contains two file train and validation and each has:
33
+ - **`arabic_caption`**: This column includes the machine-translated captions in Arabic, generated using the Google Translate API.
34
+ - **`caption`**: This column contains the original captions in English sourced from the Conceptual Captions dataset.
35
+ - **`link`**: This column contains links to images corresponding to the captions in the dataset.
36
+