felixm commited on
Commit
4fd5fa6
1 Parent(s): e661ccc

First draft

Browse files
Files changed (1) hide show
  1. README.md +133 -0
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for [Dataset Name]
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Dataset Description](#dataset-description)
6
+ - [Dataset Summary](#dataset-summary)
7
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
8
+ - [Languages](#languages)
9
+ - [Dataset Structure](#dataset-structure)
10
+ - [Data Instances](#data-instances)
11
+ - [Data Fields](#data-fields)
12
+ - [Data Splits](#data-splits)
13
+ - [Dataset Creation](#dataset-creation)
14
+ - [Curation Rationale](#curation-rationale)
15
+ - [Source Data](#source-data)
16
+ - [Annotations](#annotations)
17
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
18
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
19
+ - [Social Impact of Dataset](#social-impact-of-dataset)
20
+ - [Discussion of Biases](#discussion-of-biases)
21
+ - [Other Known Limitations](#other-known-limitations)
22
+ - [Additional Information](#additional-information)
23
+ - [Dataset Curators](#dataset-curators)
24
+ - [Licensing Information](#licensing-information)
25
+ - [Citation Information](#citation-information)
26
+ - [Contributions](#contributions)
27
+
28
+ ## Dataset Description
29
+
30
+ - **Homepage: [The official homepage of Språkbanken](https://spraakbanken.gu.se/resurser/superlim/)**
31
+ - **Repository:**
32
+ - **Paper:[SwedishGLUE – Towards a Swedish Test Set for Evaluating Natural Language Understanding Models](https://gup.ub.gu.se/publication/299130?lang=sv)**
33
+ - **Leaderboard: [To be implemented]**
34
+ - **Point of Contact:[sb-info@svenska.gu.se](sb-info@svenska.gu.se)**
35
+
36
+ ### Dataset Summary
37
+
38
+ 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".
39
+
40
+ ### Supported Tasks and Leaderboards
41
+
42
+ [More Information Needed]
43
+
44
+ ### Languages
45
+
46
+ Swedish
47
+
48
+ ## Dataset Structure
49
+
50
+ ### Data Instances
51
+
52
+ [More Information Needed]
53
+
54
+ ### Data Fields
55
+
56
+ [More Information Needed]
57
+
58
+ ### Data Splits
59
+
60
+ All are test only, except for DaLAJ and ABSAbank which both have a train, dev and test split.
61
+
62
+ ## Dataset Creation
63
+
64
+
65
+ ### Curation Rationale
66
+
67
+ [More Information Needed]
68
+
69
+ ### Source Data
70
+
71
+ #### Initial Data Collection and Normalization
72
+
73
+ [More Information Needed]
74
+
75
+ #### Who are the source language producers?
76
+
77
+ [More Information Needed]
78
+
79
+ ### Annotations
80
+
81
+ #### Annotation process
82
+
83
+ [More Information Needed]
84
+
85
+ #### Who are the annotators?
86
+
87
+ [More Information Needed]
88
+
89
+ ### Personal and Sensitive Information
90
+
91
+ [More Information Needed]
92
+
93
+ ## Considerations for Using the Data
94
+
95
+ ### Social Impact of Dataset
96
+
97
+ [More Information Needed]
98
+
99
+ ### Discussion of Biases
100
+
101
+ [More Information Needed]
102
+
103
+ ### Other Known Limitations
104
+
105
+ [More Information Needed]
106
+
107
+ ## Additional Information
108
+
109
+ ### Dataset Curators
110
+
111
+ [More Information Needed]
112
+
113
+ ### Licensing Information
114
+
115
+ [More Information Needed]
116
+
117
+ ### Citation Information
118
+
119
+ [More Information Needed]
120
+
121
+ ### Contributions
122
+
123
+ To cite as a whole, use the standard reference. If you use or reference individual resources, cite the references specific for these resources:
124
+
125
+ Standard reference:
126
+
127
+ Yvonne Adesam, Aleksandrs Berdicevskis, Felix Morger (2020): [SwedishGLUE – Towards a Swedish Test Set for Evaluating Natural Language Understanding Models] (https://gup.ub.gu.se/publication/299130?lang=sv)
128
+
129
+ Dataset references:
130
+
131
+ [More information needed]
132
+
133
+ Thanks to [Felix Morger](https://github.com/felixhultin) for adding this dataset.