<!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>SINAI at PROFE 2025: Testing the Reading Comprehension of GEMINI 2.0 Flash</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>María Victoria Cantero-Romero</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Salud María Jiménez-Zafra</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Science Department, SINAI, CEATIC, Universidad de Jaén</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Spanish Philology, SINAI, CEATIC, Universidad de Jaén</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>This paper presents a zero-shot evaluation of a large language model applied to automatic reading comprehension in Spanish. The experiment was conducted as part of the PROFE 2025 shared task of IberLEF 2025 workshop. It focused on the first subtask, which consists of multiple choice questions based on DELE exam texts. The model received no training examples, and a task-specific prompt was carefully designed to simulate real test conditions. Specifically, the model tested was Gemini 2.0 Flash, which achieved an accuracy of 0.91, demonstrating strong performance on standardized reading comprehension tasks in Spanish. This result contributes to ongoing research on automatic reading comprehension by showing that large language models can successfully interpret real-world assessment items, provided that they are guided by well-structured and pedagogically motivated prompts.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Automatic reading comprehension</kwd>
        <kwd>DELE</kwd>
        <kwd>multiple choice tests</kwd>
        <kwd>Spanish</kwd>
        <kwd>zero-shot</kwd>
        <kwd>large language models</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Automatic reading comprehension is a key area of research within Natural Language Processing (NLP),
