Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,61 @@
|
|
1 |
-
---
|
2 |
-
license: odc-by
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: odc-by
|
3 |
+
task_categories:
|
4 |
+
- summarization
|
5 |
+
- text-generation
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- legal
|
10 |
+
pretty_name: Common law court judgment summarization
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
+
---
|
14 |
+
# CLSum
|
15 |
+
|
16 |
+
![](https://img.shields.io/badge/version-v1.0-blue.svg)
|
17 |
+
![](https://img.shields.io/badge/language-ENG-lightgrey.svg)
|
18 |
+
[![](https://img.shields.io/badge/license-ODCBy-green.svg)](https://opendatacommons.org/licenses/by/1-0/)
|
19 |
+
[![](https://img.shields.io/badge/author-@sq-red.svg)](https://stevenlau6.github.io/)
|
20 |
+
|
21 |
+
|
22 |
+
CLSum is a dataset for common law court judgment summarization
|
23 |
+
|
24 |
+
CLSum covers court judgments from four common law jurisdictions: the United Kingdom, Canada, Australia, and Hong Kong SAR.
|
25 |
+
|
26 |
+
Paper <a href="https://arxiv.org/pdf/2403.04454.pdf">[PDF]</a>
|
27 |
+
|
28 |
+
|
29 |
+
## License
|
30 |
+
CLSum is licensed under [ODC-BY](https://opendatacommons.org/licenses/by/1-0/).
|
31 |
+
|
32 |
+
## Download
|
33 |
+
|
34 |
+
Download from Google Drive [link](https://drive.google.com/drive/folders/1qAUr1uUxTFhX6Uuceu8wR2Uhl_mQGs3T?usp=drive_link)
|
35 |
+
|
36 |
+
When using the CLSum dataset in a product or service, or including data in a redistribution, please cite the following paper:
|
37 |
+
|
38 |
+
```
|
39 |
+
@article{liu2024low,
|
40 |
+
title={Low-resource court judgment summarization for common law systems},
|
41 |
+
author={Liu, Shuaiqi and Cao, Jiannong and Li, Yicong and Yang, Ruosong and Wen, Zhiyuan},
|
42 |
+
journal={Information Processing \& Management},
|
43 |
+
volume={61},
|
44 |
+
number={5},
|
45 |
+
pages={103796},
|
46 |
+
year={2024},
|
47 |
+
publisher={Elsevier}
|
48 |
+
}
|
49 |
+
```
|
50 |
+
|
51 |
+
|
52 |
+
## FAQ
|
53 |
+
|
54 |
+
Q1: How to use this dataset?
|
55 |
+
|
56 |
+
A1: You can find four subsets named CLSum-UK, CLSum-CA, CLSum-AUS, and CLSumHK from four common law jurisdictions: the United Kingdom, Canada, Australia, and Hong Kong SAR. Each subset has train, validation, and test sets.
|
57 |
+
"src.txt" and "tgt.txt" files contain judgement doucments and corresponding target summaries.
|
58 |
+
|
59 |
+
Q2: Does each line of src.txt and tgt.txt files contain the source documents and the target summary, respectively?
|
60 |
+
|
61 |
+
A2: Yes
|