<!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>A Random Forest Approach for Authorship Profiling</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alonso Palomino-Garibay</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Adolfo T. Camacho-González</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ricardo A. Fierro-Villaneda</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Irazú Hernández-Farias</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Davide Buscaldi</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ivan V. Meza-Ruiz</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Facultad de Ciencias</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Instituto de Investigaciones en Matematicas Aplicadas y en Sistemas (IIMAS) Universidad Nacional Autonoma de Mexico (UNAM) Ciudad de Mexico</institution>
          ,
          <country country="MX">Mexico</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Laboratoire d'Informatique de Paris Nord, CNRS (UMR 7030) Universite Paris 13, Sorbonne Paris Cité</institution>
          ,
          <addr-line>Villetaneuse</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Pattern Recognition and Human Language Technology, Universitat Politécnica de Valencia Valencia</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper we present our approach to extract profile information from anonymized tweets for the author profiling task at PAN 2015 [ 10]. Particularly we explore the versatility of random forest classifiers for the genre and age groups information and random forest regressions to score important aspects of the personality of a user. Furthermore we propose a set of features tailored for this task based on characteristics of the twitters. In particular, our approach relies on previous proposed features for sentiment analysis tasks.</p>
      </abstract>
      <kwd-group>
        <kwd>Author Profiling</kwd>
        <kwd>Random forest</kwd>
        <kwd>Random Forest Regression</kwd>
        <kwd>NLP</kwd>
        <kwd>Machine Learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Authorship profiling exploits the sociolinguistic observations of particular spoken and
