Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Polish
DOI:
Libraries:
Datasets
Dask
laugustyniak commited on
Commit
1ece3d4
·
verified ·
1 Parent(s): 7e86839

udpate judgement to judgment

Browse files
Files changed (1) hide show
  1. README.md +27 -27
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: judgement_id
5
  dtype: string
6
  - name: docket_number
7
  dtype: string
8
- - name: judgement_date
9
  dtype: string
10
  - name: publication_date
11
  dtype: string
@@ -15,7 +15,7 @@ dataset_info:
15
  dtype: string
16
  - name: department_id
17
  dtype: string
18
- - name: judgement_type
19
  dtype: string
20
  - name: presiding_judge
21
  dtype: string
@@ -80,7 +80,7 @@ configs:
80
 
81
  ### Dataset Summary
82
 
83
- The dataset consists of Polish Court judgements available at https://orzeczenia.ms.gov.pl/, containing full content of the judgements along with metadata sourced from official API and extracted from the judgement contents. This dataset contains raw data. For instruction dataset see [`JuDDGES/pl-court-instruct`](https://huggingface.co/datasets/JuDDGES/pl-court-instruct). For graph dataset see [`JuDDGES/pl-court-graph`](https://huggingface.co/datasets/JuDDGES/pl-court-graph).
84
 
85
  ### Supported Tasks and Leaderboards
86
 
@@ -159,32 +159,32 @@ pl-PL Polish
159
 
160
  | Feature name | Feature description | Type |
161
  |------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------|
162
- | _id | unique identifier of the judgement | `string` or `None` |
163
- | signature | signature of judgement (unique within court) | `string` or `None` |
164
- | date | date of judgement | `datetime` (ISO format with timezone) or `None` |
165
- | publicationDate | date of judgement publication | `datetime` (ISO format with timezone) or `None` |
166
- | lastUpdate | date of last update of judgement | `datetime` (ISO format with timezone) or `None` |
167
  | courtId | system unique identifier of the court | `int` or `None` |
168
  | departmentId | system unique identifier of the court's department | `int` or `None` |
169
- | type | type of the judgement (one of ) | `string` or `None` |
170
- | excerpt | First 500 characters of the judgement | `string` or `None` |
171
- | content | Full content of judgement in XML format | `string` or `None` |
172
  | chairman | chairman judge name | `string` or `None` |
173
  | decision | decision | `string` or `None` |
174
- | judges | list of judge names participating in the judgement | `list[string]` or `None` |
175
- | legalBases | legal acts which are bases for the judgement | `list[dict[str, str]]` or `None` |
176
- | publisher | name of the person publishing the judgement | `string` or `None` |
177
- | recorder | name of the person recording the judgement | `string` or `None` |
178
- | reviser | name of the person revising the judgement | `string` or `None` |
179
- | themePhrases | list of phrases representing the themes/topics of the judgement | `list[string]` or `None` |
180
- | num_pages | number of pages in the judgement | `float` or `None` |
181
- | text | full text of the judgement | `string` or `None` |
182
  | vol_number | volume number | `float` or `None` |
183
  | vol_type | type of volume | `string` or `None` |
184
- | court_name | name of the court where the judgement was made | `string` or `None` |
185
- | department_name | name of the department within the court where the judgement was made | `string` or `None` |
186
- | text_legal_bases | textual representation of the legal bases for the judgement (with references to online repository | `list[dict[str, str]]` or `None` |
187
- | thesis | thesis of the judgement | `string` or `None` |
188
 
189
 
190
  ### Data Splits
@@ -203,9 +203,9 @@ Created to enable cross-jurisdictional legal analytics.
203
 
204
  #### Initial Data Collection and Normalization
205
 
206
- 1. Download judgements metadata.
207
- 1. Download judgements text (XML content of judgements).
208
- 1. Download additional details available for each judgement.
209
  1. Map id of courts and departments to court name.
210
  1. Extract raw text from XML content and details of judgments not available through API.
211
  1. For further processing prepare local dataset dump in parquet file, version it with dvc and push to remote storage.
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: judgment_id
5
  dtype: string
6
  - name: docket_number
7
  dtype: string
8
+ - name: judgment_date
9
  dtype: string
10
  - name: publication_date
11
  dtype: string
 
15
  dtype: string
16
  - name: department_id
17
  dtype: string
18
+ - name: judgment_type
19
  dtype: string
20
  - name: presiding_judge
21
  dtype: string
 
80
 
81
  ### Dataset Summary
82
 
83
+ The dataset consists of Polish Court judgments available at https://orzeczenia.ms.gov.pl/, containing full content of the judgments along with metadata sourced from official API and extracted from the judgement contents. This dataset contains raw data. For instruction dataset see [`JuDDGES/pl-court-instruct`](https://huggingface.co/datasets/JuDDGES/pl-court-instruct). For graph dataset see [`JuDDGES/pl-court-graph`](https://huggingface.co/datasets/JuDDGES/pl-court-graph).
84
 
85
  ### Supported Tasks and Leaderboards
86
 
 
159
 
160
  | Feature name | Feature description | Type |
161
  |------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------|
162
+ | _id | unique identifier of the judgment | `string` or `None` |
163
+ | signature | signature of judgment (unique within court) | `string` or `None` |
164
+ | date | date of judgment | `datetime` (ISO format with timezone) or `None` |
165
+ | publicationDate | date of judgment publication | `datetime` (ISO format with timezone) or `None` |
166
+ | lastUpdate | date of last update of judgment | `datetime` (ISO format with timezone) or `None` |
167
  | courtId | system unique identifier of the court | `int` or `None` |
168
  | departmentId | system unique identifier of the court's department | `int` or `None` |
169
+ | type | type of the judgment (one of ) | `string` or `None` |
170
+ | excerpt | First 500 characters of the judgment | `string` or `None` |
171
+ | content | Full content of judgment in XML format | `string` or `None` |
172
  | chairman | chairman judge name | `string` or `None` |
173
  | decision | decision | `string` or `None` |
174
+ | judges | list of judge names participating in the judgment | `list[string]` or `None` |
175
+ | legalBases | legal acts which are bases for the judgment | `list[dict[str, str]]` or `None` |
176
+ | publisher | name of the person publishing the judgment | `string` or `None` |
177
+ | recorder | name of the person recording the judgment | `string` or `None` |
178
+ | reviser | name of the person revising the judgment | `string` or `None` |
179
+ | themePhrases | list of phrases representing the themes/topics of the judgment | `list[string]` or `None` |
180
+ | num_pages | number of pages in the judgment | `float` or `None` |
181
+ | text | full text of the judgment | `string` or `None` |
182
  | vol_number | volume number | `float` or `None` |
183
  | vol_type | type of volume | `string` or `None` |
184
+ | court_name | name of the court where the judgment was made | `string` or `None` |
185
+ | department_name | name of the department within the court where the judgment was made | `string` or `None` |
186
+ | text_legal_bases | textual representation of the legal bases for the judgment (with references to online repository | `list[dict[str, str]]` or `None` |
187
+ | thesis | thesis of the judgment | `string` or `None` |
188
 
189
 
190
  ### Data Splits
 
203
 
204
  #### Initial Data Collection and Normalization
205
 
206
+ 1. Download judgments metadata.
207
+ 1. Download judgments text (XML content of judgments).
208
+ 1. Download additional details available for each judgment.
209
  1. Map id of courts and departments to court name.
210
  1. Extract raw text from XML content and details of judgments not available through API.
211
  1. For further processing prepare local dataset dump in parquet file, version it with dvc and push to remote storage.