<!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>Age and Gender Identi cation in Social Media</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>James Marquardt</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Golnoosh Farnadi</string-name>
          <email>golnoosh.farnadi@ugent.be</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gayathri Vasudevan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marie-Francine Moens</string-name>
          <email>sien.moens@cs.kuleuven.be</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sergio Davalos</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ankur Teredesai</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Martine De Cock</string-name>
          <email>mdecockg@uw.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Center for Data Science, University of Washington Tacoma</institution>
          ,
          <addr-line>WA</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Dept. of Appl. Math., Comp. Science and Statistics, Ghent University</institution>
          ,
          <country country="BE">Belgium</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Dept. of Computer Science, Katholieke Universiteit Leuven</institution>
          ,
          <country country="BE">Belgium</country>
        </aff>
      </contrib-group>
      <fpage>1129</fpage>
      <lpage>1136</lpage>
      <abstract>
        <p>This paper describes the submission of the University of Washington's Center for Data Science to the PAN 2014 author pro ling task. We examine the predictive quality in terms of age and gender of several sets of features extracted from various genres of online social media. Through comparison, we establish a feature set which maximizes accuracy of gender and age prediction across all genres examined. We report accuracies obtained by two approaches to the multi-label classi cation problem of predicting both age and gender; a model wherein the multi-label problem is reduced to a single-label problem using powerset transformation, and a chained classi er approach wherein the output of a dedicated classi er for gender is used as input for a classi er for age.</p>
      </abstract>
      <kwd-group>
        <kwd>Gender identi cation cation</kwd>
        <kwd>Text mining</kwd>
        <kwd>Age prediction</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>There exist many applications which bene t from reliable approaches for
inferring age and gender of users in social media. Such applications exist across a
wide array of elds, from personalized advertising to law enforcement to
reputation management. Text posts represent a large portion of user generated content,
and contain information which can be relevant in discovering undisclosed user
attributes, or investigating the truthfulness of self-reported age and gender.</p>
      <p>A common approach of uncovering hidden user attributes in social media is
to model the writing habits of users by extracting various features from texts
they have posted. This approach, however, su ers from the inability of models
generated from one genre of social media to be successfully applied to other
genres in some cases.</p>
      <p>In this work we address the issue of pro ling authors of online textual media
by selecting a feature set shown to have relatively high predictive power in terms
of age and gender accuracy across multiple media genres. In the design of our
system, we have taken into account the possibility of text to be classi ed as
either a blog post, tweet, hotel review, or collection of social media posts. Our
system makes an informed guess about the gender of the author (male or female)
as well as his or her membership in signi cant age brackets (18-24, 25-34, 35-49,
50-64, 65+) as determined by the organizers of the PAN 2014 author pro ling
task.</p>
      <p>Additionally, we observe the accuracies gained by two approaches to the
multi-label classi cation problem of simultaneously identifying both age and
gender. We apply our feature set to one model wherein the multi-label problem
is reduced to a single-label problem using powerset transformation, and one
wherein the output of a single classi er is used as the input for a second classi er.</p>
      <p>This paper is structured as follows. After reviewing related work in Section 2,
