CJWeiss commited on
Commit
04e614d
·
verified ·
1 Parent(s): 72badc2

Finally the correct README.md format (final commit)

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: billsum
4
+ data_files:
5
+ - split: train
6
+ path: "billsum/train.jsonl"
7
+ - split: validation
8
+ path: "billsum/validation.jsonl"
9
+ - split: test
10
+ path: "billsum/test.jsonl"
11
+ - config_name: eurlexsum
12
+ data_files:
13
+ - split: train
14
+ path: "eurlexsum/train.jsonl"
15
+ - split: validation
16
+ path: "eurlexsum/validation.jsonl"
17
+ - split: test
18
+ path: "eurlexsum/test.jsonl"
19
+ - config_name: govreport
20
+ data_files:
21
+ - split: train
22
+ path: "govreport/train.jsonl"
23
+ - split: validation
24
+ path: "govreport/validation.jsonl"
25
+ - split: test
26
+ path: "govreport/test.jsonl"
27
+ - config_name: multilong
28
+ data_files:
29
+ - split: train
30
+ path: "multilong/train.jsonl"
31
+ - split: validation
32
+ path: "multilong/validation.jsonl"
33
+ - split: test
34
+ path: "multilong/test.jsonl"
35
+ - config_name: multishort
36
+ data_files:
37
+ - split: train
38
+ path: "multishort/train.jsonl"
39
+ - split: validation
40
+ path: "multishort/validation.jsonl"
41
+ - split: test
42
+ path: "multishort/test.jsonl"
43
+ - config_name: multitiny
44
+ data_files:
45
+ - split: train
46
+ path: "multitiny/train.jsonl"
47
+ - split: validation
48
+ path: "multitiny/validation.jsonl"
49
+ - split: test
50
+ path: "multitiny/test.jsonl"
51
+ - config_name: inabs
52
+ data_files:
53
+ - split: train
54
+ path: "inabs/train.jsonl"
55
+ - split: validation
56
+ path: "inabs/validation.jsonl"
57
+ - split: test
58
+ path: "inabs/test.jsonl"
59
+ - config_name: ukabs
60
+ data_files:
61
+ - split: train
62
+ path: "ukabs/train.jsonl"
63
+ - split: validation
64
+ path: "ukabs/validation.jsonl"
65
+ - split: test
66
+ path: "ukabs/test.jsonl"
67
+ ---
68
+
69
+ # LexSumm Benchmark
70
+
71
+ The LexSumm Benchmark contains 8 datasets from various juresdictions such as the US, UK, EU, and India. Each dataset adheres to the same format with columns: `input`, `output`, and `id`. Below are brief descriptions of the individual datasets included in **LexSumm**, as well as the links to the individual datasets:
72
+
73
+ - **[BillSum](https://huggingface.co/datasets/CJWeiss/billsum_id_rename)**: US Congressional bills with summaries by the Congressional Research Service.
74
+ - **[InAbs](https://huggingface.co/datasets/CJWeiss/inabs_id_rename)**: Indian Supreme Court cases with headnotes as summaries.
75
+ - **[UKAbs](https://huggingface.co/datasets/CJWeiss/ukabs_id_rename)**: UK Supreme Court judgments with official press summaries.
76
+ - **[EurLexSum](https://huggingface.co/datasets/CJWeiss/eurlexsum_id_rename)**: Summaries of enforced EU legislation from the EUR-Lex platform.
77
+ - **[GovReport](https://huggingface.co/datasets/CJWeiss/govreport_id_rename)**: U.S. Government Accountability Office reports with expert-written summaries.
78
+ - **[MultiLexSum-Long](https://huggingface.co/datasets/CJWeiss/multilong_id_rename)**: Multi-paragraph summaries of U.S. civil rights lawsuits.
79
+ - **[MultiLexSum-Short](https://huggingface.co/datasets/CJWeiss/multishort_id_rename)**: Single-paragraph summaries of civil rights lawsuits.
80
+ - **[MultiLexSum-Tiny](https://huggingface.co/datasets/CJWeiss/multitiny_id_rename)**: One-sentence summaries of civil rights lawsuits in Twitter-like format.