GuillemGSubies commited on
Commit
1b91bc1
1 Parent(s): 317a1bb

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -20
README.md CHANGED
@@ -1,23 +1,51 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: labels
7
- sequence: int64
8
- splits:
9
- - name: train
10
- num_bytes: 1560010
11
- num_examples: 425
12
- - name: validation
13
- num_bytes: 320464
14
- num_examples: 75
15
- - name: test
16
- num_bytes: 897775
17
- num_examples: 250
18
- download_size: 1629929
19
- dataset_size: 2778249
 
 
 
 
 
 
 
20
  ---
21
- # Dataset Card for "livingner3"
22
 
23
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - es
4
+ tags:
5
+ - biomedical
6
+ - clinical
7
+ - spanish
8
+ multilinguality:
9
+ - monolingual
10
+ task_categories:
11
+ - text-classification
12
+ task_ids:
13
+ - multi-label-classification
14
+ license:
15
+ - cc-by-4.0
16
+ pretty_name: LivingNER3
17
+
18
+ train-eval-index:
19
+ - task: text-classification
20
+ task_id: multi_label_classification
21
+ splits:
22
+ train_split: train
23
+ eval_split: test
24
+ metrics:
25
+ - type: f1
26
+ name: f1
27
  ---
 
28
 
29
+ # LivingNER
30
+
31
+ This is a third party reupload of the [LivingNER](https://temu.bsc.es/livingner/) task 3 dataset.
32
+
33
+ It only contains the task 3 for the Spanish language. It does not include the multilingual data nor the background data.
34
+
35
+ This dataset is part of a benchmark in the paper [TODO](TODO).
36
+
37
+ ### Citation Information
38
+ ```bibtex
39
+ TODO
40
+ ```
41
+
42
+ ### Citation Information of the original dataset
43
+ ```bibtex
44
+ @article{amiranda2022nlp,
45
+ title={Mention detection, normalization \& classification of species, pathogens, humans and food in clinical documents: Overview of LivingNER shared task and resources},
46
+ author={Miranda-Escalada, Antonio and Farr{'e}-Maduell, Eul{`a}lia and Lima-L{'o}pez, Salvador and Estrada, Darryl and Gasc{'o}, Luis and Krallinger, Martin},
47
+ journal = {Procesamiento del Lenguaje Natural},
48
+ year={2022}
49
+ }
50
+ ```
51
+