Datasets:
wkrl
/

Sub-tasks:
parsing
Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
License:
wkrl commited on
Commit
e12f217
1 Parent(s): 1449248

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -68
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - crowdsourced
4
- language: []
5
  language_creators:
6
  - crowdsourced
 
 
 
 
7
  license:
8
  - cc-by-4.0
9
- multilinguality: []
10
  pretty_name: CORD
11
  size_categories:
12
  - 1K<n<10K
@@ -25,22 +27,11 @@ task_ids:
25
  - [Dataset Description](#dataset-description)
26
  - [Dataset Summary](#dataset-summary)
27
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
28
- - [Languages](#languages)
29
  - [Dataset Structure](#dataset-structure)
30
  - [Data Instances](#data-instances)
31
  - [Data Fields](#data-fields)
32
  - [Data Splits](#data-splits)
33
- - [Dataset Creation](#dataset-creation)
34
- - [Curation Rationale](#curation-rationale)
35
- - [Source Data](#source-data)
36
- - [Annotations](#annotations)
37
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
38
- - [Considerations for Using the Data](#considerations-for-using-the-data)
39
- - [Social Impact of Dataset](#social-impact-of-dataset)
40
- - [Discussion of Biases](#discussion-of-biases)
41
- - [Other Known Limitations](#other-known-limitations)
42
  - [Additional Information](#additional-information)
43
- - [Dataset Curators](#dataset-curators)
44
  - [Licensing Information](#licensing-information)
45
  - [Citation Information](#citation-information)
46
  - [Contributions](#contributions)
@@ -59,10 +50,6 @@ task_ids:
59
 
60
  [More Information Needed]
61
 
62
- ### Languages
63
-
64
- [More Information Needed]
65
-
66
  ## Dataset Structure
67
 
68
  ### Data Instances
@@ -71,65 +58,27 @@ task_ids:
71
 
72
  ### Data Fields
73
 
74
- [More Information Needed]
 
 
 
 
 
 
 
 
75
 
76
  ### Data Splits
77
 
78
- [More Information Needed]
 
 
79
 
80
  ## Dataset Creation
81
 
82
- ### Curation Rationale
83
-
84
- [More Information Needed]
85
-
86
- ### Source Data
87
-
88
- #### Initial Data Collection and Normalization
89
-
90
- [More Information Needed]
91
-
92
- #### Who are the source language producers?
93
-
94
- [More Information Needed]
95
-
96
- ### Annotations
97
-
98
- #### Annotation process
99
-
100
- [More Information Needed]
101
-
102
- #### Who are the annotators?
103
-
104
- [More Information Needed]
105
-
106
- ### Personal and Sensitive Information
107
-
108
- [More Information Needed]
109
-
110
- ## Considerations for Using the Data
111
-
112
- ### Social Impact of Dataset
113
-
114
- [More Information Needed]
115
-
116
- ### Discussion of Biases
117
-
118
- [More Information Needed]
119
-
120
- ### Other Known Limitations
121
-
122
- [More Information Needed]
123
-
124
- ## Additional Information
125
-
126
- ### Dataset Curators
127
-
128
- [More Information Needed]
129
-
130
  ### Licensing Information
131
 
132
- [More Information Needed]
133
 
134
  ### Citation Information
135
 
 
1
  ---
2
  annotations_creators:
3
  - crowdsourced
 
4
  language_creators:
5
  - crowdsourced
6
+ language:
7
+ - '''en'''
8
+ multilinguality:
9
+ - monolingual
10
  license:
11
  - cc-by-4.0
 
12
  pretty_name: CORD
13
  size_categories:
14
  - 1K<n<10K
 
27
  - [Dataset Description](#dataset-description)
28
  - [Dataset Summary](#dataset-summary)
29
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
 
30
  - [Dataset Structure](#dataset-structure)
31
  - [Data Instances](#data-instances)
32
  - [Data Fields](#data-fields)
33
  - [Data Splits](#data-splits)
 
 
 
 
 
 
 
 
 
34
  - [Additional Information](#additional-information)
 
35
  - [Licensing Information](#licensing-information)
36
  - [Citation Information](#citation-information)
37
  - [Contributions](#contributions)
 
50
 
51
  [More Information Needed]
52
 
 
 
 
 
53
  ## Dataset Structure
54
 
55
  ### Data Instances
 
58
 
59
  ### Data Fields
60
 
61
+ ```python
62
+ {
63
+ "id": datasets.Value("string"),
64
+ "words": datasets.Sequence(datasets.Value("string")),
65
+ "bboxes": datasets.Sequence(datasets.Sequence(datasets.Value("int64"))),
66
+ "labels": datasets.Sequence(datasets.features.ClassLabel(names=_LABELS)),
67
+ "images": datasets.features.Image(),
68
+ }
69
+ ```
70
 
71
  ### Data Splits
72
 
73
+ - train (800 rows)
74
+ - validation (100 rows)
75
+ - test (100 rows)
76
 
77
  ## Dataset Creation
78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  ### Licensing Information
80
 
81
+ [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)
82
 
83
  ### Citation Information
84