dhladek commited on
Commit
3e50f00
1 Parent(s): f04299e
Files changed (1) hide show
  1. README.md +169 -0
README.md ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language:
5
+ - sk
6
+ language_creators:
7
+ - crowdsourced
8
+ - found
9
+ license:
10
+ - cc-by-sa-4.0
11
+ - cc-by-4.0
12
+ multilinguality:
13
+ - monolingual
14
+ paperswithcode_id: squad
15
+ pretty_name: skquad
16
+ size_categories:
17
+ - 10K<n<100K
18
+ source_datasets:
19
+ - original
20
+ tags:
21
+ - wikipedia
22
+ task_categories:
23
+ - question-answering
24
+ - text-retrieval
25
+ task_ids:
26
+ - open-domain-qa
27
+ - extractive-qa
28
+ - document-retrieval
29
+ train-eval-index:
30
+ - col_mapping:
31
+ answers:
32
+ answer_start: answer_start
33
+ text: text
34
+ context: context
35
+ question: question
36
+ config: squad_v2
37
+ metrics:
38
+ - name: SQuAD v2
39
+ type: squad_v2
40
+ splits:
41
+ eval_split: validation
42
+ train_split: train
43
+ task: question-answering
44
+ task_id: extractive_question_answering
45
+ ---
46
+
47
+ # Dataset Card for [Dataset Name]
48
+
49
+ ## Table of Contents
50
+ - [Table of Contents](#table-of-contents)
51
+ - [Dataset Description](#dataset-description)
52
+ - [Dataset Summary](#dataset-summary)
53
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
54
+ - [Languages](#languages)
55
+ - [Dataset Structure](#dataset-structure)
56
+ - [Data Instances](#data-instances)
57
+ - [Data Fields](#data-fields)
58
+ - [Data Splits](#data-splits)
59
+ - [Dataset Creation](#dataset-creation)
60
+ - [Curation Rationale](#curation-rationale)
61
+ - [Source Data](#source-data)
62
+ - [Annotations](#annotations)
63
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
64
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
65
+ - [Social Impact of Dataset](#social-impact-of-dataset)
66
+ - [Discussion of Biases](#discussion-of-biases)
67
+ - [Other Known Limitations](#other-known-limitations)
68
+ - [Additional Information](#additional-information)
69
+ - [Dataset Curators](#dataset-curators)
70
+ - [Licensing Information](#licensing-information)
71
+ - [Citation Information](#citation-information)
72
+ - [Contributions](#contributions)
73
+
74
+ ## Dataset Description
75
+
76
+ - **Homepage:**
77
+ - **Repository:**
78
+ - **Paper:**
79
+ - **Leaderboard:**
80
+ - **Point of Contact:**
81
+
82
+ ### Dataset Summary
83
+
84
+ [More Information Needed]
85
+
86
+ ### Supported Tasks and Leaderboards
87
+
88
+ [More Information Needed]
89
+
90
+ ### Languages
91
+
92
+ [More Information Needed]
93
+
94
+ ## Dataset Structure
95
+
96
+ ### Data Instances
97
+
98
+ [More Information Needed]
99
+
100
+ ### Data Fields
101
+
102
+ [More Information Needed]
103
+
104
+ ### Data Splits
105
+
106
+ [More Information Needed]
107
+
108
+ ## Dataset Creation
109
+
110
+ ### Curation Rationale
111
+
112
+ [More Information Needed]
113
+
114
+ ### Source Data
115
+
116
+ #### Initial Data Collection and Normalization
117
+
118
+ [More Information Needed]
119
+
120
+ #### Who are the source language producers?
121
+
122
+ [More Information Needed]
123
+
124
+ ### Annotations
125
+
126
+ #### Annotation process
127
+
128
+ [More Information Needed]
129
+
130
+ #### Who are the annotators?
131
+
132
+ [More Information Needed]
133
+
134
+ ### Personal and Sensitive Information
135
+
136
+ [More Information Needed]
137
+
138
+ ## Considerations for Using the Data
139
+
140
+ ### Social Impact of Dataset
141
+
142
+ [More Information Needed]
143
+
144
+ ### Discussion of Biases
145
+
146
+ [More Information Needed]
147
+
148
+ ### Other Known Limitations
149
+
150
+ [More Information Needed]
151
+
152
+ ## Additional Information
153
+
154
+ ### Dataset Curators
155
+
156
+ [More Information Needed]
157
+
158
+ ### Licensing Information
159
+
160
+ [More Information Needed]
161
+
162
+ ### Citation Information
163
+
164
+ [More Information Needed]
165
+
166
+ ### Contributions
167
+
168
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
169
+