<!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>UPF's Participation at the CLEF eRisk 2018: Early Risk Prediction on the Internet</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Diana Ram rez-Cifuentes</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ana Freire</string-name>
          <email>ana.freireg@upf.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Web Science and Social Computing Research Group Universitat Pompeu Fabra</institution>
          ,
          <addr-line>Barcelona Carrer Tanger, 122-140, 08018 , Barcelona</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper describes the participation of the Web Science and Social Computing Research Group from the Universitat Pompeu Fabra, Barcelona (UPF) at CLEF 2018 eRisk Lab1. Its main goal, divided in two di erent tasks, is to detect, with enough anticipation, cases of depression (T1) and anorexia (T2) given a labeled dataset with texts written by social media users. Identifying depressed and anorexic individuals by using automatic early detection methods, can provide experts a tool to do further research regarding these conditions, and help people living with them. Our proposal presents several machine learning models that rely on features based on linguistic information, domain-speci c vocabulary and psychological processes. The results, regarding the F-Score, place our best models among the top 5 approaches for both tasks.</p>
      </abstract>
      <kwd-group>
        <kwd>early risk detection</kwd>
        <kwd>social media</kwd>
        <kwd>depression</kwd>
        <kwd>anorexia machine learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Symptoms associated with mental illnesses can be observable on online social
networks and web forums [
        <xref ref-type="bibr" rid="ref6">19</xref>
        ]. Automated methods have been developed in
order to detect depression and other mental illnesses by analysing user-generated
data in social media, as stated in the review by Guntuku's et al. [13]. These
methods usually rely on classi cation algorithms that do not consider the delay
in detecting positive cases. Losada et al. [
        <xref ref-type="bibr" rid="ref3">16</xref>
        ] proposed a temporal-aware risk
detection benchmark in order to consider, not only the accuracy of the decisions
taken by the algorithms, but also the temporal dimension.
      </p>
      <p>
        The early detection of signs of depression and anorexia tasks, as part of the
CLEF eRisk 2018 challenge, consisted in sequentially processing texts posted by
users in social media, and detecting traces of depression or anorexia as early as
possible [
        <xref ref-type="bibr" rid="ref3 ref5">16, 18</xref>
        ]. The texts were meant to be processed in the order they were
created, for a further capability of the system to analyse the interaction between
users in online media, mostly blogs and social networks, in real time.
      </p>
    </sec>
    <sec id="sec-2">
      <title>1 http://early.irlab.org/</title>
      <p>UPF submitted the results obtained by 4 di erent models for each task. The
process for obtaining them, and the results of their application are described
in this paper, along with the proposed improvements and possible further work
on the subject. The remainder of this paper is structured as follows: Section 2
reports the related work in detecting mental illnesses in social media and the
application of early risk measures. Section 3 describes the two tasks addressed.
Section 4 shows our research proposal, focusing on the feature extraction process
and the learning algorithms used for both tasks. We report our experimental
setup in Section 5, followed by our results and ndings in Section 6. Finally,
Section 7 summarises our conclusions.
2</p>
      <sec id="sec-2-1">
        <title>Related Work</title>
        <p>
          Studies have been conducted on how the usage of social media sites is correlated
with mental illnesses in users [
          <xref ref-type="bibr" rid="ref12">13,25</xref>
          ]. The language and words, expressed by users
in social media texts, may indicate feelings of self-hatred, guilt, helplessness, and
worthlessness, which are all elements that characterize depression [11]. People
with eating disorders, such as anorexia and bulimia, can be identi ed by the
usage of certain keywords that characterize and promote these conditions [3,28].
        </p>
        <p>
          Predictive models are built to perform the automated analysis of social
media. These models use features or variables that have been extracted from
labeled user-generated data [13]. To collect the data, participants are either
recruited to take a survey and share their social network account data [
          <xref ref-type="bibr" rid="ref10 ref14">11, 23, 27</xref>
          ],
