clairebarale commited on
Commit
227bf9d
·
1 Parent(s): d8892d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +169 -8
README.md CHANGED
@@ -1,31 +1,192 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
3
  language:
4
  - en
5
- tags:
6
- - dataset
7
- - legalNLP
8
- - refugee law
 
 
9
  pretty_name: AsyLex
10
- dataset_info:
11
- configs:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  - config_name: raw_sentences
13
- data_files: "all_sentences_anonymized.tar.xz"
 
 
 
 
 
 
 
 
 
14
  - config_name: raw_documents
15
  data_files: "cases_anonymized_txt_raw.tar.gz"
 
 
 
 
 
 
16
  - config_name: all_legal_entities
17
  data_files: "main_and_case_cover_all_entities_inferred.csv"
18
  sep: ";"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - config_name: casecover_legal_entities
20
  data_files: "case_cover/case_cover_anonymised_extracted_entities.csv"
21
  sep: ","
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  - config_name: casecover_entities_outcome
23
  data_files: "case_cover/case_cover_entities_and_decision_outcome.csv"
24
  sep: ";"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  - config_name: determination_sentences
26
  data_files: "determination_label_extracted_sentences.csv"
27
  sep: ";"
 
 
 
 
 
 
 
 
28
  - config_name: outcome_classification
 
 
 
 
 
 
 
 
 
 
29
  data_files:
30
  - split: train
31
  path: "outcome_train_test/train_dataset_silver.csv"
 
1
  ---
2
+ annotations_creators: []
3
  language:
4
  - en
5
+ language_creators:
6
+ - found
7
+ license:
8
+ - cc-by-nc-sa-4.0
9
+ multilinguality:
10
+ - monolingual
11
  pretty_name: AsyLex
12
+ size_categories:
13
+ - 1M<n<10M
14
+ source_datasets: []
15
+ tags:
16
+ - legal NLP
17
+ - Refugee Law
18
+ task_categories:
19
+ - text-classification
20
+ - token-classification
21
+ - text-retrieval
22
+ task_ids:
23
+ - multi-label-classification
24
+ - named-entity-recognition
25
+ - document-retrieval
26
+ - utterance-retrieval
27
+ configs:
28
  - config_name: raw_sentences
29
+ features:
30
+ - name: decisionID
31
+ dtype: string
32
+ - name: Text
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_examples: 4946439
37
+ data_files : "all_sentences_anonymized.tar.xz"
38
+ default : true
39
  - config_name: raw_documents
40
  data_files: "cases_anonymized_txt_raw.tar.gz"
41
+ features:
42
+ - name: case_files
43
+ dtype: txt
44
+ splits:
45
+ - name: train
46
+ num_examples: 59112
47
  - config_name: all_legal_entities
48
  data_files: "main_and_case_cover_all_entities_inferred.csv"
49
  sep: ";"
50
+ features:
51
+ - name: decisionID
52
+ dtype: int64
53
+ - name: Text
54
+ dtype: string
55
+ - name: GPE
56
+ dtype: string
57
+ - name: DATE
58
+ dtype: string
59
+ - name: NORP
60
+ dtype: string
61
+ - name: ORG
62
+ dtype: string
63
+ - name: LAW
64
+ dtype: string
65
+ - name: CLAIMANT_EVENTS
66
+ dtype: string
67
+ - name: CREDIBILITY
68
+ dtype: string
69
+ - name: DETERMINATION
70
+ dtype: string
71
+ - name: CLAIMANT_INFO
72
+ dtype: string
73
+ - name: PROCEDURE
74
+ dtype: string
75
+ - name: DOC_EVIDENCE
76
+ dtype: string
77
+ - name: EXPLANATION
78
+ dtype: string
79
+ - name: LEGAL_GROUND
80
+ dtype: string
81
+ - name: LAW_CASE
82
+ dtype: string
83
+ - name: LAW_REPORT
84
+ dtype: string
85
+ - name: decision_outcome
86
+ dtype:
87
+ class_label:
88
+ names:
89
+ '0': 'Rejected'
90
+ '1': 'Granted'
91
+ '2': 'Uncertain'
92
+ - name: extracted_dates
93
+ dtype: string
94
+ - name: LOC_HEARING
95
+ dtype: string
96
+ - name: TRIBUNAL
97
+ dtype: string
98
+ - name: PUBLIC_PRIVATE_HEARING
99
+ dtype: string
100
+ - name: INCHAMBER_VIRTUAL_HEARING
101
+ dtype: string
102
+ - name: JUDGE
103
+ dtype: string
104
+ - name: text_case_cover
105
+ dtype: string
106
+ - name: DATE_DECISION
107
+ dtype: string
108
+ splits:
109
+ - name: train
110
+ num_examples: 3067330
111
  - config_name: casecover_legal_entities
112
  data_files: "case_cover/case_cover_anonymised_extracted_entities.csv"
113
  sep: ","
114
+ features:
115
+ - name: decision_ID
116
+ dtype: int64
117
+ - name: extracted_dates
118
+ dtype: string
119
+ - name: extracted_gpe
120
+ dtype: string
121
+ - name: extracted_org
122
+ dtype: string
123
+ - name: public_private_hearing
124
+ dtype: string
125
+ - name: in_chamber_virtual
126
+ dtype: string
127
+ - name: judge_name
128
+ dtype: string
129
+ - name: date_decision
130
+ dtype: string
131
+ - name: text_case_cover
132
+ dtype: string
133
+ splits:
134
+ - name: train
135
+ num_examples: 45883
136
  - config_name: casecover_entities_outcome
137
  data_files: "case_cover/case_cover_entities_and_decision_outcome.csv"
138
  sep: ";"
139
+ features:
140
+ - name: decision_ID
141
+ dtype: int64
142
+ - name: extracted_dates
143
+ dtype: string
144
+ - name: LOC_HEARING
145
+ dtype: string
146
+ - name: TRIBUNAL
147
+ dtype: string
148
+ - name: PUBLIC_PRIVATE_HEARING
149
+ dtype: string
150
+ - name: INCHAMBER_VIRTUAL_HEARING
151
+ dtype: string
152
+ - name: JUDGE
153
+ dtype: string
154
+ - name: text_case_cover
155
+ dtype: string
156
+ - name: DATE_DECISION
157
+ dtype: string
158
+ - name: decision_outcome
159
+ dtype:
160
+ class_label:
161
+ names:
162
+ '0': 'Rejected'
163
+ '1': 'Granted'
164
+ '2': 'Uncertain'
165
+ splits:
166
+ - name: train
167
+ num_examples: 31195
168
  - config_name: determination_sentences
169
  data_files: "determination_label_extracted_sentences.csv"
170
  sep: ";"
171
+ features:
172
+ - name: decisionID
173
+ dtype: int64
174
+ - name: extracted_sentences_determination
175
+ dtype: string
176
+ splits:
177
+ - name: train
178
+ num_examples: 53977
179
  - config_name: outcome_classification
180
+ features:
181
+ - name: decisionID
182
+ dtype: float64
183
+ - name: decision_outcome
184
+ dtype:
185
+ class_label:
186
+ names:
187
+ '0': 'Rejected'
188
+ '1': 'Granted'
189
+ '2': 'Uncertain'
190
  data_files:
191
  - split: train
192
  path: "outcome_train_test/train_dataset_silver.csv"