<!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>Conference and Labs of the Evaluation Forum, September</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>NLP-UNED at eRisk 2021: self-harm early risk detection with TF-IDF and linguistic features</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Elena Campillo-Ageitos</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hermenegildo Fabregat</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lourdes Araujo</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Juan Martinez-Romo</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>IMIENS: Instituto Mixto de Investigación, Escuela Nacional de Sanidad</institution>
          ,
          <addr-line>Monforte de Lemos 5, Madrid 28019</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>NLP &amp; IR Group, Dpto. Lenguajes y Sistemas Informáticos, Universidad Nacional de Educación a Distancia (UNED)</institution>
          ,
          <addr-line>Juan del Rosal 16, Madrid 28040</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>2</volume>
      <fpage>1</fpage>
      <lpage>24</lpage>
      <abstract>
        <p>Mental health problems such as depression and anxiety are conditions that can have very serious consequences. Self-harm is a lesser-known symptom mostly associated with young people that has been linked to depression. Research suggests that the way people write can reflect mental well-being and mental health risks, and social media provides a source of user-generated text to study. Early detection is crucial for mental health problems. In this context, the shared task eRisk was proposed. This paper describes the participation of the group NLP-UNED on the 2021 T2 subtask. Participants were asked to create systems to detect early signs of self-harm on users from Reddit. We propose a feature-driven classifier with features based on text data, TF-IDF terms, first-person pronoun use, sentiment analysis and self-harm terminology. The oficial task results show that a relatively simple model can achieve fast and competent results.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;early risk detection</kwd>
        <kwd>self-harm detection</kwd>
        <kwd>natural language processing</kwd>
        <kwd>TF-IDF</kwd>
        <kwd>sentiment analysis</kwd>
        <kwd>CEURWS</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Mental health problems, such as depression, are conditions that afect more people every day.
These conditions may go undetected for many years, causing the people who sufer them to
not receive adequate medical assistance. Untreated mental health issues can lead to serious
consequences, such as addictions or even suicide. Self-harm, also known as Non-Suicidal
SelfInjury (NSSI from now on) is a lesser known type of mental health problem that afects primarily
young people [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Self-harm refers to the act of causing bodily harm to oneself with no suicidal
intent, such as cutting, burning, hair pulling, and it has been linked to underlying mental health
problems such as depression and anxiety [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. It is a maladaptive form of coping [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] that causes
pain and distress to the person, and could lead to unintentional suicide. Given the severity of
the symptoms and the risks, it is important to dedicate eforts to better detect mental health
problems in the society so they can better receive the help they need.
      </p>
      <p>
        It has been proven that people who sufer from mental health problems show diferences in
the way they communicate with other people, and how they write [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. Natural Language
Processing (NLP) can be used to analyze these writings and detect underlying mental health
problems. Social media use has been on the rise in the past decades, and the sheer volume
of information available in these platforms can be used for these purposes. Recent research
has applied NLP techniques to develop systems that automatically detect users with potential
mental health issues.
      </p>
      <p>Early detection is key in the treatment of mental health problems, since a fast intervention
improves the probabilities of a good prognosis. The longer a mental health problem goes
undetected, the more likely serious consequences are to derive from it. Most of the eforts done
in the literature focus on detection, but not on early detection. Early detection would allow a
faster diagnostic, which would help mental health specialist to do a faster intervention.</p>
      <p>
        In the light of this problem, the shared task eRisk was created. This task focuses on early
detection of several mental health problems, such as depression, anorexia, self-harm and
gambling on temporal data extracted from Reddit. The 2021 eRisk task [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] proposed three
diferent subtasks: 1) Task 1: early detection of signs of pathological gambling; 2) Task 2: early
detection of signs of self-harm; and 3) Task 3: measuring the severity of the signs of depression.
Our team participated in Task 2: early detection of signs of self-harm. The dataset for this
subtask is a collection of chronological written posts made by diferent users on Reddit. Each
user is tagged as positive or negative, where positive users show signs of self-harm, and negative
users do not. The objective of this task was to evaluate the writings sequentially and predict as
fast as possible whether each user showed signs of self-harm.
      </p>
      <p>
        The task was divided in two stages: (i) Training stage: during this phase, a training set was
