Aliskin commited on
Commit
a586eb7
1 Parent(s): 3edd560

Updated dataset card

Browse files

I added some metadata to the dataset card along with the description from the landing page.

Files changed (1) hide show
  1. README.md +65 -1
README.md CHANGED
@@ -1,3 +1,67 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - crowdsourced
8
+ license:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: WSDMCup2023
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets: []
16
+ tags: []
17
+ task_categories:
18
+ - visual-question-answering
19
+ task_ids:
20
+ - visual-question-answering
21
+ dataset_info:
22
+ features:
23
+ - name: image
24
+ dtype: string
25
+ - name: width
26
+ dtype: int64
27
+ - name: height
28
+ dtype: int64
29
+ - name: left
30
+ dtype: int64
31
+ - name: top
32
+ dtype: int64
33
+ - name: right
34
+ dtype: int64
35
+ - name: bottom
36
+ dtype: int64
37
+ - name: question
38
+ dtype: string
39
+ splits:
40
+ - name: train
41
+ num_examples: 38990
42
+ - name: test
43
+ num_examples: 1705
44
+ config_name: wsdmcup2023
45
  ---
46
+
47
+ # Dataset Card for WSDMCup2023
48
+
49
+ ## Dataset Description
50
+
51
+ - **Homepage:** [Toloka Visual Question Answering Challenge](https://toloka.ai/challenges/wsdm2023)
52
+ - **Repository:** [WSDM Cup 2023 Starter Pack](https://github.com/Toloka/WSDMCup2023)
53
+ - **Paper:**
54
+ - **Leaderboard:** [CodaLab Competition Leaderboard](https://codalab.lisn.upsaclay.fr/competitions/7434#results)
55
+ - **Point of Contact:** research@toloka.ai
56
+
57
+ ### Dataset Summary
58
+
59
+ The WSDMCup2023 Dataset consists of images associated with textual questions.
60
+ One entry (instance) in our dataset is a question-image pair labeled with the ground truth coordinates of a bounding box containing
61
+ the visual answer to the given question. The images were obtained from a CC BY-licensed subset of the Microsoft Common Objects in
62
+ Context dataset, [MS COCO](https://cocodataset.org/). All data labeling was performed on the [Toloka crowdsourcing platform](https://toloka.ai/).
63
+
64
+ The dataset has 45,199 instances split among three subsets: train (38,990 instances), public test (1,705 instances),
65
+ and private test (4,504 instances). The entire train dataset will be available for everyone from the start of the challenge.
66
+ The public test dataset will be available during the evaluation phase of the competition but without any ground truth labels.
67
+ The private test dataset will not be available until the challenge ends.