aaditya commited on
Commit
61b5a74
1 Parent(s): bd89526

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -19,3 +19,29 @@ configs:
19
  - split: train
20
  path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - split: train
20
  path: data/train-*
21
  ---
22
+
23
+ Dataset from : DeepParliament: A Legal domain Benchmark & Dataset for Parliament Bills Prediction
24
+ https://aclanthology.org/2022.umios-1.8/
25
+
26
+ ```bibtex
27
+ @inproceedings{pal-2022-deepparliament,
28
+ title = "{D}eep{P}arliament: A Legal domain Benchmark {\&} Dataset for Parliament Bills Prediction",
29
+ author = "Pal, Ankit",
30
+ editor = "Han, Wenjuan and
31
+ Zheng, Zilong and
32
+ Lin, Zhouhan and
33
+ Jin, Lifeng and
34
+ Shen, Yikang and
35
+ Kim, Yoon and
36
+ Tu, Kewei",
37
+ booktitle = "Proceedings of the Workshop on Unimodal and Multimodal Induction of Linguistic Structures (UM-IoS)",
38
+ month = dec,
39
+ year = "2022",
40
+ address = "Abu Dhabi, United Arab Emirates (Hybrid)",
41
+ publisher = "Association for Computational Linguistics",
42
+ url = "https://aclanthology.org/2022.umios-1.8",
43
+ doi = "10.18653/v1/2022.umios-1.8",
44
+ pages = "73--81",
45
+ abstract = "This paper introduces DeepParliament, a legal domain Benchmark Dataset that gathers bill documents and metadata and performs various bill status classification tasks. The proposed dataset text covers a broad range of bills from 1986 to the present and contains richer information on parliament bill content. Data collection, detailed statistics and analyses are provided in the paper. Moreover, we experimented with different types of models ranging from RNN to pretrained and reported the results. We are proposing two new benchmarks: Binary and Multi-Class Bill Status classification. Models developed for bill documents and relevant supportive tasks may assist Members of Parliament (MPs), presidents, and other legal practitioners. It will help review or prioritise bills, thus speeding up the billing process, improving the quality of decisions and reducing the time consumption in both houses. Considering that the foundation of the country{''}s democracy is Parliament and state legislatures, we anticipate that our research will be an essential addition to the Legal NLP community. This work will be the first to present a Parliament bill prediction task. In order to improve the accessibility of legal AI resources and promote reproducibility, we have made our code and dataset publicly accessible at github.com/monk1337/DeepParliament.",
46
+ }
47
+ ```