<!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>UC-UCO-Plenitas Team - Exploring in the Rest-Mex 2025: Researching Sentiment Evaluation in Text for Mexican Magical Towns</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yoan Martínez-López</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ireimis de las Mercedes Leguen de Varona</string-name>
          <email>ireimis.leguen@reduc.edu.cu</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Miguel Bethencourt</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Demetrio Rodríguez Fernández</string-name>
          <email>demetrio.rodriguez@reduc.edu.cu</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Julio Madera</string-name>
          <email>julio.madera@reduc.edu.cu</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ansel Yoan Rodríguez-González</string-name>
          <email>ansel@cicese.edu.mx</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Carlos de Castro Lozano</string-name>
          <email>carlosdecastrolozano@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jose Miguel Ramírez Uceda</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>José Carlos Arévalo Fernández</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CICESE-UAT</institution>
          ,
          <addr-line>Nayarit</addr-line>
          ,
          <country country="MX">México</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Plénitas</institution>
          ,
          <addr-line>C/ Le Corbusier s/n, 14005 Córdoba</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Universidad de Camaguey</institution>
          ,
          <addr-line>Circunvalación Norte, Camino Viejo Km 5 y 1/2, Camaguey</addr-line>
          ,
          <country country="CU">Cuba</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Universidad de Córdoba</institution>
          ,
          <addr-line>Córdoba</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>This paper presents the UC-UCO-Plenitas team's participation in the Rest-Mex 2025 shared task on sentiment analysis of Spanish-language tourist reviews about Mexican Magical Towns. The challenge involves predicting three elements from each review: sentiment polarity (scale 1-5), the type of location reviewed (Hotel, Restaurant, or Attraction), and the specific Magical Town being referenced. To address this, we implemented a machine learning pipeline leveraging a MultiOutputClassifier with Random Forest as the base estimator to handle the multi-label classification problem. The methodology includes standard preprocessing, metadata utilization, and model evaluation based on macro-averaged precision, recall, and F1-score. Our system achieved notable improvements over the baseline across all metrics, including a 68.48% accuracy in polarity classification and strong generalization performance across diverse towns. This work demonstrates the viability of ensemble approaches for multilingual sentiment tasks and provides a robust foundation for future NLP research in tourism-related domains..</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Sentiment Analysis</kwd>
        <kwd>Natural Language Processing</kwd>
        <kwd>MultiOutput Classification</kwd>
        <kwd>Random Forest</kwd>
        <kwd>Mexican Magical Towns</kwd>
        <kwd>Tourism Text Mining</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Sentiment Analysis is a core area within Natural Language Processing (NLP) that aims to assess
individuals’ opinions toward various entities—such as products, services, or events—by classifying them
into predefined categories [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3, 4</xref>
        ]. These categories may range from coarse-grained (e.g., positive,
negative, and neutral) to more fine-grained sentiment scales [ 5, 6]. This task has garnered significant
attention due to its practical applications, enabling stakeholders to extract actionable insights from
user-generated content on platforms such as TripAdvisor, social media, and other review-based websites
[7].
      </p>
      <p>Despite its growing popularity, Sentiment Analysis still faces key challenges—one of the most
prominent being the uneven availability of linguistic resources across diferent languages. To stimulate
progress in this field, numerous shared tasks and evaluation campaigns have been organized, including
SemEval, IberLEF [8], and more recently, Rest-Mex [9, 4, 10, 5]. In recent years, the field has seen notable
advancements due to the application of Deep Learning techniques, which have improved classification
accuracy and generalization capabilities[11, 12, 13].</p>
      <p>
        Building on similar methodologies, various research teams have successfully participated in related
competitions[
        <xref ref-type="bibr" rid="ref4 ref5 ref6 ref7 ref8">14, 15, 16, 17, 18, 19, 13, 20, 21, 22, 23, 24, 25, 26, 27</xref>
        ], achieving competitive performance.
In this work, we present our participation in the Rest-Mex 2025 Sentiment Analysis Subtask [5, 4, 10],
which is framed as a polarity classification task. The goal is to develop systems capable of automatically
predicting the sentiment polarity of a given opinionated text.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Methodology</title>
      <p>Sentiment Analysis Task: The goal of this task is to analyze TripAdvisor reviews and classify them
