Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
Serbian
ArXiv:
Libraries:
Datasets
pandas
License:
5roop commited on
Commit
89b8771
·
1 Parent(s): 8654ad6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,10 +17,10 @@ configs:
17
  path: "val.jsonl"
18
  ---
19
 
20
- 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).
21
 
22
  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).
23
 
24
- 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.
25
 
26
- Translation quality was ensured with the help of the [ReLDI Centre Belgrade ](https://reldi.spur.uzh.ch).
 
17
  path: "val.jsonl"
18
  ---
19
 
20
+ The COPA-SR dataset (Choice of plausible alternatives in Serbian) 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).
21
 
22
  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).
23
 
24
+ The dataset follows the same format as the [Croatian COPA-HR dataset ](http://hdl.handle.net/11356/1404) and [Macedonian COPA-MK dataset ](http://hdl.handle.net/11356/1687). It is split into training (400 instances), validation (100 instances) and test (500 instances) JSONL files.
25
 
26
+ Translation of the dataset was performed by the [ReLDI Centre Belgrade ](https://reldi.spur.uzh.ch/).