concerned with evaluating the ability of language models to understand written texts [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The primary
goal of this field is to develop systems capable of interpreting and reasoning on texts in a way that
approximates human performance [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Previous studies have explored this task in various languages
[
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ], highlighting both methodological challenges and promising results.
      </p>
      <p>
        The PROFE 2025 shared task [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], proposed as part of the IberLEF 2025 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] evaluation campaign, seeks
to assess the performance of transfer learning approaches and generative large language models (LLMs)
in reading comprehension tasks, specifically in Spanish. For this purpose, a set of standardized exercises
from the Diplomas de Español como Lengua Extranjera (DELE), developed by the Instituto Cervantes,
has been employed.
      </p>
      <p>
        According to the Diccionario de términos clave de ELE published by the Instituto Cervantes, reading
comprehension is one of the core communicative skills. It entails not only the decoding of linguistic
information, but also the activation of cognitive, perceptual, attitudinal, and sociocultural processes
that contribute to textual interpretation [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>Understanding to what extent LLMs can successfully engage with such multifaceted tasks is critical,
as reading comprehension involves far more than syntactic or lexical processing alone. The outcomes of
this study provide insights into the current capabilities and limitations of LLMs in Spanish, contributing
to the broader discussion on multilingual comprehension and model generalization.</p>
      <p>In this context, the SINAI research group contributed to the PROFE 2025 shared task addressing the
ifrst subtask, which targets multiple choice reading comprehension exercises in Spanish.</p>
      <p>The remainder of this paper is organized as follows. Section 2 describes the PROFE 2025 shared task.
Section 3 outlines the methodology and prompt design. Section 4 details the experimental setup and
the model used. Section 5 presents the results and a discussion of the main findings. Finally, Section 6
provides the conclusions and outlines directions for future work.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Task description</title>
      <p>
        The PROFE shared task [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] is designed to evaluate the capacity of transfer learning approaches or
generative LLMs to accurately solve reading comprehension exercises from the exams of the Diplomas
de Español como Lengua Extranjera (DELE), issued by the Cervantes Institute. The organizers do not
provide training data to evaluate the systems under the same conditions as humans, that is, the systems
receive a set of exercises with their corresponding instructions, but no specific training material.
      </p>
      <p>The task comprises three subtasks but, in the present study, we focus exclusively on the first one. A
brief description of each subtask is provided below:
1. Subtask 1: Multiple choice. It involves reading a text, whose length varies according to the
proficiency level, and answering a set of multiple choice questions. Each question presents several
options, from which the model must select the most appropriate one.
2. Subtask 2: Matching. It requires establishing correspondences between two sets of texts. Items
from one set must be matched with their corresponding elements in the other, based on semantic
and pragmatic coherence. There is only one possible matching per text, but the first set can
contain extra unnecessary texts.
3. Subtask 3: Filling the gap. It consists of completing a partially elided text by inserting
appropriate fragments provided in a separate list.</p>
      <p>The dataset used in the shared task, IC-UNED-RC-ES, is based on real Spanish language proficiency
exams developed by the Instituto Cervantes. These exams, created by certified experts in language
assessment, span CEFR levels from A1 to C2 and have been digitized for computational use. The complete
dataset contains 282 exams and 855 individual exercises, amounting to a total of 6,146 evaluation points
distributed across the three task types: multiple choice, matching, and filling the gap. For this edition of
the task, the organizers have used approximately 50% of the available material, while the remaining
data have been reserved for future evaluations.</p>
      <p>Regarding the evaluation, the main evaluation metric used is accuracy, defined as the proportion
of correctly answered items. Performance is assessed from two perspectives. First, at the item level,
each correct response is counted individually. Second, at the exam level, a system is considered to have
passed an exam if it achieves an accuracy above 60%. This exam-level evaluation is applied only to
systems participating in the three subtasks. Accuracy was selected as the primary metric because each
question has a single correct answer, and it is also the criterion used to evaluate human candidates in
the original DELE exams, enabling direct comparison between human and model performance.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>As previously stated, this study focuses on the first subtask of the PROFE 2025 challenge: answering
multiple choice reading comprehension questions based on texts from the DELE exams developed by
the Instituto Cervantes.</p>
      <p>
        To conduct our experiments, we designed a detailed prompt following established principles of
prompt engineering [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The objective was to guide the language model to perform the task as reliably
and accurately as possible. The design prioritized clarity, precision, and the inclusion of contextually
relevant cues. Drawing on the recommendations of Morales-Chan (2023), the prompt included explicit
task instructions and role assignment to optimize the model’s alignment with the intended behavior.
      </p>
      <p>The role assigned to the model was that of an expert in the Spanish language and its teaching as a
foreign language, with the additional specification that it was acting as a DELE test developer. This role
was selected to match the nature of the task: solving DELE-style comprehension exercises, which require
not only linguistic understanding but also familiarity with the structure and intent of standardized
language assessments.</p>
      <p>
        In addition to role specification, the prompt incorporated constraints and guidance similar to those
provided to human learners preparing for DELE exams [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. This included contextualizing the task,
Eres un experto en español y en su enseñanza como lengua extranjera. Vas a corregir un ejercicio de
comprensión lectora. Este ejercicio es de nivel NIVEL_DEL_EXAMEN. Lee el siguiente texto y contesta
a las preguntas.
      </p>
      <p>Tienes que elegir una de las opciones. Debes comprender la idea principal, hay normalmente una
pregunta sobre ello y también la información concreta que hay en el texto, NO sobreentiendas respuestas.
Las respuestas verdaderas no siempre son las que más información tengan. En ocasiones debes prestar
atención a toda la información y reflexionar, puesto que la respuesta no está en una frase, si no en el
conjunto del texto, para ello fíjate en tiempos verbales, marcadores del discurso y pronombres. Recuerda
que no siempre son las mismas palabras en el texto y en las preguntas. Algunas preguntas son sobre la
intención del texto.</p>
      <p>Cada pregunta tiene un identificador único (questionId) que debes respetar exactamente. Estos
identificadores tienen este formato:
&lt;nivel&gt;_&lt;fecha&gt;_&lt;ejercicio&gt;_&lt;pregunta&gt;
Donde:
- &lt;nivel&gt; es el nivel del examen (por ejemplo, B2)
- &lt;fecha&gt; es la fecha del examen con año de cuatro cifras (por ejemplo, 2010-05-22)
- &lt;ejercicio&gt; es el ejercicio, por ejemplo E1
- &lt;pregunta&gt; es el número de la pregunta, como Q1, Q2, etc.</p>
      <p>Ejemplo correcto de identificador:
B2_2010-05-22_E1_Q3
Debes usar exactamente los identificadores que se te muestran a continuación, sin modificarlos:
IDS_VÁLIDOS
Devuelve las respuestas en formato JSON con estos identificadores como claves y una sola letra como
valor (A, B, C...).</p>
      <p>No inventes identificadores ni des explicaciones. No escribas ‘ninguna de las anteriores’.</p>
      <p>Ejemplo:
{
B2_2010-05-22_E1_Q3: A,
B2_2010-05-22_E1_Q4: B
}
TEXTO_EXAMEN</p>
      <p>PREGUNTAS: PREGUNTAS_EXAMEN
emphasizing attention to textual details, and clarifying that the goal was to select the most appropriate
option among several possible answers.</p>
      <p>Finally, the prompt concluded with instructions for formatting the output clearly and consistently,
ensuring that the model’s responses could be evaluated automatically and without ambiguity.</p>
      <p>To arrive at the final prompt configuration, a series of tests were conducted using texts extracted from
DELE preparation books in order to evaluate prompt efectiveness prior to the oficial task submission.
Furthermore, texts were grouped and evaluated by CEFR level, as the model was found to perform more
accurately.</p>
      <p>The full prompt used is presented in Figure 1.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Experimental set up</title>
      <p>
        This study was conducted using a zero-shot [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] approach, in which the language model was not
provided with any examples prior to answering the questions. This setting was selected to evaluate the
model’s intrinsic ability to perform reading comprehension based solely on the knowledge acquired
during pretraining.
      </p>
      <p>The objective was to assess the generalization capacity of the model when faced with unseen
domainspecific tasks, specifically standardized reading comprehension exercises from the DELE exams, without
relying on fine-tuning or in-context learning.</p>
      <p>
        For the experiments, we used Gemini 2.0 Flash [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], developed by Google, a state-of-the-art large
language model designed for high-speed inference and optimized performance across a variety of NLP
tasks. No additional training or adaptation was applied prior to the evaluation. Gemini 2.0 Flash was
accessed via the oficial google.genai Python SDK. All experiments were executed in Google Colab, using
Python 3.11 in a standard notebook environment without GPU acceleration.
      </p>
      <p>The experiments were performed by CEFR levels, generating one response for each exam of the
corresponding level. For this, the dataset, provided in JSON format, was filtered to select only the exams
of a specific CEFR level (A1, A2, B1, B1, B2, C1 or C2), and each exam was processed as a complete
unit including the exam text and all its associated multiple-choice questions. Thus, the model Gemini
2.0 Flash independently evaluated each exam with a dynamically generated prompt (Figure 1). In
addition, to ensure robustness, a retry mechanism was implemented that handled possible API speed
limits or server errors (RESOURCE_EXHAUSTED), introducing controlled delays between attempts. The
parameters dynamically included in the prompt were:
• NIVEL_DEL_EXAMEN: Level corresponding to the exam to be evaluated (A1, A2, B1, B1, B2, C1
or C2).
• IDS_VÁLIDOS: Explicit control over the inclusion of only valid question IDs.
• TEXTO_EXAMEN: Text of the exam to be solved.</p>
      <p>• PREGUNTAS_EXAMEN: Exam questions for which an answer is to be generated.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Results and discussion</title>
      <p>The results obtained in this study are highly promising and suggest that large language models, even in
zero-shot configurations, possess substantial capabilities in performing reading comprehension tasks in
Spanish. Specifically, the model achieved an accuracy of 0.91, significantly outperforming the provided
task baseline of 0.64. This represents a 27 point improvement, underscoring the efectiveness of the
prompt design.</p>
      <p>Figure 2 presents a bar chart that compares the scores obtained by the diferent participating teams.
As shown, our team, SINAI, achieved a result very close to that of the top-performing team, highlighting
the competitiveness of our approach.</p>
      <p>This level of performance, achieved without prior examples or task specific adjustments, suggests that
current language models not only internalize general linguistic patterns but also adopt task oriented
reasoning strategies when guided by well-structured instructions.</p>
      <p>Nevertheless, it is necessary to assess whether this efectiveness remains consistent across diferent
item types and proficiency levels. Although the overall accuracy is high, it would be important to
determine whether the model struggles with specific cognitive challenges, such as inference, figurative
language, or discourse coherence—phenomena that are often dificult even for human learners.</p>
      <p>In addition, during the experimental phase, it was observed that the prompt design had a direct impact
on the model’s performance. In particular, prompts that provided clearer, more specific instructions and
reflected the communicative context of the exam tended to yield more accurate and coherent responses.
This observation suggests that, even in zero-shot settings, the way a task is presented can serve as a
trigger for activating the model’s relevant capabilities. It is not merely a matter of issuing an instruction,
but of doing so in a manner aligned with the internal logic of the test and the type of processing it
requires.</p>
      <p>These findings contribute to the field of automatic reading comprehension (ARC) by demonstrating
that large language models can efectively solve structured comprehension tasks in Spanish, even without
prior task-specific training. The use of authentic test materials and a zero-shot setup highlights the
potential of these models for evaluating linguistic and interpretive competence in realistic educational
scenarios.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions and future work</title>
      <p>This study has shown that large language models, even in a zero-shot setting, can achieve strong
performance in Spanish reading comprehension tasks, as demonstrated by the accuracy of 0.91, which
significantly exceeds the task baseline. The success of the proposed approach can be attributed, in
part, to the design of the prompt, which closely mirrored the instructions typically given to students
preparing for DELE exams.</p>
      <p>Beyond the strong results obtained, the findings highlight the growing potential of language models as
tools in educational contexts. Their ability to interpret structured tasks and generate reliable responses
opens the door to applications such as autonomous exam preparation, exercise generation, and even
formative assessment in foreign language teaching.</p>
      <p>These findings contribute to ongoing research on automatic reading comprehension, ofering evidence
that large language models can perform efectively on real world assessment tasks in Spanish, even in
zero-shot conditions.</p>
      <p>For future work, it would be valuable to conduct a more detailed evaluation of the model’s performance
across diferent CEFR levels and item types. Additionally, it would be of interest to apply the proposed
approach to other reading comprehension tasks included in the competition, such as subtask 2 (text
matching) and subtask 3 (filling the gap), in which we did not participate in this edition. This would
help assess the model’s ability to handle a broader range of evaluation formats.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This work is funded by the Ministerio para la Transformación Digital y de la Función Pública and
Plan de Recuperación, Transformación y Resiliencia - Funded by EU – NextGenerationEU within
the framework of the project Desarrollo Modelos ALIA. This work has also been partially supported
by Project CONSENSO (PID2021-122263OB-C21), Project MODERATES (TED2021-130145B-I00) and
Project SocialTox (PDC2022-133146-C21) funded by MCIN/AEI/10.13039/501100011033 and by the
European Union NextGenerationEU/PRTR, and Project FedDAP (PID2020-116118GA-I00) and Project
Trust-ReDaS (PID2020-119478GB-I00) supported by MICINN/AEI/10.13039/501100011033. The research
work conducted by Salud María Jiménez-Zafra has been supported by the grant RYC2023-044481-I,
funded by MICIU/AEI/10.13039/501100011033 and by ESF+.</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used ChatGPT-4-turbo in order to: Grammar and
spelling check. After using these tool(s)/service(s), the author(s) reviewed and edited the content as
needed and take(s) full responsibility for the publication’s content.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <article-title>A survey on machine reading comprehension-tasks, evaluation metrics and benchmark datasets</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>10</volume>
          (
          <year>2020</year>
          )
          <article-title>7640</article-title>
          . doi:
          <volume>10</volume>
          .3390/app10217640.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>G.</given-names>
            <surname>Lai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Xie</surname>
          </string-name>
          , H. Liu,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          , E. Hovy, Race:
          <article-title>Large-scale reading comprehension dataset from examinations</article-title>
          ,
          <year>2017</year>
          . URL: https://arxiv.org/abs/1704.04683. arXiv:
          <volume>1704</volume>
          .04683, arXiv preprint.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Álvaro</given-names>
            <surname>Rodrigo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Peñas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Miyao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Hovy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Kando</surname>
          </string-name>
          ,
          <article-title>Overview of clef qa entrance exams task 2015</article-title>
          , in: Working Notes of CLEF 2015 -
          <article-title>Conference and Labs of the Evaluation Forum</article-title>
          , volume
          <volume>1391</volume>
          , CEUR-WS.org, Toulouse, France,
          <year>2015</year>
          , pp.
          <fpage>171</fpage>
          -
          <lpage>182</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1391</volume>
          /
          <fpage>171</fpage>
          -CR.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bajaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Campos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Craswell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>McNamara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Mitra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rosenberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Stoica</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tiwary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>Ms marco: A human generated machine reading comprehension dataset</article-title>
          ,
          <year>2016</year>
          . URL: https://arxiv.org/abs/1611.09268. arXiv:
          <volume>1611</volume>
          .09268, arXiv preprint.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Á.</given-names>
            <surname>Rodrigo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Moreno-Álvarez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. P.</given-names>
            <surname>García-Plaza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Peñas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Agerri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Fruns-Jiménez</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. SoriaPastor</surname>
          </string-name>
          , Overview of PROFE at IberLEF 2025:
          <article-title>Language Proficiency Evaluation</article-title>
          ,
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>75</volume>
          (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Á</surname>
          </string-name>
          .
          <string-name>
            <surname>González-Barba</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Chiruzzo</surname>
            ,
            <given-names>S. M.</given-names>
          </string-name>
          <string-name>
            <surname>Jiménez-Zafra</surname>
          </string-name>
          ,
          <article-title>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</article-title>
          . org,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Centro</given-names>
            <surname>Virtual</surname>
          </string-name>
          <string-name>
            <surname>Cervantes</surname>
          </string-name>
          , Comprensión lectora, https://cvc.cervantes.es/ensenanza/biblioteca_ele/ diccio_ele/diccionario/comprensionlectora.htm, s.f. Consultado el 30 de mayo de
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Prompt</given-names>
            <surname>Engineering</surname>
          </string-name>
          <string-name>
            <surname>Guide</surname>
          </string-name>
          ,
          <article-title>Prompt sin entrenamiento previo (zero-shot)</article-title>
          , https://www. promptingguide.ai/es/techniques/zeroshot,
          <year>2024</year>
          . Consultado el 31 de mayo de
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Morales-Chan</surname>
          </string-name>
          ,
          <article-title>Explorando el potencial de chat gpt: Una clasificación de prompts efectivos para la enseñanza</article-title>
          ,
          <source>Tesario Virtual</source>
          (
          <year>2023</year>
          ). URL: http://biblioteca.galileo.edu/tesario/handle/ 123456789/1348, consultado el 31 de mayo de
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>E.</given-names>
            <surname>Puertas</surname>
          </string-name>
          <string-name>
            <surname>Moya</surname>
          </string-name>
          , ¡Dale al DELE!
          <article-title>A1: nuevos modelos de examen, enClave-</article-title>
          <string-name>
            <surname>ELE</surname>
          </string-name>
          , Madrid,
          <year>2020</year>
          . URL: https://enclave-ele.net/product/dale-al
          <article-title>-dele-a1-nuevos-modelos-de-examen/, incluye acceso al libro digital en Blinklearning y audios descargables</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>D.</given-names>
            <surname>Bergmann</surname>
          </string-name>
          , ¿
          <article-title>qué es el aprendizaje zero-shot?</article-title>
          , https://www.ibm.com/es-es/think/topics/ zero-shot-learning,
          <year>2024</year>
          . Consultado el 31 de mayo de
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Google</surname>
            <given-names>DeepMind</given-names>
          </string-name>
          ,
          <source>Gemini</source>
          <volume>2</volume>
          .
          <article-title>0 flash: Lightweight multimodal model for fast reasoning</article-title>
          , https: //deepmind.google/technologies/gemini,
          <year>2024</year>
          . Consultado el 31 de mayo de
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>