Datasets:

Languages:
English
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?

Athens University of Economics and Business - NLP Group org

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
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment