LevMuchnik commited on
Commit
93ec72f
โ€ข
1 Parent(s): de826dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -20
README.md CHANGED
@@ -45,12 +45,23 @@ The dataset is a json lines file with each line corresponding to a single docume
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
@@ -60,24 +71,45 @@ The file contains the following fields:
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.
@@ -97,8 +129,7 @@ The data was colleted by crawling the Israeli Supreme Court website.
97
  [More Information Needed]
98
 
99
  ### Personal and Sensitive Information
100
-
101
- [More Information Needed]
102
 
103
  ## Considerations for Using the Data
104
 
@@ -117,17 +148,16 @@ The data was colleted by crawling the Israeli Supreme Court website.
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]
 
45
 
46
  ### Data Fields
47
  The file contains the following fields:
48
+ - case_id - running number for cases
49
+ - download_time - when the document was downloaded (datetime)
50
+ - number_of_case_documents - number of documents in the current case
51
+ - file_name - full name of the document file, including relative path
52
+ - Id - document id
53
+ - CaseId - case id
54
+ - VerdictDt - Date of the document (datetime)
55
+ - CreatedDate - Date of when the document was inserted into the Supreme Court database
56
+ - CaseNum - case number
57
+ - CaseDesc - Unique case identifier. This id is used to reference cases within the Israeli legal system
58
+ - Pages - number of pages in the original document
59
+ - Path - relative path to the document
60
  - CaseName - formal name of the case
61
+ - FileName - document file name, without path
62
+ - DocName -document file name, without path
63
+ - Year - document creation year
64
+ - TypeCode - enumeration of document types (see Type field below)
65
  - Type - Document type
66
  - ืคืกืง-ื“ื™ืŸ 84339
67
  - ื”ื—ืœื˜ื” 663099
 
71
  - ืฆื• 2606
72
  - ืคื“"ื™ 302
73
  - ืชืงืฆื™ืจื™ื 316
74
+ - Technical - boolean indicator of whether the document is technical or not.
75
+ - CodeVolume - ?
76
+ - document_hash - 258-bit hashtag of the document name. Used internally to uniquely identify the document
77
+ - text - text of the document. Multiple newlines and other document formating elements (paragraphs,lists, etc.) are preserved.
78
+ - html_title - document title extracted from the HTML
79
+ - VerdictsDt - date of the verdict
80
+ - meta_case_nm - formal case name,
81
+ - meta_sec_appeal - integer or None
82
+ - meta_side_ty - case type, list of strings
83
+ - meta_verdict_file_nm - name of the verdict file
84
+ - meta_judge - list of names of the cases judges
85
+ - meta_mador_nm - name of the court instance (e.g. ื‘ื’"ืฅ)
86
+ - meta_side_nm - list of the case parties, list of strings
87
+ - meta_verdict_dt - date of the verdict
88
+ - meta_case_dt - date of the case
89
+ - meta_verdict_nbr -
90
+ - meta_ProgId - name of the software used to create the document (None, Word, etc)
91
+ - meta_is_technical - whether the document is technical, {'false', 'true'}
92
+ - meta_judge_nm_last - last names of the judges (list of strings)
93
+ - meta_case_nbr - formal number of the case (same as CaseDesc)
94
+ - meta_verdict_ty - type of the decision (same as Type)
95
+ - meta_lawyer_nm - list of lawyer names, list of strings or None
96
+ - meta_judge_nm_first - list of judges' first names, list of strings
97
+ - meta_verdict_pages - number of document cases
98
+ - meta_inyan_nm - court ื‘ื’"ืฅ
99
+ - meta_court_nm - court (e.g. ื‘ื™ืช ื”ืžืฉืคื˜ ื”ืขืœื™ื•ืŸ )
100
 
101
  ### Data Splits
102
+ The entire dataset is qualified as 'train'.
 
103
 
104
  ## Dataset Creation
105
+ 2023-04-22
106
 
107
  ### Curation Rationale
108
 
109
  [More Information Needed]
110
 
111
  ### Source Data
112
+ https://supreme.court.gov.il/
113
 
114
  #### Initial Data Collection and Normalization
115
  The data was colleted by crawling the Israeli Supreme Court website.
 
129
  [More Information Needed]
130
 
131
  ### Personal and Sensitive Information
132
+ The data contained in this dataset is public.
 
133
 
134
  ## Considerations for Using the Data
135
 
 
148
  ## Additional Information
149
 
150
  ### Dataset Curators
151
+ Prof. Lev Muchnik, Hebrew University of Jerusalem
152
+ Dr. Inbal Yahav Shenberger, Tel Aviv University
153
 
154
  ### Licensing Information
155
 
156
  [More Information Needed]
157
 
158
  ### Citation Information
159
+ Lev Muchnik, Inbal Yahav, Ariel Nevo, Avichay Chriqui, Tim Shektov, 2023, The Israli Supreme Court Dataset
160
 
 
161
 
162
  ### Contributions
163
+ The authours would like to thank the Israeli Innovation Authority (grants #01103653 and #01103654) for their support in creating of this dataset.