given to prepare and tune each participating system. The training data was composed of 2020’s
Task 1 (T1) training and testing data, and each user was labelled as either positive (self-harm) or
negative (no self-harm). The data was divided into a train set and a validation set. (ii) Test stage:
participants connected to a server to obtain the testing data and send the predictions. For each
request to the server, one message for each user was obtained, and a prediction for each user
had to be sent before being able to make a new request for new writings. Thus, participants
had to create a system that interacted with the server and made predictions for every user, one
writing at a time. After the test stage, each proposed system was evaluated based on precision,
recall, F-measure, and new metrics developed for the sake of this competition that penalize late
decisions: Early Detection Error (ERDE) and latency-weighted F-measure. More information on
these metrics can be found at [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>This paper presents our participation in the self-harm subtask T2. The paper is organized as
follows: Section 2 shows a review of the related literature; Section 3 describes the task dataset;
Section 4 details our proposed model for the task; Section 5 explains the experiment setup;
Section 6 summarizes our results for the task; finally, Section 7 presents our conclusions and
ideas for future research.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related work</title>
      <p>
        Social media has been previously studied in relation to health [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ]. Mental health, and
depression in general, is a common focus on works attempting to detect individuals who sufer
from that illness [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref13">10, 11, 12, 13</xref>
        ]. Some work focuses on early prediction of mental illness
symptoms [
        <xref ref-type="bibr" rid="ref14 ref4">4, 14</xref>
        ], but there are very few of them [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        Studies performed on self-harm are also scarce. Most work has been done on studying
the personalities and behavioral patterns of people who self-harm [
        <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
        ], showing common
patterns about high negative afectivity, and how it’s a maladaptive coping strategy. Some efort
has been done on studying self-harm behavior in social media in particular [
        <xref ref-type="bibr" rid="ref18 ref19 ref20 ref21">18, 19, 20, 21</xref>
        ], but
they focus on studying posting patterns, behaviours, consequences, etc. Their findings show
how people who self-harm have diferent posting patterns than mentally healthy users.
      </p>
      <p>
        Some researchers focused on identifying self-harm content on social media [
        <xref ref-type="bibr" rid="ref22 ref23">22, 23</xref>
        ]. They
show a mixture of NLP methods, both supervised and unsupervised, and using traditional and
deep learning methods. Wang et al. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] uses a mixture of CNN-generated features and those
obtained from analyzing posting patterns: language has diferent structures, and more negative
sentiment, they are more likely to have more interactions with other users but less online friends
and posting hours are diferent, and self-harm content is usually done late at night.
      </p>
      <p>
        Research done on predicting future self-harm behavior or finding at-risk individuals is rare.
While some eforts have been done using methods such as using apps and data from wearable
devices [
        <xref ref-type="bibr" rid="ref24 ref25">24, 25</xref>
        ], there is little research done on predicting this behavior on social media. The
eRisk shared task first introduced the early risk detection on 2019 as a subtask, but no training
data was given to develop the solutions. Most participants focused on developing their own
training data instead of opting for unsupervised methods. The task was reintroduced on 2020
and training data was provided. A succesful system with promising results was team iLab
[
        <xref ref-type="bibr" rid="ref26">26</xref>
        ]. The researchers proposed a classification system based on BERT and neural networks. In
general, participants with deep learning models obtained the best results, but they were also
slower and lacking explainability.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset description</title>
      <p>Our system was trained with the eRisk 2021 shared Task 2 dataset. This section presents this
dataset.</p>
      <p>
        The eRisk 2021 dataset was given to the participants by the organizers of the task. It is an early
risk detection dataset first presented by Losada et al. at [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. The 2021 dataset is described at [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
The data was extracted from Reddit, and it presents a collection of users and messages. Each
document corresponds to a diferent user, and in it, there is an arbitrary amount of messages or
posts (submissions done to Reddit).
      </p>
      <p>The dataset is a collection of two groups of Reddit users: those who have explicitly said in
the platform that they engage in self-harm (positive users), and a control group (negative users).
Those messages that were used to identify positive users were removed from the collection
by the organizers. The data came in two groups: train set and test set. We decided to use this
division for our train and validation division.</p>
      <p>The texts written in these documents are not formal texts; they are written by people from all
ages and areas on the social media site known as Reddit. Grammar and spelling are not always
going to be correct. Emojis are going to be used, emoticons are going to be used; links, weird
expressions, mayus, many vowels, too little vowels, etc. These carry meaning on themselves
(for example, writing a text in all caps usually conveys that the person is shouting, excited, etc.).
This can be a challenge for machine learning systems.</p>
      <p>Table 1 shows a summary of the eRisk 2021 T2 dataset. There are 763 users in total, divided
into 145 positive users and 618 negative users. This is a percentage of 19% positive users, which
makes the data highly imbalanced. Unbalanced datasets can be a problem while training and
evaluating a machine learning model. The data was divided into a training and testing group,
with sizes 340 and 423 respectively.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Proposed model</title>
      <p>We propose a machine learning approach that uses a combination of text-based and
TF-IDFbased (term frequency–inverse document frequency) features to predict whether a message
belongs to a positive or negative user. These features are fed to a SVM classifier. If the classifier
lfags a message as positive, the user is classified as positive.</p>
      <p>
        There has been, to the best of our knowledge, no previous team that implemented a
combination of text-based and TF-IDF-based features with a SVM classifier to detect early risk of
self-harm. Team UDE [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] implemented in 2019 content-based features with a SVM classifier;
team BioInfo@UAVR [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] applied Bag of Words (BoW) and TF-IDF based features to a Linear
SVM classifier in one of their runs from eRisk 2020 Task 1.
      </p>
      <p>The most challenging part of the eRisk task is the temporal complexity of the problem. The
features are calculated taking this into account, and the model is also trained with that in mind.</p>
      <p>The model can be divided in three distinct stages: 1) Data pre-processing; 2) feature calculation;
and 2) message classification, where the supervised part of the model takes place and each user
is categorized as positive (1) or negative (0).</p>
      <sec id="sec-4-1">
        <title>4.1. Data pre-processing</title>
        <p>Each user has an arbitrary number of messages, and they are ordered sequentially. During
