<!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>Large Language Models for Learner Assistance in Massive Open Online Courses: Challenges, Tools, and Approaches</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jesus-Angel del-Hoyo-Gabaldon</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eva Garcia-Lopez</string-name>
          <email>eva.garcial@uah.es</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Antonio Garcia-Cabot</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David</string-name>
          <email>david.fitero@uah.es</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>de-Fitero-Dominguez</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mary-Ellen Wiltrout</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jessica Sandland</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ana Bell</string-name>
          <email>anabell@mit.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Massachusetts Institute of Technology</institution>
          ,
          <addr-line>Massachusetts Avenue 77, 02139 MA, Cambridge</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Universidad de Alcalá</institution>
          ,
          <addr-line>Ctra. Madrid-Barcelona km 33.6, 28805 Alcalá de Henares</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Artificial Intelligence has undergone a significant revolution in recent years. The emergence and subsequent development of the Transformers architecture led to extensive research resulting in large language models (LLMs). These systems power widely used applications, such as ChatGPT, which is based on LLMs fine-tuned with human instructions to enhance their performance. Evidence shows that they surpass the results of previous models (BERT/GPT/T5 families) in terms of outcomes, even when they have less complex configurations. In addition, online courses and Massive Open Online Courses (MOOCs) experience a well-known issue: high dropout rates. Scholars aim to tackle this problem by introducing innovative systems and alternatives to enhance students' learning experiences and prevent course abandonment. One option is to complement these courses with LLMs, which can incorporate chatbots or comparable systems to facilitate learning and engagement. The present proposal focuses on developing an automated system wherein a chatbot automatically produces questions related to course content. Then, learners will receive feedback on their answers through semantic similarity mechanisms, indicating the specific content they need to review.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        One of the most compelling features of Massive Open Online Courses (MOOCs) is their ability
