<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>DA-VINCIS at IberLEF 2023: Detecting Aggressive and Violent Incidents from Social Media in Spanish using Text Information</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Ramón Zatarain Cabada</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>María Lucía Barrón Estrada</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Víctor Manuel Bátiz Beltrán</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ramón Alberto Camacho Sapien</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Néstor Leyva López</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gerardo Ángel Beltrán Ruiz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Brandon Antonio Cárdenas Sainz</string-name>
          <email>brandon.cs@culiacan.tecnm.mx</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Héctor Manuel Cárdenas López</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Tecnológico Nacional de México Campus Culiacán</institution>
          ,
          <addr-line>Culiacán, Sinaloa</addr-line>
          ,
          <country country="MX">México</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This article presents the work done in our participation in the task of detecting aggressive and violent incidents on Twitter by using images and text, in the DA-VINCIS competition as part of IberLEF 2023. Due to the high impact that a violent incident generates in society and the negative effect it has on the people involved in the event, finding a solution for the detection of such events is of vital importance for government institutions to ensure the safety of the population. Precisely, our participation was focused on making use of the corpus provided by the organizers to perform the task of detecting violent incidents using exclusively textual information. Different Natural Language Processing approaches were used to solve the competition task such as bag of words, textual representations, and transformers. Our proposal obtained, for subtask 1, an f1-score value of 0.9283 in the development phase and 0.8969 in the final phase, ranking second in the development phase and eighth in the final phase. For subtask 2, an f1-score value of 0.8380 was obtained in the development phase and 0.7647 in the final phase. The team's proposal ranked tenth in the development phase and thirteenth in the final phase.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Aggressive Incidents Detection</kwd>
        <kwd>Violent Incidents Detection</kwd>
        <kwd>Text Classification</kwd>
        <kwd>BERT</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Violence, defined as the action of causing physical or psychological harm or injury to others or to
oneself, is a common problem that affects society around the world. On the other hand, violent incidents
are a manifestation of violence and can be presented in a variety of ways, such as robbery, murder,
harassment, terrorism, etc. For individuals and communities, experiencing an event of violence can
imply the loss of a feeling of security [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and that is why detecting these events is of major importance
for government institutions to address and mitigate their effects by guaranteeing security to their
population.
      </p>
      <p>In this context, social networks as a popular medium of communication constitute an important part
in the diffusion of violent incidents. More specifically, Twitter has served as a medium for sharing
information about violent incidents that users of this social network witness or are aware of. This makes
Twitter a useful tool for early detection of violent events due to its immediate and global nature. People
can post real-time updates about what they are witnessing to inform authorities and other users about
violence in a specific location. This can be particularly beneficial in crisis or emergency situations,
where decision making, and response coordination require accurate and up-to-date information.</p>
      <p>Tweets containing information about violent events can be difficult to identify and classify, but there
are some textual characteristics that can help differentiate these types of posts. The presence in the text
of violent language, explicit descriptions of violence, mentions of victims or those involved, hashtags
related to violence and references to specific places or events may suggest the presence of violent
incidents.</p>
      <p>
        In this paper, we present the work carried out in the participation in the DA-VINCIS competition as
part of IberLEF 2023 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] on the task of detecting aggressive and violent incidents on Twitter,
particularly in text. For this, an analysis of the provided dataset was performed, identifying the
distribution of the data, as well as the categorization of these. Also, a series of data cleaning and
processing operations were applied to the corpus in order to eliminate non-relevant content in the text.
Subsequently, several models for natural language processing were selected and evaluated, including
models based on Transformers. As a product of all this work, the results and conclusions obtained are
shown.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Recognizing violent incidents on social media is strongly linked to understanding the context of the
texts reporting these incidents, as reported in the work presented in Karystianis et. al. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] where it is
proposed to use police reports of domestic violence of various kinds (physical, psychological,
emotional, and financial) as these are often recorded as long narratives. For this purpose, an approach
based on syntactic text patterns was developed and evaluated on a set of police reports. Their findings
suggest that the proposed methodology allows valuable information to be extracted to identify instances
of violence (as previously mentioned) and the risk of these events escalating into more serious incidents.
Hu et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] proposed analyzing cases of conflict in the political domain using a pre-trained
domainspecific language model using a variation of the BERT network, resulting in consistent data output
within tests of 12 different datasets. The implementation of this type of algorithms in less controlled
environments such as social networks was studied in Ha et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] as the contents generated in these
platforms are useful to define the prevalence, causes and consequences, by correlating them with the
cases of unlabeled raw text violence, applying a machine learning model called DetectIPV, thus finding
that this tool in the context of several applications achieves favorable outcomes in terms of detecting
emotional and sexual abuse.
      </p>
      <p>
        Prabhu et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] use a BERT-based model tested in natural language processing (NLP)
