lorelupo commited on
Commit
21ac166
1 Parent(s): ce266f3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - zero-shot-classification
6
+ - feature-extraction
7
+ language:
8
+ - it
9
+ tags:
10
+ - twitter
11
+ - demographics
12
+ - gender
13
+ - age
14
+ - italian
15
+ ---
16
+ # DADIT
17
+
18
+ If you are a researcher, contact us (info below) to access the hydrated dataset.
19
+
20
+ DADIT is a diachronic dataset of Italian Tweets, consisting of 20K Italian Twitter users representative of the Italian Twitter population. The dataset contains User IDs, and their
21
+
22
+ - 30M Tweets, ranging from 2013 to 2023, including their meta-data (created at, likes, retweets, is_RT);
23
+ - bios
24
+ - profile pictures
25
+ - location
26
+ - other profile information (join_date, n_tweets, following, followers, etc.)
27
+
28
+ Here, we only share dehydrated Tweet IDs and User IDs. If you are a researcher, contact us (info below) to access the hydrated dataset.
29
+
30
+ More information can be found in:
31
+ - the paper [DADIT - A Dataset for Demographic Classification of Italian Twitter Users and a Comparison of Prediction Methods.](https://arxiv.org/abs/2403.05700)
32
+ - the [github repo](https://github.com/lorelupo/twitter_user_classification)
33
+
34
+ ## Contact
35
+
36
+ If you are a researcher, contact (preferably all of) us to access the full dataset:
37
+
38
+ - lorenzo + [dot] + lupo2 + [at] + unibocconi + [dot] + it
39
+ - paul + [dot] + bose + [at] + unibocconi + [dot] + it
40
+ - carlo + [dot] + schwarz + [at] + unibocconi + [dot] + it
41
+
42
+ ## Citation
43
+
44
+ If you use this dataset for your research, please cite:
45
+
46
+ ```
47
+ @inproceedings{lupo-etal-2024-dadit-dataset,
48
+ title = "{DADIT}: A Dataset for Demographic Classification of {I}talian {T}witter Users and a Comparison of Prediction Methods",
49
+ author = "Lupo, Lorenzo and
50
+ Bose, Paul and
51
+ Habibi, Mahyar and
52
+ Hovy, Dirk and
53
+ Schwarz, Carlo",
54
+ editor = "Calzolari, Nicoletta and
55
+ Kan, Min-Yen and
56
+ Hoste, Veronique and
57
+ Lenci, Alessandro and
58
+ Sakti, Sakriani and
59
+ Xue, Nianwen",
60
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
61
+ month = may,
62
+ year = "2024",
63
+ address = "Torino, Italia",
64
+ publisher = "ELRA and ICCL",
65
+ url = "https://aclanthology.org/2024.lrec-main.386",
66
+ pages = "4322--4332",
67
+ abstract = "Social scientists increasingly use demographically stratified social media data to study the attitudes, beliefs, and behavior of the general public. To facilitate such analyses, we construct, validate, and release publicly the representative DADIT dataset of 30M tweets of 20k Italian Twitter users, along with their bios and profile pictures. We enrich the user data with high-quality labels for gender, age, and location. DADIT enables us to train and compare the performance of various state-of-the-art models for the prediction of the gender and age of social media users. In particular, we investigate if tweets contain valuable information for the task, since popular classifiers like M3 don{'}t leverage them. Our best XLM-based classifier improves upon the commonly used competitor M3 by up to 53{\%} F1. Especially for age prediction, classifiers profit from including tweets as features. We also confirm these findings on a German test set.",
68
+ }
69
+ ```