youssef101 commited on
Commit
d4e4c83
·
1 Parent(s): 85bb160

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +226 -1
README.md CHANGED
@@ -21,5 +21,230 @@ tags:
21
  - Diversity
22
  pretty_name: ArtELingo
23
  size_categories:
 
 
24
  - 1M<n<10M
25
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - Diversity
22
  pretty_name: ArtELingo
23
  size_categories:
24
+ - 10K<n<100K
25
+ - 100K<n<1M
26
  - 1M<n<10M
27
+ multilinguality:
28
+ - multilingual
29
+ source_datasets:
30
+ - original
31
+ ---
32
+ # Dataset Card for "ArtELingo"
33
+
34
+ ## Table of Contents
35
+ - [Dataset Description](#dataset-description)
36
+ - [Dataset Summary](#dataset-summary)
37
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
38
+ - [Languages](#languages)
39
+ - [Dataset Structure](#dataset-structure)
40
+ - [Dataset Configurations](#dataset-configurations)
41
+ - [Data Fields](#data-fields)
42
+ - [Dataset Creation](#dataset-creation)
43
+ - [Curation Rationale](#curation-rationale)
44
+ - [Source Data](#source-data)
45
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
46
+ - [Social Impact of Dataset](#social-impact-of-dataset)
47
+ - [Discussion of Biases](#discussion-of-biases)
48
+ - [Additional Information](#additional-information)
49
+ - [Dataset Curators](#dataset-curators)
50
+ - [Licensing Information](#licensing-information)
51
+ - [Citation Information](#citation-information)
52
+ - [Contributions](#contributions)
53
+
54
+ ## Dataset Description
55
+
56
+ - **Homepage:** [artelingo.org/](https://www.artelingo.org/)
57
+ - **Repository:** [More Information Needed](https://github.com/Vision-CAIR/artelingo)
58
+ - **Paper:** [More Information Needed](https://arxiv.org/abs/2211.10780)
59
+ - **Point of Contact:** [More Information Needed]([email protected])
60
+
61
+ ### Dataset Summary
62
+
63
+ ArtELingo is a benchmark and dataset introduced in a research paper aimed at promoting work on diversity across languages and cultures.
64
+ It is an extension of ArtEmis, which is a collection of 80,000 artworks from WikiArt with 450,000 emotion labels and English-only captions.
65
+ ArtELingo expands this dataset by adding 790,000 annotations in Arabic and Chinese.
66
+ The purpose of these additional annotations is to evaluate the performance of "cultural-transfer" in AI systems.
67
+
68
+ The goal of ArtELingo is to encourage research on multilinguality and culturally-aware AI.
69
+ By including annotations in multiple languages and considering cultural differences,
70
+ the dataset aims to build more human-compatible AI that is sensitive to emotional nuances
71
+ across various cultural contexts. The researchers believe that studying emotions in this
72
+ way is crucial to understanding a significant aspect of human intelligence.
73
+
74
+ ### Supported Tasks and Leaderboards
75
+
76
+ We have two tasks:
77
+ - [Emotion Label Prediction](https://eval.ai/web/challenges/challenge-page/2106/overview)
78
+ - [Affective Image Captioning](https://eval.ai/web/challenges/challenge-page/2104/overview)
79
+
80
+ Both challenges have a leaderboard on Eval.ai. Submission deadlines can be viewed from the above links.
81
+
82
+ In addition, we are hosting the challenge at the ICCV23 workshop [WECIA](https://iccv23-wecia.github.io/). We have cash prizes for winners.
83
+
84
+ ### Languages
85
+
86
+ We have 3 languages: English, Arabic, and Chinese. For each image, we have at least 5 captions in each language.
87
+
88
+ In total we have 80,000 images which are downloaded automatically with the dataset.
89
+
90
+ ## Dataset Structure
91
+
92
+ We show detailed information for all the configurations of the dataset.
93
+
94
+ ### Dataset Configurations
95
+
96
+ We have 4 Configurations:
97
+
98
+ #### artelingo
99
+
100
+ - **Size of downloaded dataset files:** 23 GB
101
+ - **Splits:** \['train', 'test', 'val'\]
102
+ - **Number of Samples per splits:** \[920K, 94.1K, 46.9K\]
103
+
104
+ #### dev
105
+
106
+ - **Size of downloaded dataset files:** 3 GB
107
+ - **Splits:** \['test', 'val'\]
108
+ - **Number of Samples per splits:** \[94.1K, 46.9K\]
109
+
110
+ #### wecia-emo
111
+
112
+ Intended for the [WECIA](https://iccv23-wecia.github.io/) emotion prediction challenge. Instances does not have the emotion or the language attributes.
113
+ - **Size of downloaded dataset files:** 1.2 GB
114
+ - **Splits:** \['dev'\]
115
+ - **Number of Samples per splits:** \[27.9K\]
116
+
117
+ #### wecia-cap
118
+
119
+ Intended for the [WECIA](https://iccv23-wecia.github.io/) affective caption generation challenge. Instances does not have the text.
120
+ - **Size of downloaded dataset files:** 1.2 GB
121
+ - **Splits:** \['dev'\]
122
+ - **Number of Samples per splits:** \[16.3K\]
123
+
124
+ ### Data Fields
125
+ The data fields are the same among all configs.
126
+
127
+ - `uid`: a `int32` feature.
128
+ - `image`: a `PIL.Image` feature
129
+ - `art_style`: a `string` feature.
130
+ - `paitning`: a `string` feature.
131
+ - `emotion`: a `string` feature.
132
+ - `language`: a `string` feature.
133
+ - `text`: a `string` feature.
134
+
135
+ ## Dataset Creation
136
+
137
+ ### Curation Rationale
138
+ ArtELingo is a benchmark and dataset designed to promote research on diversity
139
+ across languages and cultures. It builds upon ArtEmis, a collection of 80,000
140
+ artworks from WikiArt with 450,000 emotion labels and English-only captions.
141
+ ArtELingo extends this dataset by adding 790,000 annotations in Arabic and
142
+ Chinese, as well as 4,800 annotations in Spanish, allowing for the evaluation
143
+ of "cultural-transfer" performance in AI systems. With many artworks having
144
+ multiple annotations in three languages, the dataset enables the investigation
145
+ of similarities and differences across linguistic and cultural contexts.
146
+ Additionally, ArtELingo explores captioning tasks, demonstrating how diversity
147
+ in annotations can improve the performance of baseline AI models. The hope is
148
+ that ArtELingo will facilitate future research on multilinguality and
149
+ culturally-aware AI. The dataset is publicly available, including standard
150
+ splits and baseline models, to support and ease further research in this area.
151
+
152
+ ### Source Data
153
+
154
+ #### Initial Data Collection and Normalization
155
+
156
+ ArtELingo uses images from the [wikiart dataset](https://www.wikiart.org/).
157
+ The images are mainly artworks since they are created with the intention to
158
+ have an emotional impact on the viewer. ArtELingo assumes that WikiArt
159
+ is a representative sample of the cultures of interest. While WikiArt
160
+ is remarkably comprehensive, it has better coverage of the West than other
161
+ regions of the world based on WikiArt’s assignment of artworks to nationalities.
162
+
163
+ The data was collected via Amazon Mechanical Turk, where only native speakers
164
+ were allowed to annotate the images. The English, Arabic, and Chinese subsets were
165
+ collected by 6377, 656, and 745 workers respectively. All workers were compensated
166
+ with above minimal wage in each respective country.
167
+
168
+ #### Who are the source language producers?
169
+
170
+ The data comes from Human annotators who natively speak each respective language.
171
+
172
+ ## Considerations for Using the Data
173
+
174
+ ### Social Impact of Dataset
175
+
176
+ When using the ArtELingo dataset, researchers and developers must be mindful of
177
+ the potential social impact of the data. Emotions, cultural expressions, and
178
+ artistic representations can be sensitive topics, and AI systems trained on such
179
+ data may have implications on how they perceive and respond to users. It is
180
+ crucial to ensure that the dataset's usage does not perpetuate stereotypes or
181
+ biases related to specific cultures or languages. Ethical considerations should
182
+ be taken into account during the development and deployment of AI models trained
183
+ on ArtELingo to avoid any harmful consequences on individuals or communities.
184
+
185
+ ### Discussion of Biases
186
+
187
+ ArtELingo was filtered against hate speech, racism, and obvious stereotypes.
188
+ However, Like any dataset, ArtELingo may contain inherent biases that could
189
+ influence the performance and behavior of AI systems. These biases could
190
+ arise from various sources, such as cultural differences in emotional
191
+ interpretations, variations in annotator perspectives, or imbalances in
192
+ the distribution of annotations across languages and cultures. Researchers
193
+ should be cautious about potential biases that might impact the dataset's
194
+ outcomes and address them appropriately. Transparently discussing and
195
+ documenting these biases is essential to facilitate a fair understanding of the
196
+ dataset's limitations and potential areas of improvement.
197
+
198
+
199
+ ## Additional Information
200
+
201
+ ### Dataset Curators
202
+
203
+ The corpus was put together by [Youssef Mohamed](https://cemse.kaust.edu.sa/people/person/youssef-s-mohamed),
204
+ [Mohamed Abdelfattah](https://people.epfl.ch/mohamed.abdelfattah/?lang=en),
205
+ [Shyma Alhuwaider](https://cemse.kaust.edu.sa/aanslab/people/person/shyma-y-alhuwaider),
206
+ [Feifan Li](https://www.linkedin.com/in/feifan-li-3280a6249/),
207
+ [Xiangliang Zhang](https://engineering.nd.edu/faculty/xiangliang-zhang/),
208
+ [Kenneth Ward Church](https://www.khoury.northeastern.edu/people/kenneth-church/)
209
+ and [Mohamed Elhoseiny](https://cemse.kaust.edu.sa/people/person/mohamed-elhoseiny).
210
+
211
+ ### Licensing Information
212
+
213
+ Terms of Use: Before we are able to offer you access to the database,
214
+ please agree to the following terms of use. After approval, you (the 'Researcher')
215
+ receive permission to use the ArtELingo database (the 'Database') at King Abdullah
216
+ University of Science and Technology (KAUST). In exchange for being able to join the
217
+ ArtELingo community and receive such permission, Researcher hereby agrees to the
218
+ following terms and conditions: [1.] The Researcher shall use the Database only for
219
+ non-commercial research and educational purposes. [2.] The Universities make no
220
+ representations or warranties regarding the Database, including but not limited to
221
+ warranties of non-infringement or fitness for a particular purpose. [3.] Researcher
222
+ accepts full responsibility for his or her use of the Database and shall defend and
223
+ indemnify the Universities, including their employees, Trustees, officers and agents,
224
+ against any and all claims arising from Researcher's use of the Database, and
225
+ Researcher's use of any copies of copyrighted 2D artworks originally uploaded to
226
+ http://www.wikiart.org that the Researcher may use in connection with the Database.
227
+ [4.] Researcher may provide research associates and colleagues with access to the
228
+ Database provided that they first agree to be bound by these terms and conditions.
229
+ [5.] The Universities reserve the right to terminate Researcher's access to the Database
230
+ at any time. [6.] If Researcher is employed by a for-profit, commercial entity,
231
+ Researcher's employer shall also be bound by these terms and conditions, and Researcher
232
+ hereby represents that he or she is fully authorized to enter into this agreement on
233
+ behalf of such employer. [7.] The international copyright laws shall apply to all
234
+ disputes under this agreement.
235
+
236
+ ### Citation Information
237
+
238
+ ```
239
+ @inproceedings{mohamed2022artelingo,
240
+ title={ArtELingo: A Million Emotion Annotations of WikiArt with Emphasis on Diversity over Language and Culture},
241
+ author={Mohamed, Youssef and Abdelfattah, Mohamed and Alhuwaider, Shyma and Li, Feifan and Zhang, Xiangliang and Church, Kenneth and Elhoseiny, Mohamed},
242
+ booktitle={Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing},
243
+ pages={8770--8785},
244
+ year={2022}
245
+ }
246
+ ```
247
+
248
+ ### Contributions
249
+
250
+ Thanks to [@youssef101](https://github.com/Mo-youssef) for adding this dataset. [@Faizan](https://faixan-khan.github.io/) for testing.