understanding. Such work explored the possibility of using BERT in combination with active learning
strategies to label transaction descriptions, proving to be effective in the classification of multi-class
text datasets. Another related work is reported in Piao [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] where text classification is done with a BERT
transformer model called SciBERT in the school text classification task, where it was compared with
other models and SciBERT was reported to have higher efficiency than other transformer networks.
Finally, in the work by Liu et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] a variation of BERT, called RoBERTa, was used to improve some
previously ignored design decisions, resulting in better performance achieved by training the model for
a much longer time.
      </p>
      <p>
        In this work, a model based on BERT [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] was chosen to address the problem of violent event
detection in social networks, since it is a model well suited to the problem of multi-class text
classification, thus generating a model specifically trained for Subtask 1 of the competition and a model
based on RoBERTa for Subtask 2, due to its strong performance in multi-class and multi-label
problems.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Task Description</title>
      <p>
        The DA-VINCIS competition [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] was divided into two subtasks: (1) identification of violent events
and (2) recognition of categories of violent events.
      </p>
      <p>Subtask 1: Identification of violent events. Determine whether a given tweet is associated with a
violent incident from the considered categories or not (binary classification). In this two-class problem,
the "positive" class consists of tweets reporting violent events from the categories of interest (accident,
murder, and robbery). The negative samples are those tweets that are associated with reports of other
violent events or no violent incidents.</p>
      <p>Subtask 2: Violent event category recognition. Recognize the criminal category to which a given
tweet belongs (multi-class multi-label classification). The categories considered are Accident, Murder,
Robbery and Other. The category Other includes reports of violent incidents other than accident,
murder, and robbery, as well as generic tweets not related to violent events.</p>
      <p>
        For the evaluation of the subtask solution proposals, the competition organizers established that for
subtask 1 the metrics of Accuracy, recall and f1-score would be used. Indicating that the primary metric
would be f1-score. For subtask 2, the metrics used were Macro-average of Precision, recall and
f1score. Macro-average of f1-score was the primary evaluation metric for this subtask. The Codalab
platform [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] was used for the submission of proposals and their evaluation.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Methodology</title>
      <p>For the development of the competency, a methodology consisting of various stages was proposed:
analysis of the data set, data preprocessing, model selection and training, model testing and proposal
submission.
4.1.</p>
    </sec>
    <sec id="sec-5">
      <title>Dataset Description</title>
      <p>The organizers of the competition provided a training dataset with 2996 records, each record
containing two fields, one for the text of the tweet and another with the names of the images related to
that text. A sample of the dataset is shown in Table 1. Additionally, two files containing the
corresponding labels to each of the competition tasks were provided.</p>
      <p>In subtask 1, we aimed to determine whether a given tweet is associated with a violent incident from
the categories considered or not (binary classification). The label file contains the values 0 (negative
class) or 1 (positive class) for each record in the training dataset. The 2996 records are divided into
1277 positive and 1719 negative (see left side of Figure 2).</p>
      <p>In subtask 2, the aim is to recognize the incident categories to which a given tweet belongs
(multiclass multi-label classification). The distribution of the tweets in the various categories can be seen on
the right side of Figure 1.</p>
      <p>Texts in Each Category
Other, 1719, 57%</p>
      <p>Accident, 940, 31%</p>
      <p>Murder, 182, 6%
Robbery, 190, 6%</p>
      <p>For the evaluation of the proposed models, the organizers provided a dataset of 582 records in the
development phase and for the final phase the test file had 1153 records.
4.2.</p>
    </sec>
    <sec id="sec-6">
      <title>Data Preprocessing</title>
      <p>After the data analysis, the use of emojis, symbols, special characters, hashtags, and links was
identified in the textual part of the dataset; therefore, the text was cleaned in order to perform a better
training and detection. For the preprocessing of the data, the following activities were conducted:
•
•
•
•</p>
      <p>Remove symbology and special characters that do not provide context or information to the
tweet.</p>
      <p>Convert the emojis present in the text to their textual representation in English using
Python’s “emoji” library. For example, for "" its textual representation would be:
":thumbs_up:".</p>
      <p>Normalize the different users included in the tweets. Users tagged in tweets do not directly
