Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
natural-language-inference
Languages:
Croatian
Size:
1K - 10K
ArXiv:
License:
Commit
•
f3f3a47
1
Parent(s):
7d5857f
Fix task tags (#2)
Browse files- Fix task tags (2165ff02ef5762f89ec3ad196b31bdfb091e3b54)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -1,20 +1,16 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- hr
|
4 |
-
|
5 |
license:
|
6 |
- cc-by-sa-4.0
|
7 |
-
|
8 |
task_categories:
|
9 |
- text-classification
|
10 |
-
|
11 |
task_ids:
|
12 |
- natural-language-inference
|
13 |
-
|
14 |
- causal-reasoning
|
|
|
15 |
- commonsense-reasoning
|
16 |
-
|
17 |
-
|
18 |
---
|
19 |
The COPA-HR dataset (Choice of plausible alternatives in Croatian) is a translation
|
20 |
of the English COPA dataset (https://people.ict.usc.edu/~gordon/copa.html) by following the
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- hr
|
|
|
4 |
license:
|
5 |
- cc-by-sa-4.0
|
|
|
6 |
task_categories:
|
7 |
- text-classification
|
|
|
8 |
task_ids:
|
9 |
- natural-language-inference
|
10 |
+
tags:
|
11 |
- causal-reasoning
|
12 |
+
- textual-entailment
|
13 |
- commonsense-reasoning
|
|
|
|
|
14 |
---
|
15 |
The COPA-HR dataset (Choice of plausible alternatives in Croatian) is a translation
|
16 |
of the English COPA dataset (https://people.ict.usc.edu/~gordon/copa.html) by following the
|