de-francophones commited on
Commit
f0acad7
·
verified ·
1 Parent(s): a8d8769

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - nl
4
+ - de
5
+ - pt
6
+ - fr
7
+ - es
8
+ - it
9
+ multilinguality:
10
+ - multilingual
11
+ viewer: false
12
+ license: cc-by-4.0
13
+ ---
14
+
15
+ > [!NOTE]
16
+ > Dataset origin: https://zenodo.org/records/4638948
17
+
18
+ ## Description
19
+ TwiSty is a corpus developed for research in author profiling. It contains personality (MBTI) and gender annotations for a total of 18,168 authors spanning six languages. We distribute the Twitter ids of these authors as well as the ids of their available tweets at the time of corpus development. The tweets have undergone language identification and can be found in a 'confirmed' (as belonging to the language in which the author is situated) and 'other' category (other tweets of this author, automatically identified to be in other languages).
20
+
21
+
22
+ The corpus consists of json files, one for each of the six languages: Dutch, Italian, German, French, Portuguese, Spanish.
23
+
24
+ Each json file contains Twitter profiles with their self-assessed MBTI personality type and annotated gender.
25
+ Each profile has two lists of tweet ids: one of which the language was confirmed to belong to this corpus, the other contains all the other tweets we were able to mine.
26
+
27
+ Each json file is structured as follows:
28
+ ```
29
+ {user_id1 :
30
+ {`user_id': user_id1,
31
+ `mbti': `ESTP',
32
+ `gender':'M',
33
+ `confirmed_tweet_ids': [tweet_id1, tweet_id2, tweet_id4],
34
+ `other_tweet_ids': [tweet_id3, tweet_id5]
35
+ }
36
+ }
37
+ ```
38
+
39
+ ## Citation
40
+ ```
41
+ Verhoeven, B., Daelemans, W., & Plank, B. (2016). TwiSty: A multilingual Twitter
42
+ Stylometry Corpus for gender and personality profiling. In: Proceedings of the 10th
43
+ International Conference on Language Resources and Evaluation (LREC 2016). Portorož,
44
+ Slovenia. European Language Resources Association (ELRA). 1632-1637.
45
+ ```