rafalposwiata
commited on
Commit
•
2b08bd1
1
Parent(s):
6a2d997
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# DepRoBERTa
|
2 |
+
DepRoBERTa (RoBERTa for Depression Detection) - language model based on RoBERTa-large and further pre-trained on depressive posts from Reddit.
|
3 |
+
|
4 |
+
Model was part of the solution for [the Shared Task on Detecting Signs of Depression
|
5 |
+
from Social Media Text](https://competitions.codalab.org/competitions/36410) at [LT-EDI-ACL2022](https://sites.google.com/view/lt-edi-2022/home).
|
6 |
+
|
7 |
+
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/).
|
8 |
+
|
9 |
+
Source code available [here](https://github.com/rafalposwiata/depression-detection-lt-edi-2022).
|
10 |
+
|
11 |
+
If you use this model, please cite:
|
12 |
+
|
13 |
+
```
|
14 |
+
@inproceedings{poswiata-perelkiewicz-2022-opi,
|
15 |
+
title = "{OPI}@{LT}-{EDI}-{ACL}2022: Detecting Signs of Depression from Social Media Text using {R}o{BERT}a Pre-trained Language Models",
|
16 |
+
author = "Po{\'s}wiata, Rafa{\l} and
|
17 |
+
Pere{\l}kiewicz, Micha{\l}",
|
18 |
+
booktitle = "Proceedings of the Second Workshop on Language Technology for Equality, Diversity and Inclusion",
|
19 |
+
month = may,
|
20 |
+
year = "2022",
|
21 |
+
address = "Dublin, Ireland",
|
22 |
+
publisher = "Association for Computational Linguistics",
|
23 |
+
url = "https://aclanthology.org/2022.ltedi-1.40",
|
24 |
+
doi = "10.18653/v1/2022.ltedi-1.40",
|
25 |
+
pages = "276--282",
|
26 |
+
}
|
27 |
+
```
|