<!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>The Sintax Surfers team at Rest-Mex 2025: Solving the sentiment analysis task using pre-trained transformers-based models</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Marcelo Alejandro Huerta-Espinoza</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Juan Carlos Villagomez-Garcia</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ansel Yoan Rodríguez-González</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Centro de Investigación Científica y de Educación Superior de Ensenada, Unidad Académica Tepic</institution>
          ,
          <addr-line>C. Ney M. González 7, Ciudad del Conocimiento, 63173 Tepic, Nayarit</addr-line>
          ,
          <country country="MX">México</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>The widespread availability of online reviews and the pervasive role of social media have reshaped how travelers plan vacations. In this context, user-generated content has become a key resource, strongly influencing consumer behavior. In tourism, sentiment-driven decision-making is especially relevant, making sentiment analysis a valuable tool for extracting insights from reviews and social media posts. However, adapting these techniques to domain- and language-specific contexts remains challenging. To address this, Rest-Mex was developed as an evaluation framework for analyzing tourism-related texts in Mexican Spanish, a variety often underrepresented in NLP resources. This paper presents the Sintax Surfers team's approach to the Rest-Mex task, which involved training a decision tree-based model to predict polarity, location (town), and type of place from online reviews. Our model achieved accuracies of 68.49% for town, 71.40% for polarity, and 95.99% for type of place, demonstrating the efectiveness of lightweight, interpretable models for domain-specific sentiment analysis in under-resourced language varieties.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Tourism</kwd>
        <kwd>Sentiment analysis</kwd>
        <kwd>Natural language processing</kwd>
        <kwd>Deep learning</kwd>
        <kwd>Transformers-based models</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The proliferation of online reviews and the ubiquitous presence of social media have profoundly
transformed how travelers make vacation-related decisions. Today, consumers heavily rely on
usergenerated content when planning their trips. Tourists frequently prioritize peer reviews over traditional
factors such as price or location [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3</xref>
        ]. Positive reviews can often mitigate perceived disadvantages,
whereas negative evaluations may significantly reduce the appeal of otherwise attractive destinations
[
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4, 5, 6</xref>
        ]. The influence of this behavioral shift is so substantial that hotels, travel agencies, and even
