kod-kristoff commited on
Commit
a5dc637
·
verified ·
1 Parent(s): cdb0e65

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +230 -22
README.md CHANGED
@@ -1,35 +1,244 @@
1
  ---
2
  annotations_creators:
3
- - other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  language:
5
- - sv
6
  language_creators:
7
- - other
8
  multilinguality:
9
- - monolingual
10
- pretty_name: >-
11
- A standardized suite for evaluation and analysis of Swedish natural language
12
  understanding systems.
13
  size_categories:
14
- - unknown
15
  source_datasets: []
16
  task_categories:
17
- - multiple-choice
18
- - text-classification
19
- - question-answering
20
- - sentence-similarity
21
- - token-classification
22
- - summarization
23
  task_ids:
24
- - sentiment-analysis
25
- - acceptability-classification
26
- - closed-domain-qa
27
- - word-sense-disambiguation
28
- - coreference-resolution
29
  ---
 
30
  # Dataset Card for Superlim-2
31
 
32
  ## Table of Contents
 
33
  - [Table of Contents](#table-of-contents)
34
  - [Dataset Description](#dataset-description)
35
  - [Dataset Summary](#dataset-summary)
@@ -64,7 +273,7 @@ task_ids:
64
 
65
  ### Dataset Summary
66
 
67
- SuperLim 2.0 is a continuation of SuperLim 1.0, which aims for a standardized suite for evaluation and analysis of Swedish natural language understanding systems. The projects is inspired by the GLUE/SuperGLUE projects from which the name is derived: "lim" is the Swedish translation of "glue".
68
 
69
  Since Superlim 2.0 is a collection of datasets, we refer for information about dataset structure, creation, social impact etc. to the specific data cards or documentation sheets in the official GitHub repository: https://github.com/spraakbanken/SuperLim-2/
70
 
@@ -92,7 +301,6 @@ Most datasets have a train, dev and test split. However, there are a few (`super
92
 
93
  ## Dataset Creation
94
 
95
-
96
  ### Curation Rationale
97
 
98
  See individual datasets: https://github.com/spraakbanken/SuperLim-2/
@@ -146,7 +354,7 @@ All datasets constituting Superlim are available under Creative Commons licenses
146
  ### Citation Information
147
 
148
  To cite as a whole, use the standard reference. If you use or reference individual resources, cite the references specific for these resources:
149
-
150
  Standard reference:
151
 
152
  Superlim: A Swedish Language Understanding Evaluation Benchmark (Berdicevskis et al., EMNLP 2023)
@@ -190,4 +398,4 @@ Superlim: A Swedish Language Understanding Evaluation Benchmark (Berdicevskis et
190
 
191
  ```
192
 
193
- Thanks to [Felix Morger](https://github.com/felixhultin) for adding this dataset.
 
1
  ---
2
  annotations_creators:
3
+ - other
4
+ configs:
5
+ - config_name: absabank-imm
6
+ data_files:
7
+ - path: data/absabank-imm/absabank-imm_train.tsv
8
+ split: train
9
+ - path: data/absabank-imm/absabank-imm_test.tsv
10
+ split: test
11
+ - path: data/absabank-imm/absabank-imm_dev.tsv
12
+ split: dev
13
+ names:
14
+ - id
15
+ - text
16
+ - label
17
+ - a0
18
+ - a1
19
+ - a3
20
+ - a4
21
+ - a6
22
+ - a7
23
+ - a8
24
+ - a9
25
+ - a10
26
+ - a11
27
+ - config_name: argumentation-sentences
28
+ data_files:
29
+ - path: data/argumentation-sentences/argumentation-sentences_test.tsv
30
+ split: test
31
+ - path: data/argumentation-sentences/argumentation-sentences_dev.tsv
32
+ split: dev
33
+ - path: data/argumentation-sentences/argumentation-sentences_train.tsv
34
+ split: train
35
+ names:
36
+ - sentence_id
37
+ - topic
38
+ - label
39
+ - sentence
40
+ - config_name: dalaj-ged-superlim
41
+ data_files:
42
+ - path: data/dalaj-ged-superlim/dalaj-ged-superlim_test.jsonl
43
+ split: test
44
+ - path: data/dalaj-ged-superlim/dalaj-ged-superlim_train.jsonl
45
+ split: train
46
+ - path: data/dalaj-ged-superlim/dalaj-ged-superlim_dev.jsonl
47
+ split: dev
48
+ names:
49
+ - sentence
50
+ - label
51
+ - meta
52
+ - config_name: supersim-superlim-relatedness
53
+ data_files:
54
+ - path: data/supersim-superlim/supersim-superlim-relatedness_test.tsv
55
+ split: test
56
+ - path: data/supersim-superlim/supersim-superlim-relatedness_train.tsv
57
+ split: train
58
+ names:
59
+ - word_1
60
+ - word_2
61
+ - a1
62
+ - a2
63
+ - a3
64
+ - a4
65
+ - a5
66
+ - label
67
+ - config_name: supersim-superlim-similarity
68
+ data_files:
69
+ - path: data/supersim-superlim/supersim-superlim-similarity_test.tsv
70
+ split: test
71
+ - path: data/supersim-superlim/supersim-superlim-similarity_train.tsv
72
+ split: train
73
+ names:
74
+ - word_1
75
+ - word_2
76
+ - a1
77
+ - a2
78
+ - a3
79
+ - a4
80
+ - a5
81
+ - label
82
+ - config_name: sweanalogy
83
+ data_files:
84
+ - path: data/sweanalogy/sweanalogy_train.tsv
85
+ split: train
86
+ - path: data/sweanalogy/sweanalogy_test.tsv
87
+ split: test
88
+ names:
89
+ - pair1_element1
90
+ - pair1_element2
91
+ - pair2_element1
92
+ - label
93
+ - category
94
+ - config_name: swediagnostics
95
+ data_files:
96
+ - path: data/swediagnostics/swediagnostics_test.tsv
97
+ split: test
98
+ names:
99
+ - id
100
+ - label
101
+ - premise
102
+ - hypothesis
103
+ - meta
104
+ - config_name: swedn
105
+ data_files:
106
+ - path: data/swedn/swedn_add_info.tsv
107
+ split: stats
108
+ - config_name: swefaq
109
+ data_files:
110
+ - path: data/swefaq/swefaq_test.jsonl
111
+ split: test
112
+ - path: data/swefaq/swefaq_dev.jsonl
113
+ split: dev
114
+ - path: data/swefaq/swefaq_train.jsonl
115
+ split: train
116
+ names:
117
+ - category_id
118
+ - question
119
+ - candidate_answers
120
+ - label
121
+ - meta
122
+ - config_name: swenli
123
+ data_files:
124
+ - path: data/swenli/swenli_dev.tsv
125
+ split: dev
126
+ - path: data/swenli/swenli_train.tsv
127
+ split: train
128
+ - path: data/swenli/swenli_test.tsv
129
+ split: test
130
+ names:
131
+ - id
132
+ - premise
133
+ - hypothesis
134
+ - label
135
+ - config_name: swenli_match_swefracas
136
+ data_files:
137
+ - path: data/swenli/swenli_test_match_swefracas.tsv
138
+ split: test
139
+ names:
140
+ - id
141
+ - premise
142
+ - hypothesis
143
+ - label
144
+ - original_id
145
+ - config_name: sweparaphrase
146
+ data_files:
147
+ - path: data/sweparaphrase/sweparaphrase_dev.tsv
148
+ split: dev
149
+ - path: data/sweparaphrase/sweparaphrase_train.tsv
150
+ split: train
151
+ - path: data/sweparaphrase/sweparaphrase_test.tsv
152
+ split: test
153
+ names:
154
+ - genre
155
+ - file
156
+ - sentence_1
157
+ - sentence_2
158
+ - label
159
+ - config_name: swesat-synonyms
160
+ data_files:
161
+ - path: data/swesat-synonyms/swesat-synonyms_test.jsonl
162
+ split: test
163
+ - path: data/swesat-synonyms/swesat-synonyms_train.jsonl
164
+ split: train
165
+ names:
166
+ - id
167
+ - item
168
+ - candidate_answers
169
+ - label
170
+ - meta
171
+ - config_name: swewic
172
+ data_files:
173
+ - path: data/swewic/swewic_train.jsonl
174
+ split: train
175
+ - path: data/swewic/swewic_test.jsonl
176
+ split: test
177
+ - path: data/swewic/swewic_dev.jsonl
178
+ split: dev
179
+ names:
180
+ - idx
181
+ - first
182
+ - second
183
+ - label
184
+ - meta
185
+ - config_name: swewinogender
186
+ data_files:
187
+ - path: data/swewinogender/swewinogender.jsonl
188
+ split: train
189
+ - path: data/swewinogender/swewinogender_test.jsonl
190
+ split: test
191
+ names:
192
+ - idx
193
+ - premise
194
+ - hypothesis
195
+ - label
196
+ - meta
197
+ - config_name: swewinograd
198
+ data_files:
199
+ - path: data/swewinograd/swewinograd_test.jsonl
200
+ split: test
201
+ - path: data/swewinograd/swewinograd_train.jsonl
202
+ split: train
203
+ - path: data/swewinograd/swewinograd_dev.jsonl
204
+ split: dev
205
+ names:
206
+ - idx
207
+ - text
208
+ - pronoun
209
+ - candidate_antecedent
210
+ - label
211
+ - meta
212
  language:
213
+ - sv
214
  language_creators:
215
+ - other
216
  multilinguality:
217
+ - monolingual
218
+ pretty_name: A standardized suite for evaluation and analysis of Swedish natural language
 
219
  understanding systems.
220
  size_categories:
221
+ - unknown
222
  source_datasets: []
223
  task_categories:
224
+ - multiple-choice
225
+ - text-classification
226
+ - question-answering
227
+ - sentence-similarity
228
+ - token-classification
229
+ - summarization
230
  task_ids:
231
+ - sentiment-analysis
232
+ - acceptability-classification
233
+ - closed-domain-qa
234
+ - word-sense-disambiguation
235
+ - coreference-resolution
236
  ---
237
+
238
  # Dataset Card for Superlim-2
239
 
240
  ## Table of Contents
241
+
242
  - [Table of Contents](#table-of-contents)
243
  - [Dataset Description](#dataset-description)
244
  - [Dataset Summary](#dataset-summary)
 
273
 
274
  ### Dataset Summary
275
 
276
+ SuperLim 2.0 is a continuation of SuperLim 1.0, which aims for a standardized suite for evaluation and analysis of Swedish natural language understanding systems. The projects is inspired by the GLUE/SuperGLUE projects from which the name is derived: "lim" is the Swedish translation of "glue".
277
 
278
  Since Superlim 2.0 is a collection of datasets, we refer for information about dataset structure, creation, social impact etc. to the specific data cards or documentation sheets in the official GitHub repository: https://github.com/spraakbanken/SuperLim-2/
279
 
 
301
 
302
  ## Dataset Creation
303
 
 
304
  ### Curation Rationale
305
 
306
  See individual datasets: https://github.com/spraakbanken/SuperLim-2/
 
354
  ### Citation Information
355
 
356
  To cite as a whole, use the standard reference. If you use or reference individual resources, cite the references specific for these resources:
357
+
358
  Standard reference:
359
 
360
  Superlim: A Swedish Language Understanding Evaluation Benchmark (Berdicevskis et al., EMNLP 2023)
 
398
 
399
  ```
400
 
401
+ Thanks to [Felix Morger](https://github.com/felixhultin) for adding this dataset.