Logo Lanfrica

nainiayoub/evaluating-aa-on-darija-tweets

Domaine:

natural language processing

Type de record:

dataset
Créateur:
nai
Hôte:
Evaluating Author Attribution on Darija Tweets # Evaluating Author Attribution on Darija Tweets __Table of contents__ * Abstract * Data Collection * Obtaining a set of Moroccan Twitter accounts * Dataset statistics * References ### Abstract This work aims to apply and assess the existing Authorship Attribution techniques, on Moroccan Arabic (Darija) social media electronic texts (tweets). Authorship Attribution is a stylometry problem that aims to deduce the identity of the authors by examining e-texts only. We introduce the Moroccan Darija Author Attribution Tweets datasets with 30 authors in total so far `dataset_directory = './data/'`, as well as our approach to build a Random Forests Author Attribution model. ### Data Collection #### Obtaining a set of Moroccan Twitter Accounts The initial proposed approach wass to extract Twitter trends for Morocco using Twitter API via the WOEID (Where On Earth ID) of the country. We used the WOEID Search Engine to look for the WOEID of Morocco _(23424893)_ and then place it as an argument to the Twitter Trends API. However, the Trends API does not cover Morocco. Hence, we proceeded with the following approach: | Algorithm 1: Obtaining a set of Moroccan Twitter Accounts | |--------------------------------------------------------------------------------------------------------------------| |1. Manually identifying Twitter trends for Morocco. | |2. Extracttweets for each trend (sorted by Followers Count and Total Tweets). | |3. Verify the type of tweets for the top tweet authors extracted in 2. | |4. Save the authors username if the tweets are valid (in Moroccan Darija and total number of tweets is important). | | Algorithm 2 Downloading and Preprocessing Tweets | |-------------------------------------------------------- …