rafalposwiata
commited on
Commit
•
9eacfc7
1
Parent(s):
637faf5
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Fine-tuned [RoBERTa](https://huggingface.co/roberta-large) model for detecting the level of depression as **not depression**, **moderate** or **severe**, based on social media posts in English.
|
2 |
+
|
3 |
+
Model was part of the solution for [the Shared Task on Detecting Signs of Depression
|
4 |
+
from Social Media Text](https://competitions.codalab.org/competitions/36410) at [LT-EDI-ACL2022](https://sites.google.com/view/lt-edi-2022/home).
|
5 |
+
|
6 |
+
More information can be found in the following paper: [OPI@LT-EDI-ACL2022: Detecting Signs of Depression from Social Media Text using RoBERTa Pre-trained Language Models](https://aclanthology.org/2022.ltedi-1.40/).
|
7 |
+
|
8 |
+
If you use this model, please cite:
|
9 |
+
|
10 |
+
```
|
11 |
+
@inproceedings{poswiata-perelkiewicz-2022-opi,
|
12 |
+
title = "{OPI}@{LT}-{EDI}-{ACL}2022: Detecting Signs of Depression from Social Media Text using {R}o{BERT}a Pre-trained Language Models",
|
13 |
+
author = "Po{\'s}wiata, Rafa{\l} and Pere{\l}kiewicz, Micha{\l}",
|
14 |
+
booktitle = "Proceedings of the Second Workshop on Language Technology for Equality, Diversity and Inclusion",
|
15 |
+
month = may,
|
16 |
+
year = "2022",
|
17 |
+
address = "Dublin, Ireland",
|
18 |
+
publisher = "Association for Computational Linguistics",
|
19 |
+
url = "https://aclanthology.org/2022.ltedi-1.40",
|
20 |
+
doi = "10.18653/v1/2022.ltedi-1.40",
|
21 |
+
pages = "276--282",
|
22 |
+
}
|
23 |
+
```
|