based on three key aspects: sentiment polarity, type of site, and associated Pueblo Mágico [5]. Each
review contains valuable information about a traveler’s experience, and our objective is to extract
meaningful insights from it. First, we need to determine the sentiment polarity of the review by
assigning it a rating from 1 (very negative) to 5 (very positive), based on the original score given by
the tourist. This will help in understanding overall visitor satisfaction. Next, it classifies the review
according to the type of site being reviewed. The review could describe a hotel, a restaurant, or an
attraction, and this categorization is based on contextual keywords and available metadata. Finally,
we need to identify which Pueblo Mágico the review belongs to. This is done by analyzing location
metadata, ensuring that each review is correctly assigned to its respective destination.</p>
      <p>
        Machine Learning (ML) is a branch of artificial intelligence (AI) that centers on the development of
algorithms and systems capable of learning patterns from data and making predictions or decisions
without being explicitly programmed for each task [
        <xref ref-type="bibr" rid="ref10 ref9">28, 29</xref>
        ]. Unlike traditional rule-based programming,
ML models improve their performance as they are exposed to more data, a feature known as learning
from data. A crucial characteristic of ML is its ability to generalize, meaning the model is designed to
perform well on new, unseen data beyond the training examples [
        <xref ref-type="bibr" rid="ref11">30</xref>
        ]. Additionally, ML systems are
adaptable, allowing them to adjust to changing patterns or dynamic environments over time. There are
three main types of machine learning: supervised learning, unsupervised learning, and reinforcement
learning. In supervised learning, the model is trained on labeled data, such as emails identified as
spam or not. In unsupervised learning, the model identifies hidden patterns in unlabeled data, such as
grouping customers based on behavior. Reinforcement learning involves the model learning through
interaction with an environment, receiving rewards or penalties for its actions—similar to how a
robot learns to walk or an AI agent learns to play a game. Machine learning has become integral in
many real-world applications. It powers email spam filters, virtual voice assistants like Siri or Alexa,
recommendation systems on platforms like Netflix and Amazon, fraud detection tools used in banking,
and the decision-making systems in self-driving cars. These examples illustrate the widespread and
growing influence of ML across various domains.
      </p>
      <p>Ensemble MultiOutput Classifier RandomForest Algorithm</p>
      <p>
        The Ensemble MultiOutput Classifier with Random Forest is a machine learning approach
designed for solving multi-output (also called multi-label) classification problems, where each instance
can have multiple target labels instead of just one. Normally, classification models predict a single target
variable (single output)[
        <xref ref-type="bibr" rid="ref12">31</xref>
        ]. A MultiOutputClassifier allows you to train a separate classifier for each
output target when you have multiple outputs. For example, if you want to predict multiple binary labels
for one input (e.g., tagging an image with multiple labels like "cat," "dog," "car"), the MultiOutputClassifier
handles this by fitting one classifier per label. Random Forest is an ensemble learning method that
builds multiple decision trees during training and outputs the majority vote (classification) or average
prediction (regression) of the individual trees. It’s robust to overfitting, handles high-dimensional data
well, and can capture complex feature interactions.
      </p>
      <p>
        Combines both concepts by using a Random Forest as the base estimator for each output in a
multioutput setting. This means it trains one Random Forest model per output variable independently.
This approach leverages the power of Random Forest for each output while allowing simultaneous
prediction of multiple targets[
        <xref ref-type="bibr" rid="ref13">32</xref>
        ]. Forest’s robustness and ability to handle complex data is combined
with multi-output support. Easy to implement with libraries like scikit-learn (MultiOutputClassifier
wrapping a RandomForestClassifier) [
        <xref ref-type="bibr" rid="ref14">33</xref>
        ].
2.1. Metrics
For the evaluation of the Magical Town (MT) task, the idea is similar to the type prediction measure [5].
To this end, it is assumed that there exists a list containing all Magical Towns, denoted as MTL (Magical
Towns List). The proposed model incorporates three distinct sources of information to determine a
sentiment value associated with a keyword .
      </p>
      <p>First, the response from the general population is quantified as the average of the individual feedback
scores () across all contributors , as expressed in Equation (1):
 () =
∑︀|=|1 ()
||</p>
      <p>Second, a thematic response score is calculated by aggregating feedback from three thematic
categories: attraction (), history ( ), and reputation (). This average is shown in Equation (2):
 () = () +  () + () (2)
3</p>
      <p>Third, the response from the list of Magical Towns (MTL) is computed as the mean of the individual
scores   () over the entire list, as described in Equation (3) [5]:
(1)
(3)
 () =
∑︀le=n1( )   ()</p>
      <p>len(  )</p>
      <p>Finally, these three components are integrated into a comprehensive sentiment score using a weighted
average, where the response from MTL is given greater importance. This final aggregation is defined in
Equation (4):
() = 2 ·  () +  () + 3 ·  () (4)
6</p>
      <p>This multi-source sentiment formulation ensures that both public opinion and expert or localized
