Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Size:
10K - 100K
ArXiv:
License:
Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: ScalaClassification
|
| 2 |
+
description: 'ScaLa a linguistic acceptability dataset for the mainland Scandinavian
|
| 3 |
+
languages automatically constructed from dependency annotations in Universal Dependencies
|
| 4 |
+
Treebanks. Published as part of ''ScandEval: A Benchmark for Scandinavian Natural
|
| 5 |
+
Language Processing'''
|
| 6 |
+
evaluation_framework: mteb
|
| 7 |
+
tasks:
|
| 8 |
+
- id: ScalaClassification
|
| 9 |
+
- id: ScalaClassification_Danish_test
|
| 10 |
+
config: Danish
|
| 11 |
+
split: test
|
| 12 |
+
- id: ScalaClassification_Norwegian_b_test
|
| 13 |
+
config: Norwegian_b
|
| 14 |
+
split: test
|
| 15 |
+
- id: ScalaClassification_Norwegian_n_test
|
| 16 |
+
config: Norwegian_n
|
| 17 |
+
split: test
|
| 18 |
+
- id: ScalaClassification_Swedish_test
|
| 19 |
+
config: Swedish
|
| 20 |
+
split: test
|