nsi319 commited on
Commit
909f5c9
1 Parent(s): ca758b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -1,10 +1,18 @@
1
- --
2
- datasets:
3
- - sec-litigations
4
- tags:
5
- - summarization
6
-
7
  ---
8
 
9
- ## LED for legal document summarization
10
- This is Longformer Encoder Decoder [led-base-16384] model for the legal domain, trained for long document abstractive summarization task.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
 
3
+ ## LED for legal domain
4
+ This is Longformer Encoder Decoder [led-base-16384] model for the legal domain, trained for long document abstractive summarization task.
5
+
6
+ ## Training data
7
+
8
+ The legal-led-base-16384 model was trained on [sec-litigation-releases](https://www.sec.gov/litigation/litreleases.htm) dataset consisting more than 4000 litigation releases and complaints.
9
+
10
+ ## Evaluation results
11
+
12
+ When the model is used for summarizing legal documents, achieves the following results:
13
+
14
+ Test results :
15
+
16
+ | Model | Rouge1-Precision | Rouge1-Fmeasure
17
+ |:-----:|:-----:|:-----:|:-----:|
18
+ | legal-led-base-16384 | |58.78 |55.3|