thematic relevance are incorporated into the analysis, providing a robust evaluation framework. The
ifnal measure for this task is the average of 3 sub-tasks. The idea is that polarity and the Magical Town
identification have more weight than the other two subtasks, it will be given two and three times the
importance, respectively, as it can see in Equation (4).</p>
      <p>Sentiment analysis evaluation</p>
      <p>Systems are evaluated using standard evaluation metrics, including precision, recall, and F1-score.
How each task will be evaluated is listed below: In the present edition, Equation 1 is applied to evaluate
the result of the polarity classification [ 5]. Where k is a forum participant system, C = 1,2,3,4,5. Finally,
Fi(K) is the F-measure value for the class i obtained by the system k . For the Type prediction, there
are 3 classes (Attractive, Hotel, and Restaurant). For this reason, it apply the Macro F-measure as the
Equation 2 indicates. Where FA(k) represents the F measure obtained by the system k for the Attractive
class. FH(k) represents the F measure obtained by the system k for the Hotel class. In the same way,
FR(k) represents the F measure obtained by the system k for the Restaurant class.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Results</title>
      <p>The comparative evaluation between the Baseline model [5] and the UC-UCO-Plenitas system was
conducted using key performance indicators such as F1-score, precision, recall, and accuracy across
various cities. Overall, UC-UCO-Plenitas demonstrated a notable performance advantage. In terms
of general accuracy, UC-UCO-Plenitas achieved 68.48%, surpassing the Baseline’s 65.54%. The
macroaveraged F1-score for UC-UCO-Plenitas was 0.4389, whereas the Baseline recorded a score of 0.0,
indicating a marked improvement in classification capabilities.</p>
      <p>Across all evaluated cities, UC-UCO-Plenitas consistently outperformed the Baseline in both precision
and recall. For instance, in Tulum, UC-UCO-Plenitas achieved an F1-score of 0.4389, with precision
at 0.3172 and recall at 0.9246, compared to zero performance across all metrics for the Baseline. In
Isla Mujeres, the model obtained an F1-score of 0.3015, precision of 0.1638, and recall of 0.1490, again
surpassing the Baseline which scored 0.0 in all three metrics. A similar trend was observed in San
Cristóbal de las Casas, where UC-UCO-Plenitas yielded an F1-score of 0.3233, precision of 0.0960, and
recall of 0.0892. Additional cities such as Valladolid, Bacalar, and Palenque followed the same pattern,
with F1-scores ranging from 0.5489 to 0.6975, highlighting the robustness of the UC-UCO-Plenitas
model.</p>
      <p>The macro-averaged metrics further emphasize the superior performance of UC-UCO-Plenitas,
achieving 0.4389 in F1-score, 0.3172 in precision, and 0.9246 in recall, while the Baseline model scored
0.0 in all categories, demonstrating the efectiveness and significant improvement brought by the
proposed system. See table 1.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions</title>
      <p>The UC-UCO-Plenitas model consistently outperforms the Baseline across all evaluated metrics. It
demonstrates significant improvements in both precision and recall, particularly in cities like Bacalar
and Valladolid , where it achieves relatively high F1-scores. The Baseline model shows no meaningful
performance, with all metrics scoring close to zero. This suggests that the UC-UCO-Plenitas model is
more efective at capturing true positives while minimizing false negatives and false positives compared
to the Baseline.</p>
    </sec>
    <sec id="sec-5">
      <title>Declaration on Generative AI</title>
      <p>We declare that the present manuscript has been written entirely by the authors and that no generative