we describe the data set and several preprocessing steps in Section 3. In
Sections 4 and 5 we give a description of the features that we extract and our two
approaches to multi-label classi cation, the results of which are discussed in
Section 6.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        There exists a large amount of work in the area of age and gender prediction using
textual data from social media, a generous portion of it having been completed
in response to the PAN 2013 author pro ling task [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Other recent work into
author pro ling has demonstrated the ability to infer the hidden attributes of
authors of social media with accuracies in excess of 91% for attributes such as
gender [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Works such as these, however, tend to focus on collections of lengthy
text posts. Similar work has been done on inferring latent user attributes such
as gender, age, regional origin, and political orientation from much shorter social
media posts, such as Netlog chat messages [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and Twitter microblogs [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. It
is interesting to note that in these works age identi cation is often treated as a
binary classi cation problem (e.g. distinguishing between users who are below
30 and users who are above 30), while in the PAN 2014 task age prediction is
de ned as a more challenging multi-class prediction problem with ve classes
(18-24, 25-34, 35-49, 50-64, 65+).
      </p>
      <p>
        For the aforementioned PAN 2013 task, investigation into inferring gender
and membership in one of three age groups (13-17, 23-27, and 33-47) was
conducted by 21 teams. The approaches taken by the di erent groups varied widely
in terms of both feature sets and classi cation approaches [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Notable
observations of these works include the relative lack of predictive utility of n-gram
based models, as well as the high level of accuracy achieved by a group using
class similarity based features [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Important di erences between the PAN 2013
and PAN 2014 author pro ling tasks are that the number of age groups has been
increased from three to ve, and that the di erent genres of social media text in
the challenge has increased from a single genre in 2013 to four genres in 2014.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Data Set and Preprocessing</title>
      <p>The data used for the training of our system consists of di erent data sets
that cover four online media genres: blogs, Twitter feeds, hotel reviews, and
unspeci ed social media posts1. A corpus of each genre is present in both English
and Spanish, with the exception of hotel reviews which is only present in English.
Documents in the corpus consist of a collection of posts made by a single user.</p>
      <p>All corpora used for the training of our nal models are balanced in terms of
authorship by each gender, and additionally by gender within each age group.
However, each corpus displays imbalance in terms of age representation.
Additionally, the level of representation of age groups di ers between corpora. The
proportion of each age group in all corpora within the training set is presented
in Table 1.
Prior to any model training or testing, we apply the following set of
preprocessing steps to all documents.</p>
      <p>Firstly, we eliminate on average approximately 71% of each document le
prior to extracting features. First, we disregard all le contents not determined
to be text from a user post. This enables us to ignore characters belonging to
XML tags, as our primary source of features is the text written by an author.
To do this, we note that all user posts lie within the unparsed data tags of the
source .xml le. We disregard any text not within these tags. From this text,
we then discard any HTML, making note of occurrences of speci c tags for our
feature vectors (see Section 4).</p>
      <p>Once the above step is completed, we eliminate portions of posts determined
to be generated by spambots. Spam posts are determined to be those which
contain a large amount of the % character; most likely due to an attempt to
obfuscate spam lexicon words. This step removed a combined 0.7% of the text
across all corpora.</p>
      <p>As a preprocessing step speci c to the Twitter corpora, we eliminate all
posts determined to be retweets, as text in retweet posts is not the product
of the poster, hence not a reliable source to determine his age and gender. It
1 http://pan.webis.de/
was determined that 1.8% of the English tweets were retweets, and 2.0% of the
Spanish tweets were retweets.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Feature Extraction</title>
      <p>
        To create our feature space for age and gender inference we extract several
di erent categories of features, drawing inspiration from related work, such as
LIWC features [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ], sentiment features [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], and emoticons [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Features were
selected by evaluating the contribution to accuracy for each feature. All features,
with the exception of psycholinguistic features, are extracted from both English
and Spanish texts.
1. Content-based features
{ MRC Features We extract 14 features from the MRC psycholinguistic
database [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] for the English data sets. These features capture information
about frequency of words that connote psycholinguistic concepts such as
familiarity, concreteness, and imagery.
{ LIWC Words We utilize the Linguistic Inquiry and Word Count
dictionary (LIWC) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] in order to extract 68 of our features. By using the
LIWC dictionary, we developed our own software to determine the
frequency of words that can be categorized as motion, anger, or religion
based, along with a score for other categories. We observed these
features to be particularly useful for classifying age and gender in our hotel
reviews corpus.
{ Sentiment Using the SentiStrength tool [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], we extract features
concerning the number of sentences expressing either positive, negative, or
neutral sentiments. The tool calculates a sentiment value for each word,
with positive values corresponding to positive sentiment, negative for
negative sentiment, and zero for neutral sentiment. For each sentence in
the document, we take the sum of the sentiment values for each word
to nd the sentence's overall sentiment; positive for positive, negative
for negative, and zero for neutral. We then sum the number of sentences
in the document belonging to each sentiment category to extract three
separate features.
2. Stylistic features
{ Readability Six features are extracted that act as a measurement of
readability for each document. We extract the average number of words
per sentence, the number of sentences, and the number of characters.
Additionally, we calculate the Automated Readability Index (ARI) [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], the
Coleman-Liau Index (CLI) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], and the Rix Readability Index (RIX) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
of each document.
{ HTML Tags For every document, we determine the number of uses of
various HTML tags to extract ve features. In particular, we look for
incidents of links, images, bold, italics, and lists.
{ Spelling and Grammatical Errors Using the jLanguageTool [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], we
extract the count of spelling and grammatical errors in each document.
We then normalize these two features by dividing by the number of words
in the document.
{ Emoticons Through use of a fairly simple regular expression (i.e., (? ::
j; j =)(? : )?(? :|jDjP )), we extract a single feature to denote the
frequency of emoticons used in each document e.g., :), ;).
{ Other Features In our model, we consider a document to be the
collection of all posts from a single user. As such, one feature we extract is the
total number of posts by a user. Other features that are extracted are
the number of capitalized letters and the number of capitalized words.
      </p>
      <p>
        In addition to the features mentioned above, we employ a system of heuristics
based adjustment for gender prediction using a customized lexicon of phrases.
Inspired by the work in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], we created a collection of n-grams which signify
distinguishing properties of a speci c gender. For example, the phrases `my wife'
and `my girlfriend' are more likely to be used by men while it is highly probable
that the expressions `my husband' and `my handbag' were written by a woman.
The lexicon contains 20 English phrases (13 female; 7 male) and 16 Spanish
phrases (9 female; 7 male). During classi cation, we label the gender of a
document that contains a phrase in this collection to be the gender associated with
said phrase.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Models and Evaluation</title>
      <p>
        For each genre and language combination, we train two di erent models with
the features from Section 4: one model based on label powerset transformation
(LP), and one model based on the idea of classi er chains (CC). In both cases
we use SVM as the underlying learning algorithm, and we evaluate the accuracy
of the models using the scikit-learn [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] implementation of Liblinear SVM [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. For
comparison purposes, we use a simple majority class baseline model (see Table
2).
      </p>
      <p>(a) Label powerset approach (LP)
(b) Chained classi ers approach (CC)</p>
      <p>
        Label powerset transformation (LP) [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]: LP turns a multi-label classi cation
problem into a single label one by unifying labels. We combined the separate
gender and age labels into 10 gender-age labels (e.g., female-18-24, male-18-24,
female-25-34 etc.), and trained an SVM classi er to distinguish between these
10 classes. Heuristic based adjustment of gender is performed after the initial
prediction is made, leading to the nal prediction, as shown in Figure 1.a. The
results of this approach are shown in Table 2.
      </p>
      <p>
        Classi er chains (CC) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]: To consider the dependency between labels, CC
approaches utilize two single label classi ers in which the prediction made by
the rst is used as a feature in the second. We created a classi er for gender and
a classi er the ve age classes that utilizes the inferred gender as a feature in the
model. We choose this ordering of classi ers due to experimental observations
indicating gender is a more useful feature in inferring age than age is for gender.
Again, heuristic based adjustment of genders is performed, although in this case
the adjustment occurs such that the age classi er will receive a \corrected"
gender as input as shown in Figure 1.b. Table 2 presents the results of applying
the CC approach.
As seen in Table 2, our models outperform the baseline for combined label
prediction accuracy in for all corpora. It is notable that this is not necessarily the
case for age prediction. Our powerset transformation models for English blogs,
fail to beat the baseline for age prediction. In all cases where this occurs,
however, the accuracy of gender prediction is high enough such that combined label
accuracy still beats the baseline.
      </p>
      <p>Comparison between accuracies obtained between the two models reveals
little advantage to either in terms of combined label accuracy, with the di erence
in accuracies being as little as .07% for some models. However, it should be
noted that the powerset transformation model outperforms those using chaining
classi ers in terms of accuracy of gender prediction. In particular, accuracies for
gender prediction using the Spanish blogs corpus were nearly 8% higher for the
label powerset transformation model.</p>
      <p>Although the combined label accuracies for all models outperform the
baseline, the prediction accuracies across corpora vary wildly. For example, while
accuracies achieved by the Spanish blogs model were 37.50%, the accuracies seen
for the English reviews model were only 19.09% in the powerset transformation
approach. This indicates that although the feature set used in our system will
beat random labeling of gender and age, the degree to which it does so depends
largely on the corpus being evaluated.
7</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>In this work we have presented a feature set with predictive power that can
be extended across multiple genres of online textual media. We found that for
our model to remain relatively stable across di erent genres, it requires multiple
categories of features to be extracted. However, as seen in the English social
media corpus, features that work well across many genres may not necessarily
perform well on others. However, considering the relatively small feature vector
size, the models' performance relative to the baseline helps establish its value.
We also found the accuracy of predicting age gained by using a more complicated
classi cation scheme such as chained classi ers to be negligible.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>This work was funded in part by the SBO-program of the Flemish Agency for
Innovation by Science and Technology (IWT-SBO-Nr. 110067).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Anderson</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <article-title>LIX and RIX: Variations on a little-known readability index</article-title>
          .
          <source>Journal of Reading</source>
          , pages
          <fpage>490</fpage>
          {
          <fpage>496</fpage>
          ,
          <year>1983</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Coleman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liau</surname>
            ,
            <given-names>T. L.</given-names>
          </string-name>
          <article-title>A computer readability formula designed for machine scoring</article-title>
          .
          <source>Journal of Applied Psychology</source>
          ,
          <volume>60</volume>
          (
          <issue>2</issue>
          ):
          <fpage>283</fpage>
          ,
          <year>1975</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Coltheart</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>The MRC psycholinguistic database</article-title>
          .
          <source>The Quarterly Journal of Experimental Psychology</source>
          ,
          <volume>33</volume>
          (
          <issue>4</issue>
          ):
          <volume>497</volume>
          {
          <fpage>505</fpage>
          ,
          <year>1981</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Fan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hsieh</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>LIBLINEAR: A library for large linear classi cation</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          ,
          <volume>9</volume>
          :
          <year>1871</year>
          {
          <year>1874</year>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Lopez-Monroy</surname>
            ,
            <given-names>A. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-</surname>
            y-Gomez,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H. J.</given-names>
          </string-name>
          ,
          <article-title>Villasen~or-</article-title>
          <string-name>
            <surname>Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villatoro-Tello</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <article-title>INAOE's participation at PAN'13: Author pro ling task</article-title>
          .
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Mukherjee</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <article-title>Improving gender classi cation of blog authors</article-title>
          .
          <source>In Proceedings of the 2010 conference on Empirical Methods in natural Language Processing</source>
          , pages
          <volume>207</volume>
          {
          <fpage>217</fpage>
          . Association for Computational Linguistics,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Naber</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <article-title>A rule-based style and grammar checker</article-title>
          . Bielefeld University Bielefeld, Germany,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Pedregosa</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varoquaux</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gramfort</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michel</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thirion</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grisel</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blondel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prettenhofer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weiss</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dubourg</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanderplas</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Passos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cournapeau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brucher</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perrot</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duchesnay</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <article-title>Scikit-learn: Machine learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          ,
          <volume>12</volume>
          :
          <fpage>2825</fpage>
          {
          <fpage>2830</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Peersman</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
          </string-name>
          , W.,
          <string-name>
            <surname>Van Vaerenbergh</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <article-title>Predicting age and gender in online social networks</article-title>
          .
          <source>In Proceedings of the 3rd international workshop on Search and mining user-generated contents</source>
          , pages
          <volume>37</volume>
          {
          <fpage>44</fpage>
          . ACM,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Francis</surname>
            ,
            <given-names>M. E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Booth</surname>
            ,
            <given-names>R. J.</given-names>
          </string-name>
          <article-title>Linguistic inquiry and word count: LIWC 2001</article-title>
          . Mahway: Lawrence Erlbaum Associates,
          <volume>71</volume>
          :
          <year>2001</year>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <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>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamatatos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Inches</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <article-title>Overview of the author pro ling task at pan 2013</article-title>
          .
          <article-title>In Notebook Papers of CLEF 2013 LABs and Workshops</article-title>
          , CLEF-2013, pages
          <fpage>23</fpage>
          {
          <fpage>26</fpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Rao</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yarowsky</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shreevats</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Classifying latent user attributes in twitter</article-title>
          .
          <source>In Proceedings of the 2nd international workshop on Search and mining user-generated contents</source>
          , pages
          <volume>37</volume>
          {
          <fpage>44</fpage>
          . ACM,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Read</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pfahringer</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Holmes</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frank</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <article-title>Classi er chains for multi-label classi cation</article-title>
          .
          <source>Machine learning</source>
          ,
          <volume>85</volume>
          (
          <issue>3</issue>
          ):
          <volume>333</volume>
          {
          <fpage>359</fpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Schler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J. W.</given-names>
          </string-name>
          <article-title>E ects of age and gender on blogging</article-title>
          .
          <source>In AAAI Spring Symposium: Computational Approaches</source>
          to Analyzing Weblogs, volume
          <volume>6</volume>
          , pages
          <fpage>199</fpage>
          {
          <fpage>205</fpage>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Schwartz</surname>
            ,
            <given-names>H. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eichstaedt</surname>
            ,
            <given-names>J. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kern</surname>
            ,
            <given-names>M. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dziurzynski</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ramones</surname>
            ,
            <given-names>S. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Agrawal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kosinski</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stillwell</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Seligman</surname>
            ,
            <given-names>M. E. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ungar</surname>
            ,
            <given-names>L. H.</given-names>
          </string-name>
          <string-name>
            <surname>Personality</surname>
          </string-name>
          , gender, and
          <article-title>age in the language of social media: The open-vocabulary approach</article-title>
          .
          <source>PLoS ONE</source>
          ,
          <volume>8</volume>
          (
          <issue>9</issue>
          ):e73791,
          <year>09 2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Senter</surname>
            ,
            <given-names>R. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>E. A.</given-names>
          </string-name>
          <article-title>Automated readability index</article-title>
          .
          <source>Technical report, DTIC Document</source>
          ,
          <year>1967</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Thelwall</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buckley</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paltoglou</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <article-title>Sentiment strength detection for the social web</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          ,
          <volume>63</volume>
          (
          <issue>1</issue>
          ):
          <volume>163</volume>
          {
          <fpage>173</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Tsoumakas</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vlahavas</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <article-title>Random k-labelsets: An ensemble method for multilabel classi cation</article-title>
          .
          <source>In Machine Learning: ECML 2007</source>
          , pages
          <fpage>406</fpage>
          {
          <fpage>417</fpage>
          . Springer,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>