gokceuludogan
commited on
Commit
·
574510c
1
Parent(s):
fab34f5
Update README.md
Browse files
README.md
CHANGED
@@ -35,3 +35,13 @@ predictor = pipeline("text2text-generation", model=model, tokenizer=tokenizer)
|
|
35 |
predictor("Did the patient suffer from a side effect?: weird thing about paxil: feeling fully energized and feeling completely tired at the same time")
|
36 |
```
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
predictor("Did the patient suffer from a side effect?: weird thing about paxil: feeling fully energized and feeling completely tired at the same time")
|
36 |
```
|
37 |
|
38 |
+
## Citation
|
39 |
+
|
40 |
+
```bibtex
|
41 |
+
@inproceedings{uludogan-gokce-yirmibesoglu-zeynep-2022-boun-tabi-smm4h22,
|
42 |
+
title = "{BOUN}-{TABI}@{SMM4H}'22: Text-to-{T}ext {A}dverse {D}rug {E}vent {E}xtraction with {D}ata {B}alancing and {P}rompting",
|
43 |
+
author = "Uludo{\u{g}}an, G{\"{o}}k{\c{c}}e and Yirmibe{\c{s}}oglu, Zeynep",
|
44 |
+
booktitle = "Proceedings of the Seventh Social Media Mining for Health ({\#}SMM4H) Workshop and Shared Task",
|
45 |
+
year = "2022",
|
46 |
+
}
|
47 |
+
```
|