Commit
·
e601e93
1
Parent(s):
cdbe967
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: afl-3.0
|
3 |
+
|
4 |
+
annotations_creators:
|
5 |
+
- expert-generated
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
language_creators:
|
9 |
+
- expert-generated
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 50
|
14 |
+
---
|
15 |
+
|
16 |
+
# Dataset Card for echr_rational
|
17 |
+
|
18 |
+
|
19 |
+
### Dataset Summary
|
20 |
+
[Deconfounding Legal Judgment Prediction for European Court of Human
|
21 |
+
Rights Cases Towards Better Alignment with Experts](https://arxiv.org/pdf/2210.13836.pdf)
|
22 |
+
|
23 |
+
This work demonstrates that Legal Judgement Prediction systems without expert-informed adjustments can be vulnerable to shallow, distracting surface signals that arise from corpus construction, case distribution, and confounding factors. To mitigate this, we use domain expertise to strategically identify statistically predictive but legally irrelevant information. We adopt adversarial training to prevent the system from relying on it. We evaluate our deconfounded models by employing interpretability techniques and comparing to expert annotations. Quantitative experiments and qualitative analysis show that our deconfounded model consistently aligns better with expert rationales than baselines trained for prediction only. We further contribute a set of reference expert annotations to the validation and testing partitions of an existing benchmark dataset of European Court of Human Rights cases
|
24 |
+
|
25 |
+
### Languages
|
26 |
+
English
|
27 |
+
|
28 |
+
# Citation Information
|
29 |
+
|
30 |
+
@misc{https://doi.org/10.48550/arxiv.2210.13836,
|
31 |
+
doi = {10.48550/ARXIV.2210.13836},
|
32 |
+
|
33 |
+
url = {https://arxiv.org/abs/2210.13836},
|
34 |
+
|
35 |
+
author = {Santosh, T. Y. S. S and Xu, Shanshan and Ichim, Oana and Grabmair, Matthias},
|
36 |
+
|
37 |
+
keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
|
38 |
+
|
39 |
+
title = {Deconfounding Legal Judgment Prediction for European Court of Human Rights Cases Towards Better Alignment with Experts},
|
40 |
+
|
41 |
+
publisher = {arXiv},
|
42 |
+
|
43 |
+
year = {2022},
|
44 |
+
|
45 |
+
copyright = {Creative Commons Attribution 4.0 International}
|
46 |
+
}
|
47 |
+
|