suzanab commited on
Commit
dcaa338
1 Parent(s): d6f6dec

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ The COPA-HR dataset (Choice of plausible alternatives in Croatian) is a translation
2
+ of the English COPA dataset (https://people.ict.usc.edu/~gordon/copa.html) by following the
3
+ XCOPA dataset translation methodology (https://arxiv.org/abs/2005.00333). The dataset consists of 1000 premises
4
+ (My body cast a shadow over the grass), each given a question (What is the cause?), and two choices
5
+ (The sun was rising; The grass was cut), with a label encoding which of the choices is more plausible
6
+ given the annotator or translator (The sun was rising).
7
+
8
+ The dataset is split into 400 training samples, 100 validation samples, and 500 test samples. It includes the
9
+ following features: 'premise', 'choice1', 'choice2', 'label', 'question', 'changed' (boolean).