or data is collected from public online sources like Twitter, Facebook or
Reddit [3{5, 9, 14, 22, 28].
        </p>
        <p>
          Regarding the features that are extracted to build predictive models, the
most common ones are those related to the users' texts such as: frequencies of
each word or multiple words (N-grams) [
          <xref ref-type="bibr" rid="ref11 ref14">24, 27</xref>
          ], topics [
          <xref ref-type="bibr" rid="ref11 ref14 ref8">21, 24, 27</xref>
          ], and features
obtained using dictionaries like LIWC2 to measure the usage of self references,
social words and emotions [10, 11]. Features based on sentiment analysis are
also obtained by calculating the subjectivity or polarity of a phrase [
          <xref ref-type="bibr" rid="ref14">10, 11, 27</xref>
          ].
Among other features used, we can nd the ones obtained by the analysis of
the user activity, like the posting frequency in di erent periods of the day and
year [8, 10]. There are also some research works that obtain features from the
relationships between users, considering the number of friends, or followers [11].
        </p>
        <p>
          As part of the related work, some studies address the importance of an early
detection of depression signs, and do an analysis with data prior to the diagnosis
[
          <xref ref-type="bibr" rid="ref14">11, 27</xref>
          ]. However, the work of Losada et al. [
          <xref ref-type="bibr" rid="ref4">17</xref>
          ] proposes a new metric to
measure the e ectiveness of early alert systems and presents a method for detecting
early traces of depression. This provides a measure to compare early detection
algorithms in a systematic way.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>2 http://liwc.wpengine.com/.</title>
      <sec id="sec-3-1">
        <title>Tasks Description</title>
        <p>
          T1 and T2 consisted in analysing a collection composed by chronologically
ordered writings (posts or comments) from a set of social media users [
          <xref ref-type="bibr" rid="ref5">18</xref>
          ]. For
T1, users were labeled as depressed and non-depressed, and for T2, users were
labeled as anorexic and non-anorexic. The collection of writings of each user
was split into 10 chunks, with a 10% of the total stored messages of the user
in each chunk. There were two stages for each task: a train stage for which the
whole history of writings for a set of training users was provided, along with
the ground truth; and a test stage, which consisted of 10 sequential releases of
data corresponding to each of the 10 chunks with the writings of the test users.
Results were meant to be submitted after each release with either a decision for
a user, e.g. depressed or not depressed, or no decision, meaning that the system
required to see more chunks before deciding. This choice had to be made for
each user in the collection. The metrics used for the evaluation of the system
were Precision, Recall, F1 Score, and the Early Risk Detection Error (ERDE)
metric, proposed in [
          <xref ref-type="bibr" rid="ref3">16</xref>
          ], which penalizes the delay in detecting positive cases.
4
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Proposal</title>
        <p>
          The proposal de ned for the challenge, which is common for tasks 1 and 2,
combines a set of features extracted from the concatenated writings of each user.
With these features, a model is trained to be applied afterwards to process the
users' test text streams, for each task's dataset. To process the writings, the
dynamic method proposed in [
          <xref ref-type="bibr" rid="ref3">16</xref>
          ] is used. This method consisted in building
incrementally a representation of each user, and then applying a classi er, which
was previously trained with all the users writings. Following this approach, a
decision is made if the classi er outputs a con dence value above a given
threshold.
4.1
        </p>
        <sec id="sec-3-2-1">
          <title>Feature Extraction</title>
          <p>The features we considered aim to characterise the content of the writings and
provide statistical measures based on the posting frequency and length of the
texts. The details on these features are explained below, and a summary can be
found in Table 1.</p>
        </sec>
        <sec id="sec-3-2-2">
          <title>Linguistic, psychological processes and depression related vocabulary:</title>
          <p>
            the content of the users' writings was characterized by calculating some scores.
This was done based on the frequency of words belonging to the categories of the
LIWC2007 dictionary [
            <xref ref-type="bibr" rid="ref7">20</xref>
            ], which has been previously used in detecting mental
health issues [7, 8]. Scores based on linguistic and psychological processes, as
well as personal concerns and spoken categories were obtained. The scores were
calculated normalising the frequencies of words by the total number of words
in the writings of a user. Given that certain words could belong to multiple
categories, the normalization value was augmented in one each time a word was
part of more than one category. A feature value was calculated for each of the
categories de ned in the LIWC2007 dictionary, the list and description of these
categories can be found in [
            <xref ref-type="bibr" rid="ref7">20</xref>
            ].
          </p>
          <p>
            For T1, two additional domain-based features were obtained by de ning
antidepressants and absolutist words categories. In this sense, a list of the 10 leading
psychiatric drugs as published in [
            <xref ref-type="bibr" rid="ref13">26</xref>
            ], and a set of absolutist words based on
the work of [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ], were added. This last study concluded that the elevated use of
absolutist words is a marker speci c to anxiety, depression, and suicidal ideation.
          </p>
          <p>For T2, in addition to the LIWC ones, 9 more features were de ned by
creating categories of words that belonged to domains related with anorexia.
The vocabulary for these categories was obtained from the codebook's domains
and sample keywords de ned in [3]. The domains are: anorexia, body image,
body weight, food and meals, eating, caloric restriction, binge, compensatory
behavior, and exercises. Each domain was de ned by a list of keywords as stated
in [3].</p>
          <p>
            N-grams: extensively used in text mining and natural language processing
tasks [12]. They consist of sets of co-occuring words within a given window (N).
Some previous works have considered them as features for detecting depression
and eating disorders [
            <xref ref-type="bibr" rid="ref11 ref14">24, 27</xref>
            ]. For the implemented approaches, a tf idf
vectorization was done from the unigrams, bigrams and trigrams of the training set
writings. For this step, the TfIdfVectorizer from the scikit-learn Python library3
was used, with a stop-words list and the removal of the n-grams that appeared
in less than 20 documents. The content of a document was de ned by the
concatenation of all the writings of a user from all the chunks, in the training phase.
Trigrams did not improve the results and therefore they were not used in the
models delivered, as stated in 1.
          </p>
          <p>
            Statistical features: The number of writings of each user and the median of
the words used per post were de ned as features. For the models sent, these
features were discarded given that they seemed to provide good results at the
training stage, but the expected results were not obtained when they were tested
with the dynamic method. Since these features were excluded from the models
delivered, they are described as not used in Table 1
Feature with weighted scores: For T1, an additional feature was de ned
by adding the weighted values of certain features obtained from the LIWC2007
dictionary categories. The features were selected based on the top 4 LIWC
categories that were strongly correlated with positive depression cases, as stated
in [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ]. The antidepressants and absolutist words categories were considered as
well. The words belonging to these categories were given a higher weight if they
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3 http://scikit-learn.org/</title>
      <p>were found in a subject's writing. Either the same or di erent weights could be
assigned to each category.</p>
      <p>
        In the same way, for T2, a feature was obtained based on the combination
of the weighted values of the 9 features based on the categories of words that
belonged to domains related with anorexia.
Two prediction methods were explored, i.e., Logistic Regression and Random
Forest, as they have been used previously as classi ers for similar tasks [
        <xref ref-type="bibr" rid="ref3 ref8">16, 21</xref>
        ]
They are brie y explained bellow:
Logistic Regression: statistical method used to predict a binary outcome
given a set of independent variables. It predicts the probability of occurrence of
an event by tting data to a logit function [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>Random Forest: This classi cation method works by building many decision
trees at training time. For the classi cation tasks, it outputs the class that is the
mode of the classes of the individual trees [6].
5</p>
      <sec id="sec-4-1">
        <title>Experimental Setup</title>
        <p>The main objective of our proposed models is to detect the highest amount of
positive cases, and to do it as soon as possible, minimizing the ERDE and
maximizing the F1 Score. Python 3.6.5 4 and, in particular, the scikit-learn Python
library was used for the implementation of the proposed methods.</p>
        <p>Using the training data provided for T1, we applied 10-fold cross validation
and optimized the parameters through grid search in order to maximize the F1
Score. Each instance of this dataset was de ned by the features mentioned in
section 4.1 and represented one user. For each user, the features were extracted
from the sequentially-concatenated writings of all their chunks. The provided test
set allowed us to evaluate the behavior of the dynamic method. Also, this set was
used to de ne a threshold (see Table 2) that represents the minimum probability
value required by an instance to be classi ed as positive. The de nition of this
threshold contributed to the minimization of the ERDE. The performance of the
method was evaluated in terms of the evaluation measures.</p>
        <p>Similarly for T2, with all the training data provided we chose to do a 10-fold
cross validation combined with grid search in order to optimize the parameters
of the algorithms used. The models obtained were afterwards used to process
the writings of the test data, applying the dynamic method.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4 https://docs.python.org/3/</title>
      <p>training phase for both tasks, the usage of the statistical features did not improve
the results of the prediction with the test set, despite having o ered promising
results with the training set. Trigrams did not o er better results either.
Therefore, these features were excluded from the selected models sent to the challenge.</p>
      <p>
        The details of each model are described in Table 2. The scores for all the
models sent for T1 and T2 can be found in [
        <xref ref-type="bibr" rid="ref5">18</xref>
        ]. Note that, regarding the
ERDE, the values obtained do not evaluate the the actual performance of the
models, as the decision les were not delivered to the challenge right from the
rst chunk and therefore the lab evaluation had to assume that the decision of
our classi ers for the earlier chunks was no decision for all subjects. The results
obtained with UPFA and UPFB were delivered after the release of the eighth
chunk since our team engaged into the lab tasks at an advanced stage. The
results of models UPFC and UPFD were delivered only after the tenth chunk
was released, due to a late re nement of these models. We detail the results
obtained for each task in the following sections.
6.1
      </p>
      <sec id="sec-5-1">
        <title>Task 1: Depression</title>
        <p>In this task, the best F1 score value (0.55) was provided by UPFA model, based
on Logistic Regression, the use of unigrams and the categories classi ed by
LIWC. Also, the best ERDEf5,50g scores were reported by the same model.
Table 3 also reports Precision, Recall and ERDE scores for UPFA. Regarding
ERDE, Table 3 reports six di erent ERDE measures, organised in 3 subsets:
{ ERDEf5,50g challenge: the scores reported by the challenge organisers,
considering a late delivery of our results.
{ ERDEf5,50g chunks: the scores calculated assuming that the results were
sent on time for all the chunks.
{ ERDEf5,50g writings: the scores calculated with the exact number of
writings that were analyzed by each model before making a decision.</p>
        <p>The results show that processing the streams dynamically, writing per
writing, instead of chunk by chunk, reduces the ERDE value. Also, the Logistic
Regression classi ers provided better results compared to the models where
Random Forest was applied.</p>
        <p>Table 4 reports the results after processing each chunk with the dynamic
method. Focusing on T1, as more chunks are analyzed, the F1 score increases,
and so the precision and recall. The ERDE decreases after analysing the
second chunk, and starts to slightly increase afterwards. Regarding ERDE50, the
percentage mostly decreases after processing a new chunk. With all chunks
processed, we found that the system got the highest amount of true positive cases
(47%), right after processing the rst chunk, but this is precisely when the
highest amount of false positive cases are predicted too (76%).</p>
        <p>
          Based on the F1 Score, our best model got the fth place among the 45
models presented for T1 [
          <xref ref-type="bibr" rid="ref5">18</xref>
          ]. Considering the ERDE writings score we can see
that our model would have obtained the lowest value for the ERDE50 measure
among all the lab results, with a percentage of 6.41%. In this case, we assume
that the other models needed to see all the writings of the last chunk from which
they made a decision.
6.2
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>Task 2: Anorexia</title>
        <p>The best model for T2 was UPFC with a F1 Score of 0,73. Regarding ERDE
score, UPFD reported the best score for ERDE5 (12.93%) and UPFA for ERDE50
(11.34%). As in T1, Table 3 displays the ERDE chunks and ERDE writings. We
can see that processing the streams writing per writing and Logistic Regression
classi ers provided better results.</p>
        <p>From Table 4 we observe that, even though the recall increases considerably
after processing each chunk, the precision seems to remain stable. The ERDE
percentages seem to present a similar pattern as for T1. After processing chunk
1, the highest amount of true positives are detected (48%), and again the highest
amount of false positive cases are identi ed (56%).</p>
        <p>Comparing our results with the ones of the models presented by other teams,
based on the F1 Score, our best model got the seventh place among the 35 models
presented. Taking into account the ERDE writings score, we can see that our
model would have obtained the lowest value for the ERDE5 measure among all
the lab results, with a percentage of 10.48%. Again, we assume that the other
models were designed to see all the writings of the chunk from which they made
a decision.</p>
        <p>Task Model F1 Precision Recall ERDE5 ERDE50 ERDE5 ERDE50 ERDE5 ERDE50
challenge challenge chunks chunks writings writings
T1 UPFA 0.55 0.56 0.54 10.01% 8.28% 9.39% 7.35% 9.11% 6.41%
T2 UPFC 0.73 0.76 0.71 13.17% 11.60% 12.19% 9.74% 10.48% 8.17%</p>
        <sec id="sec-5-2-1">
          <title>Conclusions and further work</title>
          <p>In this paper we proposed several models for the early detection of cases of
depression and anorexia, by dynamically processing users' text streams. Di
erent machine learning approaches were designed using features extracted from
the texts. These features were based on linguistic information, domain-speci c
vocabulary, and psychological processes. The models generated have a better
performance for predicting anorexia. However, the results obtained have shown
that the proposed approaches are suitable for the early detection of both
depression and anorexia.</p>
          <p>With the aim to improve our results, new features and learning algorithms
will be tested. We plan to try other algorithms such as SVM, Neural Networks
and voting methods, as they have been previously applied with promising
results [15]. Features based on the posting time, topics and sentiment analysis are
left to be tested. Finally, we will investigate how to avoid the prediction of too
many false positives right after processing the rst chunk.</p>
        </sec>
        <sec id="sec-5-2-2">
          <title>Acknowledgements</title>
          <p>This work was supported by the Spanish Ministry of Economy and
Competitiveness under the Maria de Maeztu Units of Excellence Programme
(MDM-20150502).
3. Arseniev-Koehler, A., Lee, H., McCormick, T., Moreno, M.: Proana: Pro-eating
disorder socialization on twitter. Journal of Adolescent Health 58, 659{664 (04
2016)
4. Bagroy, S., Kumaraguru, P., De Choudhury, M.: A social media based index of
mental well-being in college campuses. In: Proceedings of the 2017 CHI
Conference on Human Factors in Computing Systems. pp. 1634{1646. CHI '17,
ACM, New York, NY, USA (2017). https://doi.org/10.1145/3025453.3025909,
http://doi.acm.org/10.1145/3025453.3025909
5. Benton, A., Mitchell, M., Hovy, D.: Multi-task learning for mental health using
social media text. Proceedings of the 15th Conference of the EACL abs/1712.03538,
152{162 (2017), http://arxiv.org/abs/1712.03538
6. Breiman, L.: Random forests. Machine Learning 45(1), 5{
32 (Oct 2001). https://doi.org/10.1023/A:1010933404324,
https://doi.org/10.1023/A:1010933404324
7. Coppersmith, G., Harman, C., Dredze, M.: Measuring post traumatic stress
disorder in twitter. In: Proceedings of the 8th International Conference on Weblogs
and Social Media, ICWSM 2014. pp. 579{582 (01 2014)
8. Coppersmith, G., Dredze, M., Harman, C.: Quantifying mental health signals in
twitter. In: Association for Computational Linguistics Workshop of Computational
Linguistics and Clinical Psychology. pp. 51{60. Baltimore, Maryland USA (2014)
9. Coppersmith, G., Dredze, M., Harman, C., Hollingshead, K., Mitchell, M.: Clpsych
2015 shared task: Depression and ptsd on twitter. In: Proceedings of the 2nd
Workshop on Computational Linguistics and Clinical Psychology: From Linguistic Signal
to Clinical Reality. pp. 31{39. Denver, Colorado (2015)
10. De Choudhury, M., Counts, S., Horvitz, E.J., Ho , A.:
Characterizing and predicting postpartum depression from shared facebook data.
In: Proceedings of the 17th ACM Conference on Computer Supported
Cooperative Work; Social Computing. pp. 626{638. CSCW '14, ACM,
New York, NY, USA (2014). https://doi.org/10.1145/2531602.2531675,
http://doi.acm.org/10.1145/2531602.2531675
11. De Choudhury, M., Gamon, M., Counts, S., Horvitz, E.: Predicting
depression via social media. In: ICWSM. pp. 1{10. AAAI (July 2013),
https://www.microsoft.com/en-us/research/publication/predicting-depressionvia-social-media/
12. Elberrichi, Z.: Text mining using n-grams. In: Proceedings of the International</p>
          <p>Conference on Computer Science and its Applications. pp. 25{38 (01 2006)
13. Guntuku, S.C., Yaden, D.B., Kern, M.L., Ungar, L.H., Eichstaedt,
J.C.: Detecting depression and mental illness on social media: an
integrative review. Current Opinion in Behavioral Sciences 18, 43 {
49 (2017). https://doi.org/https://doi.org/10.1016/j.cobeha.2017.07.005,
http://www.sciencedirect.com/science/article/pii/S2352154617300384, big data
in the behavioural sciences
14. Hwang, J.D., Hollingshead, K.: Crazy mad nutters: The language of mental health.</p>
          <p>In: Proceedings of the 3rd Workshop on Computational Linguistics and Clinical
Psychology: From Linguistic Signal to Clinical Reality. pp. 52{62. San Diego,
California (2016)
15. Leiva, V., Freire, A.: Towards suicide prevention: Early detection of depression on
social media. In: Kompatsiaris, I., Cave, J., Satsiou, A., Carle, G., Passani, A.,
Kontopoulos, E., Diplaris, S., McMillan, D. (eds.) Internet Science. pp. 428{436.</p>
          <p>Springer International Publishing, Cham (2017)
28. Wang, T., Brede, M., Ianni, A., Mentzakis, E.: Detecting and characterizing
eatingdisorder communities on social media. In: Proceedings of the Tenth ACM
International Conference on Web Search and Data Mining. pp. 91{100. WSDM
'17, ACM, New York, NY, USA (2017). https://doi.org/10.1145/3018661.3018706,
http://doi.acm.org/10.1145/3018661.3018706</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Agresti</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Categorical Data Analysis</article-title>
          , pp.
          <volume>165</volume>
          {
          <fpage>167</fpage>
          . Wiley Series in Probability and Statistics, Wiley (
          <year>2013</year>
          ), https://books.google.es/books?id=
          <fpage>UOrr47</fpage>
          -
          <lpage>2oisC</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Al-Mosaiwi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Johnstone</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>In an absolute state: Elevated use of absolutist words is a marker speci c to anxiety, depression, and suicidal ideation</article-title>
          .
          <source>Clinical Psychological</source>
          Science p.
          <volume>1</volume>
          (
          <year>2018</year>
          ). https://doi.org/10.1177/2167702617747074, https://doi.org/10.1177/2167702617747074
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          16.
          <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>
          . In: Fuhr,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Quaresma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Goncalves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Larsen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Balog</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Macdonald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Cappellato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          , N. (eds.)
          <string-name>
            <surname>Experimental IR Meets Multilinguality</surname>
          </string-name>
          , Multimodality, and Interaction. pp.
          <volume>28</volume>
          {
          <fpage>39</fpage>
          . Springer International Publishing,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          17.
          <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>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>CLEF 2017 erisk overview: Early risk prediction on the internet: Experimental foundations</article-title>
          . In: Linda Cappellato,
          <string-name>
            <given-names>Nicola</given-names>
            <surname>Ferro</surname>
          </string-name>
          , L.G.T.M. (ed.)
          <article-title>Conference and Labs of the Evaluation Forum. CEUR-WS.org (</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          18.
          <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="ref6">
        <mixed-citation>
          19.
          <string-name>
            <surname>Park</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cha</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cha</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Depressive moods of users portrayed in twitter</article-title>
          .
          <source>In: Proceedings of the ACM SIGKDD Workshop On Healthcare Informatics (HIKDD</source>
          )
          <year>2012</year>
          . pp.
          <volume>1</volume>
          {
          <fpage>8</fpage>
          . Beijing, China (01
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          20.
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chung</surname>
            ,
            <given-names>C.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ireland</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzales</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Booth</surname>
            ,
            <given-names>R.J.:</given-names>
          </string-name>
          <article-title>The Development and Psychometric Properties of LIWC2007. This article is published by LIWC Inc, Austin, Texas 78703 USA in conjunction with the LIWC2007 software program</article-title>
          ., http://www.liwc.net/LIWC2007LanguageManual.pdf
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          21.
          <string-name>
            <surname>PreoTiuc-Pietro</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eichstaedt</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Park</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sap</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tobolsky</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwartz</surname>
            ,
            <given-names>H.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ungar</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>The role of personality, age, and gender in tweeting about mental illness</article-title>
          .
          <source>In: Proceedings of the 2nd Workshop on Computational Linguistics and Clinical Psychology: From Linguistic Signal to Clinical Reality</source>
          . pp.
          <volume>21</volume>
          {
          <fpage>30</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2015</year>
          ). https://doi.org/10.3115/v1/
          <fpage>W15</fpage>
          -1203, http://www.aclweb.org/anthology/W15- 1203
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          22.
          <string-name>
            <surname>Prieto</surname>
            ,
            <given-names>V.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matos</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alvarez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cacheda</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliveira</surname>
            ,
            <given-names>J.L.</given-names>
          </string-name>
          :
          <article-title>Twitter: A good place to detect health conditions</article-title>
          .
          <source>PLOS ONE 9</source>
          (
          <issue>1</issue>
          ),
          <volume>1</volume>
          {
          <fpage>11</fpage>
          (01
          <year>2014</year>
          ). https://doi.org/10.1371/journal.pone.
          <volume>0086191</volume>
          , https://doi.org/10.1371/journal.pone.0086191
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          23.
          <string-name>
            <surname>Reece</surname>
            ,
            <given-names>A.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reagan</surname>
            ,
            <given-names>A.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lix</surname>
            ,
            <given-names>K.L.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dodds</surname>
            ,
            <given-names>P.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Danforth</surname>
            ,
            <given-names>C.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Langer</surname>
            ,
            <given-names>E.J.:</given-names>
          </string-name>
          <article-title>Forecasting the onset and course of mental illness with twitter data</article-title>
          .
          <source>In: Nature: Scienti c Reports</source>
          . pp.
          <volume>1</volume>
          {
          <issue>11</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          24.
          <string-name>
            <surname>Schwartz</surname>
            ,
            <given-names>H.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eichstaedt</surname>
            ,
            <given-names>J.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kern</surname>
            ,
            <given-names>M.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Park</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sap</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stillwell</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kosinski</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ungar</surname>
            ,
            <given-names>L.H.</given-names>
          </string-name>
          :
          <article-title>Towards assessing changes in degree of depression through facebook</article-title>
          .
          <source>In: Workshop on Computational Linguistics and Clinical Psychology: From Linguistic Signal to Clinical Reality</source>
          . pp.
          <volume>118</volume>
          {
          <fpage>125</fpage>
          .
          <string-name>
            <surname>Baltimore</surname>
          </string-name>
          ,
          <string-name>
            <surname>Maryland</surname>
            <given-names>USA</given-names>
          </string-name>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          25.
          <string-name>
            <surname>Seabrook</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kern</surname>
            ,
            <given-names>L.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rickard</surname>
            ,
            <given-names>S.N.</given-names>
          </string-name>
          :
          <article-title>Social networking sites, depression, and anxiety: A systematic review</article-title>
          .
          <source>JMIR Ment Health</source>
          <volume>3</volume>
          (
          <issue>4</issue>
          ),
          <volume>50</volume>
          (Nov
          <year>2016</year>
          ). https://doi.org/10.2196/mental.5842, http://mental.jmir.org/
          <year>2016</year>
          /4/e50/
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          26.
          <string-name>
            <surname>TJ</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>DR</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Adult utilization of psychiatric drugs and differences by sex, age, and race</article-title>
          .
          <source>JAMA Internal Medicine</source>
          <volume>177</volume>
          (
          <issue>2</issue>
          ),
          <volume>274</volume>
          {
          <fpage>275</fpage>
          (
          <year>2017</year>
          ). https://doi.org/10.1001/jamainternmed.
          <year>2016</year>
          .
          <volume>7507</volume>
          , + http://dx.doi.org/10.1001/jamainternmed.
          <year>2016</year>
          .7507
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          27.
          <string-name>
            <surname>Tsugawa</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kikuchi</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kishino</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakajima</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Itoh</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ohsaki</surname>
          </string-name>
          , H.:
          <article-title>Recognizing depression from twitter activity</article-title>
          .
          <source>In: Proceedings of the 33rd Annual ACM Conference on Human Factors in Computing Systems</source>
          . pp.
          <volume>3187</volume>
          {
          <fpage>3196</fpage>
          . CHI '15,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2015</year>
          ). https://doi.org/10.1145/2702123.2702280, http://doi.acm.
          <source>org/10</source>
          .1145/2702123.2702280
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>