search engines have incorporated review systems to enhance user engagement [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Specialized platforms
such as Booking, TripAdvisor, and Lonely Planet have become key sources of information within the
tourism sector [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ].
      </p>
      <p>
        This dynamic has led to an exponential increase in user-generated data, particularly in the form
of travel reviews. These reviews now serve as a critical source of information for consumers and a
powerful marketing tool for businesses [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Consequently, companies need to implement automated
systems capable of processing the vast amount of data being collected [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. This need is especially
pressing in domain-specific applications such as tourism, where sentiment-driven decision-making
plays a pivotal role [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. In this context, sentiment analysis has emerged as a promising solution.
Defined as the study of individuals’ opinions, attitudes, and emotions toward a given entity, whether a
product, service, tourist attraction, or destination, sentiment analysis has become an essential tool in
the tourism industry. It enables the extraction of meaningful insights from user-generated content such
as online reviews and social media posts [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>
        Rest-Mex arises as a response to this challenge, representing the first evaluation forum since 2021 (with
subsequent editions in 2022 and 2023) aimed explicitly at text analysis in the tourism domain, focusing
on Mexican Spanish [
        <xref ref-type="bibr" rid="ref14">14, 15, 16</xref>
        ]. This paper presents the methodology adopted for the Sentiment
Analysis Task for RestMex at IberLEF 2025 [17, 18], which consists of three subtasks. Given a tourist
review and its corresponding title, the goal is to classify: (1) the location (specifically, the Pueblo Mágico)
being referred to, (2) the sentiment polarity on a scale from 1 to 5, and (3) the type of tourist attraction
discussed.
      </p>
      <p>The remainder of this paper is organized as follows: first, we describe the dataset used for the task;
next, we outline the architectures proposed for each subtask; and finally, we present the results obtained
on the evaluation dataset.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Proposed Method</title>
      <p>In this section, we describe the dataset used for the Sentiment Analysis Task and the architectures used
to tackle this task.</p>
      <sec id="sec-2-1">
        <title>2.1. Dataset Description</title>
        <p>The dataset comprises a collection of 208,501 documents in Spanish, each containing a title and its
corresponding review. Each document represents a user-generated review of a tourist attraction, hotel,
or restaurant located in Mexico. The reviews were sourced from the TripAdvisor website, and the
dataset was provided with pre-assigned labels.</p>
        <p>As a first step in our analysis, we examined the word count distribution across the corpus. Table 1
presents summary statistics obtained after concatenating the title and review for each document. "Text
length" refers to the total number of characters, including letters, digits, spaces, and punctuation marks,
while "word count" denotes the number of words per document.</p>
        <p>As part of our exploratory analysis, we investigated the distribution of word frequencies within the
corpus. Figure 1 displays a word cloud representing the most frequent tokens. As is commonly observed
in natural language datasets, the most frequent terms are stop words, such as “de,” “y,” “la,” “el,” “en,”
“que,” “es,” “un,” “a,” and “muy,” among others.</p>
        <p>Subsequently, we examined the distribution of instances across the diferent classes. Figure 2 illustrates
the class distribution within the training dataset. Among the classification tasks, the Type class
(Figure 2b) exhibits the most balanced distribution across its categories. In contrast, the Polarity
(Figure 2a) and Town (Figure 2c) classes show a marked imbalance. Notably, the Town class includes a
high number of distinct labels (a total of 40), which may introduce additional challenges during the
model training process.</p>
        <p>Metric
mean
std
min
25%
50%
75%
max</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Preprocessing</title>
        <p>To prepare the text for processing with transformer-based architectures, the following steps were
applied to the reviews:
• Conversion to lowercase
• Typo correction
• Removal of whitespaces
• Removal of special characters
In some cases, the title and the review text were concatenated into a single input; such instances are
explicitly indicated.</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Sentiment Analysis Task</title>
        <p>In this section, we describe the training procedure for each subtask. The main strategy involved using
pre-trained transformer-based models for the feature extraction phase, followed by a dense neural
network layer for the classification phase.</p>
        <sec id="sec-2-3-1">
          <title>2.3.1. Polarity Substask</title>
          <p>In the Polarity subtask, we employed the RoBERTa-base-bne model [19], a variant of the RoBERTa
architecture [20]. RoBERTa-base-bne is a transformer-based masked language model specifically
designed for the Spanish language.</p>
          <p>To prepare the input text, the RoBERTa model requires tokenizing documents using its own tokenizer,
so it was use. The architecture of the proposed neural network is based on the RoBERTa base model,
whose output embeddings are concatenated with a fully connected neural layer consisting of 512 units.
This is subsequently followed by an additional dense layer of 256 units, which serves to further refine
the learned representations before passing them to the final classification head.</p>
          <p>To improve the model’s generalization capabilities and reduce the risk of overfitting, a dropout rate
of 0.2 was applied to the fully connected layers. The training process was conducted using the AdamW
optimization algorithm, with a learning rate set to 0.00002. The model was trained for a total of 8
epochs, a setting chosen to balance convergence and computational eficiency.</p>
          <p>This architecture aims to leverage the powerful contextual representations produced by RoBERTa,
while the additional dense layers facilitate task-specific adaptation and improved discriminative
performance.</p>
          <p>(a) Polarity class.</p>
          <p>(b) Type class.</p>
          <p>(c) Town class.</p>
        </sec>
        <sec id="sec-2-3-2">
          <title>2.3.2. Type Subtask</title>
          <p>For the Type subtask, we also employed the RoBERTa-base-bne model [19], as mentioned in the previous
section the use of the RoBERTa-base-bne model requires the RoBERTa tokenizer [20]. The overall
architecture consists of a sequence of processing steps: input text is first tokenized using the RoBERTa
tokenizer, followed by feature extraction through the RoBERTa-base-bne model. The output embeddings
are then passed to a fully connected layer for classification. The classification layer comprises five
neurons with a softmax activation function to predict class probabilities.</p>
          <p>he training configuration included a batch size of 16, a dropout rate of 0.2 applied to the output of the
RoBERTa model, and the AdamW optimizer [21] with a learning rate of 0.0001. The model was trained
for a total of 9 epochs.</p>
        </sec>
        <sec id="sec-2-3-3">
          <title>2.3.3. Town Subtask</title>
          <p>For the Town subtask, three diferent strategies were explored: Baseline Strategy: As a baseline, the
BETO [22] model was used with minimal modifications. A classification head was added to the BETO
model, with the number of output neurons corresponding to the number of target classes. The model
was fine-tuned using a batch size of 8, for 3 epochs, with the AdamW optimizer. No further changes
were made to the dataset.</p>
          <p>Undersampling Strategy: In this approach, the dataset was undersampled so that each class contained
approximately the same number of samples, equal to the average number of samples across all classes
(or the nearest feasible number). The BETO model was then trained using the same hyperparameters as
in the baseline strategy.</p>
          <p>Combined Input Strategy: In this strategy, the Title and Review fields were concatenated into a single
text input. This combined text was then used for both training and inference with the BETO model.</p>
          <p>Only the best performance was reported in the Results section</p>
        </sec>
      </sec>
      <sec id="sec-2-4">
        <title>2.4. Sentiment Analysis Evaluation</title>
        <p>The organizers of the Rest-Mex challenge proposed a custom evaluation metric to assess model
performance. This metric, defined in Equation 4, combines the results of diferent subtasks through a
weighted average of F1 scores. The components of the metric are defined as follows:
 () =
∑︀|=|1 ()
||
•  is a forum participant system.
•  = {1, 2, 3, 4, 5}.
• () is the F-measure value for the class  obtained by the system .
•    represents the list with all Magical Towns.
•   () represents the  measure obtained by the system  for the Town class.
() =
2 ·  () +  () + 3 ·  ()
6
• () represents the result given by Equation 1.
• () represents the result given by Equation 2.</p>
        <p>•   () represents the result given by Equation 3.</p>
        <p>In addition to the Rest-Mex evaluation metric, we also report Accuracy, Precision, and F1 score to
assess our models’ performance. These metrics provide a broader understanding of model behavior and
help evaluate both the overall efectiveness and the reliability of the predictions.</p>
        <p>• () represents the  measure obtained by the system  for the Attractive class.
•  () represents the  measure obtained by the system  for the Hotel class.
• () represents the  measure obtained by the system  for the Restaurant class.
 () =
() +  () + ()</p>
        <p>3
 () =
∑︀=1( )   ()
(  )
Where:
Where:
Where:
Where:
(1)
(2)
(3)
(4)</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results</title>
      <p>The test dataset consists of a total of 89,166 pairs of titles and their corresponding reviews. Both the title
and the review text were joined to create the input required by the pre-trained models. As explained
in previous sections, the Rest-Mex organizers proposed an equation to evaluate model performance.
According to the reported results [17], the Track Score is: () = 64.123.</p>
      <p>Table 2 presents the results reported by the Rest-Mex organizers. The model that achieved the lowest
F1 score was the one developed for the Town subtask. This outcome may be attributed to the high
number of distinct classes in the corpus, as well as the pronounced class imbalance between the most
and least frequent labels.</p>
      <p>A similar issue appears in the Polarity subtask, where the F1 score is also low. Although the number
of classes in Polarity is significantly smaller compared to Town, the substantial imbalance among its
classes suggests that class distribution plays a more critical role in model performance than the number
of classes alone.</p>
      <p>This may also explain why the accuracy scores for both subtasks are relatively similar, despite the
diferences in F1 score. It is likely that, in the Polarity task, the model disproportionately favored
majority classes, leading to inflated accuracy at the expense of minority class performance due to the
more severe imbalance.</p>
      <p>In the Type subtask, the best performance was achieved across all metrics. This suggests that class
imbalance may significantly afect the other tasks. Additionally, the relatively small number of unique
labels in this subtask could further contribute to the high performance observed.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion</title>
      <p>Sentiment analysis is a valuable tool for tourists, as it enables quick access to client opinions
about services, locations, products, and more. In recent years, natural language processing
techniques—particularly attention-based models—have emerged as efective solutions for tasks of this
nature.</p>
      <p>In this paper, we presented our proposed method and the results obtained in the Rest-Mex Sentiment
Analysis Task. The results reveal significant challenges in the Town and Polarity subtasks, where
the large number of labels and pronounced class imbalance negatively afected both the training
and classification phases. In contrast, the Type subtask yielded the highest performance across key
evaluation metrics, including accuracy, precision, and F1 score.</p>
      <p>As future work, we propose exploring advanced fine-tuning strategies and rebalancing techniques,
such as EDA, back-translation, or the generation of synthetic instances, to enhance performance,
particularly in the Town and Polarity subtasks. Additionally, further investigation could focus on the
use of data augmentation methods, including EDA, Random Oversampling (ROS), and synthetic data
generation approaches. Other rebalancing strategies, such as oversampling and undersampling, as well
as the adoption of alternative architectures for model training, could also be explored.</p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>The authors gratefully acknowledge the financial support provided to the first author by SECIHTI
which supported his graduate studies during the development of this work.</p>
    </sec>
    <sec id="sec-6">
      <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.
A. P. López-Monroy, J. Martínez-Miranda, H. Pérez-Espinosa, A. Y. Rodríguez-González, Overview
of rest-mex at iberlef 2021: Recommendation system for text mexican tourism (2021).
[15] 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.
[16] 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.
[17] 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.
[18] 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.
[19] A. G. Fandiño, J. A. Estapé, M. Pàmies, J. L. Palao, J. S. Ocampo, C. P. Carrino, C. A. Oller,
C. R. Penagos, A. G. Agirre, M. Villegas, Maria: Spanish language models, Procesamiento del
Lenguaje Natural 68 (2022). URL: https://upcommons.upc.edu/handle/2117/367156#.YyMTB4X9A-0.
mendeley. doi:10.26342/2022-68-3.
[20] Y. Liu, M. Ott, N. Goyal, J. Du, M. Joshi, D. Chen, O. Levy, M. Lewis, L. Zettlemoyer, V. Stoyanov,</p>
      <p>Roberta: A robustly optimized bert pretraining approach, arXiv preprint arXiv:1907.11692 (2019).
[21] D. P. Kingma, J. Ba, Adam: A method for stochastic optimization, 2017. URL: https://arxiv.org/abs/
1412.6980. arXiv:1412.6980.
[22] J. Cañete, G. Chaperon, R. Fuentes, J.-H. Ho, H. Kang, J. Pérez, Spanish pre-trained BERT model
and evaluation data, in: PML4DC at ICLR 2020, 2020.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E.</given-names>
            <surname>Olmos-Martínez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Á</surname>
          </string-name>
          .
          <string-name>
            <surname>Álvarez-Carmona</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Aranda</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Díaz-Pacheco</surname>
          </string-name>
          ,
          <article-title>What does the media tell us about a destination? the cancun case, seen from the usa, canada, and mexico</article-title>
          ,
          <source>International Journal of Tourism Cities</source>
          <volume>10</volume>
          (
          <year>2023</year>
          )
          <fpage>639</fpage>
          -
          <lpage>661</lpage>
          . URL: http://dx.doi.org/10.1108/IJTC-09-2022-0223. doi:
          <volume>10</volume>
          .1108/ijtc-09-2022-0223.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Diaz-Pacheco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Álvarez-Carmona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Y.</given-names>
            <surname>Rodríguez-GonzÁlez</surname>
          </string-name>
          , H. Carlos,
          <string-name>
            <given-names>R.</given-names>
            <surname>Aranda</surname>
          </string-name>
          ,
          <article-title>Measuring the diference between pictures from controlled and uncontrolled sources to promote a destination. a deep learning approach</article-title>
          ,
          <source>International Journal of Interactive Multimedia and Artificial Intelligence</source>
          In Press (
          <year>2023</year>
          )
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          . URL: http://dx.doi.org/10.9781/ijimai.
          <year>2023</year>
          .
          <volume>10</volume>
          .003. doi:
          <volume>10</volume>
          .9781/ijimai.
          <year>2023</year>
          .
          <volume>10</volume>
          .003.
        </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.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>L. A.</given-names>
            <surname>Book</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tanford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.-S.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>Understanding the Impact of Negative and Positive Traveler Reviews: Social Influence and Price Anchoring Efects</article-title>
          ,
          <source>Journal of Travel Research</source>
          <volume>55</volume>
          (
          <year>2016</year>
          )
          <fpage>993</fpage>
          -
          <lpage>1007</lpage>
          . URL: https://journals.sagepub.com/doi/10.1177/0047287515606810. doi:
          <volume>10</volume>
          .1177/ 0047287515606810.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.</given-names>
            <surname>Sema</surname>
          </string-name>
          ,
          <article-title>Does social media afect consumer decision-making</article-title>
          ,
          <source>MBA Student Scholarship</source>
          <volume>24</volume>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tanford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. L.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <article-title>Risk versus Reward: When Will Travelers Go the Distance?</article-title>
          ,
          <source>Journal of Travel Research</source>
          <volume>58</volume>
          (
          <year>2019</year>
          )
          <fpage>745</fpage>
          -
          <lpage>759</lpage>
          . URL: https://journals.sagepub.com/doi/10.1177/0047287518773910. doi:
          <volume>10</volume>
          .1177/0047287518773910.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>V.</given-names>
            <surname>Katsoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Laloumis</surname>
          </string-name>
          ,
          <article-title>The influence of online reviews on customers and travel agencies, Zeszyty Naukowe Małopolskiej Wyższej Szkoły Ekonomicznej w Tarnowie (</article-title>
          <year>2013</year>
          )
          <fpage>123</fpage>
          -
          <lpage>130</lpage>
          . Publisher: Małopolska Wyższa Szkoła Ekonomiczna w Tarnowie.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Almazán</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. O.</given-names>
            <surname>González</surname>
          </string-name>
          ,
          <article-title>Plataformas online en la 'nueva normalidad': el caso tripadvisor/online platforms and 'new normality': the tripadvisor case</article-title>
          ,
          <source>Revista Rosa dos Ventos-Turismo e Hospitalidade</source>
          <volume>13</volume>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>R.</given-names>
            <surname>Guerrero-Rodriguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Álvarez</surname>
          </string-name>
          <string-name>
            <surname>Carmona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Aranda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. P.</given-names>
            <surname>López-Monroy</surname>
          </string-name>
          ,
          <article-title>Studying online travel reviews related to tourist attractions using nlp methods: the case of guanajuato, mexico</article-title>
          ,
          <source>Current Issues in Tourism</source>
          <volume>26</volume>
          (
          <year>2023</year>
          )
          <fpage>289</fpage>
          -
          <lpage>304</lpage>
          . URL: https://doi.org/10.1080/13683500.
          <year>2021</year>
          .
          <volume>2007227</volume>
          . doi:
          <volume>10</volume>
          .1080/13683500.
          <year>2021</year>
          .
          <volume>2007227</volume>
          . arXiv:https://doi.org/10.1080/13683500.
          <year>2021</year>
          .
          <volume>2007227</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dey</surname>
          </string-name>
          ,
          <article-title>Mining marketing intelligence from online reviews using sentiment analysis</article-title>
          ,
          <source>International Journal of Intercultural Information Management</source>
          <volume>5</volume>
          (
          <year>2015</year>
          )
          <article-title>57</article-title>
          . URL: http://www. inderscience.com/link.php?id=72544. doi:
          <volume>10</volume>
          .1504/IJIIM.
          <year>2015</year>
          .
          <volume>072544</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G. I. Flores</given-names>
            <surname>Limaylla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. P.</given-names>
            <surname>Peña</surname>
          </string-name>
          <string-name>
            <surname>Alvarez</surname>
          </string-name>
          ,
          <article-title>Aprendizaje automático para la optimización de procesos de marketing digital en el sector turístico (</article-title>
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Law</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <article-title>The impact of online user reviews on hotel room sales</article-title>
          ,
          <source>International Journal of Hospitality Management</source>
          <volume>28</volume>
          (
          <year>2009</year>
          )
          <fpage>180</fpage>
          -
          <lpage>182</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>W.</given-names>
            <surname>Medhat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hassan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Korashy</surname>
          </string-name>
          ,
          <article-title>Sentiment analysis algorithms and applications: A survey</article-title>
          ,
          <source>Ain Shams engineering journal 5</source>
          (
          <year>2014</year>
          )
          <fpage>1093</fpage>
          -
          <lpage>1113</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Á</surname>
          </string-name>
          .
          <string-name>
            <surname>Álvarez-Carmona</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Aranda</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Arce-Cárdenas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Fajardo-Delgado</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Guerrero-Rodríguez</surname>
          </string-name>
          ,
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>