dokato commited on
Commit
ec85bb6
1 Parent(s): 5b480e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -135,6 +135,8 @@ configs:
135
  path: Swedish/val-*
136
  ---
137
 
 
 
138
  Multilingual version of nordic languages dataset for linguistic acceptability classification.
139
 
140
  See versions for:
@@ -145,3 +147,22 @@ See versions for:
145
  - Danish: https://huggingface.co/datasets/mteb/scala_da_classification
146
 
147
  Reference: https://aclanthology.org/2023.nodalida-1.20/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  path: Swedish/val-*
136
  ---
137
 
138
+ ## ScandEval
139
+
140
  Multilingual version of nordic languages dataset for linguistic acceptability classification.
141
 
142
  See versions for:
 
147
  - Danish: https://huggingface.co/datasets/mteb/scala_da_classification
148
 
149
  Reference: https://aclanthology.org/2023.nodalida-1.20/
150
+
151
+
152
+ Cite:
153
+ ```
154
+ @inproceedings{nielsen-2023-scandeval,
155
+ title = "{S}cand{E}val: A Benchmark for {S}candinavian Natural Language Processing",
156
+ author = "Nielsen, Dan",
157
+ editor = {Alum{\"a}e, Tanel and
158
+ Fishel, Mark},
159
+ booktitle = "Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa)",
160
+ month = may,
161
+ year = "2023",
162
+ address = "T{\'o}rshavn, Faroe Islands",
163
+ publisher = "University of Tartu Library",
164
+ url = "https://aclanthology.org/2023.nodalida-1.20",
165
+ pages = "185--201",
166
+ abstract = "This paper introduces a Scandinavian benchmarking platform, ScandEval, which can benchmark any pretrained model on four different tasks in the Scandinavian languages. The datasets used in two of the tasks, linguistic acceptability and question answering, are new. We develop and release a Python package and command-line interface, scandeval, which can benchmark any model that has been uploaded to the Hugging Face Hub, with reproducible results. Using this package, we benchmark more than 80 Scandinavian or multilingual models and present the results of these in an interactive online leaderboard, as well as provide an analysis of the results. The analysis shows that there is substantial cross-lingual transfer among the the Mainland Scandinavian languages (Danish, Swedish and Norwegian), with limited cross-lingual transfer between the group of Mainland Scandinavian languages and the group of Insular Scandinavian languages (Icelandic and Faroese). The benchmarking results also show that the investment in language technology in Norway and Sweden has led to language models that outperform massively multilingual models such as XLM-RoBERTa and mDeBERTaV3. We release the source code for both the package and leaderboard.",
167
+ }
168
+ ```