<!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>Social-Media Users can be profiled by their Similarity with other Users</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>A. Pastor López-Monroy</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Manuel Montes-y-Gómez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hugo Jair Escalante</string-name>
          <email>hugojair@inaoep.mx</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luis Villaseñor-Pineda</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thamar Solorio</string-name>
          <email>solorio@cs.uh.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, Instituto Nacional de Astrofísica</institution>
          ,
          <addr-line>Óptica y Electrónica</addr-line>
          ,
          <country country="MX">México</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science, University of Houston</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <abstract>
        <p>In this paper we describe the system we designed for participating at CLEF-PAN 2017. In this work, we addressed the Author Profiling (AP) task by exploiting the corpus as a knowledge base. The core idea is that profiles can be identified by exposing its relationship with other users. This strategy produces enriched representations, where fine grained user-document relationships are highlighted. For this, we use a non-sparse user-document representation, which captures distributional information of word-usage among user-documents. We compare the proposed approach with the Second Order Attributes, which have been a key component in the winning approaches of the previous PAN-AP editions. We also report experimental results with the traditional Bag-of-Terms and AvgWord2Vec representations. The experimental evaluation on the PAN17 corpora shows that the proposal outperforms all other methodologies, showing strong evidence of the usefulness of the representation to determine language variety and gender profiles. Furthermore, this representation can be seen as a natural extension to Second Order Attributes, which could be combined in future works in order to expose finer details about user relationships.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Recently, the Author Profiling (AP) task has gained the interest of the scientific
community. The AP task aims to reveal as much as possible demographic-information from
a given set of authors [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. For example, age, gender, native language, personality traits,
cultural background, etc. The AP task has a wide applicability and could have a broad
impact in a number of problems. For instance, in forensics the profile of authors could
be used as valuable additional evidence, and in marketing the on-line reviews of
companies/products could be exploited to improve targeted advertising.
      </p>
      <p>
        The AP task at PAN17 is focused on the recognition of gender and language variety
[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. According to the literature, these AP tasks have been approached by several
researchers [
        <xref ref-type="bibr" rid="ref24 ref4">24,4</xref>
        ]. Most of these efforts have been devoted to the analysis of the textual
representation and features (e.g., words, POS Tags, etc.) [
        <xref ref-type="bibr" rid="ref15 ref17 ref23 ref24">24,17,15,23</xref>
        ]. Regardless of
the novel textual features and representations, most of them fail in capturing accurate
information from informal documents. Especially in the social media domain, where
the easiness of writing/sending messages leads people to make many grammatical and
spelling errors. The previous situation captured the attention of some researchers, who
began to model high level aspects (e.g., semantical and structural information) for the
AP task [
        <xref ref-type="bibr" rid="ref14 ref2 ref23">14,2,23</xref>
        ]. Nevertheless, these proposals are not necessarily aligned with the
main objective of AP; to model groups of authors. According to the literature of AP
task in social media, the methods that build high level features based on relationships
among groups of authors have been useful for boosting the performance [
        <xref ref-type="bibr" rid="ref22 ref23">22,23</xref>
        ]. In this
paper we propose to study this aspect of groups of users. This is, instead of extracting
coarse levels of analysis (groups of users), we propose to extract finer levels of
granularity (by observing single users). For this we propose the idea of representing user
by relationships with other users. This natural extension provides fine grained semantic
representation of users by exploiting relationships with other individuals in the dataset.
For example in language variety identification, a user could be known by exposing
its relationship with their compatriots and non-compatriots. Our experimental
evaluation shows that this approach improves even more the representation of documents in
the AP task, and also mitigates the common problems of other standard representations
(e.g. the Bag-of-Terms, BoT), for example: i) high dimensionality, and ii) the sparseness
of the representation. Experimental results using the latter ideas also seem promising
and competitive compared to other approaches such as Word2Vec in PAN 2017
collections. To the best of our knowledge, there are no reported results on AP using a similar
strategy.
      </p>
      <p>The remainder of this paper is organized as follows: Section 3 introduces the
proposed approach. Section 2 presents some of the related work of this paper. Section 4 and
5 explains the datasets and evaluation methodology for this proposal. Finally Section 6
outlines the main conclusions and future avenues of inquiry.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        In this section we review the AP related work from the computational linguistics
perspective. According to the literature, a wide range of different approaches have been
proposed for the AP task. The different methods for learning specific textual patterns
range from simple lexical approaches to elaborated strategies requiring syntactic/semantic
analysis of the documents [
        <xref ref-type="bibr" rid="ref10 ref5 ref8">10,5,8</xref>
        ]. Notwithstanding the usefulness of these features,
