Datasets:

Modalities:
Tabular
Text
Formats:
json
Languages:
Serbian
ArXiv:
Libraries:
Datasets
pandas
License:
5roop commited on
Commit
fc5e44e
1 Parent(s): c5f7f95

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - sr
5
+ task_categories:
6
+ - text-classification
7
+ size_categories:
8
+ - n<1K
9
+ configs:
10
+ - config_name: default
11
+ data_files:
12
+ - split: train
13
+ path: "train.lat.jsonl"
14
+ - split: test
15
+ path: "test.lat.jsonl"
16
+ - split: dev
17
+ path: "val.lat.jsonl"
18
+ ---
19
+ # COPA_SR_lat
20
+
21
+ 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), transliterated into Latin script.
22
+
23
+ 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).
24
+
25
+ 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.
26
+
27
+ Translation of the dataset was performed by the [ReLDI Centre Belgrade ](https://reldi.spur.uzh.ch/).