Datasets:
sxu
/

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Tags:
legal
Libraries:
Datasets
pandas
License:
sxu commited on
Commit
dec9d84
1 Parent(s): 1971d7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -1,3 +1,45 @@
1
  ---
2
  license: afl-3.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: afl-3.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - legal
7
+ size_categories:
8
+ - n<1K
9
  ---
10
+
11
+
12
+ # Dataset Card for VECHR
13
+ ### Dataset Summary
14
+ [From Dissonance to Insights: Dissecting Disagreements in Rationale Construction for Case Outcome Classification](https://arxiv.org/pdf/2310.11878.pdf)
15
+
16
+ In legal NLP, Case Outcome Classification (COC) must not only be accurate but also trustworthy and explainable. Existing work in explainable COC has been limited to annotations by a single expert. However, it is well-known that lawyers may disagree in their assessment of case facts. We hence collect a novel dataset RaVE: Rationale Variation in ECHR, which is obtained from two experts in the domain of international human rights law, for whom we observe weak agreement. We study their disagreements and build a two-level task-independent taxonomy, supplemented with COC-specific subcategories. To our knowledge, this is the first work in the legal NLP that focuses on human label variation. We quantitatively assess different taxonomy categories and find that disagreements mainly stem from underspecification of the legal context, which poses challenges given the typically limited granularity and noise in COC metadata. We further assess the explainablility of state-of-the-art COC models on RaVE and observe limited agreement between models and experts. Overall, our case study reveals hitherto underappreciated complexities in creating benchmark datasets in legal NLP that revolve around identifying aspects of a case’s facts supposedly relevant for its outcome.
17
+
18
+ ### Languages
19
+ English
20
+
21
+ # Citation Information
22
+
23
+ @inproceedings{xu-etal-2023-dissonance,
24
+ title = "From Dissonance to Insights: Dissecting Disagreements in Rationale Construction for Case Outcome Classification",
25
+ author = "Xu, Shanshan and
26
+ T.y.s.s, Santosh and
27
+ Ichim, Oana and
28
+ Risini, Isabella and
29
+ Plank, Barbara and
30
+ Grabmair, Matthias",
31
+ editor = "Bouamor, Houda and
32
+ Pino, Juan and
33
+ Bali, Kalika",
34
+ booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
35
+ month = dec,
36
+ year = "2023",
37
+ address = "Singapore",
38
+ publisher = "Association for Computational Linguistics",
39
+ url = "https://aclanthology.org/2023.emnlp-main.594",
40
+ doi = "10.18653/v1/2023.emnlp-main.594",
41
+ pages = "9558--9576",
42
+ abstract = "In legal NLP, Case Outcome Classification (COC) must not only be accurate but also trustworthy and explainable. Existing work in explainable COC has been limited to annotations by a single expert. However, it is well-known that lawyers may disagree in their assessment of case facts. We hence collect a novel dataset RaVE: Rationale Variation in ECHR, which is obtained from two experts in the domain of international human rights law, for whom we observe weak agreement. We study their disagreements and build a two-level task-independent taxonomy, supplemented with COC-specific subcategories. To our knowledge, this is the first work in the legal NLP that focuses on human label variation. We quantitatively assess different taxonomy categories and find that disagreements mainly stem from underspecification of the legal context, which poses challenges given the typically limited granularity and noise in COC metadata. We further assess the explainablility of state-of-the-art COC models on RaVE and observe limited agreement between models and experts. Overall, our case study reveals hitherto underappreciated complexities in creating benchmark datasets in legal NLP that revolve around identifying aspects of a case{'}s facts supposedly relevant for its outcome.",
43
+
44
+
45
+ }