to reach an extremely diverse set of learners. MOOC learners come from a wide range of
demographic backgrounds, and they represent a wide variety of ages, educational backgrounds,
and employment levels [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        Furthermore, the diversity of MOOC learners is not limited to demographics. The
motivations that learners have for participating in MOOCs can differ greatly. Perdue identifies
a variety of motivations that drive MOOC participation, including curiosity and exploration,
skill acquisition, and the desire to connect with others [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. This range of motivations leads to
∗ Corresponding author.
learners interacting with MOOCs in ways which range from sampling specific course content
of interest to engaging with all of the course material and earning a certificate of completion.
      </p>
      <p>This diversity of participants provides a unique opportunity for instructors to engage
learners who differ substantially in background and motivation from the students in their
university classrooms; however, it also provides a unique challenge. Meeting the needs of a
group of learners with vastly different backgrounds, preparation, and motivations is
challenging within the context of a single course.</p>
      <p>
        Many MOOCs, including those considered in this paper, aim to provide a university-level
learning experience for course participants, including challenging formative and summative
assessments. However, not all learners enter a course with the background and skills necessary
to successfully complete these challenging assessments. Indeed, both Gütl et al. and Onah,
Sinclair and Boyatt have identified course difficulty and lack of learner preparation as one factor
motivating learner dropout from MOOCs [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>This study proposes leveraging large language models (LLMs) to help bridge this gap
between learners’ current levels of knowledge and the knowledge required to successfully
engage with the course assignments. Additionally, we aim to employ LLMs to create additional
content for learners who do not aim to complete all the assessments in the course, but rather
choose to engage with the course content in a less formal way.</p>
      <p>
        The emergence of the Transformer architecture [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] gave rise to transformer-based LLMs,
which had a profound impact on the field of Natural Language Processing (NLP). Currently, the
most promising approach is to align them with human instructions [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Consequently, research
has been conducted to investigate the impact of instruction-based LLMs in learning. A recent
example demonstrates that a chatbot powered by GPT-4 enhanced the performance of adopters
on an exam in an online coding class [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. However, the engagement of learners was reduced,
suggesting that a different approach to integration may be required. Other examples illustrate
other uses in MOOCs, such as a system to validate peer-assigned essay scores [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] or a
GPT-4based system for automatically grading writing assessments [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. These systems would be
significantly enhanced by the incorporation of effective feedback for learners. Recent evidence
has demonstrated the feasibility of providing constructive feedback to learners through
ChatGPT [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Consequently, this study proposes a novel approach for learner assessment and
assistance in MOOCs.
      </p>
      <p>The remaining sections are structured as follows: Section 2 presents an initial pipeline design
for the automatic generation of test questions, and that is focused on their subsequent
evaluation to provide valuable feedback for learners. Section 3 contains a conclusion of the
proposal.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Pipeline design</title>
      <p>
        The primary objective of the proposed system is to minimize the impact of the aforementioned
issues, with particular emphasis on engagement. As previously stated, LLM-powered solutions
have the potential to enhance learning outcomes in MOOCs. However, it is crucial to integrate
them carefully to avoid any adverse effects on engagement. To achieve this, learners will have
access to tailored AI-generated questions and feedback that will assist them in determining the
specific contents they should review. In general, this process would be laborious when
undertaken manually. However, it is anticipated that AI will reduce human effort. The
procedure for obtaining a robust system is illustrated in Figure 1, which outlines the following
steps:
1. The initial stage of the process involves the implementation of a heuristic, rule-based
system. This first iteration is constructed upon a pipeline that is capable of
automatically generating multiple-choice questions (MQC-AI), and which is explained
in further detail in Subsection 2.1. Based on the content of a course, MCQ-AI will
generate a series of questions, which will then be presented to the learner for response,
and by comparing their answers with the ground truth, basic AI-generated
recommendations will be provided for each failed question. As a global evaluation,
learners will be presented with an aggregation of individual recommendations, in
addition to a recommendation of the course contents that they should review.
2. The second iteration will attempt to enhance the aforementioned system for automated
feedback generation by capitalizing on the human knowledge provided by real
instructors through playtesting. In a controlled environment, instructors will be
presented with real examples of learner responses, which they will then provide with
tailored feedback. Subsequently, the human-generated feedback will be used to
finetune an LLM to provide a global evaluation from an aggregation of individual feedback
of failed questions. Furthermore, learners will be provided with recommendations
regarding the course contents that they are required to review.
3. The third step is focused on text input problems (TIP). As in the previous iterations, the
LLM responsible for providing feedback will be enhanced with human knowledge
through playtesting. However, it will now be used to also provide feedback for text
input problems. In the previous iterations, multiple-choice questions were generated
with the assistance of an LLM (MCQ-AI), but this step involves a different LLM,
specifically fine-tuned to generate text input problems (TIP-AI). This model will
generate question-answer pairs and will be explained in greater detail in Subsection 2.2.
Then, embedding representation features can be used to evaluate answers through
comparison using semantic similarity. Finally, the AI model trained for
recommendation generation can be used to provide a global evaluation to learners.
4. The fourth stage of this process involves the generation of mathematical problems
using an LLM. LLMs demonstrate robust arithmetic capabilities and logical reasoning,
yet they have limited abilities in mathematical and abstract reasoning, and fails on
graduate-level problems [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. While these issues present a significant challenge,
some examples have shown neural network capabilities in solving, explaining, and
generating university-level mathematical problems [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. A similar approach can be
employed to fine-tune on code an LLM that has been pretrained on text. This can be
enhanced with general scientific knowledge [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and well-known structures on how to
solve mathematical problems [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], as well as with prompt engineering techniques, such
as Chain-of-Thought (CoT), which has demonstrated a favorable performance for
mathematical problem solving and complex reasoning [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. The resulting LLM is
expected to generate university-level mathematical problems of different fields (e.g.,
mathematics, physics, chemistry, and programming) with a well-explained solution
that can be used to provide recommendations to learners.
      </p>
      <p>The following subsections provide a detailed description of the Multiple-Choice Question
generation system (MCQ-AI), the Text Input Problem generation system (TIP-AI), and the
Feedback Generation system (FG-AI).</p>
      <sec id="sec-2-1">
        <title>2.1. Multiple-Choice Question generation system (MCQ-AI)</title>
        <p>
          MCQ-AI comprises a series of Deep Learning models, arranged in sequence, which are used to
generate multiple-choice questions. At the beginning, T5 models were employed to solve the
problem in English [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ], and then they were subsequently replaced by mT5 models to
implement the pipeline in Spanish [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ].
        </p>
        <p>
          These LLMs, designated as instruction-based models, demonstrate superior performance
when compared to previous models (e.g., BERT/GPT/T5 families) in terms of outcomes, even
when they have less complex configurations [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. The ability of these models to replace the ones
used in the pipeline will be studied accordingly. The initial pipeline operates as follows:
1. The course content will be divided into different paragraphs. Initially, they were
obtained using sent_tokenize, a library for dividing text into sentences. However, this
approach is not optimal. The issue will be addressed by means of semantic chunking,
which entails dividing a text into sentences, comparing the semantic similarity (e.g.,
cosine similarity) of each sentence with the others, and then grouping sentences with
the most similar embeddings together. As a result, meaningful chunks are obtained.
2. From each paragraph, answers are extracted using a T5 model (T5-AE). Subsequently, a
second T5 model (T5-QG) is employed to generate the corresponding questions based
on the same paragraph and the related answers. Finally, a third T5 model (T5-DG) is
utilized to generate the distractors, i.e., the incorrect answers in multiple-choice
questions.
        </p>
        <p>
          Although the pipeline is effective, instruction-based LLMs have demonstrated superior
performance, suggesting that their use will result in a simplification and improvement of the
original pipeline. To fine-tune models such as GPT-4 [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] or LLaMA 2 [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ], different datasets
will be employed, including SQuAD [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ], which is focused on enhancing learners’ reading
comprehension, and HotpotQA [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ], to improve reasoning across course contents.
In this preliminary study, we were granted access to LLaMA 3 [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. The efficacy of this LLM
can be assessed by examining Figure 2, where a prototype of the MCQ system is presented.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Text Input Problem generation system (TIP-AI)</title>
        <p>TIP-AI is similar to the MCQ-AI system previously described. In this case, the system is focused
on Text Input Problem generation. The TIP-AI system structure is as follows:
1.
2.</p>
        <p>The initial step is analogous to MCQ-AI Step 1.</p>
        <p>An LLM will generate a series of questions related to each semantic chunk.
Subsequently, the real answer (semantic chunk) will be stored in a vector representation
(embeddings), along with each question generated for the chunk. This results in the
creation of different question-answer pairs. Embeddings allow comparisons between the
real answer and learners’ answers, which is required to determine whether an answer
is correct or, alternatively, whether the learner needs further feedback.</p>
        <p>To achieve this, instruction-based LLMs fine-tuned with datasets such as TQA [26] will be
employed. TQA contains a variety of materials, suitable for the text input problem generation
task, as well as for others, including mathematical and visual question generation tasks.</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.3. Feedback Generation system (FG-AI)</title>
        <p>FG-AI is designed to assist users in their learning process and to guide them in reviewing course
content where they may have performed less effectively. Upon receipt of an answer from a
learner to a question of the types mentioned above, the following process will be initiated:
1. An automated correction system will evaluate the answer and determine its correctness.</p>
        <p>This system may be rule-based (e.g., MCQ), or it may employ a more complex
evaluation method, such as semantic similarity (e.g., TIP). If the answer is not entirely
accurate, an LLM will generate tailored feedback based on the failed question. The
model will take into consideration the question, context, correct answer, and
distractors, when applicable, as well as the learner’s answer. It will then evaluate why
the answer is not entirely correct and provide some concept clarification for the learner.
An overview of the various potential evaluation and feedback generation frameworks
are given below.</p>
        <p>a. The rule-based system is relatively straightforward. Thanks to prompt
engineering techniques, a prompt can be developed to generate MCQs with a
structured format. This allows the question, possible answers and the correct
answer to be processed programmatically. The system then displays the
question, allowing the learner to interact with it. This is demonstrated in the
example of Figure 2. Then, the result of the interaction can be compared to the
correct answer. If the response is correct, no further feedback is needed.
Otherwise, an LLM will receive the context, the question, the correct answer,
and the learner’s response. Based on this information, the LLM will generate
tailored feedback for the incorrect response. Figure 3 illustrates a preliminary
test of this concept.
b. Evaluation and feedback generation for TIP cannot be addressed in the same
manner as that of MCQs. In this case, it is not as straightforward to provide an
accurate response as in the previous instance, since the same idea can be
expressed in a variety of ways with natural language. To address the evaluation
and feedback generation problem, three possible solutions can be considered:
i. Semantic similarity mechanisms: as previously stated, semantic
similarity mechanisms, such as cosine similarity, can be employed to
compare a given answer to the ground truth. Based on the model’s
confidence, an LLM will generate recommendations for the learner.
ii. Template-based recommendations: Swope et al. propose the
creation of templates based on a scale to evaluate learners’ answers
[27]. Each step involves the examination of different features within
the learner’s answer to ascertain whether they align with the
characteristics in the question. An illustrative example is provided
below:
1: The response provided by the learner is not related to the topic at
hand.
2: The response provided by the learner is partially related to the topic,
but lacks some key aspects (key aspect 1, key aspect 2, …, key aspect n).
3: The response provided by the learner is directly related to the topic
and provides a comprehensive overview of the key aspects.
iii. FACTSCORE: FACTSCORE is a novel evaluation method which
breaks texts into a series of atomic facts to facilitate comparison [28].</p>
        <p>By leveraging the neural mechanisms elucidated in the work, atomic
facts can be generated to evaluate learners’ answers and provide
valuable feedback from those atomic facts.
c. With regard to the mathematical problems and questions generated from
images, the current state of the analysis is still in an initial stage. Consequently,
further investigation is required to develop a framework that will prove to be
of value.
2. Upon completion of a learning unit, every feedback generated during that specific unit
for the learner will be gathered and processed by an LLM to identify critical
misconceptions. The LLM will then provide a global evaluation and suggest to the
learner the content that is required to review. The goal of this process is to increase
engagement and improve the learning experience of learners, prompting them to
interact with MOOCs.</p>
        <p>To operationalize this concept, instruction-based LLMs will be employed, which will be
finetuned with existing data from several courses. In addition, other sources will be used, such as
data obtained through playtesting with real instructors.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Conclusions</title>
      <p>The enhancement of learners’ learning processes in MOOCs is a topic that has been the subject
of intense study. Advances in Artificial Intelligence offer the potential for significant
improvements, as evidenced by previous examples. However, there is still much room for
improvement. The system proposed is expected to enhance existing results and provide a
valuable AI-powered tool for various courses, improving engagement and learning experience.
Nevertheless, due to the central role of Artificial Intelligence in this solution, the deployment
of a system similar to the one proposed in this paper requires careful consideration. It is
welldocumented that artificial intelligence is prone to hallucination, despite the efforts of
researchers to avoid this behavior. This implies that false positives and non-desired outputs
may be generated. In addition, to enhance accessibility and usability, learners must have the
option of skipping questions generated by this system and also to report incorrect generated
recommendations. This will help to ensure that they remain engaged with the learning material,
even when they encounter erroneous AI-generated content.</p>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgements</title>
      <p>The authors want to thank the support of the MISTI project “Using language models and
chatbots for building virtual assistants in MOOCs”.
[26] A. Kembhavi, M. Seo, D. Schwenk, J. Choi, A. Farhadi, and H. Hajishirzi, “Are You Smarter
Than a Sixth Grader? Textbook Question Answering for Multimodal Machine
Comprehension,” 2017 IEEE Conf. Comput. Vis. Pattern Recognit. CVPR, pp. 5376–5384, Jul.
2017, doi: 10.1109/CVPR.2017.571.
[27] J. Swope, “2024-05-20 Educators WG: AI Powered Assessment - Open edX Community
Open edX Community Wiki.” Accessed: Jun. 10, 2024. [Online]. Available:
https://openedx.atlassian.net/wiki/spaces/COMM/pages/4246667265/2024-0520+Educators+WG+AI+Powered+Assessment
[28] S. Min et al., “FActScore: Fine-grained Atomic Evaluation of Factual Precision in Long Form
Text Generation.” arXiv, Oct. 11, 2023. doi: 10.48550/arXiv.2305.14251.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>C. R.</given-names>
            <surname>Glass</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Shiokawa-Baklan</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Saltarelli</surname>
          </string-name>
          , “Who Takes MOOCs?,” New Dir.
          <source>Institutional Res.</source>
          , vol.
          <year>2015</year>
          , no.
          <issue>167</issue>
          , pp.
          <fpage>41</fpage>
          -
          <lpage>55</lpage>
          ,
          <year>2016</year>
          , doi: 10.1002/ir.20153.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Perdue</surname>
          </string-name>
          , “
          <article-title>Incorporating Learner Perspectives into Course Design,” in 2023 IEEE Learning with MOOCS (LWMOOCS</article-title>
          ), Oct.
          <year>2023</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          . doi:
          <volume>10</volume>
          .1109/LWMOOCS58322.
          <year>2023</year>
          .
          <volume>10306167</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>C.</given-names>
            <surname>Gütl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. H.</given-names>
            <surname>Rizzardini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Chang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Morales</surname>
          </string-name>
          , “
          <article-title>Attrition in MOOC: Lessons Learned from Drop-Out Students,” in Learning Technology for Education in Cloud</article-title>
          . MOOC and
          <string-name>
            <surname>Big Data</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Uden</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Sinclair</surname>
            ,
            <given-names>Y.-H.</given-names>
          </string-name>
          <string-name>
            <surname>Tao</surname>
          </string-name>
          , and D. Liberona, Eds., Cham: Springer International Publishing,
          <year>2014</year>
          , pp.
          <fpage>37</fpage>
          -
          <lpage>48</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -10671-
          <issue>7</issue>
          _
          <fpage>4</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D. F. O.</given-names>
            <surname>Onah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sinclair</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Boyatt</surname>
          </string-name>
          , “Dropout Rates of Massive Open Online Courses: Behavioural Patterns,” in
          <source>EDULEARN14 Proceedings, in 6th International Conference on Education and New Learning Technologies. Barcelona</source>
          , Spain: IATED, Jul.
          <year>2014</year>
          , pp.
          <fpage>5825</fpage>
          -
          <lpage>5834</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vaswani</surname>
          </string-name>
          et al., “Attention Is All You Need.” arXiv, Dec.
          <volume>05</volume>
          ,
          <year>2017</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.1706.03762.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>L.</given-names>
            <surname>Ouyang</surname>
          </string-name>
          et al.,
          <article-title>“Training language models to follow instructions with human feedback</article-title>
          .
          <source>” arXiv, Mar. 04</source>
          ,
          <year>2022</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2203.02155.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Nie</surname>
          </string-name>
          et al., “
          <article-title>The GPT Surprise: Offering Large Language Model Chat in a Massive Coding Class Reduced Engagement but Increased Adopters Exam Performances</article-title>
          .” OSF, Apr.
          <volume>25</volume>
          ,
          <year>2024</year>
          . doi:
          <volume>10</volume>
          .31219/osf.io/qy8zd.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>W.</given-names>
            <surname>Morris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Crossley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Holmes</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Trumbore</surname>
          </string-name>
          , “
          <article-title>Using Transformer Language Models to Validate Peer-Assigned Essay Scores in Massive Open Online Courses (MOOCs),” in LAK23: 13th International Learning Analytics and Knowledge Conference, in LAK2023</article-title>
          . New York, NY, USA: Association for Computing Machinery, Mar.
          <year>2023</year>
          , pp.
          <fpage>315</fpage>
          -
          <lpage>323</lpage>
          . doi:
          <volume>10</volume>
          .1145/3576050.3576098.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Golchin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Garuda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Impey</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Wenger</surname>
          </string-name>
          , “
          <article-title>Large Language Models As MOOCs Graders</article-title>
          .” arXiv, Feb.
          <volume>29</volume>
          ,
          <year>2024</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2402.03776.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>W.</given-names>
            <surname>Dai</surname>
          </string-name>
          et al.,
          <source>“Can Large Language Models Provide Feedback to Students? A Case Study on ChatGPT,” in 2023 IEEE International Conference on Advanced Learning Technologies (ICALT)</source>
          ,
          <year>Jul</year>
          .
          <year>2023</year>
          , pp.
          <fpage>323</fpage>
          -
          <lpage>325</lpage>
          . doi:
          <volume>10</volume>
          .1109/ICALT58122.
          <year>2023</year>
          .
          <volume>00100</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chang</surname>
          </string-name>
          et al.,
          <article-title>“A Survey on Evaluation of Large Language Models,”</article-title>
          <source>ACM Trans. Intell. Syst. Technol.</source>
          , vol.
          <volume>15</volume>
          , no.
          <issue>3</issue>
          , p.
          <volume>39</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>39</lpage>
          :
          <fpage>45</fpage>
          ,
          <string-name>
            <surname>Mar</surname>
          </string-name>
          .
          <year>2024</year>
          , doi: 10.1145/3641289.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Frieder</surname>
          </string-name>
          et al.,
          <source>“Mathematical Capabilities of ChatGPT,” Adv. Neural Inf. Process. Syst.</source>
          , vol.
          <volume>36</volume>
          , pp.
          <fpage>27699</fpage>
          -
          <lpage>27744</lpage>
          , Dec.
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>I. Drori</surname>
          </string-name>
          et al.,
          <article-title>“A neural network solves, explains, and generates university math problems by program synthesis and few-shot learning at human level</article-title>
          ,
          <source>” Proc. Natl. Acad. Sci.</source>
          , vol.
          <volume>119</volume>
          , no.
          <issue>32</issue>
          , p.
          <fpage>e2123433119</fpage>
          ,
          <string-name>
            <surname>Aug</surname>
          </string-name>
          .
          <year>2022</year>
          , doi: 10.1073/pnas.2123433119.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>R.</given-names>
            <surname>Taylor</surname>
          </string-name>
          et al.,
          <source>“Galactica: A Large Language Model for Science.” arXiv, Nov. 16</source>
          ,
          <year>2022</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2211.09085.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>D.</given-names>
            <surname>Hendrycks</surname>
          </string-name>
          et al.,
          <source>“Measuring Mathematical Problem Solving With the MATH Dataset.” arXiv, Nov. 08</source>
          ,
          <year>2021</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2103.03874.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J.</given-names>
            <surname>Wei</surname>
          </string-name>
          et al.,
          <source>“Chain-of-Thought Prompting Elicits Reasoning in Large Language Models.” arXiv, Jan. 10</source>
          ,
          <year>2023</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2201.11903.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>N.</given-names>
            <surname>Mostafazadeh</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Misra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mitchell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>He</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Vanderwende</surname>
          </string-name>
          , “
          <article-title>Generating Natural Questions About an Image,” arXiv.org</article-title>
          .
          <source>Accessed: May</source>
          <volume>09</volume>
          ,
          <year>2024</year>
          . [Online]. Available: https://arxiv.org/abs/1603.06059v3
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>H.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y. J.</given-names>
            <surname>Lee</surname>
          </string-name>
          , “
          <article-title>Improved Baselines with Visual Instruction Tuning</article-title>
          .” arXiv, May
          <volume>15</volume>
          ,
          <year>2024</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2310.03744.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>R.</given-names>
            <surname>Rodriguez-Torrealba</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Garcia-Lopez</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Garcia-Cabot</surname>
          </string-name>
          , “
          <article-title>End-to-End generation of Multiple-Choice questions using Text-to-Text transfer Transformer models</article-title>
          ,
          <source>” Expert Syst. Appl.</source>
          , vol.
          <volume>208</volume>
          , p.
          <fpage>118258</fpage>
          ,
          <string-name>
            <surname>Dec</surname>
          </string-name>
          .
          <year>2022</year>
          , doi: 10.1016/j.eswa.
          <year>2022</year>
          .
          <volume>118258</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>D. De-Fitero-Dominguez</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Garcia-Lopez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Garcia-Cabot</surname>
            ,
            <given-names>J.-A.</given-names>
          </string-name>
          <string-name>
            <surname>Del-Hoyo-Gabaldon</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Moreno-Cediel</surname>
          </string-name>
          , “
          <article-title>Distractor Generation Through Text-to-Text Transformer Models,” IEEE Access</article-title>
          , vol.
          <volume>12</volume>
          , pp.
          <fpage>25580</fpage>
          -
          <lpage>25589</lpage>
          ,
          <year>2024</year>
          , doi: 10.1109/ACCESS.
          <year>2024</year>
          .
          <volume>3361673</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21] OpenAI, “GPT-4
          <source>Technical Report.” arXiv, Mar. 27</source>
          ,
          <year>2023</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2303.08774.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>H.</given-names>
            <surname>Touvron</surname>
          </string-name>
          et al.,
          <source>“Llama</source>
          <volume>2</volume>
          :
          <string-name>
            <given-names>Open</given-names>
            <surname>Foundation</surname>
          </string-name>
          and
          <string-name>
            <surname>Fine-Tuned Chat</surname>
          </string-name>
          Models.” arXiv, Jul.
          <volume>19</volume>
          ,
          <year>2023</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.2307.09288.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>P.</given-names>
            <surname>Rajpurkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lopyrev</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Liang</surname>
          </string-name>
          , “SQuAD:
          <volume>100</volume>
          ,000+ Questions for Machine Comprehension of Text,”
          <year>2016</year>
          , doi: 10.48550/ARXIV.1606.05250.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yang</surname>
          </string-name>
          et al.,
          <article-title>“HotpotQA: A Dataset for Diverse, Explainable Multi-hop Question Answering</article-title>
          .” arXiv, Sep.
          <volume>25</volume>
          ,
          <year>2018</year>
          . doi:
          <volume>10</volume>
          .48550/arXiv.
          <year>1809</year>
          .
          <volume>09600</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25] “
          <source>Meta Llama</source>
          <volume>3</volume>
          ,” Meta Llama.
          <source>Accessed: May</source>
          <volume>15</volume>
          ,
          <year>2024</year>
          . [Online]. Available: https://llama.meta.com/llama3/
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>