training, we are given all the messages at once. However, during the test stage of the task, we
are given one message from each user at a time. First, messages were cleaned, tokenized, and
stems and part-of-speech tags were calculated.</p>
        <p>To obtain clean text, we separated contractions into their own words and removed hyperlinks,
all punctuation characters, and decimal codes (words that started with # followed by numbers
and ended with ;). Tokens, stems and part-of-speech tags were obtained from clean text by
ifrst removing stop words, then tokenizing, calculating part-of-speech tags and stemming.
Uncleaned text was also preserved in order to calculate some text features (exclamation and
question marks).</p>
        <sec id="sec-4-1-1">
          <title>4.1.1. Sliding window</title>
          <p>In our system, each new message is not observed in a vacuum. Their context, that is, their
surrounding messages are also taken into account. Since future messages are (in the case of
testing) unknown, only the previous messages can be used.</p>
          <p>For this, we implemented a sliding window. For every new received message, our system
combined its text with the previous  messages, where  is a configurable parameter, to form a
window. The features were calculated on that window. Depending on the size of this parameter,
a longer or shorter user history would be taken into account in each step e.g., a size of 1 only
uses the current message, while a size of “all” would use the whole user history. This sliding
window was applied both during the training and testing stage.</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>4.1.2. User subsets</title>
          <p>One of our hypothesis while developing our model this year was that the first messages in the
sequence from each user carry more information about the risk (or lack of risk) than the last
ones. We tested this by training and validating the model with only the first  messages of
each user, where  was a configurable size. After testing diferent values for  (10, 100, 200,
500 and all messages), we found that using only the first 100 messages gave us the best results.</p>
          <p>Because of this, we used a subset of the data available, both during the training and test stage.
During training and validation, the first 100 messages from each user were selected, and the
rest were discarded. During testing, only the first 100 messages were processed to make a new
decision.</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Features</title>
        <sec id="sec-4-2-1">
          <title>4.2.1. Text features</title>
          <p>We implemented and combined two types of features: 1) text-based, and 2) TF-IDF-based.
We used diferent kinds of text-based features. All were normalized by the text length, and then
discretized. The number of bins the features were discretized to was a parameter configurable
to a  size.</p>
          <p>• Grammar-based features: Table 2 shows the list of features.
• Special features: They were tailored to the self-harm dataset. The following section
describes them in detail.</p>
          <p>Description
Length of the title and content of the text, combined.</p>
          <p>Number of words on the title and content, combined.</p>
          <p>Density of the words related to the length of the text in chars.</p>
          <p>Number of punctuation characters, such as ".", ",", etc.</p>
          <p>Number of characters in upper case.</p>
          <p>Number of question marks used.</p>
          <p>Number of exclamation marks used.</p>
          <p>Number of smilies (":)") used.</p>
          <p>Number of sad faces (":(") used.</p>
          <p>Part-of-speech tags.</p>
          <p>Number of nouns used.</p>
          <p>Number of pronouns used.</p>
          <p>Number of verbs used.</p>
          <p>Number of adjectives used.</p>
          <p>Number of adverbs used.</p>
          <p>
            To choose the special features, previous work was done in analyzing the eRisk 2019 dataset.
We explored the diferences between positive and negative users regarding use of self-harm
words, first-person pronouns, and sentiment score. It was observed that, in general, positive
users did have significant diferences from negative users. Our participation from the previous
year [30] shows details of this analysis. From this, the following features were developed:
Pronouns There is evidence suggesting that people who use more first-person pronouns
on average are more depressed than people who use the third person [31, 32]. There is also
evidence linking depression to non-suicidal self-harm [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ], so tracking this information would
prove beneficial for our task. Furthermore, two sentences on the topic of self-harm are diferent
depending on the pronouns that are used: “I cut myself today” versus “She is thinking about
cutting herself”. In the first case, the speaker shows clear signs of doing self-harm. In the
second case, however, the speaker is seeking advice about a person they know, but they show
no evidence about themselves. We can track this diference by counting first-person pronouns.
Sentiment analysis As mentioned previously, it has been observed that people who do
self-harm show more negative emotions [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ]. Tracking sentiment to detect the users’ moods
makes sense in this context. We focused only on positive or negative sentiment. This feature
shows the sentiment of the window as a numeric score normalized by the length of the texts.
A negative score demonstrates a negative sentiment, while a positive score demonstrates a
positive emotion.
          </p>
          <p>
            NSSI words Some self-harmers talk about their experiences online. There is a sub-reddit (a
Reddit community) dedicated to self-harm, where users talk about their disorder and support
each other. We suppose that some of the users in our dataset use the platform to talk about
self-harm. If this is the case, it proves useful to track the usage of the most common words
related to self-harm. We used a word dictionary of terms related to non-suicidal self injury
(NSSI words from now onwards) from [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ]. This dictionary is divided in several categories: 1)
Methods of NSSI; 2) NSSI terms; 3) Instruments used; 4) Reasons for NSSI. In this feature, we
tracked the number of words from each category in a text, normalized by the length of that text.
Each NSSI category became an independent feature.
          </p>
          <p>Text-based and special features were combined with TF-IDF-based features using Scipy
