CoolFace
Datasetpublic

overthelex/echr-verdict-free

Changelog v1.2 (2026-07-14) — added article_full: New non-breaking column article_full with protocol-aware ECHR codes (e.g. P1-1, P4-2, P7-4), recovered by re-parsing the HUDOC conclusion. The legacy article field collapsed protocol prefixes (article == "1" is Article 1 of Protocol 1 / property, not Convention Article 1; article == "4" conflates Convention Art 4 and Protocol 4). article is unchanged for continuity; rows that cannot be resolved fall back to it. 2524 rows carry a… See the full description on the dataset page: https://huggingface.co/datasets/overthelex/echr-verdict-free.

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes29downloads
Dataset Card

Changelog

v1.2 (2026-07-14) — added article_full:

  • —New non-breaking column article_full with protocol-aware ECHR codes (e.g. P1-1, P4-2, P7-4), recovered by re-parsing the HUDOC conclusion. The legacy article field collapsed protocol prefixes (article == "1" is Article 1 of Protocol 1 / property, not Convention Article 1; article == "4" conflates Convention Art 4 and Protocol 4). article is unchanged for continuity; rows that cannot be resolved fall back to it. 2524 rows carry a protocol code. Key per-article tests on `article_full`.

v1.1 (2026-07-03) — leakage audit and fixes (same pass as the livehrb-2k eval sets):

  • —Conclusion scrub: verdict-revealing sentences removed: 11,534 sentences across 10,057 rows (1,684 rows / 7.3% leaked the gold label for their own target article) (patterns like "there has been (a|no) violation of Article X", "the Court finds/concludes that there has been...", "unanimously, that..."). Affected rows carry a +conclusion_scrub suffix in verdict_removal_method; verdict_free_length / retention_percentage recomputed.
  • —Missing decision_date values backfilled from the HUDOC API (100% coverage now).

v1.0 — initial release.