<!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>A test of Mutual Information Features in Multi-Task Classification Spanish Tourist Reviews</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alejandra Romero-Canton</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jose Ramon Aranda-Romero</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Secretaría de Educación del Gobierno del Estado de Yucatán</institution>
          ,
          <addr-line>Mérida</addr-line>
          ,
          <country country="MX">México</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>We propose a Mutual Information (MI)-based framework for balanced classification of Spanish-language tourist reviews using the Rest-Mex 2025 dataset. Our system predicts sentiment polarity, business type (hotel, restaurant, attraction), and geographic location (state and municipality) from over 200,000 annotated entries. We address class imbalance through redundancy pruning and synthetic data augmentation while weighting feature tokens using normalized MI scores. These scores are computed across class labels to capture the discriminative power of each term. Combined with FastText classifiers and rich preprocessing pipelines, our MI-driven approach improves fairness, interpretability, and accuracy in multi-label tourism classification tasks. Results show strong performance in business type classification (F1 = 0.9687) and improved balance across minority classes. This work highlights the potential of combining statistical information-theoretic measures with modern NLP pipelines for real-world tourism sentiment analysis.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Mutual Information</kwd>
        <kwd>Sentiment Analysis</kwd>
        <kwd>Rest-Mex</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Travel &amp; Tourism Competitiveness Report (TTCR) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], published by the World Economic Forum, the
Travel &amp; Tourism (T&amp;T) industry was highlighted as undergoing significant expansion. According to
the World Tourism Organization (UNWTO), global international tourist arrivals had reached 1.4 billion
in 2018—an achievement that surpassed previous forecasts by two years. Nonetheless, the TTCR also
cautioned that unchecked growth and competitiveness could jeopardize the very resources that sustain
the sector.
      </p>
      <p>
        Two years later, the outlook of the T&amp;T industry shifted dramatically. The COVID-19 pandemic dealt
