gokceuludogan commited on
Commit
a42c23c
1 Parent(s): 787cf47

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+
5
+ - adverse-drug-events
6
+ - twitter
7
+ - social-media-mining-for-health
8
+ - SMM4H
9
+
10
+ widget:
11
+ - text: "Did the patient suffer from a side effect?: weird thing about paxil: feeling fully awake and energized and feeling completely tired and half-asleep at the same time"
12
+ example_title: "Adverse Drug Event Extraction"
13
  ---
14
+
15
+ ## t2t-adeX-prompt
16
+
17
+ t2t-adeX-prompt is a text-to-text (*t2t*) adverse drug event (**ade**) e**x**traction model trained with prompting English tweets reporting adverse drug events. It is trained as part of BOUN-TABI system for the Social Media Mining for Health (SMM4H) 2022 shared task. The system description paper has been accepted for publication in *Proceedings of the Seventh Social Media Mining for Health (#SMM4H) Workshop and Shared Task* and will be available soon. The source code has been released on GitHub at [https://github.com/gokceuludogan/boun-tabi-smm4h22](https://github.com/gokceuludogan/boun-tabi-smm4h22).
18
+
19
+ The model utilizes the T5 model and its text-to-text formulation. The inputs are fed to the model with the prompt *"Did the patient suffer from a side effect?"* while the outputs uses the template *"Yes, the patient suffered from <ADE>"*.
20
+
21
+ ## How to use
22
+
23
+ ```python
24
+
25
+ ```
26
+