The designed system for this subtask should be able to distinguish tweets reporting an adverse effect from those that do not, taking into account subtle linguistic variations between adverse effects and indications (the reason to use the medication).
- Training data: 11,610 tweets
- Test data: 1000 tweets
Register your team here : https://forms.gle/1qs3rdNLDxAph88n6
After registration approval, you will be invited to join the Google group for the task. Link to the dataset is available in the Google groups banner. If you do not receive the invite please request to join the Google group with team name using the link below.
Google groups : https://groups.google.com/g/smm4h21-task-2
Link to Codalab : https://competitions.codalab.org/competitions/28766
Evaluation Period for Task 2 :
Test Dataset Release | 26th Feb 2021 12:00am UTC |
Predictions Due | 28th Feb 2021 11:59pm UTC (3:59pm PST) |
Submission format: Please use the format below for submission. Submissions should contain two columns tweet_id and label separated by tabspaces. All other columns will be ignored. Predictions for each task should be contained in a single .tsv (tab separated values) file. This file (and only this file) should be compressed into a .zip file. Please upload this zip file as submission.
tweet_id | label |
123 | 0 |
543 | 1 |
231 | 0 |
135 | 1 |
486 | 0 |
247 | 0 |
We thank Yandex.Toloka for supporting the shared task and providing credits for data annotation in Russian.
Evaluation Metric : F1-score for the AE (1) class
Contact information: Elena Tutubalina (tutubalinaev@gmail.com)
We thank Yandex.Toloka for supporting the shared task and providing credits for data annotation in Russian.
References:
The Russian Drug Reaction Corpus and Neural Models
We provide two Python tutorials on how to run classifiers on SMMH4 data:
CNN-based classifier on SMM4H Task 2 data (ADR classification)
BERT-based classifier on SMM4H Task 2 data