uploading dataset and loading script
Browse filesuploading dataset and loading script + reports
This view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +32 -0
- data/huggingface/test.jsonl.xz +3 -0
- data/huggingface/train.jsonl.xz +3 -0
- data/huggingface/validation.jsonl.xz +3 -0
- data/reports/all/considerations_input_length_distribution-bivariate.png +3 -0
- data/reports/all/considerations_input_length_distribution-cumulative.png +3 -0
- data/reports/all/considerations_input_length_distribution-histogram.png +3 -0
- data/reports/all/considerations_input_length_distribution.csv +9 -0
- data/reports/all/facts_input_length_distribution-bivariate.png +3 -0
- data/reports/all/facts_input_length_distribution-cumulative.png +3 -0
- data/reports/all/facts_input_length_distribution-histogram.png +3 -0
- data/reports/all/facts_input_length_distribution.csv +9 -0
- data/reports/all/label_canton_distribution-histogram.png +3 -0
- data/reports/all/label_canton_distribution.csv +22 -0
- data/reports/all/label_chamber_distribution-histogram.png +3 -0
- data/reports/all/label_chamber_distribution.csv +203 -0
- data/reports/all/label_court_distribution-histogram.png +3 -0
- data/reports/all/label_court_distribution.csv +75 -0
- data/reports/all/label_distribution.csv +4 -0
- data/reports/all/label_distribution.png +3 -0
- data/reports/all/label_law_area_distribution-histogram.png +3 -0
- data/reports/all/label_law_area_distribution.csv +7 -0
- data/reports/all/label_law_sub_area_distribution-histogram.png +3 -0
- data/reports/all/label_law_sub_area_distribution.csv +14 -0
- data/reports/all/label_region_distribution-histogram.png +3 -0
- data/reports/all/label_region_distribution.csv +10 -0
- data/reports/all/label_year_distribution-histogram.png +3 -0
- data/reports/all/label_year_distribution.csv +71 -0
- data/reports/all/origin_considerations_input_length_distribution-bivariate.png +3 -0
- data/reports/all/origin_considerations_input_length_distribution-cumulative.png +3 -0
- data/reports/all/origin_considerations_input_length_distribution-histogram.png +3 -0
- data/reports/all/origin_considerations_input_length_distribution.csv +9 -0
- data/reports/all/origin_facts_input_length_distribution-bivariate.png +3 -0
- data/reports/all/origin_facts_input_length_distribution-cumulative.png +3 -0
- data/reports/all/origin_facts_input_length_distribution-histogram.png +3 -0
- data/reports/all/origin_facts_input_length_distribution.csv +9 -0
- data/reports/test/considerations_input_length_distribution-bivariate.png +3 -0
- data/reports/test/considerations_input_length_distribution-cumulative.png +3 -0
- data/reports/test/considerations_input_length_distribution-histogram.png +3 -0
- data/reports/test/considerations_input_length_distribution.csv +9 -0
- data/reports/test/facts_input_length_distribution-bivariate.png +3 -0
- data/reports/test/facts_input_length_distribution-cumulative.png +3 -0
- data/reports/test/facts_input_length_distribution-histogram.png +3 -0
- data/reports/test/facts_input_length_distribution.csv +9 -0
- data/reports/test/label_canton_distribution-histogram.png +3 -0
- data/reports/test/label_canton_distribution.csv +22 -0
- data/reports/test/label_chamber_distribution-histogram.png +3 -0
- data/reports/test/label_chamber_distribution.csv +157 -0
- data/reports/test/label_court_distribution-histogram.png +3 -0
- data/reports/test/label_court_distribution.csv +62 -0
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
4 |
+
|
5 |
+
# Judgment Prediction
|
6 |
+
|
7 |
+
## Introduction
|
8 |
+
|
9 |
+
## Size
|
10 |
+
### Full (L1)
|
11 |
+
- all: 328'825
|
12 |
+
- validation: 37'485
|
13 |
+
- test: 93'908
|
14 |
+
- train: 197'432
|
15 |
+
|
16 |
+
|
17 |
+
## Load datasets
|
18 |
+
|
19 |
+
```python
|
20 |
+
dataset = load_dataset("rcds/judgment_prediction")
|
21 |
+
```
|
22 |
+
|
23 |
+
## Columns
|
24 |
+
|
25 |
+
- decision_id: unique identifier for the decision
|
26 |
+
- facts: facts section of the decision
|
27 |
+
- considerations: considerations section of the decision
|
28 |
+
- label: label of the decision
|
29 |
+
- law_area: area of law of the decision
|
30 |
+
- language: language of the decision
|
31 |
+
- year: year of the decision
|
32 |
+
- court: court of the decision
|
33 |
+
- chamber: chamber of the decision
|
34 |
+
- canton: canton of the decision
|
35 |
+
- region: region of the decision
|
data/huggingface/test.jsonl.xz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feeb35939028510807d8c6638dacb8457e9eaa5b49b866a98595e2c968144ff9
|
3 |
+
size 494784596
|
data/huggingface/train.jsonl.xz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a5ebe8a105d4e684bca41a47a73842d4a00e3a9327f291298aad799afd76a29
|
3 |
+
size 785717272
|
data/huggingface/validation.jsonl.xz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bdf1def8540dfb2151870fcdfd90f84dcb1c8d4ac700d0d61d1d513937197da
|
3 |
+
size 181713444
|
data/reports/all/considerations_input_length_distribution-bivariate.png
ADDED
Git LFS Details
|
data/reports/all/considerations_input_length_distribution-cumulative.png
ADDED
Git LFS Details
|
data/reports/all/considerations_input_length_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/considerations_input_length_distribution.csv
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
measure,num_tokens_spacy,num_tokens_bert
|
2 |
+
count,328825,328825
|
3 |
+
mean,3216,4494
|
4 |
+
std,2716,3955
|
5 |
+
min,0,2
|
6 |
+
25%,1605,2160
|
7 |
+
50%,2585,3579
|
8 |
+
75%,4092,5764
|
9 |
+
max,208974,275197
|
data/reports/all/facts_input_length_distribution-bivariate.png
ADDED
Git LFS Details
|
data/reports/all/facts_input_length_distribution-cumulative.png
ADDED
Git LFS Details
|
data/reports/all/facts_input_length_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/facts_input_length_distribution.csv
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
measure,num_tokens_spacy,num_tokens_bert
|
2 |
+
count,328825,328825
|
3 |
+
mean,1206,1575
|
4 |
+
std,1421,1750
|
5 |
+
min,24,120
|
6 |
+
25%,460,633
|
7 |
+
50%,768,1047
|
8 |
+
75%,1384,1841
|
9 |
+
max,72424,91155
|
data/reports/all/label_canton_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/label_canton_distribution.csv
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,canton,number of decisions,percent
|
2 |
+
10,AG,1662,0.0051
|
3 |
+
15,AR,433,0.0013
|
4 |
+
6,BE,8831,0.0269
|
5 |
+
12,BL,782,0.0024
|
6 |
+
8,BS,4521,0.0137
|
7 |
+
0,CH,133694,0.4066
|
8 |
+
7,FR,6931,0.0211
|
9 |
+
2,GE,35873,0.1091
|
10 |
+
19,GL,5,0.0
|
11 |
+
9,GR,2470,0.0075
|
12 |
+
14,JU,500,0.0015
|
13 |
+
18,NE,5,0.0
|
14 |
+
16,NW,180,0.0005
|
15 |
+
5,SG,14392,0.0438
|
16 |
+
17,SO,75,0.0002
|
17 |
+
4,TI,31729,0.0965
|
18 |
+
1,VD,51109,0.1554
|
19 |
+
11,VS,1431,0.0044
|
20 |
+
13,ZG,512,0.0016
|
21 |
+
3,ZH,33690,0.1025
|
22 |
+
20,all,328825,1.0
|
data/reports/all/label_chamber_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/label_chamber_distribution.csv
ADDED
@@ -0,0 +1,203 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,chamber,number of decisions,percent
|
2 |
+
167,AG_GB_001,4,0.0
|
3 |
+
131,AG_HG_002,42,0.0001
|
4 |
+
125,AG_OGA_002,62,0.0002
|
5 |
+
147,AG_OGA_003,8,0.0
|
6 |
+
182,AG_OGA_004,2,0.0
|
7 |
+
170,AG_OGA_999,4,0.0
|
8 |
+
94,AG_OG_001,221,0.0007
|
9 |
+
96,AG_OG_006,202,0.0006
|
10 |
+
70,AG_OG_007,400,0.0012
|
11 |
+
80,AG_OG_008,311,0.0009
|
12 |
+
127,AG_OG_009,49,0.0001
|
13 |
+
138,AG_OG_010,20,0.0001
|
14 |
+
137,AG_OG_012,21,0.0001
|
15 |
+
152,AG_OG_999,6,0.0
|
16 |
+
121,AG_SVWG_001,68,0.0002
|
17 |
+
108,AG_SVWG_002,118,0.0004
|
18 |
+
107,AG_VB_002,118,0.0004
|
19 |
+
154,AG_VSG_002,6,0.0
|
20 |
+
157,AR_KG_999,5,0.0
|
21 |
+
140,AR_OG_001,17,0.0001
|
22 |
+
116,AR_OG_002,88,0.0003
|
23 |
+
97,AR_OG_003,185,0.0006
|
24 |
+
104,AR_OG_004,132,0.0004
|
25 |
+
156,AR_OG_005,6,0.0
|
26 |
+
189,BE_AK_001,1,0.0
|
27 |
+
180,BE_NAB_003,2,0.0
|
28 |
+
103,BE_SRK_001,139,0.0004
|
29 |
+
40,BE_VB_001,1280,0.0039
|
30 |
+
174,BE_VB_002,3,0.0
|
31 |
+
124,BE_VB_003,62,0.0002
|
32 |
+
197,BE_VB_004,1,0.0
|
33 |
+
155,BE_VB_006,6,0.0
|
34 |
+
15,BE_VG_001,7337,0.0223
|
35 |
+
64,BL_KG_001,517,0.0016
|
36 |
+
87,BL_SG_001,265,0.0008
|
37 |
+
24,BS_APG_001,3508,0.0107
|
38 |
+
47,BS_SVG_001,1013,0.0031
|
39 |
+
55,CH_BGE_001,729,0.0022
|
40 |
+
83,CH_BGE_002,283,0.0009
|
41 |
+
85,CH_BGE_003,278,0.0008
|
42 |
+
53,CH_BGE_004,846,0.0026
|
43 |
+
68,CH_BGE_005,454,0.0014
|
44 |
+
51,CH_BGE_006,924,0.0028
|
45 |
+
61,CH_BGE_007,626,0.0019
|
46 |
+
3,CH_BGer_001,13312,0.0405
|
47 |
+
6,CH_BGer_002,11256,0.0342
|
48 |
+
11,CH_BGer_004,8945,0.0272
|
49 |
+
10,CH_BGer_005,8970,0.0273
|
50 |
+
17,CH_BGer_006,5424,0.0165
|
51 |
+
12,CH_BGer_008,8625,0.0262
|
52 |
+
13,CH_BGer_009,7709,0.0234
|
53 |
+
79,CH_BGer_010,313,0.001
|
54 |
+
19,CH_BGer_011,4906,0.0149
|
55 |
+
120,CH_BGer_012,68,0.0002
|
56 |
+
195,CH_BGer_015,1,0.0
|
57 |
+
7,CH_BGer_016,11000,0.0335
|
58 |
+
175,CH_BGer_999,3,0.0
|
59 |
+
23,CH_BSTG_001,4643,0.0141
|
60 |
+
0,CH_BVGE_001,44374,0.1349
|
61 |
+
172,CH_EDÖB_001,3,0.0
|
62 |
+
179,CH_WBK_001,2,0.0
|
63 |
+
39,FR_TC_001,1384,0.0042
|
64 |
+
92,FR_TC_003,225,0.0007
|
65 |
+
95,FR_TC_004,215,0.0007
|
66 |
+
57,FR_TC_005,712,0.0022
|
67 |
+
88,FR_TC_006,261,0.0008
|
68 |
+
37,FR_TC_007,1479,0.0045
|
69 |
+
86,FR_TC_010,275,0.0008
|
70 |
+
30,FR_TC_011,2368,0.0072
|
71 |
+
143,FR_TC_012,10,0.0
|
72 |
+
176,FR_TC_999,2,0.0
|
73 |
+
150,GE_CAPJ_001,7,0.0
|
74 |
+
46,GE_CJ_001,1019,0.0031
|
75 |
+
42,GE_CJ_002,1103,0.0034
|
76 |
+
82,GE_CJ_003,284,0.0009
|
77 |
+
75,GE_CJ_004,340,0.001
|
78 |
+
54,GE_CJ_005,792,0.0024
|
79 |
+
66,GE_CJ_006,474,0.0014
|
80 |
+
31,GE_CJ_007,2123,0.0065
|
81 |
+
34,GE_CJ_009,1576,0.0048
|
82 |
+
168,GE_CJ_010,4,0.0
|
83 |
+
26,GE_CJ_011,2560,0.0078
|
84 |
+
123,GE_CJ_012,62,0.0002
|
85 |
+
5,GE_CJ_013,11660,0.0355
|
86 |
+
4,GE_CJ_014,13250,0.0403
|
87 |
+
112,GE_CJ_015,93,0.0003
|
88 |
+
65,GE_TAPI_001,498,0.0015
|
89 |
+
134,GE_TP_001,28,0.0001
|
90 |
+
164,GL_OG_001,4,0.0
|
91 |
+
193,GL_VG_001,1,0.0
|
92 |
+
115,GR_KG_002,89,0.0003
|
93 |
+
102,GR_KG_003,143,0.0004
|
94 |
+
122,GR_KG_004,62,0.0002
|
95 |
+
78,GR_KG_005,328,0.001
|
96 |
+
73,GR_KG_006,371,0.0011
|
97 |
+
111,GR_KG_007,101,0.0003
|
98 |
+
161,GR_KG_010,5,0.0
|
99 |
+
72,GR_KG_999,374,0.0011
|
100 |
+
100,GR_VG_001,174,0.0005
|
101 |
+
89,GR_VG_002,259,0.0008
|
102 |
+
90,GR_VG_003,259,0.0008
|
103 |
+
106,GR_VG_004,121,0.0004
|
104 |
+
98,GR_VG_005,184,0.0006
|
105 |
+
139,JU_TC_001,18,0.0001
|
106 |
+
114,JU_TC_002,90,0.0003
|
107 |
+
119,JU_TC_004,73,0.0002
|
108 |
+
84,JU_TC_005,279,0.0008
|
109 |
+
135,JU_TC_006,24,0.0001
|
110 |
+
153,JU_TC_007,6,0.0
|
111 |
+
159,JU_TC_010,5,0.0
|
112 |
+
177,JU_TC_999,2,0.0
|
113 |
+
173,JU_TPI_006,3,0.0
|
114 |
+
192,NE_TC_002,1,0.0
|
115 |
+
191,NE_TC_008,1,0.0
|
116 |
+
200,NE_TC_009,1,0.0
|
117 |
+
190,NE_TC_010,1,0.0
|
118 |
+
188,NE_TC_012,1,0.0
|
119 |
+
99,NW_OG_001,180,0.0005
|
120 |
+
184,SG_KGN_001,2,0.0
|
121 |
+
16,SG_KGN_999,5545,0.0169
|
122 |
+
185,SG_KG_002,1,0.0
|
123 |
+
194,SG_KG_999,1,0.0
|
124 |
+
198,SG_OG_006,1,0.0
|
125 |
+
105,SG_VB_001,127,0.0004
|
126 |
+
38,SG_VGN_001,1410,0.0043
|
127 |
+
35,SG_VG_001,1515,0.0046
|
128 |
+
20,SG_VSG_001,4887,0.0149
|
129 |
+
52,SG_VWEK_001,903,0.0027
|
130 |
+
163,SO_OG_002,4,0.0
|
131 |
+
136,SO_OG_004,22,0.0001
|
132 |
+
187,SO_OG_005,1,0.0
|
133 |
+
130,SO_OG_006,42,0.0001
|
134 |
+
183,SO_VG_001,2,0.0
|
135 |
+
169,SO_VSG_001,4,0.0
|
136 |
+
81,TI_CARP_001,296,0.0009
|
137 |
+
36,TI_CATI_001,1495,0.0045
|
138 |
+
43,TI_CRP_001,1097,0.0033
|
139 |
+
93,TI_GIAR_001,223,0.0007
|
140 |
+
45,TI_PP_001,1037,0.0032
|
141 |
+
9,TI_TCAS_001,9170,0.0279
|
142 |
+
21,TI_TCA_001,4769,0.0145
|
143 |
+
67,TI_TE_001,466,0.0014
|
144 |
+
148,TI_TPC_001,8,0.0
|
145 |
+
27,TI_TRAC_001,2535,0.0077
|
146 |
+
29,TI_TRAC_002,2475,0.0075
|
147 |
+
101,TI_TRAC_003,152,0.0005
|
148 |
+
71,TI_TRAC_004,383,0.0012
|
149 |
+
41,TI_TRAC_005,1197,0.0036
|
150 |
+
22,TI_TRAC_006,4668,0.0142
|
151 |
+
76,TI_TRAC_007,336,0.001
|
152 |
+
91,TI_TRAP_001,245,0.0007
|
153 |
+
63,TI_TRAP_002,566,0.0017
|
154 |
+
62,TI_TRPI_001,611,0.0019
|
155 |
+
146,VD_TC_001,9,0.0
|
156 |
+
32,VD_TC_002,2083,0.0063
|
157 |
+
28,VD_TC_003,2483,0.0076
|
158 |
+
8,VD_TC_004,9192,0.028
|
159 |
+
133,VD_TC_005,29,0.0001
|
160 |
+
60,VD_TC_006,673,0.002
|
161 |
+
58,VD_TC_007,702,0.0021
|
162 |
+
48,VD_TC_008,973,0.003
|
163 |
+
25,VD_TC_009,2611,0.0079
|
164 |
+
33,VD_TC_010,2029,0.0062
|
165 |
+
14,VD_TC_013,7388,0.0225
|
166 |
+
149,VD_TC_014,8,0.0
|
167 |
+
151,VD_TC_015,7,0.0
|
168 |
+
145,VD_TC_016,9,0.0
|
169 |
+
59,VD_TC_017,684,0.0021
|
170 |
+
126,VD_TC_018,54,0.0002
|
171 |
+
50,VD_TC_019,929,0.0028
|
172 |
+
142,VD_TC_020,11,0.0
|
173 |
+
117,VD_TC_030,83,0.0003
|
174 |
+
2,VD_TC_031,21051,0.064
|
175 |
+
144,VD_TC_999,10,0.0
|
176 |
+
186,VD_TN_001,1,0.0
|
177 |
+
113,VD_TPHA_001,90,0.0003
|
178 |
+
171,VS_BZG_002,4,0.0
|
179 |
+
141,VS_BZG_003,11,0.0
|
180 |
+
199,VS_BZG_004,1,0.0
|
181 |
+
129,VS_BZG_005,42,0.0001
|
182 |
+
166,VS_BZG_006,4,0.0
|
183 |
+
178,VS_BZG_007,2,0.0
|
184 |
+
160,VS_BZG_008,5,0.0
|
185 |
+
181,VS_BZG_009,2,0.0
|
186 |
+
69,VS_BZG_999,425,0.0013
|
187 |
+
49,VS_TC_001,935,0.0028
|
188 |
+
77,ZG_VG_001,328,0.001
|
189 |
+
132,ZG_VG_002,40,0.0001
|
190 |
+
128,ZG_VG_003,43,0.0001
|
191 |
+
110,ZG_VG_004,101,0.0003
|
192 |
+
109,ZH_BRK_001,106,0.0003
|
193 |
+
118,ZH_HG_001,75,0.0002
|
194 |
+
165,ZH_KSG_001,4,0.0
|
195 |
+
44,ZH_OG_001,1087,0.0033
|
196 |
+
74,ZH_OG_002,349,0.0011
|
197 |
+
196,ZH_OG_004,1,0.0
|
198 |
+
162,ZH_OG_006,4,0.0
|
199 |
+
158,ZH_OG_999,5,0.0
|
200 |
+
56,ZH_SRK_001,724,0.0022
|
201 |
+
1,ZH_SVG_001,26031,0.0792
|
202 |
+
18,ZH_VG_001,5304,0.0161
|
203 |
+
201,all,328825,1.0
|
data/reports/all/label_court_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/label_court_distribution.csv
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,court,number of decisions,percent
|
2 |
+
62,AG_GB,4,0.0
|
3 |
+
52,AG_HG,42,0.0001
|
4 |
+
22,AG_OG,1230,0.0037
|
5 |
+
49,AG_OGA,76,0.0002
|
6 |
+
42,AG_SVWG,186,0.0006
|
7 |
+
46,AG_VB,118,0.0004
|
8 |
+
56,AG_VSG,6,0.0
|
9 |
+
58,AR_KG,5,0.0
|
10 |
+
38,AR_OG,428,0.0013
|
11 |
+
71,BE_AK,1,0.0
|
12 |
+
67,BE_NAB,2,0.0
|
13 |
+
44,BE_SRK,139,0.0004
|
14 |
+
21,BE_VB,1352,0.0041
|
15 |
+
7,BE_VG,7337,0.0223
|
16 |
+
32,BL_KG,517,0.0016
|
17 |
+
40,BL_SG,265,0.0008
|
18 |
+
15,BS_APG,3508,0.0107
|
19 |
+
25,BS_SVG,1013,0.0031
|
20 |
+
14,CH_BGE,4140,0.0126
|
21 |
+
0,CH_BGer,80532,0.2449
|
22 |
+
13,CH_BSTG,4643,0.0141
|
23 |
+
2,CH_BVGE,44374,0.1349
|
24 |
+
63,CH_EDÖB,3,0.0
|
25 |
+
66,CH_WBK,2,0.0
|
26 |
+
8,FR_TC,6931,0.0211
|
27 |
+
55,GE_CAPJ,7,0.0
|
28 |
+
3,GE_CJ,35340,0.1075
|
29 |
+
34,GE_TAPI,498,0.0015
|
30 |
+
53,GE_TP,28,0.0001
|
31 |
+
61,GL_OG,4,0.0
|
32 |
+
70,GL_VG,1,0.0
|
33 |
+
18,GR_KG,1473,0.0045
|
34 |
+
26,GR_VG,997,0.003
|
35 |
+
35,JU_TC,497,0.0015
|
36 |
+
64,JU_TPI,3,0.0
|
37 |
+
57,NE_TC,5,0.0
|
38 |
+
43,NW_OG,180,0.0005
|
39 |
+
65,SG_KG,2,0.0
|
40 |
+
9,SG_KGN,5547,0.0169
|
41 |
+
72,SG_OG,1,0.0
|
42 |
+
45,SG_VB,127,0.0004
|
43 |
+
16,SG_VG,1515,0.0046
|
44 |
+
20,SG_VGN,1410,0.0043
|
45 |
+
11,SG_VSG,4887,0.0149
|
46 |
+
28,SG_VWEK,903,0.0027
|
47 |
+
51,SO_OG,69,0.0002
|
48 |
+
68,SO_VG,2,0.0
|
49 |
+
59,SO_VSG,4,0.0
|
50 |
+
39,TI_CARP,296,0.0009
|
51 |
+
17,TI_CATI,1495,0.0045
|
52 |
+
23,TI_CRP,1097,0.0033
|
53 |
+
41,TI_GIAR,223,0.0007
|
54 |
+
24,TI_PP,1037,0.0032
|
55 |
+
12,TI_TCA,4769,0.0145
|
56 |
+
6,TI_TCAS,9170,0.0279
|
57 |
+
37,TI_TE,466,0.0014
|
58 |
+
54,TI_TPC,8,0.0
|
59 |
+
5,TI_TRAC,11746,0.0357
|
60 |
+
29,TI_TRAP,811,0.0025
|
61 |
+
31,TI_TRPI,611,0.0019
|
62 |
+
1,VD_TC,51018,0.1552
|
63 |
+
69,VD_TN,1,0.0
|
64 |
+
48,VD_TPHA,90,0.0003
|
65 |
+
36,VS_BZG,496,0.0015
|
66 |
+
27,VS_TC,935,0.0028
|
67 |
+
33,ZG_VG,512,0.0016
|
68 |
+
47,ZH_BRK,106,0.0003
|
69 |
+
50,ZH_HG,75,0.0002
|
70 |
+
60,ZH_KSG,4,0.0
|
71 |
+
19,ZH_OG,1446,0.0044
|
72 |
+
30,ZH_SRK,724,0.0022
|
73 |
+
4,ZH_SVG,26031,0.0792
|
74 |
+
10,ZH_VG,5304,0.0161
|
75 |
+
73,all,328825,1.0
|
data/reports/all/label_distribution.csv
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
label,num_occurrences,percent
|
2 |
+
dismissal,228822,0.6959
|
3 |
+
approval,100003,0.3041
|
4 |
+
all,328825,1.0
|
data/reports/all/label_distribution.png
ADDED
Git LFS Details
|
data/reports/all/label_law_area_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/label_law_area_distribution.csv
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,law_area,number of decisions,percent
|
2 |
+
2,civil_law,37756,0.1148
|
3 |
+
3,penal_law,30233,0.0919
|
4 |
+
1,public_law,80907,0.246
|
5 |
+
0,social_law,89413,0.2719
|
6 |
+
4,uncategorized,90516,0.2753
|
7 |
+
5,all,328825,1.0
|
data/reports/all/label_law_sub_area_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/label_law_sub_area_distribution.csv
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,law_sub_area,number of decisions,percent
|
2 |
+
9,Allg. Staats- und Verwaltungsrecht,210,0.0006
|
3 |
+
7,Arbeitsvertragsrecht,284,0.0009
|
4 |
+
5,Enteignungsrecht,466,0.0014
|
5 |
+
8,Familienrecht,215,0.0007
|
6 |
+
2,Materielles Strafrecht,3107,0.0094
|
7 |
+
6,Miet- und Pachtrecht,340,0.001
|
8 |
+
4,"Oeffentliches Bau-, Raumplanungs- und Umweltrecht",1407,0.0043
|
9 |
+
10,Schuldbetreibungs- und Konkursrecht,144,0.0004
|
10 |
+
1,Steuerrecht,3127,0.0095
|
11 |
+
3,Strafprozessrecht,2998,0.0091
|
12 |
+
11,Wettbewerbs- und Kartellrecht,2,0.0
|
13 |
+
0,nan,316525,0.9626
|
14 |
+
12,all,328825,1.0
|
data/reports/all/label_region_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/label_region_distribution.csv
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,region,number of decisions,percent
|
2 |
+
7,Central_Switzerland,692,0.0021
|
3 |
+
4,Eastern_Switzerland,17300,0.0526
|
4 |
+
5,Espace_Mittelland,16342,0.0497
|
5 |
+
0,Federation,133694,0.4066
|
6 |
+
6,Northwestern_Switzerland,6965,0.0212
|
7 |
+
1,Région lémanique,88413,0.2689
|
8 |
+
3,Ticino,31729,0.0965
|
9 |
+
2,Zürich,33690,0.1025
|
10 |
+
8,all,328825,1.0
|
data/reports/all/label_year_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/label_year_distribution.csv
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,year,number of decisions,percent
|
2 |
+
43,1954,123,0.0004
|
3 |
+
35,1955,158,0.0005
|
4 |
+
46,1956,115,0.0003
|
5 |
+
48,1957,113,0.0003
|
6 |
+
47,1958,114,0.0003
|
7 |
+
54,1959,103,0.0003
|
8 |
+
55,1960,100,0.0003
|
9 |
+
58,1961,82,0.0002
|
10 |
+
56,1962,88,0.0003
|
11 |
+
49,1963,112,0.0003
|
12 |
+
44,1964,122,0.0004
|
13 |
+
40,1965,125,0.0004
|
14 |
+
52,1966,107,0.0003
|
15 |
+
42,1967,123,0.0004
|
16 |
+
53,1968,105,0.0003
|
17 |
+
45,1969,119,0.0004
|
18 |
+
37,1970,143,0.0004
|
19 |
+
38,1971,140,0.0004
|
20 |
+
33,1972,190,0.0006
|
21 |
+
32,1973,196,0.0006
|
22 |
+
34,1974,184,0.0006
|
23 |
+
31,1975,209,0.0006
|
24 |
+
36,1976,151,0.0005
|
25 |
+
39,1977,136,0.0004
|
26 |
+
50,1978,109,0.0003
|
27 |
+
41,1979,123,0.0004
|
28 |
+
51,1980,108,0.0003
|
29 |
+
57,1981,85,0.0003
|
30 |
+
60,1982,79,0.0002
|
31 |
+
59,1983,79,0.0002
|
32 |
+
62,1984,62,0.0002
|
33 |
+
63,1985,59,0.0002
|
34 |
+
64,1986,53,0.0002
|
35 |
+
66,1987,41,0.0001
|
36 |
+
67,1988,35,0.0001
|
37 |
+
65,1989,44,0.0001
|
38 |
+
68,1990,13,0.0
|
39 |
+
61,1991,79,0.0002
|
40 |
+
29,1992,290,0.0009
|
41 |
+
28,1993,309,0.0009
|
42 |
+
30,1994,230,0.0007
|
43 |
+
27,1995,911,0.0028
|
44 |
+
26,1996,1060,0.0032
|
45 |
+
25,1997,1108,0.0034
|
46 |
+
24,1998,1229,0.0037
|
47 |
+
23,1999,1269,0.0039
|
48 |
+
22,2000,4322,0.0131
|
49 |
+
21,2001,4697,0.0143
|
50 |
+
20,2002,5346,0.0163
|
51 |
+
19,2003,7550,0.023
|
52 |
+
18,2004,8008,0.0244
|
53 |
+
17,2005,9168,0.0279
|
54 |
+
16,2006,10125,0.0308
|
55 |
+
15,2007,11533,0.0351
|
56 |
+
14,2008,12487,0.038
|
57 |
+
11,2009,15462,0.047
|
58 |
+
8,2010,16430,0.05
|
59 |
+
13,2011,15110,0.046
|
60 |
+
10,2012,15524,0.0472
|
61 |
+
9,2013,15829,0.0481
|
62 |
+
7,2014,17057,0.0519
|
63 |
+
6,2015,18251,0.0555
|
64 |
+
5,2016,18359,0.0558
|
65 |
+
3,2017,19126,0.0582
|
66 |
+
1,2018,20128,0.0612
|
67 |
+
0,2019,20179,0.0614
|
68 |
+
2,2020,19642,0.0597
|
69 |
+
4,2021,18606,0.0566
|
70 |
+
12,2022,15353,0.0467
|
71 |
+
69,all,328825,1.0
|
data/reports/all/origin_considerations_input_length_distribution-bivariate.png
ADDED
Git LFS Details
|
data/reports/all/origin_considerations_input_length_distribution-cumulative.png
ADDED
Git LFS Details
|
data/reports/all/origin_considerations_input_length_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/origin_considerations_input_length_distribution.csv
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
measure,num_tokens_spacy,num_tokens_bert
|
2 |
+
count,283,283
|
3 |
+
mean,5324,6472
|
4 |
+
std,3751,4603
|
5 |
+
min,156,168
|
6 |
+
25%,2833,3550
|
7 |
+
50%,4488,5244
|
8 |
+
75%,6542,7846
|
9 |
+
max,28467,35531
|
data/reports/all/origin_facts_input_length_distribution-bivariate.png
ADDED
Git LFS Details
|
data/reports/all/origin_facts_input_length_distribution-cumulative.png
ADDED
Git LFS Details
|
data/reports/all/origin_facts_input_length_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/all/origin_facts_input_length_distribution.csv
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
measure,num_tokens_spacy,num_tokens_bert
|
2 |
+
count,315,315
|
3 |
+
mean,2588,3099
|
4 |
+
std,4878,6295
|
5 |
+
min,0,2
|
6 |
+
25%,712,864
|
7 |
+
50%,1472,1642
|
8 |
+
75%,2604,2979
|
9 |
+
max,44529,57650
|
data/reports/test/considerations_input_length_distribution-bivariate.png
ADDED
Git LFS Details
|
data/reports/test/considerations_input_length_distribution-cumulative.png
ADDED
Git LFS Details
|
data/reports/test/considerations_input_length_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/test/considerations_input_length_distribution.csv
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
measure,num_tokens_spacy,num_tokens_bert
|
2 |
+
count,93908,93908
|
3 |
+
mean,3937,5426
|
4 |
+
std,3203,4779
|
5 |
+
min,0,2
|
6 |
+
25%,2015,2657
|
7 |
+
50%,3204,4322
|
8 |
+
75%,5046,6933
|
9 |
+
max,202326,275197
|
data/reports/test/facts_input_length_distribution-bivariate.png
ADDED
Git LFS Details
|
data/reports/test/facts_input_length_distribution-cumulative.png
ADDED
Git LFS Details
|
data/reports/test/facts_input_length_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/test/facts_input_length_distribution.csv
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
measure,num_tokens_spacy,num_tokens_bert
|
2 |
+
count,93908,93908
|
3 |
+
mean,1356,1744
|
4 |
+
std,1532,1904
|
5 |
+
min,82,140
|
6 |
+
25%,503,672
|
7 |
+
50%,866,1141
|
8 |
+
75%,1598,2079
|
9 |
+
max,40038,45883
|
data/reports/test/label_canton_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/test/label_canton_distribution.csv
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,canton,number of decisions,percent
|
2 |
+
9,AG,1619,0.0172
|
3 |
+
15,AR,292,0.0031
|
4 |
+
5,BE,4574,0.0487
|
5 |
+
13,BL,333,0.0035
|
6 |
+
8,BS,2735,0.0291
|
7 |
+
0,CH,31409,0.3345
|
8 |
+
6,FR,4187,0.0446
|
9 |
+
2,GE,13690,0.1458
|
10 |
+
18,GL,4,0.0
|
11 |
+
10,GR,1065,0.0113
|
12 |
+
14,JU,317,0.0034
|
13 |
+
19,NE,2,0.0
|
14 |
+
16,NW,177,0.0019
|
15 |
+
7,SG,3580,0.0381
|
16 |
+
17,SO,53,0.0006
|
17 |
+
4,TI,4975,0.053
|
18 |
+
1,VD,14822,0.1578
|
19 |
+
11,VS,617,0.0066
|
20 |
+
12,ZG,512,0.0055
|
21 |
+
3,ZH,8945,0.0953
|
22 |
+
20,all,93908,1.0
|
data/reports/test/label_chamber_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/test/label_chamber_distribution.csv
ADDED
@@ -0,0 +1,157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,chamber,number of decisions,percent
|
2 |
+
96,AG_HG_002,42,0.0004
|
3 |
+
88,AG_OGA_002,62,0.0007
|
4 |
+
117,AG_OGA_003,8,0.0001
|
5 |
+
144,AG_OGA_004,1,0.0
|
6 |
+
56,AG_OG_001,221,0.0024
|
7 |
+
58,AG_OG_006,202,0.0022
|
8 |
+
43,AG_OG_007,400,0.0043
|
9 |
+
50,AG_OG_008,311,0.0033
|
10 |
+
92,AG_OG_009,49,0.0005
|
11 |
+
110,AG_OG_010,20,0.0002
|
12 |
+
108,AG_OG_012,21,0.0002
|
13 |
+
124,AG_OG_999,5,0.0001
|
14 |
+
100,AG_SVWG_001,35,0.0004
|
15 |
+
74,AG_SVWG_002,118,0.0013
|
16 |
+
75,AG_VB_002,118,0.0013
|
17 |
+
121,AG_VSG_002,6,0.0001
|
18 |
+
125,AR_KG_999,4,0.0
|
19 |
+
133,AR_OG_001,3,0.0
|
20 |
+
87,AR_OG_002,63,0.0007
|
21 |
+
77,AR_OG_003,117,0.0012
|
22 |
+
79,AR_OG_004,105,0.0011
|
23 |
+
139,BE_NAB_003,2,0.0
|
24 |
+
78,BE_SRK_001,113,0.0012
|
25 |
+
32,BE_VB_001,751,0.008
|
26 |
+
145,BE_VB_002,1,0.0
|
27 |
+
103,BE_VB_003,33,0.0004
|
28 |
+
120,BE_VB_006,6,0.0001
|
29 |
+
5,BE_VG_001,3668,0.0391
|
30 |
+
55,BL_KG_001,241,0.0026
|
31 |
+
83,BL_SG_001,92,0.001
|
32 |
+
15,BS_APG_001,1802,0.0192
|
33 |
+
27,BS_SVG_001,933,0.0099
|
34 |
+
147,CH_BGE_005,1,0.0
|
35 |
+
149,CH_BGE_007,1,0.0
|
36 |
+
8,CH_BGer_001,2867,0.0305
|
37 |
+
9,CH_BGer_002,2770,0.0295
|
38 |
+
18,CH_BGer_004,1668,0.0178
|
39 |
+
13,CH_BGer_005,1830,0.0195
|
40 |
+
16,CH_BGer_006,1730,0.0184
|
41 |
+
11,CH_BGer_008,2168,0.0231
|
42 |
+
17,CH_BGer_009,1713,0.0182
|
43 |
+
23,CH_BGer_011,1075,0.0114
|
44 |
+
130,CH_BGer_999,3,0.0
|
45 |
+
19,CH_BSTG_001,1624,0.0173
|
46 |
+
0,CH_BVGE_001,13959,0.1486
|
47 |
+
30,FR_TC_001,832,0.0089
|
48 |
+
66,FR_TC_003,145,0.0015
|
49 |
+
71,FR_TC_004,125,0.0013
|
50 |
+
41,FR_TC_005,412,0.0044
|
51 |
+
68,FR_TC_006,138,0.0015
|
52 |
+
26,FR_TC_007,971,0.0103
|
53 |
+
72,FR_TC_010,121,0.0013
|
54 |
+
20,FR_TC_011,1441,0.0153
|
55 |
+
140,FR_TC_999,2,0.0
|
56 |
+
122,GE_CAPJ_001,6,0.0001
|
57 |
+
36,GE_CJ_001,515,0.0055
|
58 |
+
35,GE_CJ_002,601,0.0064
|
59 |
+
90,GE_CJ_003,60,0.0006
|
60 |
+
61,GE_CJ_004,177,0.0019
|
61 |
+
42,GE_CJ_005,410,0.0044
|
62 |
+
53,GE_CJ_006,247,0.0026
|
63 |
+
34,GE_CJ_007,633,0.0067
|
64 |
+
31,GE_CJ_009,815,0.0087
|
65 |
+
10,GE_CJ_011,2233,0.0238
|
66 |
+
6,GE_CJ_013,3653,0.0389
|
67 |
+
2,GE_CJ_014,3865,0.0412
|
68 |
+
89,GE_CJ_015,62,0.0007
|
69 |
+
44,GE_TAPI_001,392,0.0042
|
70 |
+
109,GE_TP_001,21,0.0002
|
71 |
+
129,GL_OG_001,3,0.0
|
72 |
+
150,GL_VG_001,1,0.0
|
73 |
+
94,GR_KG_002,45,0.0005
|
74 |
+
84,GR_KG_003,92,0.001
|
75 |
+
106,GR_KG_004,26,0.0003
|
76 |
+
82,GR_KG_005,94,0.001
|
77 |
+
63,GR_KG_006,171,0.0018
|
78 |
+
97,GR_KG_007,42,0.0004
|
79 |
+
136,GR_KG_010,2,0.0
|
80 |
+
81,GR_VG_001,98,0.001
|
81 |
+
64,GR_VG_002,150,0.0016
|
82 |
+
67,GR_VG_003,142,0.0015
|
83 |
+
85,GR_VG_004,77,0.0008
|
84 |
+
70,GR_VG_005,126,0.0013
|
85 |
+
115,JU_TC_001,10,0.0001
|
86 |
+
93,JU_TC_002,47,0.0005
|
87 |
+
86,JU_TC_004,69,0.0007
|
88 |
+
62,JU_TC_005,175,0.0019
|
89 |
+
118,JU_TC_006,7,0.0001
|
90 |
+
127,JU_TC_007,3,0.0
|
91 |
+
135,JU_TC_010,2,0.0
|
92 |
+
146,JU_TC_999,1,0.0
|
93 |
+
134,JU_TPI_006,3,0.0
|
94 |
+
151,NE_TC_009,1,0.0
|
95 |
+
153,NE_TC_012,1,0.0
|
96 |
+
60,NW_OG_001,177,0.0019
|
97 |
+
24,SG_KGN_999,1072,0.0114
|
98 |
+
69,SG_VB_001,127,0.0014
|
99 |
+
48,SG_VGN_001,325,0.0035
|
100 |
+
40,SG_VG_001,428,0.0046
|
101 |
+
21,SG_VSG_001,1385,0.0147
|
102 |
+
54,SG_VWEK_001,243,0.0026
|
103 |
+
131,SO_OG_002,3,0.0
|
104 |
+
114,SO_OG_004,11,0.0001
|
105 |
+
152,SO_OG_005,1,0.0
|
106 |
+
101,SO_OG_006,35,0.0004
|
107 |
+
137,SO_VG_001,2,0.0
|
108 |
+
148,SO_VSG_001,1,0.0
|
109 |
+
105,TI_CARP_001,31,0.0003
|
110 |
+
37,TI_CATI_001,497,0.0053
|
111 |
+
14,TI_TCAS_001,1802,0.0192
|
112 |
+
33,TI_TCA_001,731,0.0078
|
113 |
+
132,TI_TPC_001,3,0.0
|
114 |
+
49,TI_TRAC_001,314,0.0033
|
115 |
+
52,TI_TRAC_002,249,0.0027
|
116 |
+
76,TI_TRAC_003,118,0.0013
|
117 |
+
59,TI_TRAC_004,193,0.0021
|
118 |
+
154,TI_TRAC_005,1,0.0
|
119 |
+
28,TI_TRAC_006,885,0.0094
|
120 |
+
73,TI_TRAC_007,118,0.0013
|
121 |
+
102,TI_TRAP_002,33,0.0004
|
122 |
+
126,VD_TC_001,4,0.0
|
123 |
+
25,VD_TC_002,980,0.0104
|
124 |
+
22,VD_TC_003,1109,0.0118
|
125 |
+
7,VD_TC_004,3552,0.0378
|
126 |
+
112,VD_TC_005,18,0.0002
|
127 |
+
91,VD_TC_007,49,0.0005
|
128 |
+
38,VD_TC_008,470,0.005
|
129 |
+
29,VD_TC_009,842,0.009
|
130 |
+
45,VD_TC_010,350,0.0037
|
131 |
+
4,VD_TC_013,3682,0.0392
|
132 |
+
119,VD_TC_020,6,0.0001
|
133 |
+
111,VD_TC_030,20,0.0002
|
134 |
+
3,VD_TC_031,3719,0.0396
|
135 |
+
123,VD_TC_999,5,0.0001
|
136 |
+
113,VD_TPHA_001,16,0.0002
|
137 |
+
128,VS_BZG_002,3,0.0
|
138 |
+
116,VS_BZG_003,9,0.0001
|
139 |
+
107,VS_BZG_005,24,0.0003
|
140 |
+
141,VS_BZG_006,2,0.0
|
141 |
+
142,VS_BZG_007,1,0.0
|
142 |
+
51,VS_BZG_999,252,0.0027
|
143 |
+
47,VS_TC_001,326,0.0035
|
144 |
+
46,ZG_VG_001,328,0.0035
|
145 |
+
98,ZG_VG_002,40,0.0004
|
146 |
+
95,ZG_VG_003,43,0.0005
|
147 |
+
80,ZG_VG_004,101,0.0011
|
148 |
+
99,ZH_BRK_001,38,0.0004
|
149 |
+
104,ZH_HG_001,31,0.0003
|
150 |
+
39,ZH_OG_001,448,0.0048
|
151 |
+
65,ZH_OG_002,146,0.0016
|
152 |
+
143,ZH_OG_004,1,0.0
|
153 |
+
138,ZH_OG_999,2,0.0
|
154 |
+
57,ZH_SRK_001,210,0.0022
|
155 |
+
1,ZH_SVG_001,6216,0.0662
|
156 |
+
12,ZH_VG_001,1853,0.0197
|
157 |
+
155,all,93908,1.0
|
data/reports/test/label_court_distribution-histogram.png
ADDED
Git LFS Details
|
data/reports/test/label_court_distribution.csv
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,court,number of decisions,percent
|
2 |
+
41,AG_HG,42,0.0004
|
3 |
+
13,AG_OG,1229,0.0131
|
4 |
+
39,AG_OGA,71,0.0008
|
5 |
+
34,AG_SVWG,153,0.0016
|
6 |
+
36,AG_VB,118,0.0013
|
7 |
+
48,AG_VSG,6,0.0001
|
8 |
+
50,AR_KG,4,0.0
|
9 |
+
29,AR_OG,288,0.0031
|
10 |
+
56,BE_NAB,2,0.0
|
11 |
+
37,BE_SRK,113,0.0012
|
12 |
+
16,BE_VB,791,0.0084
|
13 |
+
6,BE_VG,3668,0.0391
|
14 |
+
31,BL_KG,241,0.0026
|
15 |
+
38,BL_SG,92,0.001
|
16 |
+
9,BS_APG,1802,0.0192
|
17 |
+
15,BS_SVG,933,0.0099
|
18 |
+
55,CH_BGE,2,0.0
|
19 |
+
0,CH_BGer,15824,0.1685
|
20 |
+
11,CH_BSTG,1624,0.0173
|
21 |
+
2,CH_BVGE,13959,0.1486
|
22 |
+
5,FR_TC,4187,0.0446
|
23 |
+
49,GE_CAPJ,6,0.0001
|
24 |
+
3,GE_CJ,13271,0.1413
|
25 |
+
24,GE_TAPI,392,0.0042
|
26 |
+
46,GE_TP,21,0.0002
|
27 |
+
51,GL_OG,3,0.0
|
28 |
+
59,GL_VG,1,0.0
|
29 |
+
22,GR_KG,472,0.005
|
30 |
+
19,GR_VG,593,0.0063
|
31 |
+
27,JU_TC,314,0.0033
|
32 |
+
52,JU_TPI,3,0.0
|
33 |
+
54,NE_TC,2,0.0
|
34 |
+
33,NW_OG,177,0.0019
|
35 |
+
14,SG_KGN,1072,0.0114
|
36 |
+
35,SG_VB,127,0.0014
|
37 |
+
23,SG_VG,428,0.0046
|
38 |
+
26,SG_VGN,325,0.0035
|
39 |
+
12,SG_VSG,1385,0.0147
|
40 |
+
30,SG_VWEK,243,0.0026
|
41 |
+
40,SO_OG,50,0.0005
|
42 |
+
57,SO_VG,2,0.0
|
43 |
+
58,SO_VSG,1,0.0
|
44 |
+
44,TI_CARP,31,0.0003
|
45 |
+
21,TI_CATI,497,0.0053
|
46 |
+
17,TI_TCA,731,0.0078
|
47 |
+
10,TI_TCAS,1802,0.0192
|
48 |
+
53,TI_TPC,3,0.0
|
49 |
+
7,TI_TRAC,1878,0.02
|
50 |
+
43,TI_TRAP,33,0.0004
|
51 |
+
1,VD_TC,14806,0.1577
|
52 |
+
47,VD_TPHA,16,0.0002
|
53 |
+
28,VS_BZG,291,0.0031
|
54 |
+
25,VS_TC,326,0.0035
|
55 |
+
20,ZG_VG,512,0.0055
|
56 |
+
42,ZH_BRK,38,0.0004
|
57 |
+
45,ZH_HG,31,0.0003
|
58 |
+
18,ZH_OG,597,0.0064
|
59 |
+
32,ZH_SRK,210,0.0022
|
60 |
+
4,ZH_SVG,6216,0.0662
|
61 |
+
8,ZH_VG,1853,0.0197
|
62 |
+
60,all,93908,1.0
|