Upload folder using huggingface_hub
Browse files- .argilla/dataset.json +16 -0
- .argilla/settings.json +351 -0
- .argilla/version.json +3 -0
- README.md +169 -75
.argilla/dataset.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
3 |
+
"name": "spanish_legal_ner",
|
4 |
+
"guidelines": "These are some guidelines.",
|
5 |
+
"allow_extra_metadata": false,
|
6 |
+
"status": "ready",
|
7 |
+
"distribution": {
|
8 |
+
"strategy": "overlap",
|
9 |
+
"min_submitted": 1
|
10 |
+
},
|
11 |
+
"metadata": null,
|
12 |
+
"workspace_id": "b91ebfc5-755a-4e57-b364-86d98ab5ad73",
|
13 |
+
"last_activity_at": "2025-05-11T19:00:59.811790",
|
14 |
+
"inserted_at": "2025-05-11T19:00:56.645362",
|
15 |
+
"updated_at": "2025-05-11T19:00:59.811790"
|
16 |
+
}
|
.argilla/settings.json
ADDED
@@ -0,0 +1,351 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"guidelines": "These are some guidelines.",
|
3 |
+
"allow_extra_metadata": false,
|
4 |
+
"distribution": {
|
5 |
+
"strategy": "overlap",
|
6 |
+
"min_submitted": 1
|
7 |
+
},
|
8 |
+
"fields": [
|
9 |
+
{
|
10 |
+
"id": "efe262bf-55a3-4db0-996b-76a67d7d351e",
|
11 |
+
"name": "law_cont",
|
12 |
+
"title": "law_cont",
|
13 |
+
"required": true,
|
14 |
+
"settings": {
|
15 |
+
"type": "text",
|
16 |
+
"use_markdown": false
|
17 |
+
},
|
18 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
19 |
+
"inserted_at": "2025-05-11T19:00:56.998626",
|
20 |
+
"updated_at": "2025-05-11T19:00:56.998626"
|
21 |
+
}
|
22 |
+
],
|
23 |
+
"questions": [
|
24 |
+
{
|
25 |
+
"id": "2ce32d73-85d5-45bc-bbce-24715145c079",
|
26 |
+
"name": "label",
|
27 |
+
"title": "label",
|
28 |
+
"description": null,
|
29 |
+
"required": true,
|
30 |
+
"settings": {
|
31 |
+
"type": "span",
|
32 |
+
"field": "law_cont",
|
33 |
+
"options": [
|
34 |
+
{
|
35 |
+
"value": "PERSON",
|
36 |
+
"text": "Person",
|
37 |
+
"description": null
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"value": "ORG",
|
41 |
+
"text": "Organization",
|
42 |
+
"description": null
|
43 |
+
},
|
44 |
+
{
|
45 |
+
"value": "LOC",
|
46 |
+
"text": "Location",
|
47 |
+
"description": null
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"value": "DATE",
|
51 |
+
"text": "Date",
|
52 |
+
"description": null
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"value": "REF",
|
56 |
+
"text": "Reference",
|
57 |
+
"description": null
|
58 |
+
}
|
59 |
+
],
|
60 |
+
"visible_options": 5,
|
61 |
+
"allow_overlapping": false,
|
62 |
+
"allow_character_annotation": true
|
63 |
+
},
|
64 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
65 |
+
"inserted_at": "2025-05-11T19:00:57.142110",
|
66 |
+
"updated_at": "2025-05-11T19:00:57.142110"
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"id": "63a5c2e4-3208-4bf9-8756-d6563fc80d86",
|
70 |
+
"name": "label_multi",
|
71 |
+
"title": "label_multi",
|
72 |
+
"description": null,
|
73 |
+
"required": true,
|
74 |
+
"settings": {
|
75 |
+
"type": "multi_label_selection",
|
76 |
+
"options": [
|
77 |
+
{
|
78 |
+
"value": "RIGHT",
|
79 |
+
"text": "Right",
|
80 |
+
"description": null
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"value": "DUTY",
|
84 |
+
"text": "Duty",
|
85 |
+
"description": null
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"value": "SANC",
|
89 |
+
"text": "Sanction",
|
90 |
+
"description": null
|
91 |
+
}
|
92 |
+
],
|
93 |
+
"visible_options": 3,
|
94 |
+
"options_order": "natural"
|
95 |
+
},
|
96 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
97 |
+
"inserted_at": "2025-05-11T19:00:57.253052",
|
98 |
+
"updated_at": "2025-05-11T19:00:57.253052"
|
99 |
+
}
|
100 |
+
],
|
101 |
+
"metadata": [
|
102 |
+
{
|
103 |
+
"id": "87461ed0-3e9b-47ef-9642-4302eeac172d",
|
104 |
+
"name": "fecha_actualizacion",
|
105 |
+
"title": "Update date",
|
106 |
+
"settings": {
|
107 |
+
"type": "terms",
|
108 |
+
"values": null
|
109 |
+
},
|
110 |
+
"visible_for_annotators": true,
|
111 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
112 |
+
"inserted_at": "2025-05-11T19:00:57.368800",
|
113 |
+
"updated_at": "2025-05-11T19:00:57.368800"
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"id": "b7974d2e-dad1-4534-9cb1-7902b6cff094",
|
117 |
+
"name": "identificador",
|
118 |
+
"title": "Identifier",
|
119 |
+
"settings": {
|
120 |
+
"type": "terms",
|
121 |
+
"values": null
|
122 |
+
},
|
123 |
+
"visible_for_annotators": true,
|
124 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
125 |
+
"inserted_at": "2025-05-11T19:00:57.522622",
|
126 |
+
"updated_at": "2025-05-11T19:00:57.522622"
|
127 |
+
},
|
128 |
+
{
|
129 |
+
"id": "32b2a420-46f6-4498-b8c8-092e102926d9",
|
130 |
+
"name": "ambito",
|
131 |
+
"title": "Domain",
|
132 |
+
"settings": {
|
133 |
+
"type": "terms",
|
134 |
+
"values": null
|
135 |
+
},
|
136 |
+
"visible_for_annotators": true,
|
137 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
138 |
+
"inserted_at": "2025-05-11T19:00:57.637890",
|
139 |
+
"updated_at": "2025-05-11T19:00:57.637890"
|
140 |
+
},
|
141 |
+
{
|
142 |
+
"id": "156ba4a1-6dc7-4de7-8b5b-b68e336425d5",
|
143 |
+
"name": "departamento",
|
144 |
+
"title": "Department",
|
145 |
+
"settings": {
|
146 |
+
"type": "terms",
|
147 |
+
"values": null
|
148 |
+
},
|
149 |
+
"visible_for_annotators": true,
|
150 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
151 |
+
"inserted_at": "2025-05-11T19:00:57.745072",
|
152 |
+
"updated_at": "2025-05-11T19:00:57.745072"
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"id": "75b3e1ce-a0c5-450d-a5dc-82210d8e20cb",
|
156 |
+
"name": "rango",
|
157 |
+
"title": "Type of legislation",
|
158 |
+
"settings": {
|
159 |
+
"type": "terms",
|
160 |
+
"values": null
|
161 |
+
},
|
162 |
+
"visible_for_annotators": true,
|
163 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
164 |
+
"inserted_at": "2025-05-11T19:00:57.854476",
|
165 |
+
"updated_at": "2025-05-11T19:00:57.854476"
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"id": "f103c423-69ec-4137-ab50-317124e9c76b",
|
169 |
+
"name": "fecha_disposicion",
|
170 |
+
"title": "Provision date",
|
171 |
+
"settings": {
|
172 |
+
"type": "terms",
|
173 |
+
"values": null
|
174 |
+
},
|
175 |
+
"visible_for_annotators": true,
|
176 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
177 |
+
"inserted_at": "2025-05-11T19:00:57.980110",
|
178 |
+
"updated_at": "2025-05-11T19:00:57.980110"
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"id": "52d74198-996f-4616-a4e8-2a00429fb47b",
|
182 |
+
"name": "numero_oficial",
|
183 |
+
"title": "Official number",
|
184 |
+
"settings": {
|
185 |
+
"type": "terms",
|
186 |
+
"values": null
|
187 |
+
},
|
188 |
+
"visible_for_annotators": true,
|
189 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
190 |
+
"inserted_at": "2025-05-11T19:00:58.135393",
|
191 |
+
"updated_at": "2025-05-11T19:00:58.135393"
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"id": "bf5fbbac-3ef9-4ffc-aa66-033c231ace74",
|
195 |
+
"name": "titulo",
|
196 |
+
"title": "Title",
|
197 |
+
"settings": {
|
198 |
+
"type": "terms",
|
199 |
+
"values": null
|
200 |
+
},
|
201 |
+
"visible_for_annotators": true,
|
202 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
203 |
+
"inserted_at": "2025-05-11T19:00:58.244378",
|
204 |
+
"updated_at": "2025-05-11T19:00:58.244378"
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"id": "5c61c696-8628-4446-a990-60199b3e836a",
|
208 |
+
"name": "diario",
|
209 |
+
"title": "Paper",
|
210 |
+
"settings": {
|
211 |
+
"type": "terms",
|
212 |
+
"values": null
|
213 |
+
},
|
214 |
+
"visible_for_annotators": true,
|
215 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
216 |
+
"inserted_at": "2025-05-11T19:00:58.395639",
|
217 |
+
"updated_at": "2025-05-11T19:00:58.395639"
|
218 |
+
},
|
219 |
+
{
|
220 |
+
"id": "ebd3f3e3-c914-47ac-ba42-4dab52d25dd2",
|
221 |
+
"name": "fecha_publicacion",
|
222 |
+
"title": "Publication date",
|
223 |
+
"settings": {
|
224 |
+
"type": "terms",
|
225 |
+
"values": null
|
226 |
+
},
|
227 |
+
"visible_for_annotators": true,
|
228 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
229 |
+
"inserted_at": "2025-05-11T19:00:58.502951",
|
230 |
+
"updated_at": "2025-05-11T19:00:58.502951"
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"id": "c73d5650-3fb0-4688-8ac0-766e6c8a2a73",
|
234 |
+
"name": "diario_numero",
|
235 |
+
"title": "Paper number",
|
236 |
+
"settings": {
|
237 |
+
"type": "terms",
|
238 |
+
"values": null
|
239 |
+
},
|
240 |
+
"visible_for_annotators": true,
|
241 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
242 |
+
"inserted_at": "2025-05-11T19:00:58.657410",
|
243 |
+
"updated_at": "2025-05-11T19:00:58.657410"
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"id": "94967e6a-106b-4e3d-b62c-576b918a9b6e",
|
247 |
+
"name": "fecha_vigencia",
|
248 |
+
"title": "Validity date",
|
249 |
+
"settings": {
|
250 |
+
"type": "terms",
|
251 |
+
"values": null
|
252 |
+
},
|
253 |
+
"visible_for_annotators": true,
|
254 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
255 |
+
"inserted_at": "2025-05-11T19:00:58.795507",
|
256 |
+
"updated_at": "2025-05-11T19:00:58.795507"
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"id": "e6b5e9b4-083d-4d33-9b24-ee944614214c",
|
260 |
+
"name": "estatus_derogacion",
|
261 |
+
"title": "Update date",
|
262 |
+
"settings": {
|
263 |
+
"type": "terms",
|
264 |
+
"values": null
|
265 |
+
},
|
266 |
+
"visible_for_annotators": true,
|
267 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
268 |
+
"inserted_at": "2025-05-11T19:00:58.939230",
|
269 |
+
"updated_at": "2025-05-11T19:00:58.939230"
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"id": "6a9b2631-fd27-4561-8809-cb8940f2bcd6",
|
273 |
+
"name": "fecha_derogacion",
|
274 |
+
"title": "Repeal date",
|
275 |
+
"settings": {
|
276 |
+
"type": "terms",
|
277 |
+
"values": null
|
278 |
+
},
|
279 |
+
"visible_for_annotators": true,
|
280 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
281 |
+
"inserted_at": "2025-05-11T19:00:59.060338",
|
282 |
+
"updated_at": "2025-05-11T19:00:59.060338"
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"id": "5b6d8682-a803-4644-9933-47a85b82ed34",
|
286 |
+
"name": "estatus_anulacion",
|
287 |
+
"title": "Cancellation state",
|
288 |
+
"settings": {
|
289 |
+
"type": "terms",
|
290 |
+
"values": null
|
291 |
+
},
|
292 |
+
"visible_for_annotators": true,
|
293 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
294 |
+
"inserted_at": "2025-05-11T19:00:59.216095",
|
295 |
+
"updated_at": "2025-05-11T19:00:59.216095"
|
296 |
+
},
|
297 |
+
{
|
298 |
+
"id": "69141259-3758-4ba6-ac19-49fbf428a45b",
|
299 |
+
"name": "vigencia_agotada",
|
300 |
+
"title": "Validity runned out",
|
301 |
+
"settings": {
|
302 |
+
"type": "terms",
|
303 |
+
"values": null
|
304 |
+
},
|
305 |
+
"visible_for_annotators": true,
|
306 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
307 |
+
"inserted_at": "2025-05-11T19:00:59.329733",
|
308 |
+
"updated_at": "2025-05-11T19:00:59.329733"
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"id": "93fb1a31-fd66-4f51-be08-2b0596af3faf",
|
312 |
+
"name": "estado_consolidacion",
|
313 |
+
"title": "Consolidation state",
|
314 |
+
"settings": {
|
315 |
+
"type": "terms",
|
316 |
+
"values": null
|
317 |
+
},
|
318 |
+
"visible_for_annotators": true,
|
319 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
320 |
+
"inserted_at": "2025-05-11T19:00:59.437259",
|
321 |
+
"updated_at": "2025-05-11T19:00:59.437259"
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"id": "0873c649-6cbc-4c14-a051-58fa2f7e6615",
|
325 |
+
"name": "url_eli",
|
326 |
+
"title": "Link",
|
327 |
+
"settings": {
|
328 |
+
"type": "terms",
|
329 |
+
"values": null
|
330 |
+
},
|
331 |
+
"visible_for_annotators": true,
|
332 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
333 |
+
"inserted_at": "2025-05-11T19:00:59.546697",
|
334 |
+
"updated_at": "2025-05-11T19:00:59.546697"
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"id": "7f0ae2cd-a6d7-4716-8bd2-8ea1e840edde",
|
338 |
+
"name": "url_html_consolidada",
|
339 |
+
"title": "Html link",
|
340 |
+
"settings": {
|
341 |
+
"type": "terms",
|
342 |
+
"values": null
|
343 |
+
},
|
344 |
+
"visible_for_annotators": true,
|
345 |
+
"dataset_id": "d126d215-92c4-4fe0-adfb-7d0946a5b4d0",
|
346 |
+
"inserted_at": "2025-05-11T19:00:59.653042",
|
347 |
+
"updated_at": "2025-05-11T19:00:59.653042"
|
348 |
+
}
|
349 |
+
],
|
350 |
+
"vectors": []
|
351 |
+
}
|
.argilla/version.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"argilla": "2.8.0"
|
3 |
+
}
|
README.md
CHANGED
@@ -1,77 +1,171 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
- name: status
|
7 |
-
dtype: string
|
8 |
-
- name: inserted_at
|
9 |
-
dtype: timestamp[us]
|
10 |
-
- name: updated_at
|
11 |
-
dtype: timestamp[us]
|
12 |
-
- name: _server_id
|
13 |
-
dtype: string
|
14 |
-
- name: law_cont
|
15 |
-
dtype: string
|
16 |
-
- name: label.responses
|
17 |
-
dtype: 'null'
|
18 |
-
- name: label.responses.users
|
19 |
-
dtype: 'null'
|
20 |
-
- name: label.responses.status
|
21 |
-
dtype: 'null'
|
22 |
-
- name: label_multi.responses
|
23 |
-
dtype: 'null'
|
24 |
-
- name: label_multi.responses.users
|
25 |
-
dtype: 'null'
|
26 |
-
- name: label_multi.responses.status
|
27 |
-
dtype: 'null'
|
28 |
-
- name: metadata.fecha_actualizacion
|
29 |
-
sequence: string
|
30 |
-
- name: metadata.identificador
|
31 |
-
sequence: string
|
32 |
-
- name: metadata.ambito
|
33 |
-
sequence: string
|
34 |
-
- name: metadata.departamento
|
35 |
-
sequence: string
|
36 |
-
- name: metadata.rango
|
37 |
-
sequence: string
|
38 |
-
- name: metadata.fecha_disposicion
|
39 |
-
sequence: string
|
40 |
-
- name: metadata.numero_oficial
|
41 |
-
sequence: string
|
42 |
-
- name: metadata.titulo
|
43 |
-
sequence: string
|
44 |
-
- name: metadata.diario
|
45 |
-
sequence: string
|
46 |
-
- name: metadata.fecha_publicacion
|
47 |
-
sequence: string
|
48 |
-
- name: metadata.diario_numero
|
49 |
-
sequence: string
|
50 |
-
- name: metadata.fecha_vigencia
|
51 |
-
sequence: string
|
52 |
-
- name: metadata.estatus_derogacion
|
53 |
-
sequence: string
|
54 |
-
- name: metadata.fecha_derogacion
|
55 |
-
sequence: string
|
56 |
-
- name: metadata.estatus_anulacion
|
57 |
-
sequence: string
|
58 |
-
- name: metadata.vigencia_agotada
|
59 |
-
sequence: string
|
60 |
-
- name: metadata.estado_consolidacion
|
61 |
-
sequence: string
|
62 |
-
- name: metadata.url_eli
|
63 |
-
sequence: string
|
64 |
-
- name: metadata.url_html_consolidada
|
65 |
-
sequence: string
|
66 |
-
splits:
|
67 |
-
- name: train
|
68 |
-
num_bytes: 4279431
|
69 |
-
num_examples: 2535
|
70 |
-
download_size: 1256788
|
71 |
-
dataset_size: 4279431
|
72 |
-
configs:
|
73 |
-
- config_name: default
|
74 |
-
data_files:
|
75 |
-
- split: train
|
76 |
-
path: data/train-*
|
77 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- rlfh
|
4 |
+
- argilla
|
5 |
+
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
+
|
8 |
+
# Dataset Card for spanish_legal_ner_non_annotated
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
This dataset has been created with [Argilla](https://github.com/argilla-io/argilla). As shown in the sections below, this dataset can be loaded into your Argilla server as explained in [Load with Argilla](#load-with-argilla), or used directly with the `datasets` library in [Load with `datasets`](#load-with-datasets).
|
17 |
+
|
18 |
+
|
19 |
+
## Using this dataset with Argilla
|
20 |
+
|
21 |
+
To load with Argilla, you'll just need to install Argilla as `pip install argilla --upgrade` and then use the following code:
|
22 |
+
|
23 |
+
```python
|
24 |
+
import argilla as rg
|
25 |
+
|
26 |
+
ds = rg.Dataset.from_hub("javierbarbaesparcia/spanish_legal_ner_non_annotated", settings="auto")
|
27 |
+
```
|
28 |
+
|
29 |
+
This will load the settings and records from the dataset repository and push them to you Argilla server for exploration and annotation.
|
30 |
+
|
31 |
+
## Using this dataset with `datasets`
|
32 |
+
|
33 |
+
To load the records of this dataset with `datasets`, you'll just need to install `datasets` as `pip install datasets --upgrade` and then use the following code:
|
34 |
+
|
35 |
+
```python
|
36 |
+
from datasets import load_dataset
|
37 |
+
|
38 |
+
ds = load_dataset("javierbarbaesparcia/spanish_legal_ner_non_annotated")
|
39 |
+
```
|
40 |
+
|
41 |
+
This will only load the records of the dataset, but not the Argilla settings.
|
42 |
+
|
43 |
+
## Dataset Structure
|
44 |
+
|
45 |
+
This dataset repo contains:
|
46 |
+
|
47 |
+
* Dataset records in a format compatible with HuggingFace `datasets`. These records will be loaded automatically when using `rg.Dataset.from_hub` and can be loaded independently using the `datasets` library via `load_dataset`.
|
48 |
+
* The [annotation guidelines](#annotation-guidelines) that have been used for building and curating the dataset, if they've been defined in Argilla.
|
49 |
+
* A dataset configuration folder conforming to the Argilla dataset format in `.argilla`.
|
50 |
+
|
51 |
+
The dataset is created in Argilla with: **fields**, **questions**, **suggestions**, **metadata**, **vectors**, and **guidelines**.
|
52 |
+
|
53 |
+
### Fields
|
54 |
+
|
55 |
+
The **fields** are the features or text of a dataset's records. For example, the 'text' column of a text classification dataset of the 'prompt' column of an instruction following dataset.
|
56 |
+
|
57 |
+
| Field Name | Title | Type | Required |
|
58 |
+
| ---------- | ----- | ---- | -------- |
|
59 |
+
| law_cont | law_cont | text | True |
|
60 |
+
|
61 |
+
|
62 |
+
### Questions
|
63 |
+
|
64 |
+
The **questions** are the questions that will be asked to the annotators. They can be of different types, such as rating, text, label_selection, multi_label_selection, or ranking.
|
65 |
+
|
66 |
+
| Question Name | Title | Type | Required | Description | Values/Labels |
|
67 |
+
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
|
68 |
+
| label | label | span | True | N/A | ['PERSON', 'ORG', 'LOC', 'DATE', 'REF'] |
|
69 |
+
| label_multi | label_multi | multi_label_selection | True | N/A | ['RIGHT', 'DUTY', 'SANC'] |
|
70 |
+
|
71 |
+
|
72 |
+
<!-- check length of metadata properties -->
|
73 |
+
|
74 |
+
### Metadata
|
75 |
+
|
76 |
+
The **metadata** is a dictionary that can be used to provide additional information about the dataset record.
|
77 |
+
| Metadata Name | Title | Type | Values | Visible for Annotators |
|
78 |
+
| ------------- | ----- | ---- | ------ | ---------------------- |
|
79 |
+
| fecha_actualizacion | Update date | terms | - | True |
|
80 |
+
| identificador | Identifier | terms | - | True |
|
81 |
+
| ambito | Domain | terms | - | True |
|
82 |
+
| departamento | Department | terms | - | True |
|
83 |
+
| rango | Type of legislation | terms | - | True |
|
84 |
+
| fecha_disposicion | Provision date | terms | - | True |
|
85 |
+
| numero_oficial | Official number | terms | - | True |
|
86 |
+
| titulo | Title | terms | - | True |
|
87 |
+
| diario | Paper | terms | - | True |
|
88 |
+
| fecha_publicacion | Publication date | terms | - | True |
|
89 |
+
| diario_numero | Paper number | terms | - | True |
|
90 |
+
| fecha_vigencia | Validity date | terms | - | True |
|
91 |
+
| estatus_derogacion | Update date | terms | - | True |
|
92 |
+
| fecha_derogacion | Repeal date | terms | - | True |
|
93 |
+
| estatus_anulacion | Cancellation state | terms | - | True |
|
94 |
+
| vigencia_agotada | Validity runned out | terms | - | True |
|
95 |
+
| estado_consolidacion | Consolidation state | terms | - | True |
|
96 |
+
| url_eli | Link | terms | - | True |
|
97 |
+
| url_html_consolidada | Html link | terms | - | True |
|
98 |
+
|
99 |
+
|
100 |
+
|
101 |
+
|
102 |
+
|
103 |
+
### Data Splits
|
104 |
+
|
105 |
+
The dataset contains a single split, which is `train`.
|
106 |
+
|
107 |
+
## Dataset Creation
|
108 |
+
|
109 |
+
### Curation Rationale
|
110 |
+
|
111 |
+
[More Information Needed]
|
112 |
+
|
113 |
+
### Source Data
|
114 |
+
|
115 |
+
#### Initial Data Collection and Normalization
|
116 |
+
|
117 |
+
[More Information Needed]
|
118 |
+
|
119 |
+
#### Who are the source language producers?
|
120 |
+
|
121 |
+
[More Information Needed]
|
122 |
+
|
123 |
+
### Annotations
|
124 |
+
|
125 |
+
#### Annotation guidelines
|
126 |
+
|
127 |
+
These are some guidelines.
|
128 |
+
|
129 |
+
#### Annotation process
|
130 |
+
|
131 |
+
[More Information Needed]
|
132 |
+
|
133 |
+
#### Who are the annotators?
|
134 |
+
|
135 |
+
[More Information Needed]
|
136 |
+
|
137 |
+
### Personal and Sensitive Information
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Considerations for Using the Data
|
142 |
+
|
143 |
+
### Social Impact of Dataset
|
144 |
+
|
145 |
+
[More Information Needed]
|
146 |
+
|
147 |
+
### Discussion of Biases
|
148 |
+
|
149 |
+
[More Information Needed]
|
150 |
+
|
151 |
+
### Other Known Limitations
|
152 |
+
|
153 |
+
[More Information Needed]
|
154 |
+
|
155 |
+
## Additional Information
|
156 |
+
|
157 |
+
### Dataset Curators
|
158 |
+
|
159 |
+
[More Information Needed]
|
160 |
+
|
161 |
+
### Licensing Information
|
162 |
+
|
163 |
+
[More Information Needed]
|
164 |
+
|
165 |
+
### Citation Information
|
166 |
+
|
167 |
+
[More Information Needed]
|
168 |
+
|
169 |
+
### Contributions
|
170 |
+
|
171 |
+
[More Information Needed]
|