<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Author Profiling in Arabic Tweets：An Approach based on Multi-Classification with Word and Character Features</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yutong Sun</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hui Ning</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kaisheng Chen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Leilei Kong</string-name>
          <email>Kongleilei1979@gmail.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yunpeng Yang</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jiexi Wang</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Haoliang Qi</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>East China Normal University</institution>
          ,
          <addr-line>Shanghai</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Harbin Engineering University</institution>
          ,
          <addr-line>Harbin</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Heilongjiang Institute of Technology</institution>
          ,
          <addr-line>Harbin</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper focuses on the author profiling task published in the FIRE 2019 (Forum for Information Retrieval Evaluation), which includes automatic identification of the age, gender, and language variety of Arabic tweets. We think the author profiling task as a multi-Classification problem. We have used word and character based on TFIDF features, learned the logistic regression classifier to predict the labels. In the final results, our proposed method shows a good performance in terms of age prediction, the accuracy rate is 0.6250. Additionally, we have obtained 0.5111 and 0.9604 accuracy for gender and language variety classifications respectively. In the experiment, We have used the different feature combination and adjusted the feature parameters to test the system. The combination of word and character features can improve the prediction accuracy and enhance the system performance significantly.</p>
      </abstract>
      <kwd-group>
        <kwd>Author Profiling</kwd>
        <kwd>Logistic Regression</kwd>
        <kwd>Word and Characters Ngram</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        With the continuous development of social media, the research of author profiling
task has significant progress that has been made [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3</xref>
        ]. Author profiling task is to
identify the user profiling aspects such as age, gender, and language variety ,among
others. We formalized the author profiling task into a multi-classification problem. we
have used word and character or their combination as features of learning the
classifier. In order to extract the effective features, we have exploited TFIDF based
method to filter features. In the paper, the model which has proposed is based on the
Logistic Regression classifier, using word feature from unigram and character
      </p>
    </sec>
    <sec id="sec-2">
      <title>Methods</title>
      <sec id="sec-2-1">
        <title>Preprocessing</title>
        <p>features from bigram to 4-gram and its combinations as a standard of the label
predictions. The final evaluation results show that in the model the age prediction
accuracy can reach 0.6250. For the language variety, it is 0.9694, and 0.5111 accuracy
for the gender.</p>
        <p>Firstly, we read and parsed all .xml documents, and combined the each author's tweets
into a single text. Secondly, in this paper we have proposed the method based on text
vocabulary to extract the corresponding features. So we filtered out the non-text
content in document, such as @, emoticons and URL. Thirdly, we normalized the text
content, removed the unnecessary spaces, tabs and punctuations.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Experimental Methods</title>
        <p>
          Following the successful of author profiling system[
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], we applied a model based on
classification to build our system. The gender prediction task is a problem of binary
classification, the age and language tasks are the multi-classification problems.
        </p>
        <p>We compared to the Logistic Regression classifier and Linear SVC classifier,
found the performance of LR classification is more stable and simple. So we chose
LR as the final classifier. In terms of feature selection, we have used the character
features from bigram to 4-gram ,word feature from unigram and its combinations of
the features, exploited TFIDF method to extract more representative features. Giving
a tern, to calculate its TF, IDF and DF values, combine TF and IDF as features and
remove features of DF value which is lower than predefined minimum and higher
than the predefined maximum.</p>
        <p>The process of our method is shown in Fig. 1.
Firstly, we preprocessed the training data set. Secondly, based on TF and IDF values,
we extracted the classification features. In the experiment, we combined the character
features from bigram to 4-gram with the word feature from unigram. Thirdly, we
learned the LR classifier (default setting all parameters) based on the filtered features.
Finally, we used the learning classifier to predict the test data set.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments</title>
      <sec id="sec-3-1">
        <title>Data Set Description</title>
        <p>The corpus2 of this task is consists of Arabic tweets, sign with age, gender, language
variety labels. Data set divided into five groups, each group contains three languages,
all of which belong to Arabic. In gender classification, the label including two types:
male and female. Age label divided into three types: Under(&lt; 25), Between(25-35)
and Above(&gt;=35).</p>
        <p>Through by analyzing the corpus, we found the number of types is same in the
