English
amant555 commited on
Commit
8b71aaa
·
verified ·
1 Parent(s): 5d846a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - opennyaiorg/InRhetoricalRoles
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # Github
10
+ The model can be accessed via our library: [https://github.com/OpenNyAI/Opennyai](https://github.com/OpenNyAI/Opennyai)
11
+
12
+ # Paper details
13
+ [ Corpus for Automatic Structuring of Legal Documents](https://aclanthology.org/2022.lrec-1.470)
14
+
15
+ ## Author - Publication
16
+
17
+ ```
18
+ @InProceedings{kalamkar-EtAl:2022:LREC,
19
+ author = {Kalamkar, Prathamesh and Tiwari, Aman and Agarwal, Astha and Karn, Saurabh and Gupta, Smita and Raghavan, Vivek and Modi, Ashutosh},
20
+ title = {Corpus for Automatic Structuring of Legal Documents},
21
+ booktitle = {Proceedings of the Language Resources and Evaluation Conference},
22
+ month = {June},
23
+ year = {2022},
24
+ address = {Marseille, France},
25
+ publisher = {European Language Resources Association},
26
+ pages = {4420--4429},
27
+ abstract = {In populous countries, pending legal cases have been growing exponentially. There is a need for developing techniques for processing and organizing legal documents. In this paper, we introduce a new corpus for structuring legal documents. In particular, we introduce a corpus of legal judgment documents in English that are segmented into topical and coherent parts. Each of these parts is annotated with a label coming from a list of pre-defined Rhetorical Roles. We develop baseline models for automatically predicting rhetorical roles in a legal document based on the annotated corpus. Further, we show the application of rhetorical roles to improve performance on the tasks of summarization and legal judgment prediction. We release the corpus and baseline model code along with the paper.},
28
+ url = {https://aclanthology.org/2022.lrec-1.470}
29
+ }
30
+
31
+ ```