File size: 669 Bytes
b8f8d63
 
87b90c2
 
 
 
 
 
 
2edbd29
 
 
 
 
 
 
 
 
395a484
2edbd29
395a484
2edbd29
 
 
395a484
2edbd29
 
 
395a484
2edbd29
 
 
395a484
2edbd29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: cc-by-2.0
language:
- en
tags:
- pico
- pubmed
- ner
- pubmedbert
---

# PubMed PICO extraction (NER model)

This is a fine-tuned multi-class NER model for PICO labels within PubMed biomedical database abstracts, trained with [NERDA](https://ebanalyse.github.io/NERDA/).

The mode predicts:

| Class | **F1-Score** | Precision | Recall |

|B-Patient | **0.72** | 0.69 | 0.76

|I-Patient | **0.77** | 0.74 | 0.81

|B-Intervention | **0.62** | 0.61 | 0.63 |

|I-Intervention | **0.70** | 0.70 | 0.71 |

|B-Control | **0.59** | 0.56 | 0.63 |

|I-Control | **0.62** | 0.64 | 0.61 |

|B-Outcome | **0.49** | 0.50 | 0.49 |

|I-Outcome | **0.56** | 0.63 | 0.51 |