Hparse, by being appended to the end of the TF-IDF features.</p>
        </sec>
        <sec id="sec-4-2-2">
          <title>4.2.2. TF-IDF features</title>
          <p>A TF-IDF featurizer was trained on the positive users of the train data. This featurizer was
then used to obtain TF-IDF features for each window. We used 5000 maximum features for this
featurizer. We obtain with this the TF-IDF-based features for each message window. This is
then passed on to the classifier. We experimented with single word and n-gram based features,
but word-based features worked best.</p>
        </sec>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Message classification module</title>
        <p>The features calculated from the window messages are fed to the SVM classifier. This classifier
predicts whether these features belong to a message generated by a positive or negative user.
For every new message we receive, we have to classify each user as “positive” or “negative”.
A positive decision is final, but a negative one may be revised later. Besides, the task rewards
quick decisions, so the earlier we make a positive decision, the better.</p>
        <p>One message classified as positive should not be enough to classify the user as positive, so
we follow a decision policy of consecutive alerts. Every time our classifier marks a message
as positive, we consider this as an alert, but the user is still classified as negative. If a number
 of consecutive alerts is reached, the system classifies the user as positive. The parameter
 is configurable. During model development we tested diferent values for , but 1 and 2
consecutive alerts gave us the best results.</p>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. Training the model</title>
        <p>The system was developed with the data available during the training stage of the 2021 task.
This dataset was comprised of the 2020 task train and test data. The 2020 train data was used to
train the model, and the 2020 test data was used for validation. As mentioned before, a subset
of only the first 100 messages from every user was used.</p>
        <p>Class weights The training data is highly unbalanced, as can be seen in section 3. To train the
SVM classifier correctly we implemented weights to our data. It is critical to detect positive users
as quickly as possible, so the first messages from a positive user are arguably more important
than the last message. It is not so important to detect negative users at any point in time, so all
messages carry the same weight. With this hypothesis in mind, we devised a training strategy
that would give the same weight (1) to all negative user messages, but would give a descending
weight to positive user messages, from 2 to 1, through a fixed range. Equation 1 shows how the
weight for a message from user  with golden truth ℎ in sequence  was calculated.
, =
⎧
⎪⎨2 −  · ( 1 )
⎪⎩1</p>
        <p>if ℎ, = 1
and 0 ≤  &lt; 
otherwise
(1)
Where:
, : is the weight of the message  in position  for user .
: is the sequence number of the last message that will have a weight
greater than 1 for positive users.</p>
        <p>ℎ,: is the golden truth of the user .</p>
        <p>During the validation phase, several values were tested for the max value. Setting this value
as a fixed number and not as the last message of each user guaranteed that every positive user
message with the same sequence number had the same weight. For the final training of the
model, this value was set as 100.</p>
      </sec>
      <sec id="sec-4-5">
        <title>4.5. System applied to the 2021 task</title>
        <p>This section explains the particulars of the model during the test phase.
4.5.1. Scores
Participating teams were required to send, for each iteration, scores that represented the
estimated risk of each user. We prioritized simplicity, so our system only gave two kinds of
scores: 1 if the user was classified as positive, and 0 if the user was classified as negative.</p>
        <sec id="sec-4-5-1">
          <title>4.5.2. Model parameters</title>
          <p>Sliding window New messages arriving from the test server were converted into windows
following the same strategy and window size as during training. Diferent window sizes were
tested during model development and, after careful evaluation, a size of 10 was selected for the
ifnal model. The strategy we followed for the first 10 messages was to form the window with
only the messages we had received.</p>
          <p>User subsets As previously mentioned, only the first 100 messages were observed and sent
to the classifier. For the following messages, the system always responded with the last decision
(100th) for each user.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Experimental Setup</title>
      <p>This section presents the experiments conducted for the oficial eRisk 2021 task using the model
proposed in Section 4.</p>
      <sec id="sec-5-1">
        <title>5.1. Model implementation</title>
        <p>The SVM classifier was implemented using a combination of NLTK 1 and Scikit-learn 2. More
specifically, Scikit-learn’s SVC implementation of C-Support Vector Classification model was
used. Parameters apart from weights were used as default.</p>
        <p>NLTK was used for data cleanup and text pre-processing (tokenizing and stemming).
Sentiment analysis was also performed with NLTK’s Sentiment Intensity Analyzer.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Submitted runs</title>
        <p>Our team participated with five diferent runs. We selected a diferent subsect of text features
and discretizer sizes for each of these runs (TF-IDF features were used for all runs). Table 4
shows the subset of text features that were calculated for each run. The size of the discretized
bins for each run are shown in Table 5.</p>
        <p>Each of the runs used a diferent subset of text and special features (all used TF-IDF features).
