holylovenia
commited on
Commit
·
e22344b
1
Parent(s):
5537d57
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- tax-court-verdict
|
4 |
+
language:
|
5 |
+
- ind
|
6 |
+
---
|
7 |
+
|
8 |
+
Predicting the outcome or the probability of winning a legal case has always been highly attractive in legal sciences and practice.
|
9 |
+
Hardly any dataset has been developed to analyze and accelerate the research of court verdict analysis.
|
10 |
+
Find out what factor affects the outcome of tax court verdict using Natural Language Processing.
|
11 |
+
|
12 |
+
|
13 |
+
## Dataset Usage
|
14 |
+
|
15 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
16 |
+
|
17 |
+
## Citation
|
18 |
+
|
19 |
+
``` @misc{wibisono2022indotacos,
|
20 |
+
title = {IndoTacos},
|
21 |
+
howpublished = {\url{https://www.kaggle.com/datasets/christianwbsn/indonesia-tax-court-verdict}},
|
22 |
+
note = {Accessed: 2022-09-22}
|
23 |
+
}
|
24 |
+
```
|
25 |
+
|
26 |
+
## License
|
27 |
+
|
28 |
+
Creative Common Attribution Share-Alike 4.0 International
|
29 |
+
|
30 |
+
## Homepage
|
31 |
+
|
32 |
+
### NusaCatalogue
|
33 |
+
|
34 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|