<!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>
      <journal-title-group>
        <journal-title>New York City, USA, July</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Personality Trait Classification of Essays with the Application of Feature Reduction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Edward P. Tighe</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jennifer C. Ureta</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bernard Andrei L. Pollo</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Charibeth K. Cheng</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Remedios de Dios Bulos De La Salle Univeristy</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Manila</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Philippines</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>edward p tighe</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>jennifer ureta</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>bernard pollo}@dlsu.edu.ph</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>chari.cheng@delasalle.ph</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>remedios.bulos@dlsu.edu.ph</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <volume>10</volume>
      <issue>2016</issue>
      <fpage>22</fpage>
      <lpage>28</lpage>
      <abstract>
        <p>Determining an individual's personality traits is an important concept in Psychology. Although traits are normally assessed through self-report tests, an alternative method would be to computationally analyze an individual's linguistic markers. Studies in personality trait classification show promising results and look to continuously improve the field by either using new features or by collecting new data from social media; however, a key concept that is not always considered is the use of feature reduction techniques. This research aims to perform feature reduction techniques on linguistic features from essays and classify the author's personality traits based on the reduced feature set. The classifiers are evaluated by comparing against a baseline classifier trained with all extracted features. The feature reduction techniques used are Information Gain and Principal Component Analysis. The results show that feature reduction techniques are able to increase classification measures, but not by significant values. Reduced datasets are exceptionally beneficial in reducing the amount of data needed allowing classifiers to perform faster while still maintaining classification measures.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Personality Psychology, or simply Personality, is “the
scientific study of psychological forces that make people uniquely
themselves” [Friedman and Schustack, 2014, p.1]. These
forces consist of organized and relatively enduring traits and
mechanisms that influence one’s interactions with the
intrapsychic, physical, and social environments [Larsen and
Buss, 2008, p.4].</p>
      <p>One of the most well-researched theories describing
personality trait variation would be the Five Factor model, also
known as the Big Five [Norman, 1963; Goldberg, 1981]. The
Big Five is an organization of personality facets that are
subsets of five broad traits: Extraversion, Agreeableness,
Conscientiousness, Neuroticism, and Openness to Experience. John
et al. [2008, p.116] mentions that these five traits “were
derived from analyzing terms people use to describe themselves
and others.” The Big Five have been used in studies
observing individuals in environments such as at work [Richardson
et al., 2009] and in academics [Komarraju et al., 2009].
Research using both natural language adjectives and
theoretically based personality instruments supports the
comprehensiveness of the model and its applicability across observers
and cultures [McCrae and John, 1992].</p>
      <p>Personality traits are traditionally measured through the
use of questionnaires such as the Big Five Inventory (BFI)
[John et al., 1991]; however, an alternative approach would
be to analyze an individual‘s linguistic markers. An
individual’s choice of words eventually becomes consistent over
time and context and can be used as an individual difference
measure [Pennebaker et al., 2003]. A study by Pennebaker
and King [1999] showed multiple correlations between
linguistic markers and the Big Five such as how Neuroticism is
positively correlated with the use of negative emotion words
and negatively with positive emotion words. Goldberg [1981,
p.142] mentions that “the more important an individual
difference [is] in human transactions; the more likely languages
will have a term for it.”</p>
      <p>Correlations between linguistic markers and personality
traits have paved the way for research in the area of
automatic personality classification. One of the earliest
studies [Mairesse et al., 2007] focused on classifying
personality traits based on text. They extracted linguistic features
from essays using a text analysis tool and a
psycholinguistic database. Their findings were modest, but still showed
that computationally modeling the Big Five was possible.
Subsequent studies were able to present promising methods
in improving upon the findings of Mairesse et al. [2007]
by introducing new linguistic features [Mohammad and
Kiritchenko, 2013; Poria et al., 2013a]. Other studies
[Golbeck et al., 2011; Schwartz et al., 2013; Park et al., 2014;
Peng et al., 2015] focus on different data sources by taking
advantage of social media, and collecting or using data from
users of these growing platforms.</p>
      <p>Although there have been advancements in the field of
personality trait classification, there are still gaps in determining
which linguistic features are most significant for the
classification process. This research investigates the use of two
feature reduction techniques in order to improve the computation
involved. The data source for this research is the Pennebaker
and King [1999] dataset of essays. Features are extracted
using LIWC and are analyzed to see if they can be reduced to a
smaller set while still being able to aid in classifying the Big
Five. The classifiers are then built using the reduced set of
features and are compared against classifiers using the
complete set of features. This research aims to show that the use
of feature reduction techniques are beneficial to future work
in the field.</p>
      <p>The remainder of this paper is organized as follows:
