<!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>DSVS at REST-MEX 2025: A Multitask Approach for Sentiment, Place Type, and Town Classification in Spanish Reviews</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>David Vázquez-Santana</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sergio Damián-Sandoval</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cornelio Yáñez-Márquez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Edgardo Felipe-Riverón</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Centro de Investigación en Computación (CIC), Instituto Politécnico Nacional (IPN)</institution>
          ,
          <country country="MX">México</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>This paper presents a multitask learning approach for analyzing user-generated reviews from Mexican Pueblos Mágicos (Towns), as part of the REST-MEX 2025 shared task. We address three interrelated classification subtasks: (1) sentiment polarity on a 1-to-5 scale, (2) categorization of place type into Restaurant, Attractive, or Hotel, and (3) identification of the town being referenced among 40 possible classes. To tackle these tasks, we fine-tuned the pretrained pysentimiento/robertuito-base-cased model, originally trained on social media content in Spanish. Our training pipeline incorporates curriculum learning by presenting data in stages based on class frequency, and uses Automatic Weighted Loss to balance task priorities dynamically throughout training. Despite achieving promising results in sentiment and place type classification, the model exhibited poor performance in the town classification task. We analyze potential causes for this failure and outline directions for further experimentation to improve this subtask. Our findings highlight both the opportunities and limitations of multitask learning when applied to real-world, imbalanced, user-generated data in Spanish.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Multitask Learning</kwd>
        <kwd>Sentiment Analysis</kwd>
        <kwd>Curriculum Learning</kwd>
        <kwd>Automatic Weighted Loss</kwd>
        <kwd>Spanish Language Processing</kwd>
        <kwd>Roberta-based Models</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Reviews have always played a crucial role in the development of various economic activities, as they
provide valuable information for potential customers such as geographic identification, spatial context,
landmarks, and details about the activities or products ofered, including their costs. In the digital era,
sharing reviews has become even more relevant. Users can easily publish their experiences through
social media platforms, oficial websites, and travel forums. In this way, reviews influence perception,
decision-making, and design of commercial strategies [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3</xref>
        ].
      </p>
      <p>
        In particular, the tourism sector has been significantly transformed by the widespread availability
of user-generated content on travel platforms such as TripAdvisor, Booking, and Google Maps. These
reviews not only guide prospective travelers but also serve as a valuable data source for understanding
behavioral patterns, satisfaction levels, and areas of improvement in tourism services [
        <xref ref-type="bibr" rid="ref4 ref5 ref6">4, 5, 6</xref>
        ].
      </p>
      <p>
        In Mexico, tourism represents one of the most relevant economic activities [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], both due to its
