Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,8 @@ widget:
|
|
9 |
---
|
10 |
|
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 and tweets with disease mentions, which are publicly available. It has been semi-automatically labeled with a set of regex rules
|
13 |
|
14 |
-
```
|
15 |
-
<treatment> (good|great) (for|to|in) <disease>
|
16 |
-
<treatment> improve <disease>
|
17 |
-
<disease> requiring <treatment>
|
18 |
-
...
|
19 |
-
```
|
20 |
# Label set
|
21 |
Abbreviation|Description
|
22 |
-|-
|
|
|
9 |
---
|
10 |
|
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 |
-|-
|