In order to check the influence of the discretizer, run 0 and run 2 both used all text features, but
with diferent discretizer bin sizes. We were not sure if sentiment analysis was useful for this
task, so run 1 and run 4 used only special features, with the diference that run 4 used sentiment
1https://www.nltk.org/
2https://scikit-learn.org/
analysis, while run 1 did not. Run 0 and run 2, compared to run 1 and run 4, also allowed us
to compare performance with and without non-special text features. Finally, we wanted to
test whether part-of-speech tags were useful for the model, so run 3 used all features except
part-of-speech tags.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Results and Discussion</title>
      <p>
        This section shows the oficial results for the task. The overview for the oficial results of all
teams can be found at [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>During the evaluation stage of the task, teams had to iteratively request data from a server
and send their predictions, one message per user at a time. The model described in Section 4
was developed, trained, and applied to a program that automatically connected to this server
and performed the model calculations. The program was launched and run without errors.
Instead of allowing it to run until there were no messages left, we decided to stop it early at
around 450 iterations (exactly 472 iterations). This was done because we wanted to prioritize
speed, and our system only made new decisions for the first 100 messages.</p>
      <p>Tables 6, 7 and 8 show the oficial results for our team received by the task organizers. Results
from other teams were added for comparison purposes.</p>
      <p>Table 6 shows the time span and number of messages processed. We include information
from the fastest and slowest teams, plus the ones that achieved the best results in the oficial
metrics. Our team did not process all messages like UNSL, but processed 472 and obtained the
best results in terms of speed (7 hours and 8 minutes). However, the server experimented some
issues during the evaluation stage, and some teams might have been afected by this.</p>
      <p>Table 7 shows the oficial evaluation metrics for the binary decision task. We added the team
runs that achieved the best results for each metric.</p>
      <p>Participating teams were also required to send scores estimating the risk of each user. Table 8
shows the oficial result for our team, compared to the teams with the best results. Standard
IR metrics were calculated by the organizers after processing 1 message, 100 messages, 500
messages and 1000 messages. Our team only processed 472 messages, so the 500 and 1000
messages metrics are not given.</p>
      <p>This system is a great improvement over our participation from the previous year [30]. All
ifve runs achieved moderately good results, obtaining a latency-weighted F-measure above
0.5. Run 4 placed our team in the third place in terms of this measure, achieving a 0.564. The
precision and recall measures show that a good proportion of users were classified as positive
and negative, unlike last year, when most users were classified as negative.</p>
      <p>In the case of the text features, quality appears to be more important than quantity. Run 4,
which used only the special features (plus TF-IDF) achieved the best results in term of
latencyweighted F-measure out of the five runs. Run 1, which also only used the special features, was
the second best run. This run used discretized bins of size 100, while Run 4 used size 50, which
could mean that fewer bins leads to better results. Nonetheless, runs that used all features still
obtained good results. The fastest run was run 0.</p>
      <p>Our team achieved the third position out of all the participant teams in terms of
latencyweighted F-measure. It was also the fastest system, taking only 7 hours and 8 minutes to process
472 messages. (Again, we should mention that the test server experienced some problems during
the test phase, which could have slowed down some of the participant teams).</p>
      <p>The strength of our system lies in its simplicity. While most systems that participate in this
task use complex models with neural networks that can take hours if not days to train and
evaluate new data, our model can analyze a big amount of information in a small amount of time.
This has several reasons. First, the model itself does not require a great amount of computational
power. Second, the features are calculated with a sliding window, so past messages are not
processed more than  times,  being the size of the window. The model can scale well and
stay running indefinitely without running out of memory.</p>
      <p>Using text features makes our proposal explainable. Explainability is very important in the
ifeld of medicine and mental health: a good alert system will inform why a subject is at risk, so
a medical practitioner can make the final decision.</p>
      <p>Classification problems in the medical field are also more delicate in terms of recall than
precision. False negatives are much more severe than false positives. False negatives mean that
at-risk patients are going undetected, while false positives only add extra resources to monitor
them. Our system obtains higher scores in recall than in precision, as can be seen in Table 7.
Run 4 obtained the best score, 0.816.</p>
      <p>Overall, these evaluations show that even a simple, feature-driven approach can be applied
to what looks like a very complex problem and obtain competent results.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusions and Future Work</title>
      <p>In this paper we presented the NLP-UNED participation on the eRisk 2021 T2 task. We developed
a classification system based on TF-IDF, text-based and especially tailored features: first-person
pronouns, sentiment analysis and NSSI terms. The oficial task results show that our system
managed to obtain fast, competent results. More work is needed to obtain state-of-art results.</p>
      <p>We would like to keep exploring terms and tailored features that can better detect at-risk
subjects. We are interested in applying these features to a deep learning system. Finally, there
are evidences that suggest that self-harm subjects have diferent posting patterns than non
self-harmers, so we are interested in exploring the temporal diferences in the dataset and
creating more features.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>This work has been partially supported by the Spanish Ministry of Science and Innovation
within the DOTT-HEALTH Project (MCI/AEI/FEDER, UE) under Grant PID2019-106942RB-C32,
as well as project EXTRAE II (IMIENS 2019) and the research network AEI RED2018-102312-T
(IA-Biomed).
guistics features and machine learning for the classification and quantification of mental
diseases (2020) 22–25. URL: http://early.irlab.org/.
[30] E. Campillo-Ageitos, J. Martinez-Romo, L. Araujo, NLP-UNED at eRisk 2020: Self-harm
Early Risk Detection with Sentiment Analysis and Linguistic Features, Working Notes
of {CLEF} 2020 - Conference and Labs of the Evaluation Forum, Thessaloniki, Greece,
September 22-25, 2020 2696 (2020) 22–25. URL: http://ceur-ws.org/Vol-2696/paper{_}41.pdf.
[31] J. W. Pennebaker, The Secret Life of Pronouns What Our Words Say About Us, Bloomsbury</p>
      <p>Press, 2011.
[32] T. Edwards, N. S. Holtzman, A meta-analysis of correlations between depression and first
person singular pronoun use, Journal of Research in Personality 68 (2017) 63–68. URL:
http://dx.doi.org/10.1016/j.jrp.2017.02.005.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gluck</surname>
          </string-name>
          ,
          <article-title>Self-Injurers and Their Common Personality Traits | HealthyPlace, accessed</article-title>
          <year>2021</year>
          -
          <volume>05</volume>
          -
          <fpage>27</fpage>
          . URL: https://www.healthyplace.com/abuse/self-injury/
          <article-title>self-injurers-and-their-common-personality-traits.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>M. M. Greaves</surname>
            ,
            <given-names>A Corpus</given-names>
          </string-name>
          <string-name>
            <surname>Linguistic</surname>
          </string-name>
          <article-title>Analysis of Public Reddit and Tumblr Blog Posts on Non-Suicidal Self-Injury</article-title>
          ,
          <source>Ph.D. thesis</source>
          , Oregon State University,
          <year>2018</year>
          . URL: https://ir.library. oregonstate.edu/concern/graduate_thesis_or_dissertations/mp48sk29z.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Santor</surname>
          </string-name>
          ,
          <article-title>Self-harm reasons, goal achievement, and prediction of future selfharm intent</article-title>
          ,
          <source>The Journal of nervous and mental disease 198</source>
          (
          <year>2010</year>
          )
          <fpage>362</fpage>
          -
          <lpage>9</lpage>
          . URL: http: //journals.lww.com/00005053-201005000-00008.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>M. De Choudhury</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Counts</surname>
          </string-name>
          , E. Horvitz,
          <article-title>Social Media as a Measurement Tool of Depression in Populations</article-title>
          ,
          <source>in: Proceedings of the 5th Annual ACM Web Science Conference</source>
          , WebSci '13,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2013</year>
          , pp.
          <fpage>47</fpage>
          -
          <lpage>56</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Pennebaker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. R.</given-names>
            <surname>Mehl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. G.</given-names>
            <surname>Niederhofer</surname>
          </string-name>
          ,
          <article-title>Psychological Aspects of Natural Language Use: Our Words</article-title>
          , Our Selves,
          <source>Annual Review of Psychology</source>
          <volume>54</volume>
          (
          <year>2003</year>
          )
          <fpage>547</fpage>
          -
          <lpage>577</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Parapar</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.-R. P.</surname>
            ,
            <given-names>D. E.</given-names>
          </string-name>
          <string-name>
            <surname>Losada</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Crestani</surname>
          </string-name>
          , Overview of eRisk 2021:
          <article-title>Early Risk Prediction on the Internet, Proceedings of the Twelfth International Conference of the Cross-Language Evaluation Forum for European Language (</article-title>
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>D. E.</given-names>
            <surname>Losada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Crestani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Parapar</surname>
          </string-name>
          ,
          <article-title>Early detection of risks on the internet: an exploratory campaign</article-title>
          ,
          <source>in: 41st European Conference on Information Retrieval</source>
          , Springer,
          <year>2019</year>
          , pp.
          <fpage>259</fpage>
          -
          <lpage>266</lpage>
          . URL: http://dx.doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -15719-7_
          <fpage>35</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Paul</surname>
          </string-name>
          , M. Dredze, You Are What You Tweet:
          <article-title>Analyzing Twitter for Public Health</article-title>
          .,
          <source>International AAAI Conference on Weblogs and Social Media (ICWSM)</source>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. W.</given-names>
            <surname>McDonald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cha</surname>
          </string-name>
          ,
          <article-title>Perception diferences between the depressed and nondepressed users in Twitter</article-title>
          ,
          <source>Proceedings of the 7th International Conference on Weblogs and Social Media</source>
          ,
          <string-name>
            <surname>ICWSM</surname>
          </string-name>
          <year>2013</year>
          (
          <year>2013</year>
          )
          <fpage>476</fpage>
          -
          <lpage>485</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>M.</given-names>
            <surname>Conway</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          <article-title>O'Connor, Social media, big data, and mental health: Current advances and ethical implications</article-title>
          .,
          <source>Current Opinion in Psychology</source>
          <volume>9</volume>
          (
          <year>2016</year>
          )
          <fpage>77</fpage>
          -
          <lpage>82</lpage>
          . URL: http: //www.sciencedirect.com/science/article/pii/S2352250X16000063.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>C.</given-names>
            <surname>Karmen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. C.</given-names>
            <surname>Hsiung</surname>
          </string-name>
          , T. Wetter,
          <article-title>Screening internet forum participants for depression symptoms by assembling and enhancing multiple NLP methods</article-title>
          ,
          <source>Computer Methods and Programs in Biomedicine</source>
          <volume>120</volume>
          (
          <year>2015</year>
          )
          <fpage>27</fpage>
          -
          <lpage>36</lpage>
          . URL: http://dx.doi.org/10.1016/j.cmpb.
          <year>2015</year>
          .
          <volume>03</volume>
          . 008.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>B. O'Dea</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Wan</surname>
            ,
            <given-names>P. J.</given-names>
          </string-name>
          <string-name>
            <surname>Batterham</surname>
            ,
            <given-names>A. L.</given-names>
          </string-name>
          <string-name>
            <surname>Calear</surname>
          </string-name>
          , C. Paris, H. Christensen, Detecting suicidality on twitter,
          <source>Internet Interventions</source>
          <volume>2</volume>
          (
          <year>2015</year>
          )
          <fpage>183</fpage>
          -
          <lpage>188</lpage>
          . URL: http://dx.doi.org/10. 1016/j.invent.
          <year>2015</year>
          .
          <volume>03</volume>
          .005.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>W.</given-names>
            <surname>Yang</surname>
          </string-name>
          , L. Mu,
          <article-title>GIS analysis of depression among Twitter users</article-title>
          ,
          <source>Applied Geography</source>
          <volume>60</volume>
          (
          <year>2015</year>
          )
          <fpage>217</fpage>
          -
          <lpage>223</lpage>
          . URL: http://dx.doi.org/10.1016/j.apgeog.
          <year>2014</year>
          .
          <volume>10</volume>
          .016.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Nadeem</surname>
          </string-name>
          , Identifying depression on twitter,
          <year>2016</year>
          . URL: http://arxiv.org/abs/1607.07384. arXiv:
          <volume>1607</volume>
          .
          <fpage>07384</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S. C.</given-names>
            <surname>Guntuku</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. B.</given-names>
            <surname>Yaden</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. L.</given-names>
            <surname>Kern</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. H.</given-names>
            <surname>Ungar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. C.</given-names>
            <surname>Eichstaedt</surname>
          </string-name>
          ,
          <article-title>Detecting depression and mental illness on social media: an integrative review</article-title>
          ,
          <source>Current Opinion in Behavioral Sciences</source>
          <volume>18</volume>
          (
          <year>2017</year>
          )
          <fpage>43</fpage>
          -
          <lpage>49</lpage>
          . URL: http://dx.doi.org/10.1016/j.cobeha.
          <year>2017</year>
          .
          <volume>07</volume>
          .005.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>I.</given-names>
            <surname>Baetens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Claes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Muehlenkamp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Grietens</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Onghena</surname>
          </string-name>
          ,
          <article-title>Non-Suicidal and Suicidal Self-Injurious Behavior among Flemish Adolescents: A Web-</article-title>
          <string-name>
            <surname>Survey</surname>
          </string-name>
          ,
          <source>Archives of Suicide Research</source>
          <volume>15</volume>
          (
          <year>2011</year>
          )
          <fpage>56</fpage>
          -
          <lpage>67</lpage>
          . URL: https://doi.org/10.1080/13811118.
          <year>2011</year>
          .
          <volume>540467</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>K. A.</given-names>
            <surname>Nicolai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Wielgus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mezulis</surname>
          </string-name>
          ,
          <article-title>Identifying Risk for Self-Harm: Rumination and Negative Afectivity in the Prospective Prediction of Nonsuicidal Self-Injury, Suicide and Life-Threatening Behavior 46 (</article-title>
          <year>2016</year>
          )
          <fpage>223</fpage>
          -
          <lpage>233</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P. A.</given-names>
            <surname>Cavazos-Rehg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Krauss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. J.</given-names>
            <surname>Sowles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Connolly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Rosas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bharadwaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Grucza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. J.</given-names>
            <surname>Bierut</surname>
          </string-name>
          ,
          <article-title>An analysis of depression, self-harm, and suicidal ideation content on Tumblr</article-title>
          ,
          <source>Crisis</source>
          <volume>38</volume>
          (
          <year>2017</year>
          )
          <fpage>44</fpage>
          -
          <lpage>52</lpage>
          . URL: https://psycnet.apa.org/record/2016-36501-001.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>C.</given-names>
            <surname>Emma Hilton</surname>
          </string-name>
          ,
          <article-title>Unveiling self-harm behaviour: what can social media site twitter tell us about self-harm? a qualitative exploration</article-title>
          ,
          <source>Journal of Clinical Nursing</source>
          <volume>26</volume>
          (
          <year>2017</year>
          )
          <fpage>1690</fpage>
          -
          <lpage>1704</lpage>
          . URL: https://onlinelibrary.wiley.com/doi/abs/10.1111/jocn.13575. arXiv:https://onlinelibrary.wiley.com/doi/pdf/10.1111/jocn.13575.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ton</surname>
          </string-name>
          , E. Selkie,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Evans</surname>
          </string-name>
          , Secret Society 123:
          <article-title>Understanding the Language of Self-Harm on Instagram</article-title>
          ,
          <source>Journal of Adolescent Health</source>
          <volume>58</volume>
          (
          <year>2016</year>
          )
          <fpage>78</fpage>
          -
          <lpage>84</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>J. W.</given-names>
            <surname>Patchin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hinduja</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Digital</given-names>
            <surname>Self-Harm Among</surname>
          </string-name>
          <string-name>
            <surname>Adolescents</surname>
          </string-name>
          ,
          <source>Journal of Adolescent Health</source>
          <volume>61</volume>
          (
          <year>2017</year>
          )
          <fpage>761</fpage>
          -
          <lpage>766</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>A.</given-names>
            <surname>Yates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cohan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Goharian</surname>
          </string-name>
          ,
          <article-title>Depression and self-harm risk assessment in online forums</article-title>
          ,
          <source>in: Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing, Association for Computational Linguistics</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>2968</fpage>
          -
          <lpage>2978</lpage>
          . URL: https: //www.aclweb.org/anthology/D17-1322.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Mellina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. O</given-names>
            <surname>'Hare</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <article-title>Understanding and discovering deliberate self-harm content in social media</article-title>
          ,
          <source>26th International World Wide Web Conference</source>
          ,
          <string-name>
            <surname>WWW</surname>
          </string-name>
          <year>2017</year>
          (
          <year>2017</year>
          )
          <fpage>93</fpage>
          -
          <lpage>102</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>N.</given-names>
            <surname>Lederer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Grechenig</surname>
          </string-name>
          , R. Baranyi,
          <article-title>uncut: bridging the gap from paper diary cards towards mobile electronic monitoring solutions in borderline and self-injury</article-title>
          ,
          <source>in: 3nd IEEE International Conference on Serious Games and Applications</source>
          for Health,
          <source>SeGAH</source>
          <year>2014</year>
          , Rio de Janeiro, Brazil, May
          <volume>14</volume>
          -16,
          <year>2014</year>
          , IEEE Computer Society,
          <year>2014</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . URL: https://doi.org/10.1109/SeGAH.
          <year>2014</year>
          .
          <volume>7067092</volume>
          . doi:
          <volume>10</volume>
          .1109/SeGAH.
          <year>2014</year>
          .
          <volume>7067092</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>L.</given-names>
            <surname>Malott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bharti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Hilbert</surname>
          </string-name>
          , G. Gopalakrishna,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chellappan</surname>
          </string-name>
          ,
          <article-title>Detecting self-harming activities with wearable devices</article-title>
          ,
          <source>in: 2015 IEEE International Conference on Pervasive Computing and Communication Workshops (PerCom Workshops)</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>597</fpage>
          -
          <lpage>602</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>R.</given-names>
            <surname>Martínez-Castaño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Htait</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Azzopardi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Moshfeghi</surname>
          </string-name>
          ,
          <article-title>Early risk detection of self-harm and depression severity using bert-based transformers</article-title>
          , in: L.
          <string-name>
            <surname>Cappellato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Eickhof</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Ferro</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . Névéol (Eds.), Working Notes of CLEF 2020 -
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          , Thessaloniki, Greece,
          <source>September 22-25</source>
          ,
          <year>2020</year>
          , volume
          <volume>2696</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2020</year>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2696</volume>
          /paper_50. pdf.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>D. E.</given-names>
            <surname>Losada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Crestani</surname>
          </string-name>
          ,
          <source>A Test Collection for Research on Depression and Language Use CLEF</source>
          <year>2016</year>
          ,
          <article-title>Évora (Portugal), Experimental IR Meets Multilinguality</article-title>
          , Multimodality, and
          <string-name>
            <surname>Interaction</surname>
          </string-name>
          (
          <year>2016</year>
          )
          <fpage>28</fpage>
          -
          <lpage>29</lpage>
          . URL: https://tec.citius.usc.es/ir/pdf/evora.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>R.</given-names>
            <surname>Masood</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ramiandrisoa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Aker</surname>
          </string-name>
          , UDE at Erisk 2019:
          <article-title>Early risk prediction on the internet</article-title>
          ,
          <source>CEUR Workshop Proceedings</source>
          <volume>2380</volume>
          (
          <year>2019</year>
          )
          <fpage>9</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>A.</given-names>
            <surname>Trifan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Salgado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. L.</given-names>
            <surname>Oliveira</surname>
          </string-name>
          , BioInfo@UAVR at eRisk 2020:
          <article-title>on the use of psycholin-</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>