--- language: - en - es - pt size_categories: - 10K Twitter Labor Market is a dataset of tweets annotated for employment inference of Twitter users as well as job offer detection in tweets. It contains 28,034 annotated tweets, including 8,876 tweets from US-based users, 12,202 tweets from Mexican users and 7,156 tweets from Brazilian users. For a complete description of the data, please refer to the [reference paper](https://aclanthology.org/2022.acl-long.453/). ## Source Data This dataset was sourced from a large dataset of tweets posted between January 2007 and December 2020. These tweets correspond to the timelines of the users with at least one tweet in the Twitter Decahose and with an inferred profile location in the United States, Brazil, and Mexico. ## Annotation We recruited a team of MTurk crowdworkers for each country. Each tweet was annotated as belonging or not to five binary classes: - `is_unemployed`: whether the tweet indicates that her author is unemployed (`1` if yes and `0` if no) - `is_hired_1mo`: whether the tweet indicates that her author was hired in the past month (`1` if yes and `0` if no) - `lost_job_1mo`: whether the tweet indicates that her author lost their job in the past month (`1` if yes and `0` if no) - `job_search`: whether the tweet indicates that her author is looking for a job (`1` if yes and `0` if no) - `job_offer`: whether the tweet contains a job offer (`1` if yes and `0` if no) Each tweet was labeled by two annotators. To determine the final label for a given tweet, we required that at least two annotators provided the same answer and dropped disagreements. ## BibTeX entry and citation information Please cite the [reference paper](https://aclanthology.org/2022.acl-long.453/) if you use this dataset. ```bibtex @inproceedings{tonneau-etal-2022-multilingual, title = "Multilingual Detection of Personal Employment Status on {T}witter", author = "Tonneau, Manuel and Adjodah, Dhaval and Palotti, Joao and Grinberg, Nir and Fraiberger, Samuel", editor = "Muresan, Smaranda and Nakov, Preslav and Villavicencio, Aline", booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)", month = may, year = "2022", address = "Dublin, Ireland", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2022.acl-long.453", doi = "10.18653/v1/2022.acl-long.453", pages = "6564--6587", abstract = "Detecting disclosures of individuals{'} employment status on social media can provide valuable information to match job seekers with suitable vacancies, offer social protection, or measure labor market flows. However, identifying such personal disclosures is a challenging task due to their rarity in a sea of social media content and the variety of linguistic forms used to describe them. Here, we examine three Active Learning (AL) strategies in real-world settings of extreme class imbalance, and identify five types of disclosures about individuals{'} employment status (e.g. job loss) in three languages using BERT-based classification models. Our findings show that, even under extreme imbalance settings, a small number of AL iterations is sufficient to obtain large and significant gains in precision, recall, and diversity of results compared to a supervised baseline with the same number of labels. We also find that no AL strategy consistently outperforms the rest. Qualitative analysis suggests that AL helps focus the attention mechanism of BERT on core terms and adjust the boundaries of semantic expansion, highlighting the importance of interpretable models to provide greater control and visibility into this dynamic learning process.", } ```