Section 2 reviews studies on personality trait classification that
work with the Pennebaker and King [1999] essay dataset.
Section 3 discusses the characteristics of the data source used
in this research. Section 4 explains how features are extracted
from the data source. Section 5 explains the background of
the feature reduction techniques used. Section 6 presents how
each classifier was built. Section 7 discusses the overall
performance of the classifiers and the effects of feature
reduction. Finally, Section 8 concludes the paper and explains
recommendations for future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Works</title>
      <p>Personality Trait Classification based on linguistic markers is
a growing field. Although other studies [Golbeck et al., 2011;
Schwartz et al., 2013; Park et al., 2014; Peng et al., 2015] use
big collections of data from social media, this paper limits its
review to studies that use the Pennebaker and King [1999]
essay dataset for the sake of having a common ground.</p>
      <p>One of the earliest studies regarding automatic
personality classification is that of Mairesse et al. [2007]. Their
methods of extracting features relied on LIWC1 [Pennebaker
et al., 2001] and the MRC Psycholinguistic Database
[Coltheart, 1981]. LIWC produced a total of 88 features and is
further discussed in Section 4. They also used 14
psycholinguistic features2 from the MRC Psycholinguistic Database,
a machine usable dictionary. They then trained classifiers
based on different combinations of the set of features and had
promising results. Openness to Experience was the easiest
to identify among the Big Five having an accuracy of 62.5%
using only LIWC features. They also showed how features
from LIWC out performed those from MRC; however, both
showed promising correlations to the Big Five. Their results
were modest, but were significant enough to show that
computationally modeling personality traits was possible.</p>
      <p>One recent study [Mohammad and Kiritchenko, 2013]
made use of fine affect or emotion category features as
alternatives for personality trait classification. They were able
to extract an extensive amount of emotion features with the
use of the NCR Hashtag Emotion Lexicion [Mohammad and
Turney, 2010]. This lexicon is able to produce either 8
basic emotions or 585 fine emotion features. They also made
use of the Specificity Lexicon and Osgood Dimensions
Lexicon [Turney and Littman, 2003]. The first lexicon
calculated the average information content of an essay while the
later was able to extract the average evaluativeness, activity,
and potency scores of words. Finally, they made use of the
1It was assumed by the researchers that Mairesse et al. [2007]
used the 2001 version of LIWC as to how it was cited in their paper
2However, the total number of features is listed as 26 [Wilson,
1988]</p>
      <p>LIWC features and frequencies of unigrams of the essays.
They experimented by combining different features sets and
ran them through Support Vector Machine classifiers. The
classifier that performed best was built using the LIWC and
the 585 fine emotion features. Their results showed minimal
improvement over the results of Mairesse et al. [2007], but
revealed that emotion category features contain information
regarding an individual‘s personality and can be considered
useful for future studies.</p>
      <p>Another study [Poria et al., 2013a] introduced a novelty
approach of using of common sense knowledge. They utilize
ConceptNet [Havasi et al., 2007] and EmoSenticNet [Poria et
al., 2013b] to extract sentiment polarity scores and affective
labels from the essays. They also extract linguistic features
from LIWC and MRC. They train Support Vector Machine
classifiers and compare against Mairesse et al [Mairesse et
al., 2007] and Mohammad and Kiritchenko [Mohammad and
Kiritchenko, 2013]. Their results show significant
improvements demonstrating that the sentiment polarity and affective
labels contained relevant information in classifying
personality traits.</p>
      <p>With the discovery of more and more features with
information pertaining to an individual‘s personality, the issue of
irrelevant features and overfitting arises. Each of the
previously reviewed studies presents an opportunity to investigate
the use of feature reduction due to the high volume of features
presented. This research explores the application of feature
reduction on LIWC features and aims to showcase the
benefits of using these techniques.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Data Source</title>
      <p>The data used in this research was gathered and used in a
study by Pennebaker and King [1999]. The actual file was
retrieved from myPersonality3. It consists of a total of 2,468
essays or daily writing submissions from 34 psychology
students. There are a total of 29 women and 5 men whose ages
ranged from 18 to 67 with a mean of 26.4 and a standard
deviation of 11.1.</p>
      <p>The writing submissions were in the form of a course
requirement or assignment but were not graded. For each
assignment, students were expected to write a minimum of 20
minutes per day about a specific topic. The data was collected
during a 2-week summer course between 1993 to 1996. Each
student completed their daily writing for 10 consecutive days.</p>
      <p>Students’ personality scores were assessed by answering
the Big Five Inventory (BFI) [John et al., 1991]. The BFI is
a 44-item self-report questionnaire that provides a score for
each of the five personality traits. Each item consists of short
phrases and is rated using a 5-point scale that ranges from 1
(disagree strongly) to 5 (agree strongly).</p>
      <p>An instance in the data source consists of a filename or ID,
