Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,31 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
This
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
Common fields per line:
|
| 6 |
- subset: subset identifier
|
| 7 |
- text: primary text or concatenated inputs
|
| 8 |
- label: task type or class name
|
| 9 |
- answer: gold label (class id/name or boolean)
|
| 10 |
-
- meta: subset-specific metadata
|
| 11 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-classification
|
| 4 |
+
- token-classification
|
| 5 |
+
- zero-shot-classification
|
| 6 |
+
- fill-mask
|
| 7 |
+
language:
|
| 8 |
+
- ru
|
| 9 |
+
pretty_name: RusConText Bench Dataset
|
| 10 |
+
size_categories:
|
| 11 |
+
- 1K<n<10K
|
| 12 |
+
---
|
| 13 |
+
# RusConText Bench Dataset
|
| 14 |
|
| 15 |
+
This is the dataset used in the RusConText Benchmark for scoring.
|
| 16 |
+
|
| 17 |
+
Subsets:
|
| 18 |
+
- coref_anaph
|
| 19 |
+
- coref_np_coref
|
| 20 |
+
- disrpt
|
| 21 |
+
- ellipsis
|
| 22 |
+
- idiom_literal
|
| 23 |
+
- idiom_three_texts
|
| 24 |
+
- rudabank
|
| 25 |
|
| 26 |
Common fields per line:
|
| 27 |
- subset: subset identifier
|
| 28 |
- text: primary text or concatenated inputs
|
| 29 |
- label: task type or class name
|
| 30 |
- answer: gold label (class id/name or boolean)
|
| 31 |
+
- meta: subset-specific metadata
|
|
|