jbinkowski commited on
Commit
5b26723
·
verified ·
1 Parent(s): 9be7002

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -97
README.md CHANGED
@@ -1,81 +1,5 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: _id
5
- dtype: string
6
- - name: signature
7
- dtype: string
8
- - name: date
9
- dtype: string
10
- - name: publicationDate
11
- dtype: string
12
- - name: lastUpdate
13
- dtype: string
14
- - name: courtId
15
- dtype: string
16
- - name: departmentId
17
- dtype: string
18
- - name: type
19
- dtype: string
20
- - name: excerpt
21
- dtype: string
22
- - name: content
23
- dtype: string
24
- - name: chairman
25
- dtype: string
26
- - name: decision
27
- dtype: 'null'
28
- - name: judges
29
- sequence: string
30
- - name: legalBases
31
- sequence: string
32
- - name: publisher
33
- dtype: string
34
- - name: recorder
35
- dtype: string
36
- - name: references
37
- sequence: string
38
- - name: reviser
39
- dtype: string
40
- - name: themePhrases
41
- sequence: string
42
- - name: num_pages
43
- dtype: int64
44
- - name: text
45
- dtype: string
46
- - name: vol_number
47
- dtype: int64
48
- - name: vol_type
49
- dtype: string
50
- - name: court_name
51
- dtype: string
52
- - name: department_name
53
- dtype: string
54
- - name: text_legal_bases
55
- list:
56
- - name: address
57
- dtype: string
58
- - name: art
59
- dtype: string
60
- - name: isap_id
61
- dtype: string
62
- - name: text
63
- dtype: string
64
- - name: title
65
- dtype: string
66
- - name: thesis
67
- dtype: string
68
- splits:
69
- - name: train
70
- num_bytes: 25423336916
71
- num_examples: 434904
72
- download_size: 11138267830
73
- dataset_size: 25423336916
74
- configs:
75
- - config_name: default
76
- data_files:
77
- - split: train
78
- path: data/train-*
79
  ---
80
  # Dataset Card for [JuDDGES/pl-court-raw](https://huggingface.co/datasets/JuDDGES/pl-court-raw)
81
 
@@ -292,8 +216,14 @@ TBA
292
 
293
  # Statistics
294
 
 
 
 
 
 
 
295
  ### Missing values
296
- We identified 5,725 judgments (approximately 1%) with a missing content field. The root cause of these missing values is unknown and assumed to be due to random errors, as only error codes (e.g. 404) were observed when accessing the API during dataset curation. Given that this represents a very small fraction of the dataset, these missing values are not expected to impact the overall data quality, so we removed these judgments. Additionally, the table below displays the number and proportion of missing values across other fields in the dataset (after removing those with missing `content`).
297
 
298
  | Field name | Null count | Null fraction |
299
  |:-----------------|-------------:|----------------:|
@@ -307,31 +237,26 @@ We identified 5,725 judgments (approximately 1%) with a missing content field. T
307
  | type | 0 | 0 |
308
  | excerpt | 0 | 0 |
309
  | content | 0 | 0 |
310
- | chairman | 47283 | 0.12 |
311
- | decision | 408423 | 1 |
312
- | judges | 39772 | 0.1 |
313
- | legalBases | 113534 | 0.28 |
314
- | publisher | 609 | 0 |
315
- | recorder | 103675 | 0.25 |
316
- | references | 40737 | 0.1 |
317
- | reviser | 171 | 0 |
318
- | themePhrases | 117074 | 0.29 |
319
  | num_pages | 0 | 0 |
320
  | text | 0 | 0 |
321
  | vol_number | 0 | 0 |
322
  | vol_type | 0 | 0 |
323
- | court_name | 605 | 0 |
324
- | department_name | 605 | 0 |
325
  | text_legal_bases | 0 | 0 |
326
- | thesis | 369092 | 0.9 |
327
-
328
- ### Analysis of selected fields
329
-
330
 
331
-
332
- ![png](README_files/README_8_0.png)
333
-
334
 
 
335
 
336
 
337
 
@@ -359,7 +284,7 @@ We identified 5,725 judgments (approximately 1%) with a missing content field. T
359
 
360
 
361
 
362
- ![png](README_files/README_15_0.png)
363
 
364
 
365
 
@@ -367,3 +292,9 @@ We identified 5,725 judgments (approximately 1%) with a missing content field. T
367
 
368
  ![png](README_files/README_16_0.png)
369
 
 
 
 
 
 
 
 
1
  ---
2
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  # Dataset Card for [JuDDGES/pl-court-raw](https://huggingface.co/datasets/JuDDGES/pl-court-raw)
5
 
 
216
 
217
  # Statistics
218
 
219
+ ### Dataset size
220
+
221
+
222
+ Dataset size: **434_904 examples**
223
+
224
+
225
  ### Missing values
226
+
227
 
228
  | Field name | Null count | Null fraction |
229
  |:-----------------|-------------:|----------------:|
 
237
  | type | 0 | 0 |
238
  | excerpt | 0 | 0 |
239
  | content | 0 | 0 |
240
+ | chairman | 51057 | 0.12 |
241
+ | decision | 434904 | 1 |
242
+ | judges | 42938 | 0.1 |
243
+ | legalBases | 122928 | 0.28 |
244
+ | publisher | 624 | 0 |
245
+ | recorder | 112550 | 0.26 |
246
+ | references | 43434 | 0.1 |
247
+ | reviser | 177 | 0 |
248
+ | themePhrases | 126525 | 0.29 |
249
  | num_pages | 0 | 0 |
250
  | text | 0 | 0 |
251
  | vol_number | 0 | 0 |
252
  | vol_type | 0 | 0 |
253
+ | court_name | 1447 | 0 |
254
+ | department_name | 1447 | 0 |
255
  | text_legal_bases | 0 | 0 |
256
+ | thesis | 393392 | 0.9 |
 
 
 
257
 
 
 
 
258
 
259
+ ### Analysis of selected fields
260
 
261
 
262
 
 
284
 
285
 
286
 
287
+ ![png](README_files/README_13_0.png)
288
 
289
 
290
 
 
292
 
293
  ![png](README_files/README_16_0.png)
294
 
295
+
296
+
297
+
298
+
299
+ ![png](README_files/README_17_0.png)
300
+