Detsutut commited on
Commit
02ee5ff
1 Parent(s): 5a5c38e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -14,4 +16,83 @@ configs:
14
  data_files:
15
  - split: train
16
  path: data/train-*
 
 
 
 
 
 
 
17
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: BioBERT_Italian
3
+ license: cc-by-sa-4.0
4
  dataset_info:
5
  features:
6
  - name: text
 
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ task_categories:
20
+ - text-generation
21
+ language:
22
+ - it
23
+ tags:
24
+ - medical
25
+ - biology
26
  ---
27
+
28
+ From this repository you can download the **BioBERT_Italian** dataset.
29
+
30
+ **BioBERT_Italian** is the Italian translation of the original BioBERT dataset, composed by millions of abstracts of PubMed papers.
31
+
32
+ Due to the unavailability of an Italian equivalent for the millions of abstracts and full-text scientific papers used by English, BERT-based biomedical models, we leveraged machine translation to obtain an Italian biomedical corpus based on PubMed abstracts and train **[BioBIT](https://www.sciencedirect.com/science/article/pii/S1532046423001521)**.
33
+
34
+ **BioBIT** has been evaluated on 3 downstream tasks: **NER** (Named Entity Recognition), extractive **QA** (Question Answering), **RE** (Relation Extraction).
35
+ Here are the results, summarized:
36
+ - NER:
37
+ - [BC2GM](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb32) = 82.14%
38
+ - [BC4CHEMD](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb35) = 80.70%
39
+ - [BC5CDR(CDR)](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb31) = 82.15%
40
+ - [BC5CDR(DNER)](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb31) = 76.27%
41
+ - [NCBI_DISEASE](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb33) = 65.06%
42
+ - [SPECIES-800](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb34) = 61.86%
43
+ - QA:
44
+ - [BioASQ 4b](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb30) = 68.49%
45
+ - [BioASQ 5b](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb30) = 78.33%
46
+ - [BioASQ 6b](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb30) = 75.73%
47
+ - RE:
48
+ - [CHEMPROT](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb36) = 38.16%
49
+ - [BioRED](http://refhub.elsevier.com/S1532-0464(23)00152-1/sb37) = 67.15%
50
+
51
+ We also fine-tuned **BioBIT** on **[PsyNIT](https://www.sciencedirect.com/science/article/pii/S1532046423002782)** (Psychiatric Ner for ITalian), a native Italian **NER** (Named Entity Recognition) dataset, composed by [Italian Research Hospital Centro San Giovanni Di Dio Fatebenefratelli](https://www.fatebenefratelli.it/strutture/irccs-brescia).
52
+
53
+ It was created starting from 100 electronic medical reports, manually anonymized (removing personal patient data, physicians’ references, dates, and locations). The anonymized documents were annotated by a psychologist with 10 years of experience.
54
+ The electronic medical reports contained various information about patients: demographic variables, medical history, results of tests and medical examinations, reports from medical exams, and more.
55
+ Four sections of such documents were extracted:
56
+ - **Pharmacological history**, usually a structured list of medications that the patient is taking and their dosages.
57
+ - **Remote pathologic history and active disease**, usually a list of past and current relevant diseases.
58
+ - **Cognitive proximate pathological history**, typically unstructured, includes medical examinations the patient has undergone. It also includes information about the patient’s personal life, such as marital status, daily habits, sleep disorders, and any relevant aspects of his/her behavior.
59
+ - **Psychological evaluation**, typically unstructured, reports the result of (neuro)psychological examinations, together with comments from the attending physician.
60
+
61
+ The class of entities in PsyNIT are:
62
+ - **Diagnosis and comorbidities** (779 examples, 13.23% of the dataset)
63
+ - **Cognitive symptoms** (2386 examples, 40.52% of the dataset)
64
+ - **Neuropsychiatric symptoms** (707 examples, 12.01% of the dataset)
65
+ - **Drug treatment** (162 examples, 2.75% of the dataset)
66
+ - **Medical assessment** (1854 examples, 31.49% of the dataset)
67
+
68
+ **Correspondence to**
69
+
70
+ Claudio Crema ([email protected]), Tommaso Mario Buonocore ([email protected])
71
+
72
+ **Citation**
73
+
74
+ @article{BUONOCORE2023104431,
75
+ title = {Localizing in-domain adaptation of transformer-based biomedical language models},
76
+ journal = {Journal of Biomedical Informatics},
77
+ volume = {144},
78
+ pages = {104431},
79
+ year = {2023},
80
+ issn = {1532-0464},
81
+ doi = {https://doi.org/10.1016/j.jbi.2023.104431},
82
+ url = {https://www.sciencedirect.com/science/article/pii/S1532046423001521},
83
+ author = {Tommaso Mario Buonocore and Claudio Crema and Alberto Redolfi and Riccardo Bellazzi and Enea Parimbelli},
84
+ keywords = {Natural language processing, Deep learning, Language model, Biomedical text mining, Transformer}
85
+ }
86
+
87
+ @article{CREMA2023104557,
88
+ title = {Advancing Italian biomedical information extraction with transformers-based models: Methodological insights and multicenter practical application},
89
+ journal = {Journal of Biomedical Informatics},
90
+ volume = {148},
91
+ pages = {104557},
92
+ year = {2023},
93
+ issn = {1532-0464},
94
+ doi = {https://doi.org/10.1016/j.jbi.2023.104557},
95
+ url = {https://www.sciencedirect.com/science/article/pii/S1532046423002782},
96
+ author = {Claudio Crema and Tommaso Mario Buonocore and Silvia Fostinelli and Enea Parimbelli and Federico Verde and Cira Fundarò and Marina Manera and Matteo Cotta Ramusino and Marco Capelli and Alfredo Costa and Giuliano Binetti and Riccardo Bellazzi and Alberto Redolfi},
97
+ keywords = {Natural language processing, Deep learning, Biomedical text mining, Language model, Transformer}
98
+ }