Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
Macedonian
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,798 Bytes
6102e06
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c108b46
 
6fb40fc
c108b46
 
6fb40fc
 
 
 
06dbe47
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
license: cc-by-sa-4.0
language:
  - mk
task_categories:
- text-classification
size_categories:
- n<1K
configs:
- config_name: default
  data_files:
  - split: train
    path: "train.jsonl"
  - split: test
    path: "test.jsonl"
  - split: dev
    path: "val.jsonl"
---

# COPA-MK

The [COPA-MK dataset](http://hdl.handle.net/11356/1687) (Choice of plausible alternatives in Macedonian) is a translation of the [English COPA dataset ]https://people.ict.usc.edu/~gordon/copa.html) by following the [XCOPA dataset translation methodology](https://arxiv.org/abs/2005.00333).

The dataset consists of 1,000 premises (My body cast a shadow over the grass), each given a question (What is the cause? / What happened as a result?), and two choices (The sun was rising; The grass was cut), with a label encoding which of the choices is more plausible given the annotator or translator (The sun was rising).

The dataset follows the same format as the [Croatian COPA-HR dataset](http://hdl.handle.net/11356/1404). It is split into training (400 instances), validation (100 instances) and test (500 instances) JSONL files.

Translation quality was ensured with the help of the [ReLDI Centre Belgrade ](https://reldi.spur.uzh.ch).


# Authors:

* Ljubešić, Nikola
* Koloski, Boshko
* Zdravkovska, Kristina
* Samardžić, Tanja 

# Citation information

```
 @misc{11356/1687,
 title = {Choice of plausible alternatives dataset in Macedonian {COPA}-{MK}},
 author = {Ljube{\v s}i{\'c}, Nikola and Koloski, Boshko and Zdravkovska, Kristina and Kuzman, Taja},
 url = {http://hdl.handle.net/11356/1687},
 note = {Slovenian language resource repository {CLARIN}.{SI}},
 copyright = {Creative Commons - Attribution-{ShareAlike} 4.0 International ({CC} {BY}-{SA} 4.0)},
 issn = {2820-4042},
 year = {2022} }
```