File size: 1,691 Bytes
a4e110a a24ed5c a4e110a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | ---
pretty_name: ECHR Case-Linked Guide Diffs
language:
- en
tags:
- legal
- echr
- temporal
- retrieval
- editing
- dataset-creation
size_categories:
- 1K<n<10K
---
# Dataset Card for ECHR Case-Linked Guide Diffs
## Dataset Summary
This dataset links case-level citation changes in ECHR guides to localized guide-body transitions, including section references and before/after paragraph text.
It is intended as a modeling-ready derived layer for tasks such as:
- guide-update retrieval
- section localization
- edit-type prediction
- constrained paragraph rewriting
## Dataset Structure
Main files:
- `case_linked_guide_diffs.csv`: case-level linked transitions
- `case_linked_guide_diffs.json`: JSON export of the same
- `case_linked_guide_diff_paragraphs.csv`: paragraph-level linked transitions
- `case_linked_guide_diff_paragraphs.json`: JSON export of the same
- `case_linked_guide_diffs_report.json`: coverage and linkage summary
## Dataset Statistics
- case-level rows: `1004`
- paragraph-level rows: `1537`
- linked case rows: `843`
- unlinked rows with existing transition pairs: `161`
- missing transition pairs: `0`
## Intended Use
This dataset is intended for:
- retrieving the guide section affected by a case
- predicting where a case should be inserted into a guide
- classifying whether an edit is an addition, removal, or revision
- constructing small-scale guide-update generation prototypes
## Provenance
Derived from:
- `lexgenie/echr-guide-citation-diffs`
- `lexgenie/echr-guide-case-catalog`
- guide-body transition parsing and paragraph alignment
This dataset should be treated as a derived body-context layer over the original citation-diff corpus.
|