most of them are only relevant in domains with formal documents (i.e., books, articles,
etc.). In the case of social media, the majority of the works have focused on using
content and stylistic features [
        <xref ref-type="bibr" rid="ref12 ref18 ref19 ref20">20,19,12,18</xref>
        ]. In this direction, several works have suggested
that content words are usually much more relevant than style features. For example,
an analysis of information gain presented in [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], showed that the most relevant
attributes for gender prediction are those related with content words, for example: linux
and office for discriminating males, whereas love and shopping for discriminating
females. Furthermore, Schler et al. also concluded that syntactic features are less useful
than very basic lexical thematic features when analysing blogs [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. Other works have
also considered interesting stylistic features, namely slang vocabulary and the average
sentence length, but in all the cases these features have been used in combination –as
a complement– of content features [
        <xref ref-type="bibr" rid="ref3 ref9">3,9</xref>
        ]. In this work, we use the well-known lexical
features (content and style) in order to feed a representation that captures relationships
among user-documents.
      </p>
      <p>
        In all previous works authors have proposed interesting strategies to exploit the
different aspects of the AP task. However, most of those works have only marginally
explored the finer details of the high diversity in groups and subgroups of authors [
        <xref ref-type="bibr" rid="ref22 ref23">22,23</xref>
        ].
In this regard, the Second Order Attributes (SOA) representation has been one of the
most notable works for AP in social media [
        <xref ref-type="bibr" rid="ref1 ref14 ref23">23,1,14</xref>
        ]. The key idea of SOA is closely
related to the main objective of the Author Profiling; to model groups of authors. For
example, the first version of the SOA [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] pushes to the limit this idea by building very
low-dimensional document vectors. The key element was to build one feature per
target profile 1. Thus, the SOA assumed that there exists certain homogeneity among all
documents/user-documents that belong to a same class (profile). For this reason, the
second version of SOA [
        <xref ref-type="bibr" rid="ref12 ref14">12,14</xref>
        ] introduces novel improvements to capture finer details of
the high diversity in subgroups that make each target profile unique 2. The latter works
have made evident the relevance of exploiting the existing knowledge in the dataset,
therefore it is promising to explore novel alternatives in this direction.
      </p>
      <p>In this work, we attempt to evaluate the relevance of user-documents relationships
for the task of AP in social media. Our main hypothesis is that user-documents in the
same class (profile), should have similar preferences of topics (preferences for certain
topics), and therefore they are the cornerstone to reveal profiling cues in social media
domains. More specifically, in this work we are proposing to exploit the relationship
of each user with other users (finer level of granularity), instead of relationships with
groups of users (coarse level of granularity). In particular, we propose to model these
features by capturing the distribution of word-usage among all user-documents, in order
to automatically extract the relationships from the given user-documents collection.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Methodology</title>
      <p>
        This section presents the general framework for the User Specific Representation (USR).
The USR follows the ideas from the document occurrence representation in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], in
order to achieve relationships between the target user-documents and other user-documents.
By using USR, we aim to represent each user-document in an enriched distributional
space that highlights relevant information with other user-documents. The key idea is
to exploit the hypothesis that words occurring in similar user-documents should have
similar representations, and therefore are useful to characterize the relationships among
users [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. In this way, USR requires of two steps. In the first step, terms (e.g., words)
are represented in a new user-document space. In the second step, the documents
(userdocuments) are mapped to the new user-documents space. This mapping is done by
1 This means that in a gender classification scenario (e.g., female vs male), documents would be
represented using only 2 features.
2 For example, while the largest group of males writes about sports and technology, there are
other small groups of males interested in stereotypically female topics such as family and
friends.
aggregating the representation of the terms that occur in the instance. In the following
sections we describe in detail how the USR computes relationship values using words
as terms.
3.1
      </p>
      <sec id="sec-3-1">
        <title>User Specific Representation (USR)</title>
        <p>
          Let U = f(U1; y1); : : : ; (Un; yn)g be a training set of labeled user-documents, that is,
U is a collection of n tuples of user-documents (Ui) and category-labels (yi). Also
let V = fv1; : : : ; vmg denote the vocabulary of terms (e.g., words). The core idea of
USR consists in capturing the semantics of a word by observing the distribution of
occurrence statistics over the user-documents in the dataset [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. More formally, each
word vi is represented as a vector ti = hti;1; : : : ; ti;jUji, where jUj is the number of
users-documents in the training collection, and ti;k indicates the relevance of the
userdocument Uk to characterize vi. Equation 1 presents the above ideas.
where Nk V is the set of different terms in the user-document Uk, and df(vi; Uk)
is defined in Equation 2.
        </p>
        <p>df(vi; Uk) =
1 + log(#(vi; Uk))
0</p>
        <p>if #(vi; Uk) &gt; 0
otherwise
(2)
where #(vi; Uk) indicates the frequency of term vi in Uk. The intuitive idea is that,
the importance of a user-document Uk, is given by the frequency of the term vi in Uk.
Also note that the number of different terms contained in Uk is inversely proportional to
its contribution to represent vi. Note that, the distributional representation of each term
ti is normalized so that jjtijj2 = 1.</p>
        <p>Finally, the user-document representation is obtained by aggregating the
representation of terms that occur in the user-document. This is Uk = Pvi2Uk ti, where ti
denotes the representation of the term vi. One should note that, the relevance of word
vi in the user-document Uk is given by the frequency of the term in the document under
analysis.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Corpora and Experimental Framework</title>
      <p>
        The PAN 2017 corpora is composed by 4 collections in different languages (English,
Spanish, Portuguese and Arabic). For each dataset, there are labels of gender (male,
female) and language-varieties. We approached the PAN 2017 AP task as a
classification problem. For this we build two separate classification models: variety and gender
models. For the evaluation, in all experiments we use the following experimental
configurations in the training dataset:
1. Basic Textual Features3: For English, Spanish, and Portuguese we basically used
as terms: words, contractions, words with hyphens, punctuation marks and a set of
common slang vocabulary. For the Arabic language we also used a straightforward
preprocessing; we split sentences into tokens using the blank space.
2. Number of Features: For all the training collections we used the top frequent 15k
terms as features. We determine this by an empirical evaluation testing values from
5k to 20k features4. This preliminary experimental evaluation is useful to determine
an appropriated number of Features [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
4.1
      </p>
      <sec id="sec-4-1">
        <title>Experimental Framework</title>
        <p>
          The aim of this evaluation is to compare the performance of the proposed USR and
relevant methods in the AP for social media. For this purpose we separately evaluate
the traditional Bag-of-Terms (BoT) using TF-IDF as the weighing scheme. The BoT
has been a strong baseline in many AP social media domains [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. In the experiments,
we also show results of a word embedding approach, which is based in the well-known
Word2Vec (W2V) [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. This approach trains W2V representation of the words by
using and end-to-end training on each dataset, then builds a document representation
averaging the word-vectors of the words contained in the target user-document. Finally
we consider the Second Order Attributes and the Subprofile Specific Representations
(SSR) approaches [
          <xref ref-type="bibr" rid="ref12 ref13 ref14">13,12,14</xref>
          ], which to some extent, have been present in the winning
approaches of all previous PAN AP editions [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]. For the classification step, we firstly
build the representation of terms and documents using the latter methodologies. Then
we evaluate a standard LibLINEAR classifier without any parameter optimization [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ],
by using a 10 Fold Cross Validation (FCV) framework.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Evaluation</title>
      <p>In these experiments we are interested in exploring the contribution of user-document
relationships (captured by USR) in the AP task. The target problems are language
variety and gender prediction. In addition to the USR results, we also present results from
several methods reported in the literature of AP for social media.</p>
      <p>
        From Table 1 and 2 it can be seen that the proposed approach (USR) outperforms
BoT by a considerable difference. This is interesting, since the BoT has shown
outstanding performance in many different AP tasks [
        <xref ref-type="bibr" rid="ref14 ref22 ref23">22,23,14</xref>
        ]. Similarly, there is also
an improvement compared to the SOA based approaches (SOA [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and SSR [
        <xref ref-type="bibr" rid="ref12 ref14">12,14</xref>
        ]),
although the difference is smaller, especially compared with SSR 5. We hypothesize
that this is because of the finer-level of granularity in the USR representation, which
provides specific relationship values for all user-documents. The latter can be seen as
3 In this work we use well-known basic features for AP since we are interested in the high level
instance (user-document) representation.
4 In general, for our tested representations in PAN17 datasets, taking more than 15k features
does not have any significant improvement in the classification performance
5 In this version of SSR we generated 50 subprofiles (we tested values from 10 to 100) for each
target profile (see [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] for more details about subprofile generation).
a weakness or a strength depending on the domain and the nature of social media
documents. SSR summarizes in some way the information in the collection by building
groups and subgroups, therefore less features are needed to represent the document. On
the other hand, USR provides a high level of detail that might be not desired in specific
scenarios where the required computational cost is crucial. Finally Word2Vec-based
representation obtained low performance, this could be due to the end-to-end training
in the data collection, where more data could be necessary to build a better model. We
individually validate USR using the Wilcoxon Signed Rank [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] test against: BoT, W2V
and SOA. The output obtained by this test is above of 98% of statistical confidence.
      </p>
      <p>We believe that the performance in USR is because finding user-document
relationships in the target classes (profiles), provides a more detailed perspective for documents.
In this regard, USR is a novel representation in AP task for social media that capture
details at a finer level of user-document granularity never seen before for AP task. Thus,
the approach presented in this paper is an effective alternative to address the AP task in
different social media domains, where documents present challenging difficulties
hindered the accurate work of most natural language processing tools.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>In this paper we presented a novel idea to approach the AP task. The proposal extracts
relationship values from user-documents in the dataset, in order to improve the
prediction of the unknown user profiles. For this, we exploit the distributional hypothesis
by means of a document occurrence representation, which in the context of AP is a
User Specific Representation (USR). Such USR models target user-documents by
computing specific relationship values with the other user-documents. The intuitive idea is
that each user should have high relationship values with users of its own profile. For
example, in language variety identification the relationship values of a Mexican
userdocument should be high compared with other Mexicans, but low compared with people
from other countries.</p>
      <p>To the best of our knowledge, this is the first time that AP is addressed using this
kind of user-document relationships. The latter relationships help to improve the
classification performance in most of the cases. Using these distributional attributes, the
classifier can keep good classification rates. This is due to the relationship among terms
and user-documents, which provides few but more detailed predictive attributes. We
have shown better experimental results than the standard BOT, Word2Vec and SOA,
which has shown to be useful in all PAN editions.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alvarez-Carmona</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>López-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gómez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villasenor-Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H.J.:</given-names>
          </string-name>
          <article-title>Inaoe's participation at pan'15: Author profiling task</article-title>
          .
          <source>In: Working Notes Papers of the CLEF</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Álvarez-Carmona</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>López-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gómez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villaseñor-Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meza</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Evaluating topic-based representations for author profiling in social media</article-title>
          .
          <source>In: Ibero-American Conference on Artificial Intelligence</source>
          . pp.
          <fpage>151</fpage>
          -
          <lpage>162</lpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schler</surname>
          </string-name>
          , J.:
          <article-title>Mining the blogosphere: Age, gender and the varieties of self-expression</article-title>
          .
          <source>First Monday</source>
          <volume>12</volume>
          (
          <issue>9</issue>
          ) (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schler</surname>
          </string-name>
          , J.:
          <article-title>Automatically profiling the author of an anonymous text</article-title>
          .
          <source>Communications of the ACM</source>
          <volume>52</volume>
          (
          <issue>2</issue>
          ),
          <fpage>119</fpage>
          -
          <lpage>123</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bergsma</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Post</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yarowsky</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Stylometric analysis of scientific articles</article-title>
          .
          <source>In: Proceedings of the 2012 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          . pp.
          <fpage>327</fpage>
          -
          <lpage>337</lpage>
          . Association for Computational Linguistics (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Demšar</surname>
          </string-name>
          , J.:
          <article-title>Statistical comparisons of classifiers over multiple data sets</article-title>
          .
          <source>The Journal of Machine Learning Research 7</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>30</lpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Fan</surname>
            ,
            <given-names>R.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>K.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hsieh</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>X.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.J.:</given-names>
          </string-name>
          <article-title>LIBLINEAR: A library for large linear classification</article-title>
          .
          <source>Journal of Machine Learning Research 9</source>
          ,
          <fpage>1871</fpage>
          -
          <lpage>1874</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Garera</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yarowsky</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Modeling latent biographic attributes in conversational genres</article-title>
          .
          <source>In: Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP</source>
          . vol.
          <volume>2</volume>
          , pp.
          <fpage>710</fpage>
          -
          <lpage>718</lpage>
          . Association for Computational Linguistics (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Goswami</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sarkar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rustagi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Stylometric analysis of bloggers age and gender</article-title>
          .
          <source>In: Third International AAAI Conference on Weblogs and Social Media</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shimoni</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          :
          <article-title>Automatically categorizing written texts by author gender</article-title>
          .
          <source>Literary and Linguistic Computing</source>
          <volume>17</volume>
          (
          <issue>4</issue>
          ),
          <fpage>401</fpage>
          -
          <lpage>412</lpage>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Lavelli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sebastiani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zanoli</surname>
          </string-name>
          , R.:
          <article-title>Distributional term representations: an experimental comparison</article-title>
          .
          <source>In: CIKM</source>
          . pp.
          <fpage>615</fpage>
          -
          <lpage>624</lpage>
          . ACM (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>López-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-</surname>
            y-Gómez,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villaseñor-Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Using intra-profile information for author profiling</article-title>
          .
          <source>In: CLEF (Working Notes)</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>López-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-</surname>
            y-Gómez,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villaseñor-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 profiling task</article-title>
          .
          <source>In: CLEF (Working Notes)</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>López-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gómez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villaseñor-Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamatatos</surname>
          </string-name>
          , E.:
          <article-title>Discriminative subprofile-specific representations for author profiling in social media</article-title>
          .
          <source>Knowledge-Based Systems 89</source>
          ,
          <fpage>134</fpage>
          -
          <lpage>147</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>López-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gómez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villaseñor-Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carrasco-Ochoa</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martínez-Trinidad</surname>
            ,
            <given-names>J.F.:</given-names>
          </string-name>
          <article-title>A new document author representation for authorship attribution</article-title>
          .
          <source>In: Pattern Recognition: 4th Mexican Conference</source>
          ,
          <string-name>
            <surname>MCPR</surname>
          </string-name>
          <year>2012</year>
          ,
          <article-title>Huatulco</article-title>
          , Mexico, June 27-30,
          <year>2012</year>
          . Proceedings. pp.
          <fpage>283</fpage>
          -
          <lpage>292</lpage>
          . Springer (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          . pp.
          <fpage>3111</fpage>
          -
          <lpage>3119</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gravel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trieschnigg</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meder</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>How old do you think i am?: A study of language and age in twitter</article-title>
          .
          <source>In: Seventh International AAAI Conference on Weblogs and Social Media</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Ortega-Mendoza</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Franco-Arcega</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>López-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gómez</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>I, me, mine: The role of personal phrases in author profiling</article-title>
          .
          <source>In: International Conference of the Cross-Language Evaluation Forum for European Languages</source>
          . pp.
          <fpage>110</fpage>
          -
          <lpage>122</lpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <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>Chugur</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trenkmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verhoeven</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Overview of the author profiling task at PAN 2014</article-title>
          . In: CLEF (Online Working Notes/Labs/Workshop). pp.
          <fpage>898</fpage>
          -
          <lpage>927</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <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 profiling task at PAN 2013</article-title>
          .
          <article-title>In: Notebook Papers of CLEF 2013 LABs and Workshops</article-title>
          , CLEF-2013, Valencia, Spain, September. pp.
          <fpage>23</fpage>
          -
          <lpage>26</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <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>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Overview of the 5th author profiling task at pan 2017: Gender and language variety identification in twitter</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Goeuriot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Mandl</surname>
          </string-name>
          , T. (eds.)
          <article-title>Working Notes Papers of the CLEF 2017 Evaluation Labs</article-title>
          .
          <source>CEUR Workshop Proceedings, CLEF and CEUR-WS.org (Sep</source>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <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>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Overview of the 3rd author profiling task at pan 2015</article-title>
          . In: CLEF. sn (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <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>Verhoeven</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Overview of the 4th author profiling task at pan 2016: cross-genre evaluations</article-title>
          .
          <source>Working Notes Papers of the CLEF</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Schler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koppel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Argamon</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>Effects of age and gender on blogging</article-title>
          .
          <source>In: Proceedings of 2006 AAAI Spring Symposium on Computational Approaches for Analyzing Weblogs</source>
          . pp.
          <fpage>199</fpage>
          -
          <lpage>205</lpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>