artificial intelligence tools were used in its preparation, drafting, or editing.
[4] M. Á. Álvarez-Carmona, Á. Díaz-Pacheco, R. Aranda, A. Y. Rodríguez-González, D. Fajardo-Delgado,
R. Guerrero-Rodríguez, L. Bustio-Martínez, Overview of rest-mex at iberlef 2022:
Recommendation system, sentiment analysis and covid semaphore prediction for mexican tourist texts,
Procesamiento del Lenguaje Natural 69 (2022) 289–299.
[5] M. Á. Álvarez-Carmona, Á. Díaz-Pacheco, R. Aranda, A. Y. Rodríguez-González, L. Bustio-Martínez,
V. Herrera-Semenets, Overview of rest-mex at iberlef 2025: Researching sentiment evaluation in
text for mexican magical towns, volume 75, 2025.
[6] J. Arreola, L. Garcia, J. Ramos, A. Rodríguez, An embeddings based recommendation system for
mexican tourism. submission to the rest-mex shared task at iberlef 2021, in: Proceedings of the
Iberian Languages Evaluation Forum (IberLEF 2021), volume 2943, 2021, pp. 110–117.
[7] D. Mendoza, J. Ramos-Zavaleta, A. Rodríguez, A transfer learning model for polarity in touristic
reviews in spanish from tripadvisor., in: IberLEF@ SEPLN, 2022.
[8] J. Á. González-Barba, L. Chiruzzo, S. M. Jiménez-Zafra, Overview of IberLEF 2025: Natural
Language Processing Challenges for Spanish and other Iberian Languages, in: Proceedings of the
Iberian Languages Evaluation Forum (IberLEF 2025), co-located with the 41st Conference of the
Spanish Society for Natural Language Processing (SEPLN 2025), CEUR-WS. org, 2025.
[9] M. Á. Álvarez-Carmona, R. Aranda, S. Arce-Cárdenas, D. Fajardo-Delgado, R. Guerrero-Rodríguez,
A. P. López-Monroy, J. Martínez-Miranda, H. Pérez-Espinosa, A. Rodríguez-González, Overview
of rest-mex at iberlef 2021: Recommendation system for text mexican tourism, Procesamiento del
Lenguaje Natural 67 (2021). doi:https://doi.org/10.26342/2021-67-14.
[10] M. Á. Álvarez-Carmona, Á. Díaz-Pacheco, R. Aranda, A. Y. Rodríguez-González, V. Muñiz-Sánchez,
A. P. López-Monroy, F. Sánchez-Vega, L. Bustio-Martínez, Overview of rest-mex at iberlef 2023:
Research on sentiment analysis task for mexican tourist texts, Procesamiento del Lenguaje Natural
71 (2023) 425–436.
[11] E. R. Reyes, Techkatl: A sentiment analysis model to identify the polarity of mexican’s tourism
opinions., in: IberLEF@ SEPLN, 2021, pp. 171–178.
[12] E. Rivadeneira-Pérez, C. Callejas-Hernández, Leveraging lda topic modeling and bert embeddings
for thematic unsupervised classification of tourism news in rest-mex competition., in: IberLEF@
SEPLN, 2023.
[13] V. Gómez-Espinosa, V. Muñiz-Sanchez, A. P. López-Monroy, Automl and ensemble transformers
for sentiment analysis in mexican tourism texts., in: IberLEF@ SEPLN, 2022.
[14] G. M. Barco, G. E. R. Rivera, D. I. H. Farías, Sentiment analysis in spanish reviews: Dataket
submission on rest-mex 2022., in: IberLEF@ SEPLN, 2022.
[15] J. C. Rivas-Álvarez, R. A. García-Hernández, S. I. Medina-Martínez, A. M. Martínez-Ortiz, N. H.</p>
      <p>Castañeda, J. E. Ruiz-Melo, Á. Hernández-Castañeda, Y. N. Ledeneva, Opinion mining of the
mexican tourism sector through sets of normalized n-grams., in: IberLEF@ SEPLN, 2022.
[16] J. Alcibar-Zubillaga, Y. D.-L. Ocampo, I. Pacheco-Castillo, K. Ramirez-Mendez, J.-P.-M. Sainz-Takata,
O. J. Gambino, Participation of escom’s data science group at rest-mex 2022: Sentiment analysis
task., in: IberLEF@ SEPLN, 2022.
[17] J. D. Jurado-Buch, L. Bustio-Martínez, M. Á. Álvarez-Carmona, The role of the topics for the
sentiment analysis task on a mexican tourist collection., in: IberLEF@ SEPLN, 2022.
[18] M. P. Enríquez, J. A. Mencía, I. Segura-Bedmar, Transformers approach for sentiment analysis:</p>
      <p>Classification of mexican tourists reviews from tripadvisor., in: IberLEF@ SEPLN, 2022.
[19] J. Alonso-Mencía, Unlocking sentiments: Exploring the power of nlp transformers in review
analysis, 2023.
[20] V. G. Morales-Murillo, H. Gómez-Adorno, D. Pinto, I. A. Cortés-Miranda, P. Delice, Lke-iimas
team at rest-mex 2023: Sentiment analysis on mexican tourism reviews using transformer-based
domain adaptation (2023).
[21] J. D. Jurado-Buch, E. S. Minayo-Díaz, J. A. Tello, K. E. Chaucanes, L. V. Salazar, M. D.
OquendoCoral, M. Á. Álvarez-Carmona, A single model based on beto to classify spanish tourist opinions
through the random instances selection., in: IberLEF@ SEPLN, 2023.
[22] A. Z. Gallardo-Hernández, R. Aranda, Á. Díaz-Pacheco, Classifying tourist text reviews by means</p>
    </sec>
    <sec id="sec-6">
      <title>A. Online Resources</title>
      <p>The results are available via