the actual essay, and five classification labels of the Big Five
personality traits. Labels were originally in the form of either
yes (‘y’) or no (‘n’) to indicate scoring high or low for a given
trait; however, this research changed the labels to ‘y’ to 1 and
‘n’ to 0 according to the preference of the researchers.
3www.mypersonality.org</p>
    </sec>
    <sec id="sec-4">
      <title>Feature Extraction</title>
      <p>In order to extract information from raw text, LIWC4 was
utilized. LIWC stands for Linguistic Inquiry and Word Count
and was developed by Pennebaker et al. [2007]. It is a text
analysis tool that provides an efficient and effective method
for studying the various emotional, cognitive, and structural
components present in individuals’ written samples.</p>
      <p>The tool analyses text files sequentially, one target word at
a time by searching through it dictionary file. If the target
word matches the dictionary word, the appropriate word
category scale is incremented. Pennebaker et al. [2007] explains
that there are a total of 80 output features consisting of 4
general descriptor categories (e.g., total word count, words per
sentence), 22 standard linguistic dimensions (e.g., frequency
of pronouns, articles), 32 word categories tapping
psychological constructs (e.g., affect, cognition), 7 personal
concern categories (e.g., work, home), 3 paralinguistic
dimensions (assents, fillers, nonfluencies), and 12 punctuation
categories (e.g., periods, commas). Values of all features except
word count and words per sentence reflect percentage of total
words.</p>
      <p>Based on the methods of Mairesse et al. [2007], the essays
from the data source were fed through LIWC. The output
features were used to create a dataset for each of the Big Five.
These datasets contain all 80 LIWC features and one of the
five personality trait as the classification label. It is important
to note that replication of the methods used by Mairesse et al.
[2007] was chosen by the researchers as the better alternative
to direct comparison of results. This was due to the difference
in the number of output features from the version of LIWC
reported in their paper. Replication of methods would allow
for a better baseline when comparing against a reduced set of
features.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Feature Reduction</title>
      <p>LIWC provides a vast amount of information that it would be
important to analyze whether or not classification of the Big
Five can be improved by reducing the set of features. The
presence of non-relevant features can influence a classifier to
produce smaller error by fitting the model according to the
training data. Removing such features can increase the
predictive power of a classifier by focusing only on certain
features. A defined model may be able to classify unseen data
better and is desirable for real world scenarios. Feature
reduction becomes an important concept to consider when trying to
improve classification. The techniques that are performed are
Information Gain and Principal Component Analysis.</p>
      <p>The following subsections discuss how these techniques
work and present their respective output. Both techniques
were applied on the datasets using Waikato Environment for
Knowledge Analysis or Weka, a tool of machine learning
algorithms and data preprocessing [Hall et al., 2009].
5.1</p>
    </sec>
    <sec id="sec-6">
      <title>Information Gain</title>
      <p>Information Gain is a measure of how effective a given
feature is in classifying data [Mitchell, 1997]. It becomes
essen4Developed in 2007 and is a different version than the previously
mentioned LIWC in Section 2
tial to this research to evaluate each of the 80 LIWC features
and determine which provide significance in classifying the
Big Five.</p>
      <p>One important concept in computing for the Information
Gain is Entropy or being able to characterizes the impurity of
an arbitrary collection of examples. Entropy is defined as
E(F ) =
n
X pv log2 pv
v=1
where F is a feature or classification containing a number
n of different discrete values and where pv is the proportion
of F belonging to value v. When values are continuous in
nature, the values are discretized by splitting at a point that
provides the maximum information gain. Therefore, the
information gain of a feature F relative to a classification C can
be defined as</p>
      <p>IG(C, F ) = E(C)</p>
      <p>X
v2 V alues(F ) |C|
|Cv| E(Cv)
where V alues(F ) is the set of all possible values for feature
A, and Cv is the subset of C for which feature F has values v.
Basically, information gain is the entropy of class C reduced
by the weighted average entropy of each subset Sv.</p>
      <p>The Information Gain of all 80 features were computed for
each of the Big Five datasets. For each of the datasets, only
features with non-zero information gain were selected.
Table 1 shows the remaining features per personality trait along
with their respective information gain.
5.2</p>
    </sec>
    <sec id="sec-7">
      <title>Principal Component Analysis</title>
      <p>Principal Components Analysis (PCA) is used to identify
patterns, and highlight the similarities and differences in data
[Smith, 2002]. It is particularly useful when dealing with
data with a high number of features as it is able to reduce the
number of these features without losing much information.
Concepts of covariance, matrix operations, eigenvalues, and
eigenvectors are all used to compute for the principal
components.</p>
      <p>
        Smith [
        <xref ref-type="bibr" rid="ref28">2002</xref>
        ] explains that in order to perform PCA, the
