Datasets:
shamotskyi
commited on
Commit
•
e227e95
1
Parent(s):
922d685
Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,25 @@ configs:
|
|
6 |
path: "WhichWordWrongCatTask.jsonl"
|
7 |
- split: fewshot
|
8 |
path: "WhichWordWrongCatTask-fewshot.jsonl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
path: "WhichWordWrongCatTask.jsonl"
|
7 |
- split: fewshot
|
8 |
path: "WhichWordWrongCatTask-fewshot.jsonl"
|
9 |
+
language:
|
10 |
+
- uk
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
+
license: cc-by-nc-4.0
|
14 |
+
annotations_creators:
|
15 |
+
- machine-generated
|
16 |
+
multilinguality:
|
17 |
+
- monolingual
|
18 |
+
task_ids:
|
19 |
+
- multiple-choice-qa
|
20 |
---
|
21 |
+
|
22 |
+
# Dataset Card for LMES-cats_mc (Eval-UA-tion benchmark)
|
23 |
+
|
24 |
+
This dataset (described in paper **TODO**) part of the LMES (LMentry-static-UA) set of tasks of the Eval-UA-tion benchmark, which aims to evaluate (L)LMs' Ukrainian language skills.
|
25 |
+
|
26 |
+
The LMES dataset is inspired by the (awesome!) LMentry benchmark ([aviaefrat/lmentry](https://github.com/aviaefrat/lmentry/)).
|
27 |
+
|
28 |
+
LMES-cats_mc asks which of the words doesn't belong with the rest (e.g. head, foot, arm, finger, postmodernism).
|
29 |
+
|
30 |
+
A better description will follow.
|