Update README.md
Browse files
README.md
CHANGED
|
@@ -23,3 +23,94 @@ configs:
|
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
---
|
| 26 |
+
# US-LegalKit
|
| 27 |
+
|
| 28 |
+
This dataset consists of all state supreme court verdicts from 1845 - 2024. This does not include New York where the appellate court is the highest division. This is in progress as a separate batch.
|
| 29 |
+
|
| 30 |
+
A version will be uploaded ASAP with the actual docuemnt content as well.
|
| 31 |
+
|
| 32 |
+
### TODO
|
| 33 |
+
|
| 34 |
+
[x] State Supreme Court verdicts
|
| 35 |
+
[x] US Federal Code
|
| 36 |
+
[] State Code
|
| 37 |
+
[] US Federal Supreme Court verdicts
|
| 38 |
+
[] New York Appellate court verdicts
|
| 39 |
+
[] Add complete documents to US Federal Code
|
| 40 |
+
[] Add complete documents to State Supreme Court verdicts
|
| 41 |
+
[] Conversational Dataset
|
| 42 |
+
[] Judge Dataset
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
# Current Distribution
|
| 46 |
+
|
| 47 |
+
state
|
| 48 |
+
oklahoma 33709
|
| 49 |
+
pennsylvania 24980
|
| 50 |
+
georgia 20706
|
| 51 |
+
alabama 19081
|
| 52 |
+
montana 19044
|
| 53 |
+
arkansas 16811
|
| 54 |
+
nebraska 16060
|
| 55 |
+
iowa 16044
|
| 56 |
+
florida 16033
|
| 57 |
+
west-virginia 15416
|
| 58 |
+
louisiana 15263
|
| 59 |
+
delaware 14792
|
| 60 |
+
mississippi 14642
|
| 61 |
+
minnesota 14511
|
| 62 |
+
north-dakota 13364
|
| 63 |
+
north-carolina 12541
|
| 64 |
+
kansas 12173
|
| 65 |
+
washington 12079
|
| 66 |
+
wisconsin 11996
|
| 67 |
+
wyoming 11878
|
| 68 |
+
illinois 11087
|
| 69 |
+
massachusetts 10996
|
| 70 |
+
colorado 10945
|
| 71 |
+
south-carolina 10620
|
| 72 |
+
indiana 10583
|
| 73 |
+
maine 9758
|
| 74 |
+
hawaii 9624
|
| 75 |
+
oregon 9113
|
| 76 |
+
rhode-island 9051
|
| 77 |
+
missouri 8625
|
| 78 |
+
new-jersey 8565
|
| 79 |
+
vermont 8445
|
| 80 |
+
connecticut 8096
|
| 81 |
+
michigan 8059
|
| 82 |
+
kentucky 8044
|
| 83 |
+
virginia 7930
|
| 84 |
+
south-dakota 7894
|
| 85 |
+
utah 7769
|
| 86 |
+
nevada 7147
|
| 87 |
+
arizona 7032
|
| 88 |
+
texas 6880
|
| 89 |
+
new-hampshire 6502
|
| 90 |
+
alaska 6498
|
| 91 |
+
new-mexico 5970
|
| 92 |
+
tennessee 4497
|
| 93 |
+
california 2223
|
| 94 |
+
|
| 95 |
+
|
| 96 |
+

|
| 97 |
+
|
| 98 |
+
As we can see here some states tend to take cases to the supreme court much more frequently than others.
|
| 99 |
+
cla
|
| 100 |
+

|
| 101 |
+
|
| 102 |
+
## References
|
| 103 |
+
|
| 104 |
+
+ [Justia US Law](https://law.justia.com)
|
| 105 |
+
+ [Congress.gov](https://www.congress.gov)
|
| 106 |
+
|
| 107 |
+
### Citation
|
| 108 |
+
|
| 109 |
+
```bibtex
|
| 110 |
+
@misc{US-LegalKit,
|
| 111 |
+
author = {Tim Dolan},
|
| 112 |
+
title = {US-LegalKit: Supreme Court Decisions},
|
| 113 |
+
year = {2024},
|
| 114 |
+
howpublished = {\url{https://huggingface.co/datasets/macadeliccc/US-LegalKit}},
|
| 115 |
+
}
|
| 116 |
+
```
|