Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: pt # <-- my language
|
3 |
+
widget:
|
4 |
+
- text: "Tô desempregada!"
|
5 |
+
---
|
6 |
+
|
7 |
+
# Detection of employment status disclosures on Twitter
|
8 |
+
|
9 |
+
## Model main characteristics:
|
10 |
+
- class: Is Unemployed (1), else (0)
|
11 |
+
- country: BR
|
12 |
+
- language: Portuguese
|
13 |
+
- architecture: BERT base
|
14 |
+
|
15 |
+
## Model description
|
16 |
+
This model is a version of `neuralmind/bert-base-portuguese-cased` finetuned to recognize Portuguese tweets where a user mentions that she is currently unemployed. It was trained on Portuguese tweets from users based in Brazil. The task is framed as a binary classification problem with:
|
17 |
+
- the positive class referring to tweets mentioning that a user is currently unemployed (label=1)
|
18 |
+
- the negative class referring to all other tweets (label=0)
|
19 |
+
|
20 |
+
## Resources
|
21 |
+
|
22 |
+
The dataset of Portuguese tweets on which this classifier was trained is open-sourced [here](https://github.com/manueltonneau/twitter-unemployment).
|
23 |
+
Details on the performance can be found in our [ACL 2022 paper](https://arxiv.org/abs/2203.09178).
|
24 |
+
|
25 |
+
## Citation
|
26 |
+
|
27 |
+
If you find this model useful, please cite our paper (citation to come soon).
|