first step would be to calculate all the features‘ covariance
matrix CM which can be defined for a set of data with m
features as
where CM m⇥ m is a matrix with m rows and m columns
composed the covariance between features F x where x
ranges from 1 to m. The second step is to calculate the CM ‘s
eigenvectors and their respective eigenvalue. Once found,
the eigenvalues are ranked from highest to lowest and are
removed along with their paired eigenvector according to a set
threshold. The remaining eigenvectors are then inserted into
a Feature Vector F V from highest to lowest eigenvalue. The
final dataset values F inalData is defined as
      </p>
      <p>F inalData = F V T ⇥</p>
      <p>AdjustedV aluesT
where the transposed F V is multipled with a transposed
matrix AdjustedV alues containing the original datasets‘s
values adjusted by each feature‘s mean.</p>
      <p>After performing Weka’s implementation of PCA on all
80 LIWC features, a total of 56 eigenvectors were found and
used to create a new dataset for each of the Big Five.
6</p>
    </sec>
    <sec id="sec-8">
      <title>Classification</title>
      <p>A 10-fold cross validation was performed on each of the
15 datasets (5 using all features, 5 using information gain,
and 5 using PCA) in order to evaluate their overall
effectiveness. This research recorded the accuracy, precision, and
Fmeasure of all classifiers and the amount of reduction in terms
of a dataset’s feature size.</p>
      <p>Each dataset was fed through three learning algorithms
in Weka and compared against a baseline classifier (ZeroR)
that returned the majority class. The algorithms used are
two implementations of Support Vector Machine (libSVM
and SMO), and Linear Logistic Regression (SimpleLogistic).
Other algorithms such as k-Nearest Neighbour (IBk, where
k equaled 1 and 5), C4.5 Decision Tree (J48), Naive Bayes
(NaiveBayes), and Random Forest (RandomForest) were also
investigate; however, these classifiers were discarded due to
poor performance. Default parameter settings were used for
each of the learning algorithms.
7</p>
    </sec>
    <sec id="sec-9">
      <title>Discussion</title>
      <p>An overview of the results of classification, as seen in
Table 2, shows that Openness to Experience is the easiest trait
to identify regardless of feature reduction techniques. The
remaining traits, ranked from easiest to hardest to identify,
are Neuroticism, Agreeableness, Conscientiousness, and
Extraversion. The ranking corresponds to the Information Gain
of each LIWC feature per Big Five as seen in Table 1.
Openness to Experience had the most amount of features
remaining after removing those with zero information gain. On the
other hand, Extraversion had the least remaining features.</p>
      <p>Each of the remaining features can also serve as a
descriptor of how word choice of an individual is related to their
personality traits. The use of Negative Emotions is relevant
in determining one’s Conscientiousness, Agreeableness, and
Neuroticism. Similarly, Swear Words is relevant to
Conscientiousness, Openness to Experience and Agreeableness.
Although, it is important to note that that higher usage rate of a
linguistic feature does not equates to a high personality trait
score. Features with higher Information Gain simply indicate
that a feature is more effective in separating and classifying
data.</p>
      <p>The classifiers using feature reduced datasets were
generally able to increase classification measures, but not by
significant values. This suggests that the LIWC features do not
have any more information to provide in classifying the Big
Five, at least when considering only a feature set of only
LIWC features. A better comparison of the classifiers built
using all 80 LIWC features and the feature reduced datasets
is shown in Table 3. This indicates that classifiers using
feature reduced datasets were able to slightly edge out
classifiers using all features in four of the five personality traits.</p>
      <p>Agreeableness was the only trait where both best classifiers
performed similarly.</p>
      <p>This research also noted the minimal increase in
classi</p>
      <p>Agreeableness
*Significantly better than the baseline (ZeroR); **Significantly better than its respective classifier trained using all features</p>
      <p>Classifiers with A were trained using Information Gain reduced feature sets and B represents classifiers trained using PCA reduced feature sets
fication measures from using all features to using reduced
features when dealing with Agreeableness. This can be
attributed to how the classifier SimpleLogistic works. It is
important to note that SimpleLogistic includes its own
implementation of feature reduction [Landwehr et al., 2005].
Interestingly, the only common attributes in comparison to those
selected using Information Gain were Anger and Family. The
remaining attributes selected by SimpleLogistic were Words
greater than 6 letters, Common Adverbs, Negations,
Anxiety, Motion, Exclamation Marks, and Dashes. The classifier
also selected features for other personality traits that were not
present in the set of remaining features after performing
Information Gain.</p>
      <p>Despite the results that feature reduction techniques were
