Datasets:

Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
dustalov commited on
Commit
141f647
1 Parent(s): d679d2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -13,7 +13,8 @@ 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:
@@ -39,8 +40,10 @@ dataset_info:
39
  splits:
40
  - name: train
41
  num_examples: 38990
42
- - name: test
43
  num_examples: 1705
 
 
44
  config_name: wsdmcup2023
45
  ---
46
 
@@ -61,7 +64,7 @@ One entry (instance) in our dataset is a question-image pair labeled with the gr
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.
 
13
  size_categories:
14
  - 10K<n<100K
15
  source_datasets: []
16
+ tags:
17
+ - toloka
18
  task_categories:
19
  - visual-question-answering
20
  task_ids:
 
40
  splits:
41
  - name: train
42
  num_examples: 38990
43
+ - name: test_public
44
  num_examples: 1705
45
+ - name: test_private
46
+ num_examples: 4504
47
  config_name: wsdmcup2023
48
  ---
49
 
 
64
  the visual answer to the given question. The images were obtained from a CC BY-licensed subset of the Microsoft Common Objects in
65
  Context dataset, [MS COCO](https://cocodataset.org/). All data labeling was performed on the [Toloka crowdsourcing platform](https://toloka.ai/).
66
 
67
+ Our dataset has 45,199 instances split among three subsets: train (38,990 instances), public test (1,705 instances),
68
+ and private test (4,504 instances). The entire train dataset was available for everyone since the start of the challenge.
69
+ The public test dataset was available since the evaluation phase of the competition, but without any ground truth labels.
70
+ After the end of the competition, public and private sets were released.