mattmdjaga commited on
Commit
ef38b70
·
verified ·
1 Parent(s): c595626

Update README.md

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