contribution to the gross domestic product (GDP) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and its social and cultural impact [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Within this
context, the federal program Pueblos Mágicos was created by the Mexican Secretariat of Tourism in 2001
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], with the primary objective of promoting the integral development of communities with exceptional
historical, cultural, and natural attributes. Currently, these so-called Magical Towns receive thousands
of national and international visitors each year [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Analyzing tourist perception is essential to evaluate
the success of the program, identify areas of improvement, and promote sustainable, high-quality
tourism.
      </p>
      <sec id="sec-1-1">
        <title>1.1. Task Description</title>
        <p>In this work, we address a natural language processing (NLP) shared task focused on the automatic
analysis of reviews about tourist destinations in Mexico. The main goal is to classify reviews related to
the Pueblos Mágicos across three subtasks:
1. Sentiment polarity: This subtask involves evaluating the overall opinion expressed in each
review, assigning a score from 1 (very negative) to 5 (very positive).
2. Type of tourist site: The review may refer to a hotel, a restaurant, or a tourist attraction. The
goal is to classify the review into one of these three categories.
3. Corresponding /textitPueblo Mágico: This subtask consists of identifying which of the 60
possible Pueblos Mágicos the review refers to.</p>
      </sec>
      <sec id="sec-1-2">
        <title>1.2. Motivation</title>
        <p>Automatically classifying this type of information brings value both to academia and to the tourism
sector. The widespread use of social media and travel platforms generates large volumes of information
that can be mined to extract insights such as recurring topics, visitors’ sentiments, emerging trends,
and general criticisms or service issues. This is especially relevant in regions where tourism-related
activities represent a significant portion of the local economy, as is the case for the Pueblos Mágicos. In
such contexts, reviews can help monitor service quality and user satisfaction.</p>
        <p>
          From a scientific perspective, the proposed task contributes to advancements in text analysis and
NLP[
          <xref ref-type="bibr" rid="ref11 ref12 ref13">11, 12, 13</xref>
          ]. In particular, the REST-MEX 2025 shared task [14] provides a framework for exploring
how these methods can be applied to tourist reviews. This task is part of IberLEF 2025 [15], a congress
that promotes research in natural language processing through shared tasks.
        </p>
        <p>Furthermore, the tourism domain introduces specific linguistic and semantic challenges, such as
subjective expressions, metaphors, and emotionally charged descriptions, making this a dificult yet
valuable problem for the development of robust and adaptable models.</p>
      </sec>
      <sec id="sec-1-3">
        <title>1.3. Relevance and Challenges of the Task</title>
        <p>This task combines multiple subproblems in NLP and machine learning. Sentiment analysis on an
ordinal scale requires models capable of capturing subtle variations in emotional expressions, which
is more complex than binary classification. Additionally, identifying the type of tourist site demands
contextual understanding, as users do not always explicitly state whether they are referring to a
hotel, restaurant, or some other attraction. This semantic ambiguity requires the use of sophisticated
classification techniques and often benefits from multi-task learning approaches [16].</p>
        <p>Finally, assigning the correct Magical Town may seem trivial when geographical metadata is clearly
defined. However, in many cases, this information is ambiguous, incomplete, or even contradictory.
Solving this subproblem involves geographic disambiguation and inference based on the review’s textual
context.</p>
        <p>Overall, this task represents a comprehensive case study that combines ordinal classification,
multiclass categorization, and inference over informal, subjective user-generated text. It highlights the
need for intelligent systems capable of understanding and extracting structured insights from
unstructured data in real-world tourism contexts. The source code for this work can be found at
https://github.com/sdamians/DSVS_REST-MEX2025.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>In recent years, the automatic analysis of tourist reviews has gained interest in the fields of natural
language processing (NLP) and tourism research. Tasks such as sentiment polarity, classification of the
type of tourist site, and identification of the geographic location have been explored to extract useful
information from user-generated content.</p>
      <sec id="sec-2-1">
        <title>2.1. Sentiment Polarity in Tourism</title>
        <p>Sentiment polarity aims to detect the emotions or opinions expressed in text. This task has been widely
applied to tourism, especially in reviews of hotels and restaurants. One of the first works in this area
was done by Hu and Liu [17], who developed methods to find positive and negative opinions in product
reviews. Later, Ye et al. [18] applied machine learning to classify sentiment in hotel reviews, showing
that this type of analysis can help improve tourism services.</p>
        <p>More recently, researchers have used deep learning models such as LSTM and BERT to improve
the accuracy of sentiment analysis in tourism texts written in diferent languages [ 19, 20]. Some
studies also use ordinal scales (for example, from 1 to 5 stars) instead of just positive or negative labels
[21]. Classifying sentiments on this type of scale is more complex because it requires detecting small
diferences in tone and emotions.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Classification of Tourist Site Type</title>
        <p>Another important task is to classify the type of place mentioned in each review. For example, whether
the text refers to a hotel, a restaurant, a museum, an archaeological site, a beach, or any other attraction.
This task requires understanding the context because users usually do not directly mention the name of
the place or category.</p>
        <p>Some approaches use supervised learning models trained on labeled data to solve this problem [22].
Others combine keyword-based methods with deep learning to improve the accuracy in classifying
diferent types of tourist sites [ 23]. Multi-task learning models have also been used successfully to
predict sentiment and places at the same time, helping the model learn shared patterns from both tasks
[24].</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Geographic Identification and Disambiguation</title>
        <p>Identifying the geographic location described in a review is also a dificult task, especially when users
do not mention the name of the town or other clear clues. Geographic disambiguation techniques are
often used to address this problem. These techniques rely on lists of place names and contextual clues
in the text [25].</p>
        <p>In tourism, inferring geographic information from reviews can be useful for applications such as
planning travel routes [26, 27]. However, there is little research focused on this task in the context
of Spanish-language reviews, particularly those related to Mexican destinations such as the Pueblos
Mágicos.</p>
      </sec>
      <sec id="sec-2-4">
        <title>2.4. Learning Strategies for the Shared Task</title>
        <p>The integration of multiple tasks into a single model, as done in this work, requires learning strategies
that can improve convergence and performance. One widely used approach is Multi-Task Learning
(MTL), where a single model is trained to solve several tasks simultaneously. This aims to reach better
generalization through knowledge sharing among related tasks [28, 29].</p>
        <p>Another useful strategy is Curriculum Learning, which involves organizing the training data in a
meaningful order, for example, by starting with easier examples and gradually introducing more dificult
ones, which attempts to mimic human learning and can help NLP models converge faster [30].</p>
        <p>Finally, we incorporate an Automatic Weighted Loss scheme in order to let the model dynamically
adjust its weight loss function. This method allows the model to focus more on tasks that are harder or
with less certainty, improving the balance across multiple objectives [31].</p>
        <p>In summary, although many studies have analyzed sentiment polarity, classified types of location, or
identified locations individually, few have tackled all three aspects at once. This work contributes by
addressing these tasks together, using real reviews on tourist destinations in Mexico. This approach
helps us explore new challenges and develop solutions that take into account the specific language and
cultural context.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset and Preprocessing</title>
      <p>We used a dataset containing 207,873 Spanish-language reviews related to tourist experiences in Pueblos
Mágicos (Magical Towns) across Mexico. This dataset was provided as part of the shared task and was
processed by removing duplicate entries to ensure data quality and better balance. For all three subtasks,
the class labels were numerically encoded to facilitate model training. Sentiment scores are represented
as integers from 0 to 4 (in this case, we ignored the ordinal meaning of these classes), place types were
mapped to values {0: Restaurant, 1: Attractive, 2: Hotel}, and towns were encoded as integer values
from 0 to 39.</p>
      <sec id="sec-3-1">
        <title>3.1. Text Preprocessing</title>
        <p>All reviews were subjected to standard text normalization, including:
• Unicode normalization to standardize accented characters and the letter ñ.
• Removal of special characters, such as punctuation and non-alphabetic symbols.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Curriculum-Based Dataset Partitioning</title>
        <p>To support a curriculum learning strategy, the dataset was divided into five curriculum-based subsets,
using the task with the largest number of classes (Town) as the guiding reference. These subsets
were constructed based on the distribution of reviews per town, ensuring that each subset remained
representative and excluded towns whose sample counts deviated by more than three standard deviations
from the global distribution.</p>
        <p>This curriculum-based partitioning did not significantly afect the class distribution for the other
two subtasks (sentiment and place type), allowing consistent multitask training across all stages. The
original distribution for the training dataset for each subtask is shown in Figure 2.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Methodology</title>
      <p>We based our architecture on the pre-trained language model pysentimiento/robertuito
basecased [32], a Spanish RoBERTa variant fine-tuned in social media data. We hypothesized that
this model would be particularly well suited to the characteristics of the task, as the reviews in our
dataset are user-generated and often contain informal language. Additionally, the model is capable of
recognizing ofensive or colloquial expressions, which may be informative for the sentiment analysis
subtask.</p>
      <p>To handle the multitask setup, we implemented a shared encoder with three task-specific heads
corresponding to sentiment polarity classification, place type classification, and town classification. Training
was guided by the Automatic Weighted Loss strategy, which dynamically adjusts the contribution of
each task’s loss during training, allowing the model to prioritize tasks based on their dificulty and
learning dynamics.</p>
      <p>The training followed a curriculum learning approach. The dataset was divided into five subsets,
as described in Table 1, and these were introduced sequentially every three epochs. The curriculum
began with subsets containing reviews from the most frequently mentioned towns and progresses
toward those with fewer examples, encouraging the model to generalize from abundant to scarce data
distributions.</p>
      <p>Because the encoder model accepts a maximum input length of 128 tokens, reviews that exceed this
limit were truncated. This ensures uniform input sizes and reduces training complexity.</p>
      <p>Each curriculum subset was split into 90% for training and 10% for validation, maintaining the label
distribution across subtasks. Furthermore, we apply task-specific class weights to compensate for class
imbalances, especially in the town classification task where some towns are underrepresented. These
weights are updated dynamically depending on the class distribution present in each training subset.
Figure 3 presents the training process used for the shared task.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Results</title>
      <p>During the training process, we observed that the model consistently struggled with the town
classification task. Validation scores for this subtask decreased across epochs, suggesting that the model was
either overfitting to the training samples or failing to capture distinguishing patterns among the 40
town classes.</p>
      <p>We submitted three runs for evaluation on the oficial test set. Each subsequent submission involved
training the model for additional epochs in an attempt to improve its generalization. However, despite
this iterative process, the model failed to learn the town classification task, while successfully learning
the sentiment analysis and place type classification tasks.</p>
      <p>Table 2 summarizes the F1-scores obtained for each subtask and submission, including an overall
track score for each submission. As shown in Table 3, although our system did not reach the top 3 in
overall performance, it successfully outperformed the baseline, earning an Honorable Mention. This
result highlights areas of opportunity for further improvement. One possible direction for future work
is to conduct additional experiments that individually address each subtask. This would allow us to
better understand the strengths and weaknesses of our approach and determine whether a task-specific
strategy could lead to improved results compared to the baseline.</p>
      <sec id="sec-5-1">
        <title>5.1. Analysis of the Town Classification Task</title>
        <p>The poor performance on the town classification subtask may be attributed to several factors:
• High class imbalance: Certain towns were significantly underrepresented in the dataset, even
after applying class weighting. This imbalance may have hindered the model’s ability to generalize.
• Semantic overlap: Reviews for diferent towns may contain highly similar vocabulary, especially
when describing common tourist experiences (e.g., beaches, hotels, local food), which may confuse
the model.
• Suboptimal task balancing: The failure to efectively adjust the automatic loss weighting or
to design an appropriate curriculum learning schedule may have limited the model’s capacity
to balance learning across tasks. Alternatively, training separate models per task could have
improved performance.
• Lack of town-specific context : The model may require auxiliary information (e.g., town
descriptions, metadata, or structured features) to efectively distinguish between classes with
subtle textual cues.
• Interference from multitask learning: Training all subtasks simultaneously may have caused
conflicting learning signals, particularly if the objectives of diferent tasks are not fully aligned.
This interference could have negatively impacted the model’s ability to focus on the town
classification subtask.</p>
        <p>In future iterations, this subtask could benefit from techniques such as town-specific prompts,
hierarchical classification, external knowledge integration (e.g., town profiles), or contrastive learning
methods to improve class separation in the representation space.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions</title>
      <p>In this work, we explored a multitask learning approach for analyzing user-generated reviews
from Mexican Pueblos Mágicos, addressing three interconnected tasks: sentiment polarity, place
type classification, and town identification. By leveraging the pretrained language model
pysentimiento/robertuito-base-cased, along with strategies such as curriculum learning and
Automatic Weighted Loss, we aimed to improve generalization across diverse and imbalanced classes.</p>
      <p>Our results demonstrate that the model is capable of efectively learning the sentiment and place type
tasks, even under a multitask setup. However, the town classification task remained a major challenge,
with the model failing to meaningfully distinguish among the 40 town classes. This outcome highlights
the dificulty of this subtask, which is likely influenced by vocabulary overlap, class imbalance, and loss
of contextual information due to input truncation.</p>
      <p>Key insights from this study include:
• Multitask learning can be successfully applied to related classification tasks, especially when
there is shared semantic structure.
• Curriculum learning may help when dealing with highly imbalanced datasets, by progressively
introducing more dificult or sparse classes.
• Automatic Weighted Loss is a valuable technique for dynamically adjusting learning focus, though
it may require further tuning for tasks with high asymmetry in dificulty.
• Complex subtasks like town classification may require additional experimentation and targeted
strategies to be efectively solved.</p>
      <p>As future work, we plan to continue experimenting with alternative training strategies and
taskspecific enhancements to improve performance in the town classification subtask, while preserving the
gains achieved in the other tasks.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This work was done with partial support from the Mexican Government through Secretaría de Ciencia,
Humanidades, Tecnología e Innovación (SECIHTI) and Instituto Politécnico Nacional (IPN).</p>
    </sec>
    <sec id="sec-8">
      <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.
V. Muñis-Sánchez, A. P. Pastor-López, F. Sánchez-Vega, Overview of rest-mex at iberlef 2023:
Research on sentiment analysis task for mexican tourist texts, Procesamiento del Lenguaje Natural
71 (2023).
[14] 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.
[15] 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.
[16] S. Ruder, An overview of multi-task learning in deep neural networks, arXiv preprint
arXiv:1706.05098 (2017).
[17] M. Hu, B. Liu, Mining and summarizing customer reviews, in: Proceedings of the tenth ACM</p>
      <p>SIGKDD international conference on Knowledge discovery and data mining, 2004, pp. 168–177.
[18] Q. Ye, Z. Zhang, R. Law, Sentiment classification of online reviews to travel destinations by
supervised machine learning approaches, Expert systems with applications 36 (2009) 6527–6535.
[19] M. Fu, L. Pan, Sentiment analysis of tourist scenic spots internet comments based on lstm,</p>
      <p>Mathematical Problems in Engineering 2022 (2022) 5944954.
[20] V. Arefieva, R. Egger, Tourbert: a pretrained language model for the tourism industry. arxiv prepr,
arXiv preprint arXiv:2201.07449 (2022).
[21] L. Dong, F. Wei, S. Liu, M. Zhou, K. Xu, A statistical parsing framework for sentiment classification,</p>
      <p>Computational Linguistics 41 (2015) 293–336.
[22] Q. Cheng, W. Shi, Hierarchical multi-label text classification of tourism resources using a
labelaware dual graph attention network, Information Processing &amp; Management 62 (2025) 103952.
[23] Q. Li, S. Li, J. Hu, S. Zhang, J. Hu, Tourism review sentiment classification using a
bidirectional recurrent neural network with an attention mechanism and topic-enriched word vectors,
Sustainability 10 (2018) 3313.
[24] P. Liu, X. Qiu, X. Huang, Recurrent neural network for text classification with multi-task learning,
arXiv preprint arXiv:1605.05101 (2016).
[25] Y. L. Zaila, D. Montesi, Geographic information extraction, disambiguation and ranking techniques,
in: Proceedings of the 9th Workshop on Geographic Information Retrieval, 2015, pp. 1–7.
[26] B. Han, P. Cook, T. Baldwin, Text-based twitter user geolocation prediction, Journal of Artificial</p>
      <p>Intelligence Research 49 (2014) 451–500.
[27] S. Roller, M. Speriosu, S. Rallapalli, B. Wing, J. Baldridge, Supervised text-based geolocation using
language models on an adaptive grid, in: Proceedings of the 2012 joint conference on empirical
methods in natural language processing and computational natural language learning, 2012, pp.
1500–1510.
[28] R. Caruana, Multitask learning, Machine learning 28 (1997) 41–75.
[29] R. Collobert, J. Weston, A unified architecture for natural language processing: Deep neural
networks with multitask learning, in: Proceedings of the 25th international conference on
Machine learning, 2008, pp. 160–167.
[30] Y. Bengio, J. Louradour, R. Collobert, J. Weston, Curriculum learning, in: Proceedings of the 26th
annual international conference on machine learning, 2009, pp. 41–48.
[31] A. Kendall, Y. Gal, R. Cipolla, Multi-task learning using uncertainty to weigh losses for scene
geometry and semantics, in: Proceedings of the IEEE conference on computer vision and pattern
recognition, 2018, pp. 7482–7491.
[32] J. M. Pérez, D. A. Furman, L. Alonso Alemany, F. M. Luque, RoBERTuito: a pre-trained language
model for social media text in Spanish, in: Proceedings of the Thirteenth Language Resources and
Evaluation Conference, European Language Resources Association, Marseille, France, 2022, pp.
7235–7243. URL: https://aclanthology.org/2022.lrec-1.785.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Chevalier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Mayzlin</surname>
          </string-name>
          ,
          <article-title>The efect of word of mouth on sales: Online book reviews</article-title>
          ,
          <source>Journal of Marketing Research</source>
          <volume>43</volume>
          (
          <year>2006</year>
          )
          <fpage>345</fpage>
          -
          <lpage>354</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>Opinion mining and summarization of hotel reviews</article-title>
          ,
          <source>Proceedings of the ACM International Conference on Information and Knowledge Management (CIKM)</source>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Filieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>McLeay</surname>
          </string-name>
          ,
          <article-title>E-wom and accommodation: An analysis of the factors that influence travelers' adoption of information from online reviews</article-title>
          ,
          <source>Journal of travel research 53</source>
          (
          <year>2014</year>
          )
          <fpage>44</fpage>
          -
          <lpage>57</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <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="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Á.</given-names>
            <surname>Díaz-Pacheco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Guerrero-Rodríguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Á</surname>
          </string-name>
          .
          <string-name>
            <surname>Álvarez-Carmona</surname>
            ,
            <given-names>A. Y.</given-names>
          </string-name>
          <string-name>
            <surname>Rodríguez-GonzÁlez</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Aranda</surname>
          </string-name>
          ,
          <article-title>A comprehensive deep learning approach for topic discovering and sentiment analysis of textual information in tourism</article-title>
          ,
          <source>Journal of King Saud University - Computer and Information Sciences</source>
          <volume>35</volume>
          (
          <year>2023</year>
          )
          <article-title>101746</article-title>
          . URL: http://dx.doi.org/10.1016/j.jksuci.
          <year>2023</year>
          .
          <volume>101746</volume>
          . doi:
          <volume>10</volume>
          .1016/j. jksuci.
          <year>2023</year>
          .
          <volume>101746</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7] S. de Turismo de México,
          <source>Compendio estadístico del turismo en méxico</source>
          <year>2023</year>
          , https://datatur.sectur. gob.mx/SitePages/CompendioEstadistico.aspx,
          <year>2023</year>
          . Disponible en: https://datatur.sectur.gob.mx/ SitePages/CompendioEstadistico.aspx.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>INEGI</surname>
          </string-name>
          ,
          <source>Cuenta satélite del turismo de méxico</source>
          <year>2023</year>
          , https://datatur.sectur.gob.mx/SitePages/ ProductoDestacado3.aspx,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>F. G.</given-names>
            <surname>Reverté</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Pérez</surname>
          </string-name>
          ,
          <article-title>El impacto cultural y social de los eventos celebrados en destinos turísticos</article-title>
          . la percepción desde el punto de vista de los organizadores, Cuadernos de turismo (
          <year>2017</year>
          )
          <fpage>339</fpage>
          -
          <lpage>362</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10] S. de Turismo, Programa pueblos mágicos, https://www.gob.mx/sectur/acciones-y
          <article-title>-programas/ programa-pueblos-</article-title>
          <string-name>
            <surname>magicos</surname>
          </string-name>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <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>
            ,
            <given-names>A. P.</given-names>
          </string-name>
          <string-name>
            <surname>López-Monroy</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Martínez-Miranda</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Pérez-Espinosa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rodríguez-González</surname>
          </string-name>
          ,
          <article-title>Overview of rest-mex at iberlef 2021: Recommendation system for text mexican tourism</article-title>
          ,
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>67</volume>
          (
          <year>2021</year>
          ). doi:https://doi.org/10.26342/2021-67-14.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Á</surname>
          </string-name>
          .
          <article-title>Álvarez-Carmona, Á</article-title>
          . Díaz-Pacheco,
          <string-name>
            <given-names>R.</given-names>
            <surname>Aranda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Y.</given-names>
            <surname>Rodríguez-González</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Fajardo-Delgado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Guerrero-Rodríguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Bustio-Martínez</surname>
          </string-name>
          ,
          <article-title>Overview of rest-mex at iberlef 2022: Recommendation system, sentiment analysis and covid semaphore prediction for mexican tourist texts</article-title>
          ,
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>69</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>M.</given-names>
            <surname>Á</surname>
          </string-name>
          .
          <article-title>Álvarez-Carmona, Á</article-title>
          . Díaz-Pacheco,
          <string-name>
            <given-names>R.</given-names>
            <surname>Aranda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Y.</given-names>
            <surname>Rodríguez-González</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Bustio-Martínez</surname>
          </string-name>
          ,
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>