not able to significantly increase classification measures, it is
important to note that the amount of reduction made in the
size of the set of features is significant as seen in column Size
Reduction of Table 2. Datasets using Information Gain had
highly significant size reductions ranging from 70% to 95%
while still able to perform up to par with those using all 80
LIWC feature. On the other hand, PCA was able to
significantly reduce the set of features by 30% while still covering
95% of the feature set’s variance. The PCA reduced dataset
was also able to significantly improve the classifier LibSVM
for all personality traits which is evident when looking at the
measures. Agreeableness was able to improve from an
Fmeasure of 0.475 to 0.563 resulting in a 0.088 increase. On
the other hand, Conscientiousness had improved from an
Fmeasure of 0.52 to 0.56 resulting in the the lowest increase of
0.04. As a whole, feature reduction techniques were able to
improve the classification of personality traits by both slightly
increasing classification measures and heavily reducing the
size of the datasets.
8</p>
    </sec>
    <sec id="sec-10">
      <title>Conclusion and Recommendations</title>
      <p>This research was able to demonstrate that feature reduction
techniques like Information Gain and Principal Component
Analysis are beneficial in classifying an individual’s
personality traits based on text data. Applying these techniques
reduced the size of the original data while slightly
improving the classifiers’ level of performance. A reduced-dataset
leads to a more defined model which can better handle unseen
data. This research was also able to highlight LIWC features
that contain the most Information Gain about an individual‘s
traits. This knowledge can be useful outside of computational
classification by providing additional linguistic descriptors of
individual‘s with certain personality traits.</p>
      <p>This research also recommends two areas for