• RestMex2025 results.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Madera-Quintana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hernández-Gónzalez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Martínez-López</surname>
          </string-name>
          ,
          <article-title>Thematic unsupervised classification of tourist texts using latent semantic analysis and k-means</article-title>
          , Proceedings http://ceur-ws.
          <source>org ISSN 1613</source>
          (
          <year>2023</year>
          )
          <fpage>0073</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>N. G.</given-names>
            <surname>Carmona-Sánchez</surname>
          </string-name>
          ,
          <article-title>Measuring the role of the verbs, nouns, and adjectives on the tourist opinions in spanish</article-title>
          ., in: IberLEF@ SEPLN,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Guerrero-Rodríguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Álvarez-Carmona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Aranda</surname>
          </string-name>
          , et al.,
          <article-title>Big data analytics of online news to explore destination image using a comprehensive deep-learning approach: a case from mexico</article-title>
          ,
          <source>Information Technology &amp; Tourism</source>
          <volume>26</volume>
          (
          <year>2024</year>
          )
          <fpage>147</fpage>
          -
          <lpage>182</lpage>
          . URL: https://doi.org/10.1007/ s40558-023-00278-5. doi:
          <volume>10</volume>
          .1007/s40558-023-00278-5. of mutual information features., in: IberLEF@ SEPLN,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>J.</given-names>
            <surname>Cerda-Flores</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hernández-Mazariegos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ortiz-Bejar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Calderón-Solorio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ortiz-Bejar</surname>
          </string-name>
          , Umsnh at restmex
          <year>2023</year>
          :
          <article-title>An xgboost stacking with pre-trained word-embeddings over data batches</article-title>
          ., in: IberLEF@ SEPLN,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [24]
          <string-name>
            <surname>J. de Jesús</surname>
            Ceballos-Mejía,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Parra-Urías</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Á</surname>
          </string-name>
          .
          <string-name>
            <surname>Álvarez-Carmona</surname>
          </string-name>
          ,
          <article-title>Filtering opinions in spanish with topics of tourist interest for the sentiment analysis task</article-title>
          ., in: IberLEF@ SEPLN,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>O. G.</given-names>
            <surname>Toledano-López</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Madera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>González</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Simón-Cuevas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Demeester</surname>
          </string-name>
          , E. Mannens,
          <article-title>Fine-tuning mt5-based transformer via cma-es for sentiment analysis</article-title>
          ., in: IberLEF@ SEPLN,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [26]
          <string-name>
            <surname>J.-L. García-Mendoza</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Buscaldi</surname>
          </string-name>
          ,
          <article-title>Enriching with minority instances a corpus of sentiment analysis in spanish</article-title>
          ., in: IberLEF@ SEPLN,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>A.</given-names>
            <surname>Rico-Sulayes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Monsalve-Pulido</surname>
          </string-name>
          ,
          <article-title>A proposal and comparison of supervised and unsupervised classification techniques for sentiment analysis in tourism data</article-title>
          ,
          <source>in: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2022</year>
          ), Spain, CEUR-WS, volume
          <volume>3202</volume>
          ,
          <year>2022</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>T. M.</given-names>
            <surname>Mitchell</surname>
          </string-name>
          , T. M. Mitchell,
          <article-title>Machine learning</article-title>
          , volume
          <volume>1</volume>
          ,
          <string-name>
            <surname>McGraw-</surname>
          </string-name>
          hill New York,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>P. P.</given-names>
            <surname>Shinde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <article-title>A review of machine learning and deep learning applications</article-title>
          , in:
          <year>2018</year>
          <article-title>Fourth international conference on computing communication control and automation (ICCUBEA)</article-title>
          , IEEE,
          <year>2018</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Z.-H. Zhou</surname>
          </string-name>
          , Machine learning, Springer nature,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>H.</given-names>
            <surname>Linusson</surname>
          </string-name>
          , Multi-output
          <source>random forests</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>C.</given-names>
            <surname>González</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Mira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Ojeda</surname>
          </string-name>
          ,
          <article-title>Applying multi-output random forest models to electricity price forecast</article-title>
          ,
          <source>Preprints</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bhardwaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Radha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. K.</given-names>
            <surname>Devi</surname>
          </string-name>
          ,
          <article-title>An enhanced framework for churn prediction using stratifed bagging and stacked multi-output random forests</article-title>
          ,
          <source>in: 2025 3rd International Conference on Intelligent Data Communication Technologies and Internet of Things (IDCIoT)</source>
          , IEEE,
          <year>2025</year>
          , pp.
          <fpage>119</fpage>
          -
          <lpage>123</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>