labels and it is a balance state.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Evaluation Measures</title>
        <p>The performance of author profiling approach is evaluated by the joint accuracy. The
accuracy is defined as the ratio of the predicted correct number Pc to the total
predicted number Pt.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Experimental Results</title>
        <p>We split the training data, 80% for training and 20% for testing, to observe the
different effect in the feature combinations. The experimental results are shown in
Table 1.
2 https://www.autoritas.net/APDA/corpus/
Team
DBMS-KU.2(Top 1)
Nayel.1(Top 2)
Nayel.3(Top 3)
Yutong.2(Our team)</p>
        <p>Parameter Combination</p>
        <p>max_df = 0.7
min_df=4 max_df = 0.8
min_df=5
This paper presents the method based on multi-classification with word and character
features for author profiling in Arabic tweets. In our method, we have chose word and
character and their combinations as the features and classified the LR classifier. The
final evaluation results show that the best performance is the combination features of
gender and language (word unigram) + age (word + char-bigram-trigram). We have
obtained 0.6250, 0.5111 and 0.9604 accuracy for age, gender and language variety
classifications respectively. In the future work, we will consider the feature extraction
of non-text content, and further improve the experimental performance.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgments</title>
      <p>This research was supported by the Social Science Fund of Heilongjiang Province of
China (No.18TQB103).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Marquardt</given-names>
            <surname>James</surname>
          </string-name>
          , et al.:
          <article-title>Age and Gender Identification in Social Media</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          , vol.
          <volume>1180</volume>
          , pp.
          <fpage>1129</fpage>
          -
          <lpage>1136</lpage>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Michał</given-names>
            <surname>Meina</surname>
          </string-name>
          , Karolina Brodzi ń ska, Bartosz Celmer, Maja Czoków, Martyna Patera, Jakub Pezacki, Mateusz Wilk:
          <article-title>Ensemble-based Classification for Author Profiling Using Various Features -Notebook for PAN at CLEF 2013</article-title>
          .
          <article-title>In: CLEF 2013 Evaluation Labs</article-title>
          and Workshop-Working Notes Papers. Valencia,
          <string-name>
            <surname>Spain</surname>
          </string-name>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>A.</given-names>
            <surname>Pastor</surname>
          </string-name>
          López-Monroy,
          <article-title>Manuel Montes-y-</article-title>
          <string-name>
            <surname>Gómez</surname>
          </string-name>
          , Hugo Jair Escalante,
          <string-name>
            <surname>Luis</surname>
            <given-names>VillaseñorPineda</given-names>
          </string-name>
          , Esaú Villatoro-Tello:
          <article-title>Using Intra-Profile Information for Author ProfilingNotebook for PAN at CLEF 2014</article-title>
          .
          <article-title>In: CLEF 2014 Evaluation Labs and WorkshopWorking Notes Papers</article-title>
          . Valencia,
          <string-name>
            <surname>Spain</surname>
          </string-name>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Sharmila Devi</surname>
            <given-names>V</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kannimuthu</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ravikumar</surname>
            <given-names>G</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anand Kumar M: KCE_DAlab @MAPonSMS-FIRE2018</surname>
          </string-name>
          :
          <article-title>Effective Word and Character-based Features for Multilingual Author Profiling</article-title>
          .
          <source>In: Working Notes for MAPonSMS at FIRE'18 -Workshop Proceedings of the 10th International Forum for Information Retrieval Evaluation</source>
          , pp.
          <fpage>213</fpage>
          -
          <lpage>222</lpage>
          . Gujarat,
          <string-name>
            <surname>India</surname>
          </string-name>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Charfi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaghouani</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Snchez-Junquera</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Overview of the track on author profiling and deception detection in arabic</article-title>
          . In: Mehta P.,
          <string-name>
            <surname>Rosso</surname>
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Majumder</surname>
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitra</surname>
            <given-names>M</given-names>
          </string-name>
          . (Eds.)
          <article-title>Working Notes of the Forum for Information Retrieval Evaluation (FIRE 2019)</article-title>
          . CEUR Workshop Proceedings. In: CEUR-WS.org, Kolkata, India, December
          <volume>12</volume>
          -
          <fpage>15</fpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>