written language that different groups of people use. However to extract important
information about an author (e.g. demographics, personality and cultural background) just
by analyzing raw text has a high potential number of applications from market research
to forensics. From a marketing perspective recommendation systems which are vital part
of today’s Web can benefit of extract the profile dimensions of potential costumers to
improve the way recommendations are performed. Moreover large corporations may be
attracted to know what type of people like or dislike their products, based on analysis of
blogs and online product reviews. From a forensic point of view authorship profiling can
help to identify characteristics of crime perpetrators when there are many or few specific
suspects to consider [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
      </p>
      <p>In this edition of the PAN 2015 Author Profiling , the task was formally defined as
follows1:
1 As described in the official website of the competition http://pan.webis.de/(2015).</p>
      <p>This task is about predicting an author’s demographics from her writing.
Participants will be provided with Twitter tweets in English and Spanish to
predict age, gender and personality traits. Moreover, they will be provided also
with tweets in Italian and Dutch and asked to predict the gender and personality.</p>
      <p>
        Our approach proposes to use classifiers for the age and gender information and a set
of regressors for the personality traits: extroverted, stable, agreeable, conscientious
and open. In particular these traits are specified by a score. In this work we explore the
use of Random Forest for both aspects of the task, classification and regression [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>Our approach heavily depends on tailored features for the task. We have three types
of features: lexical, twitter statistics and word list based . The lexical corresponds to
features extracted over the whole vocabulary of the tweets. Statistic of the tweets count
different aspects of the typical format of tweets; for instance the use of for mention
of other users, or # for the marking of the topic of the tweet. The word list features
correspond to total scores or frequencies of the use of terms within a tweet. For this type
of feature we only consider specific terms from different word lists. An important part
of these word lists is based on previous research on sentiment analysis. We explore the
used of terms which determine degrees of polarity, irony or affect.</p>
      <p>This paper is organized as follows: In the second section we give a complete
description of the designed features for this task. In the third section we describe our
methodology for authorship profiling. In the fourth section we describe the corpora
provided by the PAN workshop 2015. In the fifth section we show the results, in particular
we evaluate the performance of the system with accuracy metric.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Feature Engineering</title>
      <p>Text representation is fundamental and indispensable for automatic information
processing, in our approach we extract a set of tailored features from a collection of tweets
of a particular user. Although different speech communities might tend to write about
different topics and in different ways, there are two types of features used for authorship
profiling: content-based and style-based. The following list presents the used features:
1. BOW/TF-IDF:</p>
      <p>Based on the Vector Space Model, tweets are represented as a vector where each
component is associated with a particular word from the corpus vocabulary.
Typically, each component value is assigned using the information retrieval measure
tf-idf this technique has been extensively used in text mining, information retrieval
and NLP to classify text.
2. POS (Parts of speech):</p>
      <p>
        Unigram and bigrams of sequences of POS tags. These were obtained using the
Core NLP Standford POS tagger (English and Spanish) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and the Tree Tagger
(Italian and Dutch) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <sec id="sec-2-1">
        <title>3. Irony detection words list [11]:</title>
        <p>
          Irony is difficult to be defined, generally humor denotes this rhetorical device,
structural ambiguity can be represented by the dispersion in the number of combinations
among the words that constitute humor examples [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. For this feature, frequency
and total score of words in tweets from an irony detection counter which uses a
predefined word list where essential to match this event. Two dimension of the list
use the counter factuality and the temporal compression.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>4. Sentiment polarity word list [8]:</title>
        <p>
          For this feature we extracted the total score of positive and negative terms in tweets
from predefined word list, all the occurrences were represented as a frequency vector.
5. Sentiword word list [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]: For this feature we use SENTIWORDNET 3.0, a well
studied lexical resource to model the semantic orientation of sentiment classification
and opinion mining applications, The total score of positive and negative terms in
tweets from SENTIWORDNET 3.0. that are in users tweets are counted, for positive
and negative instances. Translation for Spanish and Italian language support where
crucial.
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>6. Affect word list [14]:</title>
        <p>The total score of affect terms in tweets from a word list. All the words from the
user tweets that occurred in the list and have a greater or lower score of affect terms
are counted into a matrix. This can purvey evidence of the personality of the user.</p>
      </sec>
      <sec id="sec-2-4">
        <title>7. Taboo word list:</title>
        <p>Frequency of taboo words used in predefined list. Slang words are frequent in
younger age groups, particularly this can be a remarkable feature that may show the
type of personality of an author.</p>
      </sec>
      <sec id="sec-2-5">
        <title>8. Emoticons:</title>
        <p>Frequency of emoticons used from predefined list. This feature can provide the type
of personality as well as the age group of a user. All the occurrences of the terms of
that match in the profiles are represented as a feature vector.</p>
      </sec>
      <sec id="sec-2-6">
        <title>9. Punctuation:</title>
        <p>Frequency of punctuation signs from a predefined list. This can catch the type of
discourse structure and semantics of a user.
10. Links:</p>
        <p>A frequency of domain links is helpful to match sites that contain interesting topics
for the different demographic dimensions, if the tweet is repeated several times with
a link this can be considered as a primary source of information.
11. Tweets statistics:</p>
        <p>This feature extract diverse types of statistics from tweets. Number of words, letters,
capital letters, capital letter in initial position, numbers, lower cases, sentences. RT
for retweets, for citations of usernames, and # for self defined topic of the tweet.</p>
        <p>
          Stylometric analysis is useful to identify gender and age groups [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
        </p>
        <p>
          Besides the previous engineered features we also tested with positive and negative
frequency terms from [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] and a histogram of the Jaccard similarity coefcfiients among
users tweets. Empirically we found that none of these features helped the for the task,
since our metrics fall after being evaluated with this features.
        </p>
        <p>Table 1 shows the final configuration of the features per language.</p>
        <p>Feature</p>
        <p>English</p>
        <p>Spanish</p>
        <p>Italian</p>
        <p>Dutch
Our approach to authorship profiling relies in applying machine learning techniques
to map text into categories. First we take the lexical corpora provided by PAN-2015
and labeled according to a category in function of a profile or user. For instance, for
author gender analysis we labeled as male or female each set of tweets. From the above
proposed features we yield a document-term matrix, this means that each tweet was
represented as a numerical vector in order to abstract features.</p>
        <p>
          Then a supervised method computes classifiers and regressors based on the random
forest algorithm, to the training examples. Finally the predictive ability of both
(classification and regression) is tested on the testing data. We built two classifiers for English
and Spanish (gender and age) and one for Italian and Dutch (gender). Additionally
we created vfie regressors one per personality trait per language. Each classifier and
regressor was independent from each other. Random forests have outstanding in recent
years since the classification accuracy of this type of algorithms have outperformed
SVMs and other machine learning algorithms in other knowledge areas for instance
bio-informatics and computational biology creating classification methods for cancer
diagnosis based on micro-array data [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. We assume that this type of ensemble methods
hold true for NLP tasks. The goal of ensemble methods is to combine the predictions of
several base estimators built with a given learning algorithm in order to improve
generalizability/robustness over a single estimator [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. For this task we focused in averaging
methods, which are learning algorithms that yield several estimators independently and
then average their outcomes. Intuitively the averaging estimator is better than any single
base estimators, as a result of reduced variance.
        </p>
        <p>
          Briefly in Random Forests (both, regression and classification), each estimator in
the ensemble is built from a bootstrap sample from the training set. When the algorithm
splits a node during the generation of the decision tree, the chosen split is no longer
the best split of all the features. Rather, the split that is selected is the best split of a
random subset of the features. Due this randomness, the bias of the forest usually slightly
increases but, due to averaging, its variance decreases, usually more than compensating
for the increase in bias, finally this produces a better model [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
        </p>
        <p>
          The training was performed with Scikit-Learn, a library that provides a
comprehensive suite of machine learning tools for Python. It extends this general-purpose
programming language with machine learning operations: learning algorithms,
preprocessing tools, model selection procedures and composition mechanisms to create
complex machine learning work-flows [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
3.1
        </p>
      </sec>
      <sec id="sec-2-7">
        <title>Parameters</title>
        <p>For both, regression and classification n_estimatorswhich is the number of trees
in the forest, if n_estimators is larger accuracy will increase, however this will
increase the complexity to compute an prediction output. By the other hand if a lower
amount of estimators is used the variance will reduce, but it will increase de bias of
the model. Empirically we found that a good set up for classification of genre was:
n_estimators = 2000.
4</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Corpora</title>
      <p>The corpora consists of tweets in four languages: English, Spanish, Italian, and Dutch
every language has a collection of tweets from different users. The tweets were anonymized
by removing the username information from the author and the mention to other
usernames. The tweets as expected contain orthographic and typographic errors,
colloquialisms, jargon and meta information such as re-tweets and link information. Not all the
tweets were written by the author, for instance re-tweets and some tweets produced
by automatic systems associated to the user. Both gender and age demographics were
provided by the users answering an online test, however the personality trait scores were
extracted using a personality test.2</p>
      <p>
        The gender variable can take two values: male and female. The age variable four:
18-24, 25-34, 35-49 and 50-xx. While the vfie personality traits are assessed by a score
which goes from − 0.5 to 0.5. Table 2 presents the sizes and number of tweets per user
available in the training corpora provided by the organizers of the task [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
2 Based on website: http://your-personality-test.com/
Using a cross validation setting over the corpora we evaluate the performance of our
system as follows. For gender and age we report F1-score and root mean square error
(RMSE) for the personalities traits.
      </p>
      <p>Trait</p>
      <p>English Spanish Italian Dutch</p>
      <p>
        Gender 0.706
Age groups 0.612
In this paper we described our methodology for authorship profiling with PAN-2015
corpora. Author profiling has growing importance for national security, criminal
investigations, and marketing research [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Our methodology uses random forests model for
classification and regression. For this work we build a baseline system for the author
profiling task that uses set of general features.
      </p>
      <p>Our system presented some failures with the classification of the gender class which
affected our performance. Additionally, we believe that the training of models was
over-fitted by the number of estimators in both classification and regression Random
Forest models.</p>
      <p>For further research we plan to perform a better feature engineering by adding
more specific features of content and style for the authorship and to implement a
hyperparameter optimization to tune the models.</p>
      <p>Acknowledgments We acknowledge Rodrigo Sanabria contributions to the source code
in the early stages of the project.
14. Whissell, C., Fournier, M., Pelland, R., Weir, D., Makarec, K.: A dictionary of affect in
language: Iv. reliability, validity, and applications. Perceptual and Motor Skills 62(3), 875–
888 (1986)</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <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="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Baccianella</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Esuli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sebastiani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Sentiwordnet 3.0: An enhanced lexical resource for sentiment analysis and opinion mining</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Breiman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Random forests</article-title>
          .
          <source>Machine learning 45(1)</source>
          ,
          <fpage>5</fpage>
          -
          <lpage>32</lpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burrows</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          : Ousting Ivory Tower Research:
          <article-title>Towards a Web Framework for Providing Experiments as a Service</article-title>
          . In: Hersh,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Callan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Maarek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Sanderson</surname>
          </string-name>
          , M. (eds.) 35th
          <source>International ACM Conference on Research and Development in Information Retrieval (SIGIR 12)</source>
          . pp.
          <fpage>1125</fpage>
          -
          <lpage>1126</lpage>
          . ACM (Aug
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <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="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Mining and summarizing customer reviews</article-title>
          .
          <source>In: Proceedings of the tenth ACM SIGKDD international conference on Knowledge discovery and data mining</source>
          . pp.
          <fpage>168</fpage>
          -
          <lpage>177</lpage>
          . ACM (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Surdeanu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bauer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Finkel</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bethard</surname>
            ,
            <given-names>S.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McClosky</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>The stanford corenlp natural language processing toolkit</article-title>
          .
          <source>In: Proceedings of 52nd Annual Meeting of the Association for Computational Linguistics: System Demonstrations</source>
          . pp.
          <fpage>55</fpage>
          -
          <lpage>60</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Nielsen</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Å</surname>
          </string-name>
          .:
          <article-title>A new anew: Evaluation of a word list for sentiment analysis in microblogs</article-title>
          .
          <source>arXiv preprint arXiv:1103.2903</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <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>
          </string-name>
          , E.:
          <article-title>Scikit-learn: Machine learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>12</volume>
          ,
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <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>
          : In: Cappellato L.,
          <string-name>
            <surname>Ferro</surname>
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gareth</surname>
            <given-names>J.</given-names>
          </string-name>
          and San Juan E. (Eds). (Eds.)
          <article-title>CLEF 2015 Labs and Workshops, Notebook Papers</article-title>
          .
          <article-title>CEUR-WS</article-title>
          .org, (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Reyes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>A multidimensional approach for detecting irony in twitter</article-title>
          .
          <source>Language resources and evaluation 47(1)</source>
          ,
          <fpage>239</fpage>
          -
          <lpage>268</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Schmid</surname>
          </string-name>
          , H.:
          <article-title>Improvements in part-of-speech tagging with an application t german</article-title>
          .
          <source>In: In Proceedings of the ACL SIGDAT-Workshop</source>
          . Citeseer (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Statnikov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aliferis</surname>
            ,
            <given-names>C.F.</given-names>
          </string-name>
          :
          <article-title>Are random forests better than support vector machines for microarray-based cancer classification? In: AMIA annual symposium proceedings</article-title>
          . vol.
          <year>2007</year>
          , p.
          <fpage>686</fpage>
          . American Medical Informatics Association (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>