Datasets:

Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 4,320 Bytes
872c2c7
48d46a1
 
 
 
 
 
 
 
 
 
 
 
 
 
141f647
 
48d46a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7955c2e
 
141f647
48d46a1
141f647
 
48d46a1
872c2c7
48d46a1
 
 
 
 
 
 
 
 
 
 
3c33c87
 
 
 
48d46a1
 
 
 
 
 
 
141f647
 
 
 
2d9c8c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
annotations_creators:
- crowdsourced
language:
- en
language_creators:
- crowdsourced
license:
- cc-by-4.0
multilinguality:
- monolingual
pretty_name: WSDMCup2023
size_categories:
- 10K<n<100K
source_datasets: []
tags:
- toloka
task_categories:
- visual-question-answering
task_ids:
- visual-question-answering
dataset_info:
  features:
  - name: image
    dtype: string
  - name: width
    dtype: int64
  - name: height
    dtype: int64
  - name: left
    dtype: int64
  - name: top
    dtype: int64
  - name: right
    dtype: int64
  - name: bottom
    dtype: int64
  - name: question
    dtype: string
  splits:
  - name: train
    num_examples: 38990
  - name: train_sample
    num_examples: 1000
  - name: test_public
    num_examples: 1705
  - name: test_private
    num_examples: 4504
  config_name: wsdmcup2023
---

# Dataset Card for WSDMCup2023

## Dataset Description

- **Homepage:** [Toloka Visual Question Answering Challenge](https://toloka.ai/challenges/wsdm2023)
- **Repository:** [WSDM Cup 2023 Starter Pack](https://github.com/Toloka/WSDMCup2023)
- **Paper:** 
- **Leaderboard:** [CodaLab Competition Leaderboard](https://codalab.lisn.upsaclay.fr/competitions/7434#results)
- **Point of Contact:** [email protected]

### Image example from the dataset

![](https://tlk-infra-front.azureedge.net/portal-static/images/wsdm2023/tennis/x2/image.webp)

### Dataset Summary

The WSDMCup2023 Dataset consists of images associated with textual questions.
One entry (instance) in our dataset is a question-image pair labeled with the ground truth coordinates of a bounding box containing
the visual answer to the given question. The images were obtained from a CC BY-licensed subset of the Microsoft Common Objects in
Context dataset, [MS COCO](https://cocodataset.org/). All data labeling was performed on the [Toloka crowdsourcing platform](https://toloka.ai/).

Our dataset has 45,199 instances split among three subsets: train (38,990 instances), public test (1,705 instances),
and private test (4,504 instances). The entire train dataset was available for everyone since the start of the challenge.
The public test dataset was available since the evaluation phase of the competition, but without any ground truth labels.
After the end of the competition, public and private sets were released.

### Supported Tasks and Leaderboards

The Visual Question Answering.

### Language

English

## Dataset Structure

### Data Instances
A data instance contains a url to the picture, information about the image size - width and height,
information about ground truth bounding box - left top and right bottom dots, 
contains the question related to the picture.
image,width,height,left,top,right,bottom,question
```
{'image': https://toloka-cdn.azureedge.net/wsdmcup2023/000000000013.jpg,
'width': 640,
'height': 427,
'left': 129,
'top': 192,
'right': 155,
'bottom': 212,
'question': What does it use to breath?}
```
### Data Fields

* image: contains url to the image
* width: value in pixels of image width
* heigth: value in pixels of image height
* left: the x coordinate in pixels to determin left-top dot of bounding box
* top: the y coordinate in pixels to determin left-top dot of bounding box
* right: the x coordinate in pixels to determin right-bottom dot of bounding box
* bottom: the y coordinate in pixels to determin right-bottom dot of bounding box
* question: a question related to the picture

### Data Splits
There are four splits in the data: train, train_sample, test_public, test_private. 'train' split contains the full pull for model training.
'train-sample' split contains the part of 'train' split. 'test_public' split contains public data to test the model. 
'test_private' split contains private data for final model test.

### Source Data

The images were obtained from a CC BY-licensed subset of the Microsoft Common Objects in
Context dataset, [MS COCO](https://cocodataset.org/).

### Annotations

All data labeling was performed on the [Toloka crowdsourcing platform](https://toloka.ai/).

Only annotators who self-reported the knowledge of English had access to the annotation task.

### Citation Information

* Competition: https://toloka.ai/challenges/wsdm2023
* CodaLab: https://codalab.lisn.upsaclay.fr/competitions/7434
* Dataset: https://doi.org/10.5281/zenodo.7057740