<!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>Nancy, France
* Corresponding author.
$ mauricio.orozco@itmerida.edu.mx (M. G. Orozco-del-Castillo)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Applying explanation methods for the iterative refinement of an ANN-based depression screening tool</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Cristian E. Sosa-Espadas</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Manuel Cetina-Aguilar</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jose A. Soladrero</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jesus M. Darias</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Esteban E. Brito-Borges</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nora L. Cuevas-Cuevas</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mauricio G. Orozco-del-Castillo</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Software Engineering and Artificial Intelligence, Instituto de Tecnologías del Conocimiento, Universidad Complutense de Madrid</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Tecnológico Nacional de México/IT de Mérida, Department of Systems and Computing</institution>
          ,
          <addr-line>Merida</addr-line>
          ,
          <country country="MX">Mexico</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>Depression, as one of many mental health disorders, is a serious health and economy problem, afecting over 300 million people of all ages. The diagnosis of depression is a very complex and time-consuming task for mental health professionals, who usually rely on self-report questionnaires as a screening process. However, the items used in these questionnaires are sometimes subjective, particularly to certain demographics, and could require much time and efort from the patient. In recent years, artificial intelligence techniques, such as artificial neural networks, have been commonly used to screen for depression, however, they operate as black-box models, i.e., they lack explainability and interpretability which are mandatory in health-related fields. In this work we propose not only an artificial neural network, but also a set of explainable artificial intelligence techniques to refine a large set of items from a psychological questionnaire into a more concise, explainable one.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Explainable Artificial Intelligence</kwd>
        <kwd>Depression</kwd>
        <kwd>Mental Health</kwd>
        <kwd>Artificial Neural Networks</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The rise in mental health conditions in recent years has become a serious health and economy
