Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>

## Submission to SMM4H
This repo contains the codes for Task 1a, 1b, Task 6 of the Social Media Mining for Health Applications Workshop
This repo contains the codes for Task 1a, 1b, Task 6 of the Social Media Mining for Health Applications Workshop. The proceedings are available [here](https://www.aclweb.org/anthology/2021.smm4h-1.pdf)

--------------------------------------------------------------------------------------------
## Abstract
Expand All @@ -28,13 +28,14 @@ We ranked 2nd on the test set (F1).
| en_core_web_trf (our) | 0.493 | 0.505 | 0.50 |
| Median | 0.493 | 0.458 | 0.42 |
### Task 6
We ranked 5th on the test set (F1).
We ranked 2nd on the test set (F1).
| | Precision | Recall | F1 |
| --- | --- | --- | --- |
| BERTweet (our) | 0.94 | 0.94 | 0.94 |
| Median | 0.93 | 0.93 | 0.93 |
--------------------------------------------------------------------------------------------
## Citation
## :books: Citation
If you find our paper useful in your research, please consider citing:
```
@inproceedings{ramesh-etal-2021-bert,
title = "{BERT} based Transformers lead the way in Extraction of Health Information from Social Media",
Expand Down