azminetoushikwasi
commited on
Commit
•
c41e38c
1
Parent(s):
5b217f3
Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,13 @@ language:
|
|
4 |
- en
|
5 |
---
|
6 |
|
|
|
7 |
# Exploring Possibilities of AI-Powered Legal Assistance in Bangladesh through Large Language Modeling
|
8 |
-
- Authors: Wahid Faisal, Mst Rafia Islam,
|
9 |
-
-
|
10 |
- The `GPT2-UKIL-EN` model is freely available in Hugging Face with DOI: [**10.57967/hf/3233**](https://doi.org/10.57967/hf/3233) with `ciol-research/GPT2-UKILv1`.
|
|
|
|
|
11 |
---
|
12 |
|
13 |
**Abstract:** Bangladesh's legal system struggles with major challenges like delays, complexity, high costs, and millions of unresolved cases, which deter many from pursuing legal action due to lack of knowledge or financial constraints. This research seeks to develop a specialized Large Language Model (LLM) to assist in the Bangladeshi legal system.
|
@@ -21,10 +24,13 @@ Our work represents the first structured effort toward building an AI-based lega
|
|
21 |
|
22 |
#### **Cite as**:
|
23 |
```
|
24 |
-
@misc{
|
25 |
title={Exploring Possibilities of AI-Powered Legal Assistance in Bangladesh through Large Language Modeling},
|
26 |
-
author={Wahid Faisal and Mst Rafia Islam and
|
27 |
year={2024},
|
28 |
-
|
|
|
|
|
|
|
29 |
}
|
30 |
```
|
|
|
4 |
- en
|
5 |
---
|
6 |
|
7 |
+
|
8 |
# Exploring Possibilities of AI-Powered Legal Assistance in Bangladesh through Large Language Modeling
|
9 |
+
- Authors: Azmine Toushik Wasi, Wahid Faisal, Mst Rafia Islam, Mahathir M Bappy
|
10 |
+
- arXiv : https://arxiv.org/abs/2410.17210
|
11 |
- The `GPT2-UKIL-EN` model is freely available in Hugging Face with DOI: [**10.57967/hf/3233**](https://doi.org/10.57967/hf/3233) with `ciol-research/GPT2-UKILv1`.
|
12 |
+
- The `UKIL-DB-EN` dataset is freely available in Hugging Face with DOI: [**10.57967/hf/3235**](https://doi.org/10.57967/hf/3235) with `ciol-research/UKIL-DB-EN`.
|
13 |
+
|
14 |
---
|
15 |
|
16 |
**Abstract:** Bangladesh's legal system struggles with major challenges like delays, complexity, high costs, and millions of unresolved cases, which deter many from pursuing legal action due to lack of knowledge or financial constraints. This research seeks to develop a specialized Large Language Model (LLM) to assist in the Bangladeshi legal system.
|
|
|
24 |
|
25 |
#### **Cite as**:
|
26 |
```
|
27 |
+
@misc{wasi2024exploringpossibilitiesaipoweredlegal,
|
28 |
title={Exploring Possibilities of AI-Powered Legal Assistance in Bangladesh through Large Language Modeling},
|
29 |
+
author={Azmine Toushik Wasi and Wahid Faisal and Mst Rafia Islam and Mahathir Mohammad Bappy},
|
30 |
year={2024},
|
31 |
+
eprint={2410.17210},
|
32 |
+
archivePrefix={arXiv},
|
33 |
+
primaryClass={cs.CL},
|
34 |
+
url={https://arxiv.org/abs/2410.17210},
|
35 |
}
|
36 |
```
|