contribute to the detection of violent incidents. For example, @News would be @User.
Remove the links present in the tweet. Since in this case the detection of violent incidents is
focused on text analysis, the links were removed to avoid noise in the data.
4.3.</p>
    </sec>
    <sec id="sec-7">
      <title>Model Selection and Training</title>
      <p>At this stage, key decisions were made on the choice of classification models. It was decided to
consider the following:
1. Bag of Words (BoW): This classical approach was used to represent the text of the tweets.</p>
      <p>
        This model consists of building a vocabulary from all the unique words present in the dataset,
then representing each tweet as a feature vector indicating the frequency or presence of each
word in the vocabulary. This is a simple but effective representation for training text
classification models. The EvoMSA 2.0 library was used for this approach [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
2. Emoji Space from EvoMSA [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]: The Emoji space textual model available in the EvoMSA
2.0 library was used to create a classification model, which was stacked to the
bag-of-wordsbased model.
3. Transformers based models: For subtask 1, a model based on BERT
(bert-base-multilingualcased) was used. Such a model is pre-trained with information from the 104 languages with the
highest content in Wikipedia using a masked language modeling (MLM) objective which was
introduced in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The model is case sensitive. For subtask 2 we worked with a pre-trained
model based on RoBERTa (roberta-base) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. This model is pretrained on the English language
using a masked language modeling (MLM) objetive.
      </p>
    </sec>
    <sec id="sec-8">
      <title>5. Results 5.1.</title>
    </sec>
    <sec id="sec-9">
      <title>Subtask 1</title>
      <p>For both phases of the competition (Development and Final), the data set provided was divided into
80% for training and 20% for validation. The results obtained in each phase and subtask are presented
below.</p>
      <p>Initially, we used EvoMSA combined with bag-of-words. The proposed solution was built using
the dataset given for validation and published on the Codalab platform for scoring. For the f1 metric,
the proposal received a score of 0.9059. Later, it was determined to use the pre-trained model based on
BERT (bert-base-multilingual-cased). This approach received a score of 0.9283 on the f1 measure,
placing our proposal as second place in this phase of the competition, as shown in Table 2 (our
submissions were made under the user VickBat but we will refer to the results under the team name
ITC).</p>
      <p>For the final phase, work continued on the optimization of the pre-trained model based on BERT.
In the final hyperparameters, we use a learning rate of 4e-5, AdamW as the optimizer, 128 as the
maximum sequence value, and 8 as the training batch size. The solution proposal was generated with
the data file provided to evaluate this phase. The submitted proposal obtained a value of 0.8969 in the
f1-score metric and ranked eighth in the competition as can be seen in Table 3.</p>
      <p>For this subtask, a model based on the pre-trained RoBERTa model was developed. In the
development phase, the team's proposal obtained a result of 0.8375 in the Precision metric and 0.8380
in the f1 metric, ranking tenth in the stage. Table 4 shows the results of the stage.</p>
      <p>For the final phase we worked on the optimization of the model by testing with various adjustments
to the hyperparameters. In the final hyperparameters, we use a learning rate of 3e-5, AdamW as the
optimizer, 512 as the maximum sequence value, and 8 as the training batch size. We sent the proposed
solution to the test data set provided, and a result of 0.7760 was obtained in the Precision metric and
0.7647 under the f1 metric. The proposal was placed in the thirteenth position under the f1 metric. Table
5 shows the results of the subtask.</p>
      <p>The results obtained show that both models based on traditional methods, such as the use of
bagof-words, and models based on newer techniques, such as the use of transformers (BERT and
RoBERTa), were adequate for both tasks. The transformer-based models performed slightly better in
our case, but we believe that overall the different models performed competitively.</p>
    </sec>
    <sec id="sec-10">
      <title>6. Conclusions</title>
      <p>In this paper, participation in the DA-VINCIS competition as part of IberLEF 2023 in the
classification of violent incidents in tweets was presented. For subtask 1, the best result was obtained
using a BERT-based pre-trained model with which the team's proposal placed second in the
development stage and eighth in the final phase. For subtask 2, the best result was obtained using a
pretrained model based on RoBERTa with which the team's proposal ranked tenth in the development
stage and thirteenth in the final phase. The results obtained were satisfactory, since a competitive level
of performance was achieved in the competition tasks. As future work, it is proposed to continue with
the optimization of the hyperparameters used in the classification models and to implement multimodal
techniques to address the task.</p>
    </sec>
    <sec id="sec-11">
      <title>7. Acknowledgements</title>
      <p>We want to express our gratitude to CONAHCYT and the Tecnológico Nacional de México campus
Culiacán for supporting our team to participate in the DAVINCIS@IberLEF 2023 challenge for
detection of aggressive and violent incidents from social media in Spanish.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Echeburúa</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corral</surname>
            ,
            <given-names>P. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amor</surname>
            ,
            <given-names>P. J.</given-names>
          </string-name>
          (
          <year>2003</year>
          ).
          <article-title>Evaluation of psychological harm in the victims of violent crime</article-title>
          . Psychology in Spain,
          <volume>7</volume>
          (
          <issue>1</issue>
          ),
          <fpage>10</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Jiménez-Zafra</surname>
            ,
            <given-names>S. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-</surname>
            y-Gómez,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2023</year>
          ).
          <source>Overview of IberLEF 2023: Natural Language Processing Challenges for Spanish and other Iberian Languages</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Karystianis</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Adily</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schofield</surname>
            ,
            <given-names>P. W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Greenberg</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jorm</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nenadic</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Butler</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>Automated analysis of domestic violence police reports to explore abuse types and victim injuries: Text mining study</article-title>
          .
          <source>Journal of Medical Internet Research</source>
          ,
          <volume>21</volume>
          . doi:
          <volume>10</volume>
          .2196/13067
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hosseini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parolin</surname>
            ,
            <given-names>E. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Osorio</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khan</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandt</surname>
          </string-name>
          , P. T.,
          <string-name>
            <surname>D'orazio</surname>
          </string-name>
          , V. J. (
          <year>2022</year>
          ).
          <article-title>ConfliBERT: A Pre-trained Language Model for Political Conflict</article-title>
          and Violence (pp.
          <fpage>5469</fpage>
          -
          <lpage>5482</lpage>
          ). Retrieved from https://github.com/eventdata/
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Ha</surname>
          </string-name>
          , P. T., D'silva, R.,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koyutürk</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koyutürk</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Unnur Karakurt</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Identification of Intimate Partner Violence from Free Text Descriptions in Social Media</article-title>
          . doi:
          <volume>10</volume>
          .1101/
          <year>2021</year>
          .12.15.21267694
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Prabhu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohamed</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Misra</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          (
          <article-title>4 2021). Multi-class Text Classification using BERTbased Active Learning</article-title>
          . Retrieved from http://arxiv.org/abs/2104.14289
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Piao</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          (
          <year>2021</year>
          ).
          <article-title>Scholarly Text Classification with Sentence BERT and Entity Embeddings</article-title>
          . Retrieved from https://wikipedia2vec.github.io/wikipedia2vec/pretrained/
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ott</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoyanov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          (7
          <year>2019</year>
          ).
          <article-title>RoBERTa: A Robustly Optimized BERT Pretraining Approach</article-title>
          . Retrieved from http://arxiv.org/abs/
          <year>1907</year>
          .11692
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
          </string-name>
          , M.-W.,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Google</surname>
            ,
            <given-names>K. T.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Language</surname>
            ,
            <given-names>A. I.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding</article-title>
          . Retrieved from https://github.com/tensorflow/tensor2tensor.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Horacio</given-names>
            <surname>Jarquín-Vásquez</surname>
          </string-name>
          , Delia Irazú Hernández Farías, Joaquín Arellano, Hugo Jair Escalante, Luis Villaseñor-Pineda, Manuel Montes y Gómez,
          <source>Fernando Sanchez-Vega. Overview of DAVINCIS at IberLEF</source>
          <year>2023</year>
          :
          <article-title>Detection of Aggressive and Violent Incidents from Social Media in Spanish</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          , Vol. XX,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Pavao</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guyon</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Letournel</surname>
            ,
            <given-names>A.-C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baró</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalera</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Thomas,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z.</surname>
          </string-name>
          (
          <year>2022</year>
          ).
          <article-title>CodaLab Competitions: An open source platform to organize scientific challenges</article-title>
          .
          <source>Technical Report</source>
          . Retrieved from https://hal.inria.fr/hal-03629462v1.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Graff</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miranda-Jimenez</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tellez</surname>
            ,
            <given-names>E. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moctezuma</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2020</year>
          ).
          <article-title>"EvoMSA: A Multilingual Evolutionary Approach for Sentiment Analysis [Application Notes],"</article-title>
          <source>in IEEE Computational Intelligence Magazine</source>
          , vol.
          <volume>15</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>76</fpage>
          -
          <lpage>88</lpage>
          , Feb.
          <year>2020</year>
          , doi: 10.1109/
          <string-name>
            <surname>MCI</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <volume>2954668</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>