Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license:
|
9 |
+
- cc-by-nc-sa-4.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
source_datasets:
|
15 |
+
- extended
|
16 |
+
task_categories:
|
17 |
+
- text-generation
|
18 |
+
- fill-mask
|
19 |
+
task_ids:
|
20 |
+
- masked-language-modeling
|
21 |
+
pretty_name: LegalLAMA
|
22 |
+
configs:
|
23 |
+
- canadian_sections
|
24 |
+
- cjeu_terms
|
25 |
+
- contract_sections
|
26 |
+
- contract_types
|
27 |
+
- ecthr_articles
|
28 |
+
- ecthr_terms
|
29 |
+
- us_crimes
|
30 |
+
- us_terms
|
31 |
+
---
|
32 |
+
|
33 |
+
# Dataset Card for "LegalLAMA"
|
34 |
+
|
35 |
+
## Table of Contents
|
36 |
+
- [Dataset Description](#dataset-description)
|
37 |
+
- [Dataset Summary](#dataset-summary)
|
38 |
+
- [Dataset Specifications](#supported-tasks-and-leaderboards)
|
39 |
+
|
40 |
+
## Dataset Description
|
41 |
+
- **Homepage:** https://github.com/coastalcph/lexlms
|
42 |
+
- **Repository:** https://github.com/coastalcph/lexlms
|
43 |
+
- **Paper:** https://arxiv.org/abs/xxx
|
44 |
+
- **Point of Contact:** [Ilias Chalkidis](mailto:ilias.chalkidis@di.ku.dk)
|
45 |
+
|
46 |
+
### Dataset Summary
|
47 |
+
|
48 |
+
LegalLAMA is a diverse probing benchmark suite comprising 8 sub-tasks that aims to assess the acquaintance of legal knowledge that PLMs acquired in pre-training.
|
49 |
+
|
50 |
+
### Dataset Specifications
|
51 |
+
|
52 |
+
| Corpus | Corpus alias | Examples | Avg. Tokens | Labels |
|
53 |
+
|--------------------------------------|----------------------|-----------|-------------|--------|
|
54 |
+
| Criminal Code Sections (Canada) | `canadian_sections` | 321 | 72 | 144 |
|
55 |
+
| Legal Terminology (EU) | `cjeu_term` | 2,127 | 164 | 23 |
|
56 |
+
| Contractual Section Titles (US) | `contract_sections` | 1,527 | 85 | 20 |
|
57 |
+
| Contract Types (US) | `contract_types` | 1,089 | 150 | 15 |
|
58 |
+
| ECHR Articles (CoE) | `ecthr_articles` | 5,072 | 69 | 13 |
|
59 |
+
| Legal Terminology (CoE) | `ecthr_terms` | 6,803 | 97 | 250 |
|
60 |
+
| Crime Charges (US) | `us_crimes` | 4,518 | 118 | 59 |
|
61 |
+
| Legal Terminology (US) | `us_terms` | 5,829 | 308 | 7 |
|
62 |
+
|
63 |
+
### Citation
|
64 |
+
|
65 |
+
[*Ilias Chalkidis\*, Nicolas Garneau\*, Catalina E.C. Goanta, Daniel Martin Katz, and Anders Søgaard.*
|
66 |
+
*LeXFiles and LegalLAMA: Facilitating English Multinational Legal Language Model Development.*
|
67 |
+
*2022. In the Proceedings of the 61th Annual Meeting of the Association for Computational Linguistics. Toronto, Canada.*](https://aclanthology.org/xxx/)
|
68 |
+
```
|
69 |
+
@inproceedings{chalkidis-garneau-etal-2023-lexlms,
|
70 |
+
title = {{LeXFiles and LegalLAMA: Facilitating English Multinational Legal Language Model Development}},
|
71 |
+
author = "Chalkidis*, Ilias and
|
72 |
+
Garneau*, Nicolas and
|
73 |
+
Goanta, Catalina and
|
74 |
+
Katz, Daniel Martin and
|
75 |
+
Søgaard, Anders",
|
76 |
+
booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics",
|
77 |
+
month = june,
|
78 |
+
year = "2023",
|
79 |
+
address = "Toronto, Canada",
|
80 |
+
publisher = "Association for Computational Linguistics",
|
81 |
+
url = "https://aclanthology.org/xxx",
|
82 |
+
}
|
83 |
+
```
|