File size: 757 Bytes
dcaa338
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
The COPA-HR dataset (Choice of plausible alternatives in Croatian) 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 1000 premises 
(My body cast a shadow over the grass), each given a question (What is the cause?), 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 is split into 400 training samples, 100 validation samples, and 500 test samples. It includes the 
following features: 'premise', 'choice1', 'choice2', 'label', 'question', 'changed' (boolean).