problem, accounting for over a trillion USD each year [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Particularly, depression has become
one of the most common mental health conditions in the modern era, afecting over 300 million
people of all ages [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], and the number of patients and associated medical costs keep increasing
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. While most of the patients seeking medical treatment for depression are in their 50s or
60s [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], these issues develop much earlier. It is estimated that over 20% of the world’s children
and adolescents sufer from a mental condition [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], including 8% of young adults between the
ages of 18 and 22 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], which can lead to suicide, the second leading cause of death among
adolescents and young adults (15-29) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The fact that very few people in this age group seek
medical attention is attributed to an unawareness of their illness, and only seek intervention
until their symptoms become severe [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. This makes research focused on developing more
efective detection techniques a mandatory task; if found early, depression has a high cure rate
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>The goal of this research is the development and refinement of a screening tool that allows
the early identification of students with high risk of depression, probably due to the COVID-19
pandemic. This tool is based on an Artificial Neural Network (ANN) applied over a dataset
collected from 157 users that completed a questionnaire with 102 items related to to the
symptoms of Major Depression Disorder (MDD), Generalized Anxiety Disorder (GAD) and Antisocial
Personality Disorder (APD). The choice of a ANN model is rooted on the very high performance
demonstrated by this technique for classification tasks.</p>
      <p>For the current work, however, we want not only to create the ANN model, but to understand
the impact of each item, so we can refine the questionnaire and achieve a higher depression
screening performance. Here, the ANN models have a major drawback regarding its
explainability, as they are considered “black-boxes” that are not interpretable. Therefore, in order to
improve our screening tool we propose the application of several explanation methods along an
iterative refinement process that mimics the general structure of a case-based reasoning (CBR)
system.</p>
      <p>Paper runs as follows. Section 2 presents the background of this work. Section 3 describes
the dataset and the ANN screening model. Then, Section 4 describes our iterative refinement
process using explanation methods. Section 5 presents the evaluation results and section 6
concludes the paper and opens lines of future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Background</title>
      <p>
        There is a wide range of self-report questionnaires and inventories to assess diferent mental
illnesses and emotional states, such as the Beck Depression Inventory for depression [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], the
Attention Deficit and Hyperactivity Disorder (ADHD) Screening Questionnaire (ADHD-SQ)
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], the Aspiration Index [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] for the measurement of intrinsic and extrinsic aspirations, the
Adult ADHD Self-Report Scale, the Borderline Personality Questionnaire [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], the Common
Beliefs Survey III-Short Form [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], depression, anxiety and antisocial items [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] designed from the
Diagnostic Statistical Manual-V (DSM-V), the Generalized Anxiety Disorder 7 (GAD-7) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], the
reduced scale of the Morningness-Eveningness Questionnaire [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], the Rosenberg Self-Esteem
Scale [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], the State-Trait Anxiety Inventory [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ] the Five Facet Mindfulness Questionnaire
[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], etc. Nevertheless, these self-reports usually need to collect a lot of information in the form
of a large number of items to be addressed [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], which usually lowers the quality of the answers
as the user progresses throughout the questionnaire [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
      <p>
        On the other hand, ANN models have demonstrated their extraordinary performance for
classification tasks, being a very suitable tool for the screening of mental illnesses [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. However,
they are black-box methods that do not allow to understand the internal data patterns that led
to classification. This way, eXplainable Artificial Intelligence (XAI) proposes several methods
to understand such models [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
      </p>
      <p>
        An XAI system must be able to explain what it has done, what is happening, and whats is
going to happen [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. In order to do this, each explanation of this kind of systems depends on
the tasks, skill, and expectations that the user has, and the models to be used in this systems
must be transparent and accessible for their decisions and recommendations [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset and Classification Model</title>
      <p>
        The dataset used on this project corresponds to the one described in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. It consists of the
answers from 157 users who answered a screening questionnaire of 102 items related to the
symptoms of MDD, GAD and APD as reported by the DSM-V. The user demographic consisted
of students between 18 and 23 years old, all of them enrolled at the Tecnológico Nacional de
México (TecNM)/Instituto Tecnológico de Mérida (ITM), at Mérida, Yucatán, Mexico. Questions
have a binary nature, where the users answered either “true” or “false” with respect to their
agreement with certain statements. Additionally, there is a “expected answers datasheet” with
the values that are supposed to reflect symptoms of mental conditions. This validation artifact
was created by the psychologist who designed the questionnaire and contains the expected
answers that a person with either MDD, GAD, or APD would most probably choose.
      </p>
      <p>An additional independent variable corresponding to physical symptoms of MDD, GAD, and
APD was measured through 15 complementary items. Then, a “potential depression score”
(PDS) was calculated by averaging these answers and used to estimate the actual depression
risk for each individual. This hypothesis of correlation between the initial 102 items and the
PDS value was confirmed by our previous results. This way, an ANN can be trained on this
dataset, where PDS is used as the target value for training and prediction.</p>
      <p>
        The PDS variable is codified as a discrete value (ranging from 1 to 5). Initial attempts to
estimate this value using a prediction ANN model did not achieve acceptable results. Therefore,
the ANN was redesigned as a classification model with five classes. After the initial statistical
analysis of the PDS values, a clear imbalance was found, with the highest concentration of
users having scores around 3, and the lowest concentrations being located near 1 or 5. Due
to this particularity, we decided to combine the five values into three new classes (1,2: Low;
3: Medium; and 4,5: High). This recodification of the target variable also presented a little
imbalance, therefore we performed an upsampling process using the SMOTE technique [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] to
further diminish this problem.
      </p>
      <p>
        As reported in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], a neural classifier was trained on the dataset so relationships between
physical symptoms of MDD and the remaining 102 items were found. The ANN follows a
multilayer perceptron (MLP) architecture, with paramethers  and learning-rate optimized to
achieve the highest accuracy. On the test dataset (1/3 of the total items), the model presented a
global accuracy of 64%. Additional performance results per target class can be appreciated in
Figure 1 (right).
      </p>
      <p>However, at this point it is critical to understand the target performance metric. Figure 1 shows
the corresponding confusion matrix where we can observe the misclassifications returned by the</p>
      <p>ANN. Having in mind that the goal is to achieve the highest depression screening performance,
there is a clear error to minimize: false negative ratio or “recall” for class “High PDS”, i.e., those
individuals that having an actual high risk of depression were classified by the ANN as low or
medium risk, represented in Figure 1 at the lower row of the matrix. This false negative ratio
represents individuals with a high PDS that will not be identified by the screening tool, and
therefore would not receive further psychological support. Additionally, we can appreciate that
precision for class “high” is very good (right column), meaning that when the ANN identifies
an individual as high PDS, it is very confident. The other way around –individuals without
actual risk of depression being classified as high PDS– does not imply a high risk in terms of
their mental health. These individuals will be identified (incorrectly) by the screening tool and
receive a deeper evaluation by the psychologists, who will ultimately discard any risk.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Iterative Refinement Method</title>
      <p>The proposed method to refine the ANN-based depression screening tool is based on the
identification of potentially anomalous items through explanation methods that provide insights
of the prediction model. This process follows a cycle analogous to CBR, where a set of candidate
items are identified (retrieved) and proposed for its revision by an expert user. Finally, once
anomalous items are confirmed, they are used to modify the prediction model. This way, we
propose an iterative process consisting on the following steps:
1. First, the classification model is introspected with explanation methods to identify those
items that may lead to a lower performance (recall for class “high”) according to the
“expected answers datasheet”.
2. Next, these answers are proposed to the expert (psychologist) as potential anomalous
items. Here we will distinguish between two diferent anomalous items:
Inconsistent items that cause an opposite efect to the expected classification (i.e.,
answers that are expected to predict high PDS but according to the model do decrease
the probability to be classified that way).</p>
      <p>Irrelevant items, on the other hand, are not significant according to the explanation
method and do not have any remarkable efect in the classification.
3. The expert will confirm or discard the abnormal behaviour of these items through a
deeper analysis supported by additional introspective XAI methods.
4. Those items confirmed by the expert are removed from the dataset, and a new model is
trained. Continuing to the next iteration from step 1.</p>
      <p>This process is illustrated in Figure 2 and is detailed as follows.</p>
      <p>The first step for each iteration is the identification of the anomalous items of the
questionnaire. Although there are several explanation methods to perform this task, we have chosen
Accumulated Local Efects (ALE). ALE describes how items influence the results of the ANN,
based on the diferences in the predictions. When applied to our model, ALE returns a plot for
each questionnaire item. Each plot contains three lines, representing –on average– the influence
of that item for the classification as High, Medium, and Low classes. The x-axis represents
the possible answers (0-false, and 1-true) and the y-axis corresponds to the influence of the
probability to be classified as each class. Figure 3 shows two of these plots, where we can observe,
for example, that answering true (1 in x-axis) to questionnaire item 1 decreases significantly the
possibility to be classified as low PDS, whereas it increases (with less influence) the classification
as medium or high PDS. If we read the question “Most of the time I have dificulty concentrating
on simple task”, we can intuitively confirm that the ANN model is working properly, since the
“expected answers datasheet” defines that answering “true” is an indicator of higher PDS. If we
look at the ALE plot on the right, we can observe that the slopes of the lines is not high enough
to consider that item 2 has a clear impact on the classifications.</p>
      <p>This way, the slope of each line in the ALE plot is significant in order to determine if an item
 has an impact on the classification. So, the slope ( ) for each class is calculated obtaining the
→−− (− ) slope vector for each class.</p>
      <p>→−− − = ⟨ ,  , ⟩.
(1)</p>
      <p>Then, we can define thresholds + and − to identify the minimum positive slope and
maximum negative slope to consider that an item has impact on the classification of any of the
considered classes.</p>
      <p>Once defined these thresholds, we proceed to the identification of anomalous questions. To
do so, we only need to identify items with influence (  &gt; + or  &lt; − ) that are opposite to the
values defined int “expected answers datasheet”.</p>
      <p>To understand this process we can use the examples presented in Figure 4. The expected
answer to item 3 “My friends have told me that I look diferent” to diagnose high PDS according
to the psychologist is 1. However, the ALE plot (on the left) shows that the behavior of the
ANN model is the other way around: answer 1 contributes to be classified as medium PDS but
decreases the possibility of belonging to classes medium and high, that is a very anomalous
behaviour. The ALE plot on the right side also presents an opposite behaviour where a positive
answer increases possibility of classification as low but decreases medium and high.</p>
      <p>This way, in order to detect anomalous questions, it is essential to analyze the vector→s−− (− )
that contain the slopes of the items. Then we have defined several anomalies in the questionnaire
items according to the following conditions:
• Inconsistent items for class “High” : Items that, with their theoretical expected answers,
promoted false High PDS predictions or false non-High PDS predictions, respectively.
– Items with  &gt; + and expected answer False, OR
– Items with  &lt; − and with expected True.
• Inconsistent items for class “Low” : Items that, with their theoretical expected answers,
promoted false Low PDS predictions or false non-Low PDS predictions, respectively.</p>
      <p>– Items with  &gt; + and with expected answer True, OR
– Items with  &gt; − and with expected answer False.
• Irrelevant Items: Items that do not make any diference to discern between PDS classes.</p>
      <p>– Items with either high or Low PDS importance values being in the range [− , +].</p>
      <p>We need to clarify that questions can be anomalous for the High PDS class, but that does not
automatically makes them anomalous for the Low class. Therefore, items can be anomalous
either for one class or both.</p>
      <p>At this point, it is very important to note that the identification of anomalous items is based on
the comparison to the expected answers according to the expert. However, we should consider
that these expectations may be wrong due to many factors: population features, individual
disorders, etc. This way, the items identified in the previous step should be considered as
“potentially anomalous items" until the expert confirms that the behavior of the ANN model is
correct or not. This revision process (similar to the one performed by the CBR cycle) can be
really complex for users that may not have any kind of skill on machine learning. Therefore,
we propose the use of additional introspective XAI methods to support this task. Concretely,
we provide support to this decision making process through several explanation methods such
as LIME and SHAP.</p>
      <p>
        The purpose of SHAP [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] is to explain the prediction of a particular instance by computing the
contribution of each feature to the prediction. These contributions are computed using Shapley
values, which are obtained by arranging the features in diferent coalitions and calculating
the average marginal contribution of a feature. In simpler words, SHAP is an indicator of
the contribution of a feature to the outputted probability. Local interpretable model-agnostic
explanations (LIME)[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] is a tool that provides explanations for individual instances relying
on local surrogates. A local surrogate is an interpretable model that intends to replicate the
behavior of the black-box model for instances similar to the one being analyzed. The explanation
gives us the contributions of each feature according to the created surrogate. In our case, both
methods are able to measure the impact of each item in the accuracy of the ANN. Therefore, we
can plot this efect using a heat-map, as presented in Figures 5 and Figure 6 where we use a
blue-color scale to indicate the impact of items behaving correctly according to the “expected
answers datasheet” and a red-color scale for inconsistent items. Consequently, irrelevant items
appear with a color close to white. As we can see, both XAI methods reflect similar anomalies
in the classification model. These heat-maps can be used by the psychologist to decide whether
an item is actually an anomaly of the ANN model or it describes a certain pattern that makes
sense.
      </p>
      <p>With anomalous items detected and confirmed by the expert, our underlying hypothesis is
that it is possible to filter these questions from the dataset in order to achieve a higher prediction
performance. Specifically, curating the questionnaire removing High PDS anomalous questions
should help the classifier model to more easily identify High PDS instances. This can also
degrade the prediction performance of other classes, but in the use case of depression screening,
we already mentioned that it is more important to identify those individuals with a high level
of depression, even at the cost of having false negative predictions for the Medium PDS and
Low PDS classes.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Evaluation</title>
      <p>Our questionnaire refinement process is evaluated in this section. The removal of items is
performed in an iterative fashion over the dataset, creating multiple curated versions of our
model. On each iteration, the detected High PDS anomalous questions are removed. Here we
are assuming that the psychologist will confirm the inconsistent impact of every potentially
anomalous item. Then the ANN is retrained over the remaining questionnaire items to verify
the prediction performance of the classifier. Global accuracy performance on each iteration
is displayed in Figure 7 (left). As this figure reflects, global accuracy ranges between .5 to .6,
reflecting that our process does not have a significant impact on the global performance the
model.</p>
      <p>Also, the number of inputs used to train the classification model on each iteration is presented
in Figure 7 (right). From 102 original items, our refinement process reduced that number down
to approximately 40 questions.</p>
      <p>Since the main objective of removing questions was to improve the identification of people
in the High PDS class, it is also useful to analyse the recall metrics . Corresponding results are
presented in Figure 8.</p>
      <p>Although recall decreases for the Medium PDS and Low PDS classes, the High PDS presents an
important raise, which indicates that the ANN has achieved a better ability to detect individuals
with a high presence of depression symptoms, which was the goal of our research.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions</title>
      <p>This paper introduces an iterative refinement method that uses XAI techniques, such as ALE,
SHAP and LIME, in order to remove irrelevant or anomalous features that could have a negative
impact on an ANN-based depression screening tool. Concretely, we have defined a questionnaire
refinement process that, in an iterative fashion, uses the ALE technique in order to identify
anomalous questions and remove them, producing a curated set of items that enhances the
prediction metrics for our target classes, namely, those representing individuals with a high
risk of depression.</p>
      <p>The main conclusion of this work is that it is possible to use XAI methods not only for the
explanation of a black-box model, but also for its improvement and refinement. To do so, we
propose an iterative cycle following the global cycle of CBR, where potentially anomalous items
are retrieved using the ALE method, and later revised by the clinician using other XAI methods
such as LIME or SHAP. The last step consists on retaining this changes into the model to begin
a new iteration.</p>
      <p>As future work, our paper can be enhanced in multiples ways. First and foremost, a larger
dataset of users’ answers is always desirable for data-oriented tasks, such as training
classification models. This grants more confidence on the results obtained during the evaluation process,
as well as stability, due to bias of any type being diluted as the number of instances grow.</p>
      <p>In a similar way, another suggestion to increase the reach of the project is to expand the user
demographic on which the questionnaire was applied. Students from other universities can
manifest diferent subsets of depression symptoms, and extending the population stratification
the data is being collected from, a better understanding on how to perform depression screening
can be obtained.</p>
      <p>Also, on a more technical level, diferent feature importance techniques can be applied to
measure the relevance each questionnaire item has in the depression screening process. ALE
provides one approach, but we could also use LIME or SHAP in this step instead of applying
them for the revision.</p>
      <p>Finally, removing not only High PS anomalous questions, but anomalous items with Low PS
anomalies or even the irrelevant items is our immediate future work to improve the performance
of our system.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This research is a result of the Horizon 2020 Future and Emerging Technologies (FET) programme
of the European Union through the iSee project (CHIST-ERA-19-XAI-008, PCI2020-120720-2)
funded by MCIN/AEI/10.13039/501100011033 and European Union “NextGenerationEU”/PRTR.
This work has been also partially supported by the PERXAI project PID2020-114596RB-C21
funded by MCIN/AEI/10.13039/501100011033 and the BOSCH-UCM Honorary Chair on Artificial
Intelligence applied to Internet of Things of the Universidad Complutense de Madrid. It is also
part of projects 10428.21-P and 13933.22-P of the Tecnológico Nacional de México/IT de Mérida.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>K.</given-names>
            <surname>Martinez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. I.</given-names>
            <surname>Menéndez-Menéndez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bustillo</surname>
          </string-name>
          , Awareness, Prevention, Detection, and
          <article-title>Therapy Applications for Depression and Anxiety in Serious Games for Children and Adolescents: Systematic Review</article-title>
          ,
          <source>JMIR Serious Games</source>
          <volume>9</volume>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>19</lpage>
          . doi:
          <volume>10</volume>
          .2196/30482.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M. Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. Y.</given-names>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. T.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. L.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>A deep architecture for depression detection using posting, behavior, and living environment data</article-title>
          ,
          <source>Journal of Intelligent Information Systems</source>
          <volume>54</volume>
          (
          <year>2020</year>
          )
          <fpage>225</fpage>
          -
          <lpage>244</lpage>
          . doi:
          <volume>10</volume>
          .1007/s10844-018-0533-4.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.-W.</given-names>
            <surname>Baek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chung</surname>
          </string-name>
          ,
          <article-title>Context Deep Neural Network Model for Predicting Depression Risk Using Multiple Regression, IEEE Access 8 (</article-title>
          <year>2020</year>
          )
          <fpage>18171</fpage>
          -
          <lpage>18181</lpage>
          . doi:
          <volume>10</volume>
          .1109/access.
          <year>2020</year>
          .
          <volume>2968393</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A. T.</given-names>
            <surname>Beck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Epstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G</given-names>
            . Brown, R. A.
            <surname>Steer</surname>
          </string-name>
          ,
          <article-title>An Inventory for Measuring Clinical Anxiety: Psychometric Properties</article-title>
          ,
          <source>Journal of Consulting and Clinical Psychology</source>
          <volume>56</volume>
          (
          <year>1988</year>
          )
          <fpage>893</fpage>
          -
          <lpage>897</lpage>
          . URL: /record/1989-10559-
          <fpage>001</fpage>
          . doi:
          <volume>10</volume>
          .1037/
          <fpage>0022</fpage>
          -
          <lpage>006X</lpage>
          .
          <year>56</year>
          .6.893.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>I.</given-names>
            <surname>Manor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Vurembrandt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rozen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gevah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Weizman</surname>
          </string-name>
          , G. Zalsman,
          <article-title>Low selfawareness of ADHD in adults using a self-report screening questionnaire</article-title>
          ,
          <source>European Psychiatry</source>
          <volume>27</volume>
          (
          <year>2012</year>
          )
          <fpage>314</fpage>
          -
          <lpage>320</lpage>
          . URL: http://dx.doi.org/10.1016/j.eurpsy.
          <year>2010</year>
          .
          <volume>08</volume>
          .013. doi:
          <volume>10</volume>
          . 1016/j.eurpsy.
          <year>2010</year>
          .
          <volume>08</volume>
          .013.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>T.</given-names>
            <surname>Kasser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. M.</given-names>
            <surname>Ryan</surname>
          </string-name>
          ,
          <article-title>A dark side of the American dream: Correlates of financial success as a central life aspiration</article-title>
          .,
          <source>Journal of Personality and Social Psychology</source>
          <volume>65</volume>
          (
          <year>1993</year>
          )
          <fpage>410</fpage>
          -
          <lpage>422</lpage>
          . URL: http://doi.apa.org/getdoi.cfm?doi=10.1037/
          <fpage>0022</fpage>
          -
          <lpage>3514</lpage>
          .
          <year>65</year>
          .2.410. doi:
          <volume>10</volume>
          .1037/
          <fpage>0022</fpage>
          -
          <lpage>3514</lpage>
          .
          <year>65</year>
          .2.410.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Poreh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Rawlings</surname>
          </string-name>
          , G. Claridge,
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Freeman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Faulkner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shelton</surname>
          </string-name>
          ,
          <string-name>
            <surname>The</surname>
            <given-names>BPQ</given-names>
          </string-name>
          :
          <article-title>A scale for the assessment of borderline personality based on DSM-IV criteria</article-title>
          ,
          <source>Journal of Personality Disorders</source>
          <volume>20</volume>
          (
          <year>2006</year>
          )
          <fpage>247</fpage>
          -
          <lpage>260</lpage>
          . doi:
          <volume>10</volume>
          .1521/pedi.
          <year>2006</year>
          .
          <volume>20</volume>
          .3.247.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G. L.</given-names>
            <surname>Thorpe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. B.</given-names>
            <surname>Frey</surname>
          </string-name>
          ,
          <article-title>A short form of the common beliefs survey III</article-title>
          ,
          <source>Journal of Rational - Emotive and Cognitive - Behavior Therapy</source>
          <volume>14</volume>
          (
          <year>1996</year>
          )
          <fpage>193</fpage>
          -
          <lpage>198</lpage>
          . doi:
          <volume>10</volume>
          .1007/BF02238270.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M. G.</given-names>
            <surname>Orozco-del Castillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. C.</given-names>
            <surname>Orozco-del Castillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Brito-Borges</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bermejo-Sabbagh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Cuevas-Cuevas</surname>
          </string-name>
          ,
          <article-title>An Artificial Neural Network for Depression Screening and Questionnaire Refinement in Undergraduate Students</article-title>
          , in: M. F.
          <string-name>
            <surname>Mata-Rivera</surname>
            , R. Zagal-Flores (Eds.), Telematics and
            <given-names>Computing. WITCOM</given-names>
          </string-name>
          <year>2021</year>
          .
          <article-title>Communications in Computer and Information Science</article-title>
          , volume
          <volume>2</volume>
          ,
          <source>Springer Nature Switzerland AG</source>
          <year>2021</year>
          ,
          <year>2021</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>13</lpage>
          . URL: https:// link.springer.com/10.1007/978-3-
          <fpage>030</fpage>
          -89586-
          <issue>0</issue>
          _1. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -89586-
          <issue>0</issue>
          _
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>R. L.</given-names>
            <surname>Spitzer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kroenke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. B.</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Löwe</surname>
          </string-name>
          ,
          <article-title>A brief measure for assessing generalized anxiety disorder:</article-title>
          <source>The GAD-7, Archives of Internal Medicine</source>
          <volume>166</volume>
          (
          <year>2006</year>
          )
          <fpage>1092</fpage>
          -
          <lpage>1097</lpage>
          . URL: https://jamanetwork.com/. doi:
          <volume>10</volume>
          .1001/archinte.166.10.1092.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Adan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Almirall</surname>
          </string-name>
          , Horne &amp;
          <article-title>Östberg morningness-eveningness questionnaire: A reduced scale</article-title>
          ,
          <source>Personality and Individual Diferences</source>
          <volume>12</volume>
          (
          <year>1991</year>
          )
          <fpage>241</fpage>
          -
          <lpage>253</lpage>
          . doi:
          <volume>10</volume>
          .1016/
          <fpage>0191</fpage>
          -
          <lpage>8869</lpage>
          (
          <issue>91</issue>
          )
          <fpage>90110</fpage>
          -W.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Rosenberg</surname>
          </string-name>
          ,
          <article-title>Society and the adolescent self-image</article-title>
          , Wesleyan University Press, Middletown,
          <string-name>
            <surname>CT</surname>
          </string-name>
          ,
          <year>1989</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>C. D. Spielberger</surname>
          </string-name>
          , Theory and Research on Anxiety,
          <source>in: Anxiety and Behavior</source>
          , Academic Press, New York, NY,
          <year>1966</year>
          , pp.
          <fpage>3</fpage>
          -
          <lpage>20</lpage>
          . doi:
          <volume>10</volume>
          .1016/B978-1
          <source>-4832-3131-0</source>
          .
          <fpage>50006</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>C. D. Spielberger</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalez-Reigosa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Martinez-Urrutia</surname>
          </string-name>
          ,
          <article-title>Development of the Spanish Edition of the State-Trait Anxiety Inventory</article-title>
          ,
          <source>Interamerican Journal of Psychology</source>
          <volume>5</volume>
          (
          <year>1971</year>
          )
          <fpage>3</fpage>
          -
          <lpage>4</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R. A.</given-names>
            <surname>Baer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. T.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hopkins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Krietemeyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Toney</surname>
          </string-name>
          ,
          <article-title>Using self-report assessment methods to explore facets of mindfulness</article-title>
          ,
          <source>Assessment</source>
          <volume>13</volume>
          (
          <year>2006</year>
          )
          <fpage>27</fpage>
          -
          <lpage>45</lpage>
          . doi:
          <volume>10</volume>
          .1177/ 1073191105283504.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>R. L.</given-names>
            <surname>Greene</surname>
          </string-name>
          ,
          <article-title>The MMPI-2: An interpretive manual</article-title>
          , 2nd ed.,
          <source>Allyn &amp; Bacon</source>
          , Needham Heights, MA, US,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>K.</given-names>
            <surname>Brosnan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Grün</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dolnicar</surname>
          </string-name>
          ,
          <article-title>Identifying superfluous survey items</article-title>
          ,
          <source>Journal of Retailing and Consumer Services</source>
          <volume>43</volume>
          (
          <year>2018</year>
          )
          <fpage>39</fpage>
          -
          <lpage>45</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.jretconser.
          <year>2018</year>
          .
          <volume>02</volume>
          .007.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>G.-Z. Y. David Gunning</surname>
            ,
            <given-names>Mark</given-names>
          </string-name>
          <string-name>
            <surname>Stefik</surname>
            , Jaesik Choi,
            <given-names>Timothy</given-names>
          </string-name>
          <string-name>
            <surname>Miller</surname>
          </string-name>
          , Simone Stumpf,
          <source>XAI-Explainable artificial intelligence David</source>
          , Science
          <string-name>
            <surname>Robotics</surname>
          </string-name>
          (
          <year>2019</year>
          )
          <article-title>1</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>N. V.</given-names>
            <surname>Chawla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. W.</given-names>
            <surname>Bowyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. O.</given-names>
            <surname>Hall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. P.</given-names>
            <surname>Kegelmeyer</surname>
          </string-name>
          , SMOTE:
          <article-title>Synthetic minority over-sampling technique</article-title>
          ,
          <source>Journal of Artificial Intelligence Research</source>
          <volume>16</volume>
          (
          <year>2002</year>
          )
          <fpage>321</fpage>
          -
          <lpage>357</lpage>
          . doi:
          <volume>10</volume>
          .1613/jair.953. arXiv:
          <fpage>1106</fpage>
          .
          <year>1813</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Lundberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-I.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>A unified approach to interpreting model predictions</article-title>
          , in: I. Guyon,
          <string-name>
            <given-names>U. V.</given-names>
            <surname>Luxburg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bengio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wallach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fergus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Vishwanathan</surname>
          </string-name>
          , R. Garnett (Eds.),
          <source>Advances in Neural Information Processing Systems</source>
          <volume>30</volume>
          ,
          <string-name>
            <surname>Curran</surname>
            <given-names>Associates</given-names>
          </string-name>
          , Inc.,
          <year>2017</year>
          , pp.
          <fpage>4765</fpage>
          -
          <lpage>4774</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>M. T.</given-names>
            <surname>Ribeiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Guestrin</surname>
          </string-name>
          , “
          <article-title>why should i trust you?”: Explaining the predictions of any classifier</article-title>
          ,
          <source>in: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          , Association for Computing Machinery, New York, NY, USA,
          <year>2016</year>
          , p.
          <fpage>1135</fpage>
          -
          <lpage>1144</lpage>
          . doi:
          <volume>10</volume>
          .1145/2939672.2939778.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>