<!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>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ning Liu?</string-name>
          <email>liuning08@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zheng Zhou?</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xin Kang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fuji Ren</string-name>
          <email>reng@is.tokushima-u.ac.jp</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Tokushima University</institution>
          ,
          <addr-line>Tokushima 770-8506, JP</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Mental health is important at every stage of life in the modern world. The eRisk gives two tasks on detection of depression and anorexia respectively. In this paper, we do not take any temporal information or other corpus to support the tasks. We employ a TF IDF with SVM as classi er, a CNN+LSTM based deep neural network and a simple keywords based method to very whether those methods can learn the mental information from sparse space with unbalanced small data sets. The task results show the simple keywords model gets the best results in task 1 of f1 0.47 and the best recall of 0.71. In task 2, the simple keyword model gets the best recall score of 0.76, CNN+LSTM model gets the best f1 score of 0.36.</p>
      </abstract>
      <kwd-group>
        <kwd>Early risk detection feature representation CNN LSTM</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Mental health is important at every stage of life in the modern world. According
to WHO, globally, more than 300 million people su er from depression, the
leading cause of disability. More than 260 million are living with anxiety disorders.
Many of these people live with both[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The mental disorder not only hurts
the people themselves, but also causes harm to their friends, families or even
end someone's life. With the fast-paced life and pressed working environment,
people are easy to get unhealthy mental status. For human who are su ering
from these hurts, without professional intervention, they cannot get through by
themselves. To be worst, su ering the mental health for someones always means
no communication with others. Without diagnosis, the doctors cannot give any
detections.
      </p>
      <p>
        Since we are in the Internet era, many people submit their comments, texts,
photos or videos to the social networks. For the people with mental health
problems, it is easier to analyze their mental situation through the memories written
in the social networks. CLEF 2018 gives two sub tasks in eRISK(early risk
prediction on the Internet) task[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. One is early detection of signs of depression, the
other one is early detection of signs of anorexia. The source data is crawled from
a set of social media users, and are formatted using the collection described in
? These authors contributed equally to this work
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The data in every subtasks are split into ten chunks, each chunk contains
10% of the messages. The earlier chunk detected, the higher ERDE score got.
      </p>
      <p>As we took part in the task from April, we don't have enough time to train
complex models. To the time sequences prediction problems, temporal feature is
one of the important aspects to be considered, external corpus or more complex
semantic models are also e cient. In this paper, we deal with this task in simple
ways to explore whether simple models or some key features will work for this
time correlation task without special temporal features considered. To achieve
these goals, we construct a traditional CNN+LSTM based deep neural network,
employ TF IDF represented features on SVM model and speci c keywords
selected method respectively. We only submit the tenth chunk, and the nal chunk
scores show some exciting results.</p>
      <p>The remainder of this paper is organized as follows: Section 2 gives related
works. The three veri ed method will proposed in Section 3. Section 4 presents
the results. Section 5 makes the conclusion and future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Emotion recognition related tasks have been held for years in di erent
conferences or workshops. For example, sentiment analysis in Twitter[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] of
SemEval2017, emotion cause analysis in NTCIR-13[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and early risk prediction on the
Internet in CLEF 2017[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. These tasks are held in variant languages:English,
French, Chinese, Arabic and so on. Kawachi et al.[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] describe the social
categories and the related social relationships of people with mental health outputs,
their research shows the social ties play a bene cial role in the maintenance of
psychological well-being. College students are sur ng more and more
depression in social media or Internet[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. And they want to cue themselves rstly
by communication with other in the social networks[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Thus psychology
researches exam the behavioral characteristics of depression, anorexia or other
mental disorder activities[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. The characterization study shows young
individuals have two prominent anorexia related communities on Tumblr{ pro-anorexia
and pro-recovery and provides an empirical analyses on several thousands
Tumblr posts[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Models</title>
      <p>The eRisk 2018 contains two sub-tasks, one is Task 1: Early Detection of Signs
of Depression, and the other one is Task 2: Early Detection of Signs of Anorexia.
The tasks are both running on the contents crawled from social networks with
temporal tags. Our team takes part in the two sub-tasks, we propose three
methods to detect the early signs of mental disorder.</p>
      <p>
        Keywords model Marked as TUA1B in Task 2 and TUA1C in Task 1 is a
simple model in which using some emotional words as targets to measure the
authors' situation. Research in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] shows pro-anorexia community uses
microblogging platform to share image-rich graphic and "triggering" content around
internalization of thin body ideals. According to this empirical description, we
select the measurement keyword of anorexia as "body", and the strategy for
measurement is if the contents of speci c chunks contain the keyword, we will
give the conclusion for this sample. The same way for depression detection, we
give "depression" as the keyword.
      </p>
      <p>
        TF IDF with SVM Marked as TUA1D in Task 1 and TUA1A in Task 2.
This is a traditional method to assess the situation of mental health. We train
the SVM model using a linear kernel API of sklearn[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] upon the full chunks
contents. All of the texts in the chunks are processed into feature vectors using
TF IDF package in sklearn. The TF IDF scores of every post is normalized under
l2 function. The same strategy used above: samples detected will not consider
in next chunks.
      </p>
      <p>
        CNN+LSTM model Marked as TUA1A and TUA1B in Task 1, TUA1C in
Task 2. We construct a CNN+LSTM based deep neural network as the
detection models which can be seen in Table 1 using keras[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] with TensorFlow[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] as
backend.
      </p>
      <p>In this model, the contents of every chunk are preprocessed into one-hot
features with an index value of the corresponding word in vocabulary instead
of the word itself. Before feeding into the network, adding a padding process
to format the length, the "maxlen" is selected as 2000. Other hyperparameters
chosen for this model are as follows: "input length" of Embedding is set to the
length of vocabulary, Task 1 is 429700 and Task 2 is 156593, "embedding size"
is 128; The dropout factor is 0.25; For convolution layer, the " lters" is 64,
setting "kernel size" to 5, "padding" with "valid", "strides" with 1 and
"activation" is "relu"; Giving MaxPooling the parameter of 4 as "pool size"; For LSTM
layer, the output dimension is 70; The following Dense layer is a one cell
classi cation layer with "Activation" being "sigmoid". For the compiling, choosing
"binary crossentropy" as "loss" and "adam" for "optimizer". The "metrics" is
the default setting as "accuracy". Epoches is added as 20 to maximize the
accuracy and minimize the loss of training data. In our experiments, the nal loss
in Task 1 is 0.000108512764422, in Task 2 is 0.00640664884888 respectively and
accuracy are both 1.0.
4
4.1</p>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>Data prepossessing
The crawled contents for two sub-tasks are formatted in XML les. Data sets
are divided into ten chunks under posting timeline. For Task 1, the data sets
contain training and testing sets of 2017 and this year's data for testing. In Task
2, the les only contain training data and testing data, cause this sub-task is a
new task in eRisk this year. Contents for every IDs are organized with ve tags:
one root tag named &lt; W RIT IN G &gt; means one formatted posts, four child tags
named &lt; T IT LE &gt;, &lt; DAT A &gt;, &lt; IN F O &gt; and &lt; T EXT &gt; orderly.</p>
      <p>&lt; T IT LE &gt; tag gives the title of this post, &lt; DAT A &gt; tag marks the post
data, &lt; IN F O &gt; tag reminds which platforms the posts are crawled and the
nal &lt; T EXT &gt; tag contains the contents people write-in. As &lt; T EXT &gt; tag
and &lt; T IT LE &gt; tag may both have no contents in one &lt; W RIT IN G &gt;, to
gain more textual information, during processing, we combine both T IT LE and
&lt; T EXT &gt; contents together, and extend the texts to one sentence. Although
most of the IDs have a lot of &lt; W RIT IN G &gt; tags with e cient contents in
one chunk, there are still IDs with none content in both &lt; T EXT &gt; tag and
&lt; T IT LE &gt; tag of one chunk and cannot extract useful information except
temporal information (not used in this paper). At this moment, the chunk with
none content can only contain the texts from former chunks. All of the contents
of IDs are extracted into ten chunks, in which chunk1 only contains the current
texts of this chunk, the next chunk can contain the contents of former one and
contents contained in current chunk, following this way, we get split contents for
chunk1, chunk2, ,chunk10. Specially, for Task1, the training and testing data
sets of 2017 are combined into one data set as new training corpus.</p>
      <p>For the risk detection using keyword model, the &lt; T EXT &gt; tag and &lt;
T IT LE &gt; tag combined sentences of IDs will be very chunk by chunk without
summing them together.
4.2</p>
      <p>Evaluation results
Employing the models mentioned above with the extracted data, we submit the
chunk 10th results of Task1 and Task 2 respectively. Table 2 and Table 3 show
the results of Task 1 and Task 2 respectively.</p>
      <p>Our nal chunk results of three models can be checked in Table 2 and Table
3. In Task1, the keywords model gets the best F1, precision and recall scores of
0.47, 0.35 and 0.71, two CNN+LSTM models get almost the same results. The
two CNN+LSTM models are just two times running feeds with the model. The
recall keywords model gets is one of the top recalls in the 11 teams, in which the
best is 0.95. In Task 2, we employ three models, the keywords model only gets
the best recall of 0.76, CNN+LSTM model get the best F1 and precision scores
of 0.36 and 0.42.</p>
      <p>TF IDF with SVM gets both 0 value in Task 1 and Task 2, this makes us
confused. This model with l2 normalization of TF IDF features predict all the
IDs as label "2", no risk ID detected in the tenth chunk. Those results make the
model unbelievable, thus gets the 0 evaluation results nally.
Evaluations chunk1 chunk2 chunk3 chunk4 chunk5 chunk6 chunk7 chunk8 chunk9 chunk10
ERDE5
ERDE50
F1
P
R
9.87% 9.95 % 9.96 % 10.03% 10.17% 10.23% 10.29 % 10.35% 10.52% 10.55%
9.63% 9.64 % 9.19 % 8.87% 8.90% 8.70% 8.58 % 8.40% 8.47%
8.02%
0.31
0.47
0.23
0.37
0.44
0.32
0.41
0.44
0.39
0.43
0.42
0.44
0.42
0.38
0.48
0.44
0.38
0.53
0.46
0.38
0.58
0.46
0.37
0.61
0.45
0.34
0.65
0.47
0.35
0.71</p>
      <p>As we only submit the tenth chunk results, for a fully analysis of the models,
we calculate the ten chunks results of ERDE5, ERDE50, F1, P and R for
keywords model in Task 1 and task2, which shows in Table 4 and Table 5 separately.</p>
      <p>In Task 1, checking Table 2 and Table 4, we can nd keywords model get the
best F1 scores from the rst chunk, while in Task 2, comparison the Table 3 and
Table 5, The keywords model perform worse than in Task 1, though its recall
Evaluations chunk1 chunk2 chunk3 chunk4 chunk5 chunk6 chunk7 chunk8 chunk9 chunk10
still perform good than CNN+LSTM method. Considering CNN+LSTM model
only, with less negative samples CNN+LSTM model gets higher results in Task
2 compared with the two years data of Task 1. This maybe the small scale of the
data sets cannot fully train the deep neural network, with more negative data,
the model may learn more unbalanced information.</p>
      <p>For keywords model, the keywords used are "depression" and "body"
respectively for Task 1 and Task 2. They both get the best recall scores, While
"depression" gets better results than "body" in F1 and Precision. These may
indicate that in depression risk signs, people are often using the obvious words
like "depression" to express themselves, while in anorexia situation, the disorder
of eating may not almost focus on "body", there are maybe other hidden words
existing. In other words, depressed people tend to express in the social networks
directly and anorexia people are more di cult to detect. The team of FHDO
gets the best detection among all the teams of F1 score of 0.85, we are looking
forward to see their perfect models to be published.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future work</title>
      <p>In this paper, we propose three models to detect the risk of depression and
anorexia respectively. Our results show the CNN+LSTM and keywords model
can e ciently cover these task, while SVM model got unbalanced training. Our
experiments show with more negative data sets, the CNN+LSTM model become
sensitive about the data and need more tuning to train a suitable model for
depression task. Our keywords model get the most e cient recall scores among
the three models, even gets a good position among all teams, that proofs the
key information is important to deal with these tasks.</p>
      <p>In the future, we will use the test data to tune the CNN+LSTM model for
a better detection ability combined the keywords information. Further more, a
basic model by SVM without l2 normalization will also be checked.
This research has been partially supported by JSPS KAKENHI Grant Number
15H01712.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abadi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barham</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brevdo</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Citro</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Devin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghemawat</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goodfellow</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harp</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Irving</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jozefowicz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaiser</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kudlur</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levenberg</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mane</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Monga</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moore</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murray</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Olah</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schuster</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shlens</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Steiner</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Talwar</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tucker</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanhoucke</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vasudevan</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Viegas</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vinyals</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Warden</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wattenberg</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wicke</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheng</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>TensorFlow: Large-scale machine learning on heterogeneous systems (</article-title>
          <year>2015</year>
          ), https://www.tensor ow.org/, software available from tensor ow.org
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Chollet</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , et al.: Keras. https://github.com/fchollet/keras (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>De Choudhury</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Anorexia on tumblr: A characterization study</article-title>
          .
          <source>In: Proceedings of the 5th International Conference on Digital Health</source>
          <year>2015</year>
          . pp.
          <volume>43</volume>
          {
          <fpage>50</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , et al.:
          <article-title>Overview of ntcir-13 eca task</article-title>
          .
          <source>In: Proceedings of the 13th NTCIR Conference</source>
          . Tokyo, Japan (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Kawachi</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berkman</surname>
            ,
            <given-names>L.F.</given-names>
          </string-name>
          :
          <article-title>Social ties and mental health</article-title>
          .
          <source>Journal of Urban health 78(3)</source>
          ,
          <volume>458</volume>
          {
          <fpage>467</fpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Losada</surname>
            ,
            <given-names>D.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crestani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>A test collection for research on depression and language use</article-title>
          .
          <source>In: Conference Labs of the Evaluation Forum</source>
          . pp.
          <volume>28</volume>
          {
          <fpage>39</fpage>
          . Springer (
          <year>2016</year>
          ), http://dx.doi.
          <source>org/10.1007/978-3-319-44564-9 3</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Losada</surname>
            ,
            <given-names>D.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crestani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parapar</surname>
          </string-name>
          , J.:
          <article-title>Clef 2017 erisk overview: Early risk prediction on the internet: Experimental foundations</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Losada</surname>
            ,
            <given-names>D.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crestani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parapar</surname>
          </string-name>
          , J.:
          <article-title>Overview of eRisk { Early Risk Prediction on the Internet</article-title>
          .
          <article-title>In: Experimental IR Meets Multilinguality, Multimodality, and Interaction</article-title>
          .
          <source>Proceedings of the Ninth International Conference of the CLEF Association (CLEF</source>
          <year>2018</year>
          ). Avignon, France (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Moreno</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jelenchick</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Egan</surname>
            ,
            <given-names>K.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cox</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Young</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gannon</surname>
            ,
            <given-names>K.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Feeling bad on facebook: Depression disclosures by college students on a social networking site</article-title>
          .
          <source>Depression and anxiety 28(6)</source>
          ,
          <volume>447</volume>
          {
          <fpage>455</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <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>
          ,
          <volume>2825</volume>
          {
          <fpage>2830</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Rosenthal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Farra</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : SemEval
          <article-title>-2017 task 4: Sentiment analysis in Twitter</article-title>
          .
          <source>In: Proceedings of the 11th International Workshop on Semantic Evaluation. SemEval '17</source>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Vancouver, Canada (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Vedula</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parthasarathy</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Emotional and linguistic cues of depression from social media</article-title>
          .
          <source>In: Proceedings of the 2017 International Conference on Digital Health</source>
          . pp.
          <volume>127</volume>
          {
          <fpage>136</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. WHO: World mental health day
          <year>2017</year>
          . http://www.who.int/mental health/worldmental-health-day/
          <year>2017</year>
          /en/ (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Wolf</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sedway</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bulik</surname>
            ,
            <given-names>C.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kordy</surname>
          </string-name>
          , H.:
          <article-title>Linguistic analyses of natural written language: Unobtrusive assessment of cognitive style in eating disorders</article-title>
          .
          <source>International journal of eating disorders 40(8)</source>
          ,
          <volume>711</volume>
          {
          <fpage>717</fpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>