sxu commited on
Commit
c5682dd
·
verified ·
1 Parent(s): 6c609e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -11
README.md CHANGED
@@ -10,20 +10,28 @@ size_categories:
10
 
11
  # Dataset Card for VECHR
12
  ### Dataset Summary
13
- [Through the Lens of Split Vote: Exploring Disagreement, Difficulty and
14
- Calibration in Legal Case Outcome Classification](https://aclanthology.org/2023.emnlp-main.718/)
15
 
16
  Recognizing vulnerability is crucial for understanding and implementing targeted support to empower individuals in need. This is especially important at the European Court of Human Rights (ECtHR), where the court adapts Convention standards to meet actual individual needs and thus to ensure effective human rights protection. However, the concept of vulnerability remains elusive at the ECtHR and no prior NLP research has dealt with it. To enable future research in this area, we present VECHR, a novel expert-annotated multi-label dataset comprising of vulnerability type classification and explanation rationale. We benchmark the performance of state-of-the-art models on VECHR from both prediction and explainability perspective. Our results demonstrate the challenging nature of task with lower prediction performance and limited agreement between models and experts. Further, we analyze the robustness of these models in dealing with out-of-domain (OOD) data and observe overall limited performance. Our dataset poses unique challenges offering a significant room for improvement regarding performance, explainability and robustness.
17
 
18
- ### Languages
19
- English
20
 
21
  # Citation Information
22
 
23
- @article{xu2024through,
24
- title={Through the Lens of Split Vote: Exploring Disagreement, Difficulty and Calibration in Legal Case Outcome Classification},
25
- author={Xu, Shanshan and Santosh, TYS and Ichim, Oana and Plank, Barbara and Grabmair, Matthias},
26
- journal={arXiv preprint arXiv:2402.07214},
27
- year={2024}
28
- }
29
- }
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  # Dataset Card for VECHR
12
  ### Dataset Summary
13
+ [VECHR: A Dataset for Explainable and Robust Classification of Vulnerability Type in the European Court of Human Rights](https://aclanthology.org/2023.emnlp-main.718/)
14
+
15
 
16
  Recognizing vulnerability is crucial for understanding and implementing targeted support to empower individuals in need. This is especially important at the European Court of Human Rights (ECtHR), where the court adapts Convention standards to meet actual individual needs and thus to ensure effective human rights protection. However, the concept of vulnerability remains elusive at the ECtHR and no prior NLP research has dealt with it. To enable future research in this area, we present VECHR, a novel expert-annotated multi-label dataset comprising of vulnerability type classification and explanation rationale. We benchmark the performance of state-of-the-art models on VECHR from both prediction and explainability perspective. Our results demonstrate the challenging nature of task with lower prediction performance and limited agreement between models and experts. Further, we analyze the robustness of these models in dealing with out-of-domain (OOD) data and observe overall limited performance. Our dataset poses unique challenges offering a significant room for improvement regarding performance, explainability and robustness.
17
 
 
 
18
 
19
  # Citation Information
20
 
21
+ @inproceedings{xu-etal-2023-vechr,
22
+ title = "{VECHR}: A Dataset for Explainable and Robust Classification of Vulnerability Type in the {E}uropean Court of Human Rights",
23
+ author = "Xu, Shanshan and
24
+ Staufer, Leon and
25
+ T.y.s.s, Santosh and
26
+ Ichim, Oana and
27
+ Heri, Corina and
28
+ Grabmair, Matthias",
29
+ booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
30
+ month = dec,
31
+ year = "2023",
32
+ address = "Singapore",
33
+ publisher = "Association for Computational Linguistics",
34
+ url = "https://aclanthology.org/2023.emnlp-main.718",
35
+ doi = "10.18653/v1/2023.emnlp-main.718",
36
+ pages = "11738--11752",
37
+ }