jnferfer commited on
Commit
1fc98ba
·
1 Parent(s): b529046

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -8,14 +8,17 @@ widget:
8
  example_title: "example 1"
9
  ---
10
 
11
- This is a model to detect treatment and disease mentions
12
 
13
- ## Model performances (metric: seqeval)
 
 
 
 
14
 
15
- Overall
16
 
17
  precision|recall|f1
18
  -|-|-
19
  0.92|0.95|0.93
20
 
21
- Work in progress!
 
8
  example_title: "example 1"
9
  ---
10
 
11
+ This is a model to detect treatment and disease mentions in texts from health domains. The dataset used for training consists of PubMed's abstracts and tweets with disease mentions. It has been semi-automatically labeled using a system of regex rules for matching treatment and disease mentions, for example
12
 
13
+ `<treatment> (good|great) (for|to|in) <disease>`
14
+ `<treatment> ( \S+){0,4} improve( \S+){0,4} <disease>`
15
+ `<disease> requiring <treatment>`
16
+
17
+ and so on.
18
 
 
19
 
20
  precision|recall|f1
21
  -|-|-
22
  0.92|0.95|0.93
23
 
24
+