jnferfer commited on
Commit
18d1473
1 Parent(s): 160c34e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -11,16 +11,8 @@ widget:
11
  This is a model to detect treatment and disease mentions in texts from health domains.
12
  The dataset used for training consists of [PubMed's abstracts](https://www.ncbi.nlm.nih.gov/guide/howto/dwn-records/) and [tweets](https://developer.twitter.com/en/use-cases/do-research) with disease mentions, which are publicly available. It has been semi-automatically labeled with a set of regex rules made ad hoc to find treatment-disease links.
13
 
14
- # Label set
15
- Abbreviation|Description
16
- -|-
17
- O| Outside of a named entity
18
- t | Treatment
19
- d | Disease
20
 
21
- # Performance (Seqeval metric)
22
- precision|recall|f1
23
- -|-|-
24
- 0.92|0.95|0.93
25
 
26
 
 
11
  This is a model to detect treatment and disease mentions in texts from health domains.
12
  The dataset used for training consists of [PubMed's abstracts](https://www.ncbi.nlm.nih.gov/guide/howto/dwn-records/) and [tweets](https://developer.twitter.com/en/use-cases/do-research) with disease mentions, which are publicly available. It has been semi-automatically labeled with a set of regex rules made ad hoc to find treatment-disease links.
13
 
14
+ The label ```t``` is used for treatment (medication, procedures, etc.) and ```d``` for disease mentions.
 
 
 
 
 
15
 
16
+ The current F1 score (Seqeval) is 0.91
 
 
 
17
 
18