a severe blow to travel demand, causing widespread disruption through lockdowns, travel bans, and
the collapse of international mobility. These efects were not limited to businesses but extended to
economies reliant on tourism. Although signs of recovery are now evident, they vary notably across
regions and markets. The path forward is further complicated by global events such as the war in
Ukraine [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>These disruptions have likely led to lasting transformations in both the industry and traveler
behavior. Tourists are now more attentive to health and sanitation at destinations, and remain wary of
potential COVID variants, regulatory changes, and travel interruptions. The pause in global travel
has also encouraged reflection on the environmental impact of tourism. In response, both
governments and tourism enterprises have begun reevaluating their strategies, reallocating investments, and
implementing measures to better manage risk and evolving consumer expectations.</p>
      <p>
        Beyond the pandemic, the tourism sector has undergone a technological shift over the past decade.
Innovations in digitization, information and communication technologies, machine learning, robotics,
and artificial intelligence (AI) have reshaped the way travelers interact with destinations [
        <xref ref-type="bibr" rid="ref3 ref4 ref5 ref6 ref7 ref8">3, 4, 5, 6, 7, 8</xref>
        ].
Today, most international travelers rely on digital platforms to plan their trips, with online information
playing a significant role in their decision-making process [
        <xref ref-type="bibr" rid="ref10 ref11 ref9">9, 10, 11</xref>
        ].
      </p>
      <p>Sentiment analysis and classification of user-generated content in tourism ofer significant insights
into customer satisfaction, regional trends, and service quality. However, data imbalance and noisy labels
present major challenges. While recent NLP pipelines leverage embeddings and deep learning, they often
underperform for low-resource classes. This paper presents a hybrid approach that combines Mutual
Information (MI)-based feature weighting with class balancing to enhance classification robustness on
the Rest-Mex 2025 corpus.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Dataset Description</title>
      <p>
        Unlike the past editions [
        <xref ref-type="bibr" rid="ref12 ref13">12, 13, 14</xref>
        ], the Rest-Mex 2025 corpus [15, 16], containing 208,051 reviews
labeled with:
• Sentiment Polarity: Ordinal scale from 1 (very negative) to 5 (very positive).
• Business Type: Hotel, Restaurant, Attraction.
      </p>
      <p>• Geographic Location: State and municipality in Mexico.</p>
      <p>The dataset is multilingual, domain-specific, and imbalanced, with towns like Tulum overrepresented.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <sec id="sec-3-1">
        <title>3.1. Text Preprocessing</title>
        <p>Each review is normalized using a custom class, including:
• Lowercasing, whitespace trimming.
• Stopword removal (extended Spanish list).
• Digit normalization via semantic character replacement.
• Tokenization (NLTK), Lemmatization (spaCy).</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Mutual Information Feature Extraction</title>
        <p>The main contribution of this stage, compared to previous work such as [17], lies in how we extract
informative features for each classification subtask (i.e., sentiment polarity, business type, and geographic
location). Inspired by earlier applications of Mutual Information (MI) in NLP [18, 19], we leverage MI to
quantify the association between words and class labels across the Rest-Mex 2025 dataset.</p>
        <p>Mutual Information measures the shared information between two variables,  and  , and is defined
as:
 (,  ) =  (,  ) log
︂(</p>
        <p>(,  ) )︂
 () ( )
(1)
independent,  (,  ) ≈
classes [20].</p>
        <p>where  (,  ) denotes the joint probability of observing word  in class  . When  and  are
0, implying that  carries no useful signal for predicting  . In contrast,
high MI values indicate strong association, making such words discriminative for their corresponding
each class  ∈  (e.g., sentiment levels or location labels):</p>
        <p>In our application, each token  ∈  (where  is the vocabulary of the corpus) is evaluated against
power.</p>
        <p>association.
• If word  occurs uniformly across all classes,  (, ) ≈ 0, ofering little to no discriminative
• If  is mostly exclusive to class , then  (, ) &gt; 0, suggesting strong relevance.
• If  appears frequently in other classes but rarely in , then  (, ) &lt; 0, indicating negative
To enhance the representational power of each class, we expand the high-MI words by including up to
ifve synonyms retrieved via WordNet, assigning each synonym the same MI score as the original word.
This results in a trained feature set Ω  for class , where each element is a tuple , = (,, , ),
representing a word and its normalized MI score. This enriched feature space captures both statistical
relevance and semantic diversity, providing a more robust foundation for classification [21].</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Balancing Strategy</title>
        <p>For overrepresented classes: remove redundant reviews via hybrid Jaccard/Fuzzy similarity. For
underrepresented classes: generate synthetic reviews using MI-rich vocabulary templates. All classes are
equalized to the global mean number of instances ¯.</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Model Training and Prediction</title>
        <p>We train three FastText classifiers on balanced, MI-weighted inputs:
• Polarity model (5-class ordinal).
• Business type model (3-class nominal).</p>
        <p>• Location model (40-class multiclass).</p>
        <p>Prediction follows softmax scoring, with highest probability label chosen per model.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results and Evaluation</title>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions</title>
      <p>MI-based features can not improved minority class performance either reduced confusion in adjacent
polarities.</p>
      <p>In this work, we proposed a Mutual Information-driven approach for balanced text classification in
the context of the Rest-Mex 2025 challenge. By integrating MI-based feature selection with strategic
data balancing—through redundancy reduction and synthetic augmentation—we aimed to mitigate the
limitations caused by class imbalance and noisy inputs. The MI scores helped us identify discriminative
terms for each class, improving interpretability and enabling targeted vocabulary expansion via synonym
enrichment.</p>
      <p>Compared to previous MI-based models, our methodology benefits from a more refined preprocessing
pipeline and multi-label FastText classifiers tailored for sentiment, business type, and geographic
prediction. The results show low performance on the business classification task and acceptable results
in more complex subtasks like location and sentiment polarity. In the context of this task, MI is not
enough for solving problems with many data, as it gets confused.</p>
      <p>Nonetheless, challenges remain. Some tokens with high MI values were semantically irrelevant or
derived from noisy user-generated content (e.g., queretarcdm, metrocdmx). Future work will focus on
automatic filtering of such terms, integrating contextual embeddings, and refining semantic augmentation
strategies to further improve robustness and fairness across all classes.</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.
dation system, sentiment analysis and covid semaphore prediction for mexican tourist texts,
Procesamiento del Lenguaje Natural 69 (2022).
[14] M. Á. Álvarez-Carmona, Á. Díaz-Pacheco, R. Aranda, A. Y. Rodríguez-González, L. Bustio-Martínez,
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).
[15] 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.
[16] 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.
[17] A. Romero-Cantón, R. Aranda, AngelDiaz-Pacheco, J. P. Ramírez-Silva, Mexican epidemiological
semaphore color prediction by means of mutual information features, in: CEUR Workshop
Proceedings, Coruña, Spain, 2022.
[18] R. Guerrero-Rodriguez, M. Á. Álvarez-Carmona, R. Aranda, A. P. López-Monroy, Studying
online travel reviews related to tourist attractions using nlp methods: the case of guanajuato,
mexico, Current Issues in Tourism (2021) 1–16. doi:https://doi.org/10.1080/13683500.
2021.2007227.
[19] R. D. Hjelm, A. Fedorov, S. Lavoie-Marchildon, K. Grewal, P. Bachman, A. Trischler, Y. Bengio,
Learning deep representations by mutual information estimation and maximization, arXiv preprint
arXiv:1808.06670 (2018).
[20] M. Ravanelli, Y. Bengio, Learning speaker representations with mutual information, arXiv preprint
arXiv:1812.00271 (2018).
[21] M. Á. Álvarez-Carmona, M. Franco-Salvador, E. Villatoro-Tello, M. Montes-y Gómez, P. Rosso,
L. Villaseñor-Pineda, Semantically-informed distance and similarity measures for paraphrase
plagiarism identification, Journal of Intelligent &amp; Fuzzy Systems 34 (2018) 2983–2990. doi: 10.
3233/JIFS-169483, publisher: IOS Press.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>L. U.</given-names>
            <surname>Calderwood</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Soshkin</surname>
          </string-name>
          ,
          <source>The travel and tourism competitiveness report</source>
          <year>2019</year>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <source>[2] Travel &amp; tourism development index</source>
          <year>2021</year>
          ,
          <article-title>rebuilding for a sustainable and resilient future</article-title>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R. T.</given-names>
            <surname>Qiu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <article-title>Social costs of tourism during the covid-19 pandemic</article-title>
          ,
          <source>Annals of Tourism Research</source>
          <volume>84</volume>
          (
          <year>2020</year>
          )
          <article-title>102994</article-title>
          . URL: https://www.sciencedirect.com/science/article/pii/ S0160738320301389. doi:https://doi.org/10.1016/j.annals.
          <year>2020</year>
          .
          <volume>102994</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gossling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Scott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. M.</given-names>
            <surname>Hall</surname>
          </string-name>
          , Pandemics, tourism
          <article-title>and global change: a rapid assessment of covid-</article-title>
          19
          <source>, Journal of Sustainable Tourism</source>
          <volume>29</volume>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>20</lpage>
          . URL: https://doi.org/10.1080/09669582.
          <year>2020</year>
          .
          <volume>1758708</volume>
          . doi:
          <volume>10</volume>
          .1080/09669582.
          <year>2020</year>
          .
          <volume>1758708</volume>
          . arXiv:https://doi.org/10.1080/09669582.
          <year>2020</year>
          .
          <volume>1758708</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>J.</given-names>
            <surname>Guerra-Montenegro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sanchez-Medina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Lana</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
            Sanchez-Rodriguez,
            <given-names>I.</given-names>
          </string-name>
          <string-name>
            <surname>Alonso-Gonzalez</surname>
          </string-name>
          ,
          <source>J. Del Ser</source>
          ,
          <article-title>Computational intelligence in the hospitality industry: A systematic literature review and a prospect of challenges</article-title>
          ,
          <source>Applied Soft Computing</source>
          <volume>102</volume>
          (
          <year>2021</year>
          )
          <article-title>107082</article-title>
          . URL: https://www. sciencedirect.com/science/article/pii/S1568494621000053. doi:https://doi.org/10.1016/j. asoc.
          <year>2021</year>
          .
          <volume>107082</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D.</given-names>
            <surname>Buhalis</surname>
          </string-name>
          ,
          <article-title>Technology in tourism-from information communication technologies to eTourism and smart tourism towards ambient intelligence tourism: a perspective article</article-title>
          ,
          <source>Tourism Review</source>
          <volume>75</volume>
          (
          <year>2020</year>
          )
          <fpage>267</fpage>
          -
          <lpage>272</lpage>
          . URL: https://doi.org/10.1108/TR-06-2019-0258. doi:
          <volume>10</volume>
          .1108/TR-06-2019-0258, publisher: Emerald Publishing Limited.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <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>R.</given-names>
            <surname>Guerrero-Rodríguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. A. C.</given-names>
            <surname>Chávez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Y.</given-names>
            <surname>RodríguezGonzález</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Ramírez-Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Aranda</surname>
          </string-name>
          ,
          <article-title>Artificial intelligence methods to support the research of destination image in tourism. a systematic review</article-title>
          ,
          <source>Journal of Experimental &amp; Theoretical Artificial Intelligence</source>
          <volume>0</volume>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>31</lpage>
          . doi:
          <volume>10</volume>
          .1080/0952813X.
          <year>2022</year>
          .
          <volume>2153276</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <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>
          ,
          <string-name>
            <given-names>A. Y.</given-names>
            <surname>Rodríguez-Gonzalez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Fajardo-Delgado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. G.</given-names>
            <surname>Sánchez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Pérez-Espinosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Martínez-Miranda</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>Ángel DíazPacheco, Natural language processing applied to tourism research: A systematic review and future research directions</article-title>
          ,
          <source>Journal of King Saud University - Computer and Information Sciences</source>
          <volume>34</volume>
          (
          <year>2022</year>
          )
          <fpage>10125</fpage>
          -
          <lpage>10144</lpage>
          . URL: https://www.sciencedirect.com/science/article/pii/S1319157822003615. doi:https://doi.org/10.1016/j.jksuci.
          <year>2022</year>
          .
          <volume>10</volume>
          .010.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>F. A. C.</given-names>
            <surname>Calderón</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. V. V.</given-names>
            <surname>Blanco</surname>
          </string-name>
          , Impacto de internet en el sector turístico,
          <source>Revista UNIANDES Episteme</source>
          <volume>4</volume>
          (
          <year>2017</year>
          )
          <fpage>477</fpage>
          -
          <lpage>490</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <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="ref11">
        <mixed-citation>
          [11]
          <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="ref12">
        <mixed-citation>
          [12]
          <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="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>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: Recommen-</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>