mattmdjaga commited on
Commit
2f64592
1 Parent(s): 13b14c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +145 -0
README.md CHANGED
@@ -301,3 +301,148 @@ configs:
301
  - split: train
302
  path: data/train-*
303
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  - split: train
302
  path: data/train-*
303
  ---
304
+
305
+ # Dataset card for Text Anonymization Benchmark (TAB) train
306
+
307
+ ## Table of Contents
308
+ - [Table of Contents](#table-of-contents)
309
+ - [Dataset Description](#dataset-description)
310
+ - [Dataset Summary](#dataset-summary)
311
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
312
+ - [Languages](#languages)
313
+ - [Dataset Structure](#dataset-structure)
314
+ - [Data Instances](#data-instances)
315
+ - [Data Fields](#data-fields)
316
+ - [Data Splits](#data-splits)
317
+ - [Dataset Creation](#dataset-creation)
318
+ - [Curation Rationale](#curation-rationale)
319
+ - [Source Data](#source-data)
320
+ - [Annotations](#annotations)
321
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
322
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
323
+ - [Social Impact of Dataset](#social-impact-of-dataset)
324
+ - [Discussion of Biases](#discussion-of-biases)
325
+ - [Other Known Limitations](#other-known-limitations)
326
+ - [Additional Information](#additional-information)
327
+ - [Dataset Curators](#dataset-curators)
328
+ - [Licensing Information](#licensing-information)
329
+ - [Citation Information](#citation-information)
330
+ - [Contributions](#contributions)
331
+
332
+ ## Dataset Description
333
+
334
+ - **Homepage:**
335
+ - **Repository:**
336
+ - **Paper:**
337
+ - **Leaderboard:**
338
+ - **Point of Contact:**
339
+
340
+ ### Dataset Summary
341
+
342
+ This is the training split of the [Text Anonymisation Benchmark](https://github.com/NorskRegnesentral/text-anonymization-benchmark).
343
+ As the title says it's a dataset focused on text anonymisation, specifcially European Court Documents, which contain labels by mutltiple annotators.
344
+ ### Supported Tasks and Leaderboards
345
+
346
+ [More Information Needed]
347
+
348
+ ### Languages
349
+
350
+ [More Information Needed]
351
+
352
+ ## Dataset Structure
353
+
354
+ ### Data Instances
355
+
356
+ [More Information Needed]
357
+
358
+ ### Data Fields
359
+
360
+ [More Information Needed]
361
+
362
+ ### Data Splits
363
+
364
+ [More Information Needed]
365
+
366
+ ## Dataset Creation
367
+
368
+ ### Curation Rationale
369
+
370
+ [More Information Needed]
371
+
372
+ ### Source Data
373
+
374
+ #### Initial Data Collection and Normalization
375
+
376
+ [More Information Needed]
377
+
378
+ #### Who are the source language producers?
379
+
380
+ [More Information Needed]
381
+
382
+ ### Annotations
383
+
384
+ #### Annotation process
385
+
386
+ [More Information Needed]
387
+
388
+ #### Who are the annotators?
389
+
390
+ [More Information Needed]
391
+
392
+ ### Personal and Sensitive Information
393
+
394
+ [More Information Needed]
395
+
396
+ ## Considerations for Using the Data
397
+
398
+ ### Social Impact of Dataset
399
+
400
+ [More Information Needed]
401
+
402
+ ### Discussion of Biases
403
+
404
+ [More Information Needed]
405
+
406
+ ### Other Known Limitations
407
+
408
+ [More Information Needed]
409
+
410
+ ## Additional Information
411
+
412
+ ### Dataset Curators
413
+
414
+ [More Information Needed]
415
+
416
+ ### Licensing Information
417
+
418
+ TAB is released under an MIT License.
419
+ The MIT License is a short and simple permissive license allowing both commercial and non-commercial use of the software.
420
+
421
+ ### Citation Information
422
+
423
+ [More Information Needed]
424
+
425
+ ### Contributions
426
+
427
+ ```bibtex
428
+ @article{DBLP:journals/corr/abs-2202-00443,
429
+ author = {Ildik{\'{o}} Pil{\'{a}}n and
430
+ Pierre Lison and
431
+ Lilja {\O}vrelid and
432
+ Anthi Papadopoulou and
433
+ David S{\'{a}}nchez and
434
+ Montserrat Batet},
435
+ title = {The Text Anonymization Benchmark {(TAB):} {A} Dedicated Corpus and
436
+ Evaluation Framework for Text Anonymization},
437
+ journal = {CoRR},
438
+ volume = {abs/2202.00443},
439
+ year = {2022},
440
+ url = {https://arxiv.org/abs/2202.00443},
441
+ eprinttype = {arXiv},
442
+ eprint = {2202.00443},
443
+ timestamp = {Wed, 09 Feb 2022 15:43:35 +0100},
444
+ biburl = {https://dblp.org/rec/journals/corr/abs-2202-00443.bib},
445
+ bibsource = {dblp computer science bibliography, https://dblp.org}
446
+ }
447
+ ```
448
+