improvements regarding future work in the field of text-based
personality trait classification. The first would concern the data
source containing binomially labeled traits and thereby
categorizing an individual into one or the other. This
representation does not capture the dimensional nature of a trait
and would be better represented as either the raw output of
a certain personality inventory or its normalized form. The
second area for improvement would involve studying the use
of non-western personality trait theories or indigenous
measures. Such works are normally gauged towards understand a
particular culture and would be a good area to apply
linguistic analysis. Findings would be beneficial to both
culturespecific and cross-cultural psychology.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <source>[Coltheart</source>
          , 1981]
          <string-name>
            <given-names>Max</given-names>
            <surname>Coltheart</surname>
          </string-name>
          .
          <source>The MRC Psycholinguistic Database. The Quarterly Journal of Experimental Psychology</source>
          ,
          <volume>33</volume>
          (
          <issue>4</issue>
          ):
          <fpage>497</fpage>
          -
          <lpage>505</lpage>
          ,
          <year>1981</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <source>[Friedman and Schustack</source>
          , 2014] Howard S. Friedman and
          <string-name>
            <given-names>Miriam W.</given-names>
            <surname>Schustack</surname>
          </string-name>
          .
          <source>Personality: Classic Theories and Modern Research: Pearson New International Edition. Pearson Education Limited</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [Golbeck et al.,
          <year>2011</year>
          ]
          <string-name>
            <given-names>Jennifer</given-names>
            <surname>Golbeck</surname>
          </string-name>
          , Cristina Robles, Michon Edmondson, and
          <string-name>
            <given-names>Karen</given-names>
            <surname>Turner</surname>
          </string-name>
          .
          <article-title>Predicting Personality from Twitter</article-title>
          .
          <source>In Privacy, Security, Risk and Trust (PASSAT)</source>
          and
          <source>2011 IEEE Third Inernational Conference on Social Computing (SocialCom)</source>
          ,
          <source>2011 IEEE Third International Conference on</source>
          , pages
          <fpage>149</fpage>
          -
          <lpage>156</lpage>
          . IEEE,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <source>[Goldberg</source>
          , 1981]
          <string-name>
            <surname>Lewis</surname>
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Goldberg</surname>
          </string-name>
          .
          <article-title>Language and Individual Differences: The Search for Universals in Personality Lexicons</article-title>
          .
          <source>Review of Personality and Social Psychology</source>
          ,
          <volume>2</volume>
          (
          <issue>1</issue>
          ):
          <fpage>141</fpage>
          -
          <lpage>165</lpage>
          ,
          <year>1981</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [Hall et al.,
          <year>2009</year>
          ]
          <string-name>
            <given-names>Mark</given-names>
            <surname>Hall</surname>
          </string-name>
          , Eibe Frank, Geoffrey Holmes, Bernhard Pfahringer,
          <string-name>
            <given-names>Peter</given-names>
            <surname>Reutemann</surname>
          </string-name>
          , and
          <string-name>
            <surname>Ian</surname>
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Witten</surname>
          </string-name>
          .
          <source>The WEKA Data Mining Software: An Update. ACM SIGKDD Explorations Newsletter</source>
          ,
          <volume>11</volume>
          (
          <issue>1</issue>
          ):
          <fpage>10</fpage>
          -
          <lpage>18</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [Havasi et al.,
          <year>2007</year>
          ]
          <string-name>
            <given-names>Catherine</given-names>
            <surname>Havasi</surname>
          </string-name>
          , Robert Speer, and
          <string-name>
            <given-names>Jason</given-names>
            <surname>Alonso</surname>
          </string-name>
          .
          <article-title>Conceptnet 3: a flexible, multilingual semantic network for common sense knowledge</article-title>
          .
          <source>In Recent advances in natural language processing</source>
          , pages
          <fpage>27</fpage>
          -
          <lpage>29</lpage>
          . Citeseer,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [John et al.,
          <year>1991</year>
          ] Oliver P. John,
          <string-name>
            <surname>Eileen M. Donahue</surname>
            ,
            <given-names>and Robert L.</given-names>
          </string-name>
          <string-name>
            <surname>Kentle</surname>
          </string-name>
          .
          <source>The Big Five Inventory-Versions 4a and 54</source>
          . Berkeley, CA: Univeristy of California, Berkeley, Institute of Personality and Social Research,
          <year>1991</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [John et al.,
          <year>2008</year>
          ] Oliver P. John, Laura P. Naumann, and
          <string-name>
            <given-names>Christopher J.</given-names>
            <surname>Soto</surname>
          </string-name>
          .
          <article-title>Paradigm Shift to the Integrative Big Five Trait Taxonomy</article-title>
          .
          <source>Handbook of Personality: Theory and Research</source>
          ,
          <volume>3</volume>
          :
          <fpage>114</fpage>
          -
          <lpage>158</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [Komarraju et al.,
          <year>2009</year>
          ]
          <string-name>
            <given-names>Meera</given-names>
            <surname>Komarraju</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Steven J.</given-names>
            <surname>Karau</surname>
          </string-name>
          , and
          <string-name>
            <surname>Ronald R Schmeck.</surname>
          </string-name>
          <article-title>Role of the Big Five Personality Traits in Predicting College Students' Academic Motivation and Achievement</article-title>
          .
          <source>Learning and Individual Differences</source>
          ,
          <volume>19</volume>
          (
          <issue>1</issue>
          ):
          <fpage>47</fpage>
          -
          <lpage>52</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [Landwehr et al.,
          <year>2005</year>
          ]
          <string-name>
            <given-names>Niels</given-names>
            <surname>Landwehr</surname>
          </string-name>
          , Mark Hall, and Eibe Frank.
          <article-title>Logistic model trees</article-title>
          .
          <source>Machine Learning</source>
          ,
          <volume>59</volume>
          (
          <issue>1-2</issue>
          ):
          <fpage>161</fpage>
          -
          <lpage>205</lpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <source>[Larsen and Buss</source>
          , 2008]
          <string-name>
            <given-names>Randy J.</given-names>
            <surname>Larsen</surname>
          </string-name>
          and
          <string-name>
            <given-names>David M.</given-names>
            <surname>Buss</surname>
          </string-name>
          . Personality Psychology:
          <article-title>Domains of Knowledge About Human Nature</article-title>
          .
          <source>McGraw Hill</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [Mairesse et al.,
          <year>2007</year>
          ]
          <article-title>Franc¸ois Mairesse, Marilyn A</article-title>
          .
          <string-name>
            <surname>Walker</surname>
          </string-name>
          ,
          <string-name>
            <surname>Matthias R. Mehl</surname>
          </string-name>
          , and
          <string-name>
            <surname>Roger</surname>
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Moore</surname>
          </string-name>
          .
          <article-title>Using Linguistic Cues for the Automatic Recognition of Personality in Conversation and Text</article-title>
          .
          <source>Journal of Artificial Intelligence Research</source>
          , pages
          <fpage>457</fpage>
          -
          <lpage>500</lpage>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <source>[McCrae and John</source>
          , 1992]
          <string-name>
            <surname>Robert R. McCrae</surname>
            and
            <given-names>Oliver P. John.</given-names>
          </string-name>
          <article-title>An Introduction to the Five-Factor Model and its Applications</article-title>
          .
          <source>Journal of Personality</source>
          ,
          <volume>60</volume>
          (
          <issue>2</issue>
          ):
          <fpage>175</fpage>
          -
          <lpage>215</lpage>
          ,
          <year>1992</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [Mitchell, 1997]
          <string-name>
            <given-names>Tom M.</given-names>
            <surname>Mitchell</surname>
          </string-name>
          .
          <article-title>Machine learning</article-title>
          .
          <source>WCB</source>
          .
          <string-name>
            <surname>McGraw-Hill</surname>
            <given-names>Boston</given-names>
          </string-name>
          , MA:,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <source>[Mohammad and Kiritchenko</source>
          , 2013]
          <string-name>
            <surname>Saif</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Mohammad</surname>
            and
            <given-names>Svetlana</given-names>
          </string-name>
          <string-name>
            <surname>Kiritchenko</surname>
          </string-name>
          .
          <article-title>Using Nuances of Emotion to Identify Personality</article-title>
          .
          <source>arXiv preprint arXiv:1309.6352</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <source>[Mohammad and Turney</source>
          , 2010]
          <string-name>
            <surname>Saif</surname>
            <given-names>M</given-names>
          </string-name>
          <string-name>
            <surname>Mohammad and Peter D Turney</surname>
          </string-name>
          .
          <article-title>Emotions evoked by common words and phrases: Using mechanical turk to create an emotion lexicon</article-title>
          .
          <source>In Proceedings of the NAACL HLT</source>
          <year>2010</year>
          <article-title>workshop on computational approaches to analysis and generation of emotion in text</article-title>
          , pages
          <fpage>26</fpage>
          -
          <lpage>34</lpage>
          . Association for Computational Linguistics,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <source>[Norman</source>
          , 1963]
          <string-name>
            <surname>Warren</surname>
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Norman</surname>
          </string-name>
          .
          <article-title>Toward an Adequate Taxonomy of Personality Attributes: Replicated Factor Structure in Peer Nomination Personality Ratings</article-title>
          .
          <source>The Journal of Abnormal and Social Psychology</source>
          ,
          <volume>66</volume>
          (
          <issue>6</issue>
          ):
          <fpage>574</fpage>
          ,
          <year>1963</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [Park et al.,
          <year>2014</year>
          ]
          <string-name>
            <given-names>Gregory</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. Andrew</given-names>
            <surname>Schwartz</surname>
          </string-name>
          , Johannes C. Eichstaedt, Margaret L. Kern, Michal Kosinski,
          <string-name>
            <given-names>David J.</given-names>
            <surname>Stillwell</surname>
          </string-name>
          ,
          <string-name>
            <surname>Lyle H. Ungar</surname>
            , and
            <given-names>Martin E.P.</given-names>
          </string-name>
          <string-name>
            <surname>Seligman</surname>
          </string-name>
          .
          <article-title>Automatic personality assessment through social media language</article-title>
          .
          <source>Journal of Personality and Social Psychology</source>
          ,
          <volume>108</volume>
          (
          <issue>6</issue>
          ):
          <fpage>934</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [Peng et al.,
          <year>2015</year>
          ]
          <string-name>
            <surname>Kuei-Hsiang</surname>
            <given-names>Peng</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li-Heng Liou</surname>
          </string-name>
          ,
          <string-name>
            <surname>Cheng-Shang Chang</surname>
          </string-name>
          , and
          <string-name>
            <surname>Duan-Shin Lee</surname>
          </string-name>
          .
          <source>Predicting Personality Traits of Chinese Users Based on Facebook Wall Posts. In Wireless and Optical Communication Conference (WOCC)</source>
          ,
          <year>2015</year>
          24th, pages
          <fpage>9</fpage>
          -
          <lpage>14</lpage>
          . IEEE,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <source>[Pennebaker and King</source>
          , 1999] James W. Pennebaker and
          <string-name>
            <given-names>Laura A.</given-names>
            <surname>King</surname>
          </string-name>
          . Linguistic Styles:
          <article-title>Language Use as an Individual Difference</article-title>
          .
          <source>Journal of Personality and Social Psychology</source>
          ,
          <volume>77</volume>
          (
          <issue>6</issue>
          ):
          <fpage>12961312</fpage>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [Pennebaker et al.,
          <year>2001</year>
          ] James W. Pennebaker,
          <string-name>
            <given-names>Martha E.</given-names>
            <surname>Francis</surname>
          </string-name>
          , and
          <string-name>
            <surname>Roger</surname>
          </string-name>
          J Booth.
          <source>Linguistic Inquiry and Word Count: LIWC</source>
          <year>2001</year>
          . Mahway: Lawrence Erlbaum Associates,
          <volume>71</volume>
          :
          <year>2001</year>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [Pennebaker et al.,
          <year>2003</year>
          ] James W. Pennebaker,
          <string-name>
            <surname>Matthias R. Mehl</surname>
          </string-name>
          , and Kate G. Niederhoffer.
          <article-title>Psychological Aspects of Natural Language Use: Our Words, Our Selves</article-title>
          .
          <source>Annual Review of Psychology</source>
          ,
          <volume>54</volume>
          (
          <issue>1</issue>
          ):
          <fpage>547</fpage>
          -
          <lpage>577</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [Pennebaker et al.,
          <year>2007</year>
          ] James W. Pennebaker,
          <string-name>
            <given-names>Roger J.</given-names>
            <surname>Booth</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Martha E.</given-names>
            <surname>Francis</surname>
          </string-name>
          . Operators Manual:
          <article-title>Linguistic Inquiry and Word Count: LIWC2007</article-title>
          . Austin, Texas: LIWC.,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [Poria et al., 2013a]
          <string-name>
            <given-names>Soujanya</given-names>
            <surname>Poria</surname>
          </string-name>
          , Alexandar Gelbukh, Basant Agarwal, Erik Cambria, and
          <string-name>
            <given-names>Newton</given-names>
            <surname>Howard</surname>
          </string-name>
          .
          <article-title>Common Sense Knowledge Based Personality Recognition from Text</article-title>
          .
          <source>In Advances in Soft Computing and Its Applications</source>
          , pages
          <fpage>484</fpage>
          -
          <lpage>496</lpage>
          . Springer,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [Poria et al., 2013b]
          <string-name>
            <given-names>Soujanya</given-names>
            <surname>Poria</surname>
          </string-name>
          , Alexander Gelbukh, Amir Hussain, Newton Howard,
          <string-name>
            <surname>Dipankar Das</surname>
            , and
            <given-names>Sivaji</given-names>
          </string-name>
          <string-name>
            <surname>Bandyopadhyay</surname>
          </string-name>
          .
          <article-title>Enhanced SenticNet with affective labels for concept-based opinion mining</article-title>
          .
          <source>IEEE Intelligent Systems, (2)</source>
          :
          <fpage>31</fpage>
          -
          <lpage>38</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [Richardson et al.,
          <year>2009</year>
          ]
          <string-name>
            <given-names>John D. Richardson</given-names>
            , John W. Lounsbury, Tripti Bhaskar, Lucy W. Gibson, and
            <surname>Adam</surname>
          </string-name>
          <string-name>
            <given-names>W.</given-names>
            <surname>Drost</surname>
          </string-name>
          .
          <article-title>Personality Traits and Career Satisfaction of Health Care Professionals</article-title>
          .
          <source>The Health Care Manager</source>
          ,
          <volume>28</volume>
          (
          <issue>3</issue>
          ):
          <fpage>218</fpage>
          -
          <lpage>226</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>[Schwartz</surname>
          </string-name>
          et al.,
          <year>2013</year>
          ]
          <string-name>
            <given-names>H.</given-names>
            <surname>Andrew Schwartz</surname>
          </string-name>
          , Johannes C. Eichstaedt, Margaret L. Kern, Lukasz Dziurzynski,
          <string-name>
            <surname>Stephanie M. Ramones</surname>
            , Megha Agrawal, Achal Shah, Michal Kosinski, David Stillwell,
            <given-names>Martin E.P.</given-names>
          </string-name>
          <string-name>
            <surname>Seligman</surname>
          </string-name>
          , and
          <string-name>
            <surname>Lyle</surname>
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Ungar</surname>
          </string-name>
          . Personality, 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>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <source>[Smith, 2002] Lindsay I. Smith. pal Components Analysis</source>
          .
          <volume>51</volume>
          (
          <issue>52</issue>
          ):
          <fpage>65</fpage>
          ,
          <year>2002</year>
          . A Tutorial on PrinciCornell University, USA,
          <source>[Turney and Littman</source>
          , 2003]
          <string-name>
            <given-names>Peter D</given-names>
            <surname>Turney</surname>
          </string-name>
          and Michael L Littman.
          <article-title>Measuring Praise and Criticism: Inference of Semantic Orientation from Association</article-title>
          .
          <source>ACM Transactions on Information Systems (TOIS)</source>
          ,
          <volume>21</volume>
          (
          <issue>4</issue>
          ):
          <fpage>315</fpage>
          -
          <lpage>346</lpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [Wilson, 1988]
          <string-name>
            <given-names>Michael</given-names>
            <surname>Wilson. MRC Psycholinguistic</surname>
          </string-name>
          <article-title>Database: Machine-usable dictionary</article-title>
          , version
          <volume>2</volume>
          .00. Behavior Research Methods, Instruments, &amp;
          <string-name>
            <surname>Computers</surname>
          </string-name>
          ,
          <volume>20</volume>
          (
          <issue>1</issue>
          ):
          <fpage>6</fpage>
          -
          <lpage>10</lpage>
          ,
          <year>1988</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>