LevMuchnik commited on
Commit
54d716c
1 Parent(s): a1b74cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +130 -0
README.md CHANGED
@@ -1,3 +1,133 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail
3
+ language:
4
+ - he
5
+ tags:
6
+ - legal
7
+ pretty_name: Supreme Court Israel - Public Verdicts and Decisions
8
+ size_categories:
9
+ - 100K<n<1M
10
  ---
11
+ # Dataset Card for Dataset Name
12
+
13
+ ## Dataset Description
14
+
15
+ - **Homepage:**
16
+ - **Repository:**
17
+ - **Paper:**
18
+ - **Leaderboard:**
19
+ - **Point of Contact:**
20
+ Lev Muchnik, [email protected]
21
+
22
+ ### Dataset Summary
23
+ This dataset represents an end of 2022 snapshot of the Supreme Court of Israel public verdicts and decisions supported by rich metadata. The 5.31GB dataset represents 751,194 documents.
24
+ Overall, the dataset contains 2.68 Gb of text.
25
+ It can be loaded with the dataset package:
26
+ ```
27
+ import datasets
28
+ data = datasets.load_dataset('LevMuchnik/SupremeCourtOfIsrael')
29
+ ```
30
+
31
+ ### Supported Tasks and Leaderboards
32
+
33
+ [More Information Needed]
34
+
35
+ ### Languages
36
+
37
+ The vast majority of the documents in the database are in Hebrew. A small number of documents are in English.
38
+
39
+ ## Dataset Structure
40
+ The dataset is a json lines file with each line corresponding to a single document and containing document identification, text and metadata.
41
+
42
+ ### Data Instances
43
+
44
+ [More Information Needed]
45
+
46
+ ### Data Fields
47
+ The file contains the following fields:
48
+ - case_id - running number for cases
49
+ - Id -
50
+ - CaseId -
51
+ - CaseName - formal name of the case
52
+ - Year -
53
+ - TypeCode - enumeration of the type
54
+ - Type - Document type
55
+ - פסק-דין 84339
56
+ - החלטה 663099
57
+ - צו ביניים 22
58
+ - פסקי דין באנגלית 310
59
+ - צו על תנאי 200
60
+ - צו 2606
61
+ - פד"י 302
62
+ - תקצירים 316
63
+ - SeqNum -
64
+ - document_hash - unique document identifier
65
+ - html_text - clean document text. The original layout (paragraphs,lists, etc.) is preserved.
66
+ - html_title - document title extracted from HTML
67
+
68
+ [More Information Needed]
69
+
70
+ ### Data Splits
71
+
72
+ [More Information Needed]
73
+
74
+ ## Dataset Creation
75
+
76
+ ### Curation Rationale
77
+
78
+ [More Information Needed]
79
+
80
+ ### Source Data
81
+
82
+ #### Initial Data Collection and Normalization
83
+ The data was colleted by crawling the Israeli Supreme Court website.
84
+
85
+ #### Who are the source language producers?
86
+
87
+ [More Information Needed]
88
+
89
+ ### Annotations
90
+
91
+ #### Annotation process
92
+
93
+ [More Information Needed]
94
+
95
+ #### Who are the annotators?
96
+
97
+ [More Information Needed]
98
+
99
+ ### Personal and Sensitive Information
100
+
101
+ [More Information Needed]
102
+
103
+ ## Considerations for Using the Data
104
+
105
+ ### Social Impact of Dataset
106
+
107
+ [More Information Needed]
108
+
109
+ ### Discussion of Biases
110
+
111
+ [More Information Needed]
112
+
113
+ ### Other Known Limitations
114
+
115
+ [More Information Needed]
116
+
117
+ ## Additional Information
118
+
119
+ ### Dataset Curators
120
+
121
+ [More Information Needed]
122
+
123
+ ### Licensing Information
124
+
125
+ [More Information Needed]
126
+
127
+ ### Citation Information
128
+
129
+ [More Information Needed]
130
+
131
+ ### Contributions
132
+
133
+ [More Information Needed]