Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Alleged violations vs. judged violations
#4
by
CV
- opened
The dataset has a field
labels: (List[str]) The ECHR articles under discussion (Allegedly violated articles); or the allegedly violated ECHR articles that found to be violated by the court (judges).
The value of the field is just a list of (string) integers:
"labels": ["14", "10", "9", "36"],
How to distinguish between alleged and actual violations?
Hello,
You can load the dataset via two different configurations:
dataset = load_dataset('AUEB-NLP/ecthr_cases', 'alleged-violation-prediction')
and
dataset = load_dataset('AUEB-NLP/ecthr_cases', 'violation-prediction')
These two represent two different sets of labels as described here: https://huggingface.co/datasets/AUEB-NLP/ecthr_cases#supported-tasks-and-leaderboards
kiddothe2b
changed discussion status to
closed