<!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>INSIGHT: Bridging the Student-Teacher Gap in Times of Large Language Models</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jarne Thys</string-name>
          <email>jarne.thys@uhasselt.be</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sebe Vanbrabant</string-name>
          <email>sebe.vanbrabant@uhasselt.be</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Davy Vanacken</string-name>
          <email>davy.vanacken@uhasselt.be</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gustavo Rovelo Ruiz</string-name>
          <email>gustavo.roveloruiz@uhasselt.be</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>PCWrEooUrckResehdoinpgs ISSNc1e6u1r-3w-0s0.o7r3g</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>UHasselt - Hasselt University, Digital Future Lab - Flanders Make</institution>
          ,
          <addr-line>Wetenschapspark 2, 3590 Diepenbeek</addr-line>
          ,
          <country country="BE">Belgium</country>
        </aff>
      </contrib-group>
      <fpage>32</fpage>
      <lpage>40</lpage>
      <abstract>
        <p>The rise of AI, especially Large Language Models, presents challenges and opportunities to integrate such technology into the classroom. AI has the potential to revolutionize education by helping teaching staf with various tasks, such as personalizing their teaching methods, but it also raises concerns, for example, about the degradation of student-teacher interactions and user privacy. Based on interviews with teaching staf, this paper introduces INSIGHT, a proof of concept to combine various AI tools to assist teaching staf and students in the process of solving exercises. INSIGHT has a modular design that allows it to be integrated into various higher education courses. We analyze students' questions to an LLM by extracting keywords, which we use to dynamically build an FAQ from students' questions and provide new insights for the teaching staf to use for more personalized face-to-face support. Future work could build upon INSIGHT by using the collected data to provide adaptive learning and adjust content based on student progress and learning styles to ofer a more interactive and inclusive learning experience.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;AI Teaching Assistant</kwd>
        <kwd>Teaching Support</kwd>
        <kwd>Student-Teacher Interaction</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Due to the rising popularity of Artificial Intelligence (AI), various educational tools incorporating AI
have been developed in recent years. AI can provide personalized learning experiences by tailoring
educational experiences to individual learners’ needs and abilities [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. For example, adapting content
and pace can improve learning efectiveness and eficiency [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ]. AI enables personalized learning at
any time, making education more eficient and accessible to larger groups [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Although most research
focuses on K-12 settings, personalized learning is also promising for higher education, which is the
main focus of this work, as AI can consider the students’ unique motivations and circumstances [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
Recent research also focuses on making Large Language Models (LLMs) fit for the classroom by
reducing hallucinations, which is achieved by using course materials as input for the answer [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In
mathematics education, LLMs show promise in developing students’ problem-solving skills and critical
thinking abilities by enabling them to engage more deeply with open-ended problems through iterative
questioning, clarification of concepts, and exploration of multiple solution paths [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Nitze [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] developed
a prototype to simulate oral exams in STEM education to reduce educator workload and give students
individual feedback in the early stages of their academic journey.
      </p>
      <p>
        Despite the numerous benefits AI ofers to students and teaching staf, its integration into education
raises several concerns. First, AI can degrade human interaction in education [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ], as it reduces
face-to-face engagement and creates excessive dependence on the technology [
        <xref ref-type="bibr" rid="ref10 ref4">4, 10</xref>
        ], which could
lead to worse educational experiences for students. Second, as students start asking more questions to
LLMs, the teaching staf might miss important cues, such as gaps in comprehension of the learning
material [
        <xref ref-type="bibr" rid="ref10 ref9">10, 9</xref>
        ]. Third, privacy is an important concern, as AI tools collect a vast amount of data.
OpenAI, for example, collects the user’s input content (including files), device information, and location
information [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Educational applications, when deployed into a classroom, collect additional data that
needs to be stored in a way that is both ethical [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and compliant with applicable laws, such as the
EU’s GDPR. Anthology’s BlackBoard, for example, collects, among other data, a student’s solutions,
grades, progress on a per-file basis, average hours in the course, and days of inactivity [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>To address these challenges, we introduce INSIGHT: INtelligent Student and Instructor Guidance
through Human-Centered Technology, which implements diferent AI tools to support student-teacher
interaction in a privacy-aware manner. Our contribution is twofold. First, INSIGHT equips teaching
staf with data-driven insights on students’ questions and challenges regarding a specific course topic.
Based on these insights, they can support each student in a tailored manner and adapt their course
material based on the needs of students. Second, INSIGHT provides students access to an LLM in a
monitored environment while ensuring data privacy through explicit opt-in data collection.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Interviews with teaching staf</title>
      <p>To guide INSIGHT’s development, we organized focus groups with various teaching staf at Hasselt
University. This was done in two phases. In the first phase, we conducted semi-structured interviews
with members of the teaching staf from diferent courses. An initial prototype was built using this
feedback. Afterward, we collected additional input by demonstrating the prototype at an internal
workshop that specifically targeted AI in the university. This way, we could get input from a variety of
people with diferent backgrounds.</p>
      <p>The main takeaway from these interactions is that teaching staf are concerned they might lose
contact with students, and thus, hinder their insights into the comprehension levels of their course
knowledge. Traditionally, they could determine this based on how many and what kind of questions
students would ask them. With the emergence of tools such as ChatGPT, they are concerned that
students will start asking most of their questions to those kinds of tools, leaving the teaching staf with
little feedback to improve their course. This was particularly relevant for a subset of the teaching staf
who had only recently developed a new master’s program with completely new courses and course
material.</p>
    </sec>
    <sec id="sec-3">
      <title>3. INSIGHT’s modular framework for AI-powered student-teacher interaction</title>
      <p>
        INSIGHT’s components are designed modularly, enabling INSIGHT to be deployed across various
domains without changing its core implementation. We achieve this flexibility by dividing the solution
into multiple independently adjustable components, as illustrated in Figure 1. We have a central
system, INSIGHT Core, with a keyword extraction and sentence similarity model and a database. This
database contains all the course information and data on student interactions with INSIGHT while
solving exercises (e.g., questions to the LLM, FAQ usage, and dificulty ratings). INSIGHT Core is
connected to a local LLM and a user interface that can be independently changed based on specific
needs. Importantly, INSIGHT does not interfere with the behavior of the LLM in any way. There is no
prompt engineering, rephrasing, or nudging of responses, ensuring students interact with it as they
naturally would and are not discouraged by artificial limits. As a proof of concept, we incorporate
data from Hasselt University’s Algorithms and data structures course [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] to demonstrate and assess
INSIGHT’s feasibility. An overview of INSIGHT’s features and their benefits for teaching staf and
students can be found in Table 1.
      </p>
      <p>Answering student questions through LLMs. LLMs have become increasingly widespread, which
presents a valuable opportunity for the educational sector to provide frameworks that guide students in</p>
      <p>Feature
LLM chat interface
Dynamic FAQ
Teaching insights
Data anonymization</p>
      <p>Benefit for teaching staf</p>
      <p>
        Benefit for students
Reduction in workload as it can Easy access to answers, just like using other LLM
answer simpler questions tools
Allow verification of the answer Have a teacher-verified answer for common
questo common questions tions
Quick indication of topics of re- Get more personalized feedback, as the teacher
curring questions knows where they might struggle
/ Be in control of their data and have the option to
share specific data they agree to
making the most of these technologies in a meaningful, ethical, and educationally responsible manner.
We use an LLM as the main interaction method between students and INSIGHT. We later analyze
students’ interactions with the LLM to provide the teaching staf with data they can use to ofer better
face-to-face support and increase student-teacher interaction. In this prototype, we used Llama 3.2
3B as it has an above-average output speed and below-average latency, ensuring quick responses [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
This comes at the cost of intelligence, but in our initial testing, it seems adequate for the use case. The
small amount of parameters also makes it easier to deploy on consumer hardware. Finally, INSIGHT’s
modular architecture allows us to easily switch to other (newer) models and pick the right model
depending on the needs of the course. Gemma 3 [16] is an example of a recent development that could
be interesting for our use case. At the time of writing, it a a state-of-the-art model optimized to run on
a single GPU. This would make it feasible to, for example, run one high-performance PC locally in the
classroom.
      </p>
      <p>
        Keyword mapping and dynamically generated FAQ from student questions. After the teaching
staf review the keywords for each exercise, INSIGHT treats that list as the topic vocabulary for the
course. All questions from students are embedded in the same vector space. The nearest keyword
determines the question’s topic label. After identification, the topic is added to the analytics for the
teaching staf. These student questions to the LLM can also help teaching staf identify challenging
topics and knowledge gaps. Recurrent questions can be added to an FAQ, which is primarily designed as
a tool for the teaching staf to monitor learning trends and gaps, but also serves as a resource for students
facing similar issues. This new information also allows teaching staf to provide better face-to-face
support for specific students or groups. To group similar questions in the FAQ, INSIGHT uses the vector
embeddings from the all-MiniLM-L6-v2 model to group semantically related questions based on their
cosine similarity. This model was chosen because it was trained on multiple datasets, making it very
generalizable, while it maintains a relatively high accuracy and speed [
        <xref ref-type="bibr" rid="ref16">17</xref>
        ]. We note that this approach
was developed for the given algorithms and data structures and might require fine-tuning to apply it to
other courses. Another benefit of grouping similar questions is the ability to return the same answer to
these questions. INSIGHT caches the LLM’s answer and provides the teaching staf the ability to edit
the answer to their liking, ensuring human-in-the-loop involvement and reducing the variability of
LLM answers.
      </p>
      <p>
        Leveraging student interaction data for teaching insights. When students engage with an LLM,
teaching staf may lose sight of their understanding of the course material, as the amount and nature of
questions serve as a form of implicit feedback on the learning resources. This makes it harder for the
teaching staf to provide support and refine those learning resources. To address this, we propose a
system that collects and analyzes students’ questions to the LLM, their FAQ usage, and explicit input
in the form of dificulty ratings for the exercises they complete. This data provides valuable insights
that, over time, can help refine course materials to better align with student needs and expectations.
To determine the topics from students’ questions to the LLM, INSIGHT must first identify the topics
covered in the exercises. To achieve this, we use keyword extraction to infer the exercise topics from the
exercise descriptions. The keyword extraction is a mixed-initiative process that first uses KeyBERT [
        <xref ref-type="bibr" rid="ref17">18</xref>
        ]
to extract an initial list of keywords from the exercise text. After extraction, the teaching staf can
manually review the keywords for each exercise to best represent the tasks and make them suitable for
identifying question topics. An example is illustrated in Figure 2.
      </p>
      <p>Data anonymization policy. While it can be helpful for teaching staf to identify exercises and
topics students find challenging, not all students might be comfortable sharing identifying data. To
address this, students can select the anonymous mode, allowing teaching staf access to the data without
the students’ names attached. Additionally, INSIGHT uses Ollama to run an LLM locally, ensuring
student queries, potentially containing sensitive information, remain private and are never shared with
third parties. This method ensures that personal data never leaves the students’ devices without their
explicit consent.</p>
      <p>User interface. The teaching staf’s user interface, illustrated in Figure 3, has two main components:
a dynamic FAQ and two visualizations. The dynamic FAQ displays frequently asked student questions,</p>
      <p>Exercise text
According to the documentation, which kind of
functions do the C++ standard library and java provide
to search a value in an array? What is available in
the boost C++ libraries? Use these libraries (unless
instructed otherwise) to make your work easier!
This simple function calculates the median from an
ordered array. Describe its time complexity in terms
of the big o notation. What is the main diference
here, compared to similar exercises on arrays when
considering n?
A binary tree is a tree in which each node has zero,
one, or two children (see figure). How many steps
would a search for a number take in such a tree?
Answer in terms of n. Note that trees will be covered
in later chapters.</p>
      <p>Extracted keywords
boost libraries, search value, boost, library java,
available boost, value array, array, search, library,
functions
calculates median, median ordered, array time,
median, time complexity, complexity terms, complexity,
array, function, notation
binary tree, number tree, tree node, tree tree, tree
answer, tree, binary, zero, number, steps
and staf can edit the LLM-generated answers to ensure accuracy. The two graphs visualize FAQ view
frequencies and the frequency of course topics in student queries to the LLM. The student interface,
illustrated in Figure 4, also includes the FAQ and an additional chat interface for the LLM.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Discussion</title>
      <p>INSIGHT presents an approach to integrating AI in education to enhance student-teacher interaction
while maintaining transparency in data collection and ensuring users retain control over their data.
Its modular design allows for flexible integration in various courses, while its AI-driven FAQ and
keyword analysis help identify common student challenges. This knowledge can help teaching staf
in personalizing face-to-face support for groups or individual students, depending on whether the
individual student wants to share their data.</p>
      <p>
        Despite these advantages, potential risks must be considered, including over-reliance on AI and
the accuracy of generated responses. While the LLM’s capabilities and limitations with regard to
answering students’ questions are not the focus of this work, advanced LLM prompting strategies, such
as Chain-of-Thought [
        <xref ref-type="bibr" rid="ref18">19</xref>
        ], and the use of a larger LLM, could be worthwhile improvements.
      </p>
      <p>Importantly, AI tools are now ubiquitous, and it is dificult, if not impossible, to control how students
use them. Responsible AI use relies not only on system design but also on human practices like dialogue,
trust-building, and setting shared expectations, elements that must be cultivated outside the boundaries
of any technical system. Because of this, INSIGHT is not designed to impose hard constraints but
instead tries to adopt an approach that encourages open conversations between students and teaching
staf about how and when to use AI responsibly, using the FAQ system as a guide.</p>
      <p>Furthermore, as students are aware that INSIGHT monitors their questions, they may ask questions
to another LLM outside of INSIGHT. This can create a biased view for the teaching staf and skew their
perception of students’ knowledge. To encourage the adoption of INSIGHT, students have to notice a
positive impact on their learning experience using this tool, and thus, teaching staf need to actively use
the new insights to improve student-teacher interactions. The teaching staf also has to communicate to
the students when to use INSIGHT, as it is complementary to the staf and not a replacement. Certain
questions are best answered by the teaching staf through direct, in-person interaction with students.
Also note that INSIGHT fits within Hasselt University’s approach of interactive classes with teaching
assistants, but may need to be revised to accommodate other class settings.</p>
      <p>Finally, we want to emphasize that INSIGHT is not intended to prevent students from using LLMs
to obtain direct answers. Instead, it creates an environment where students can use these tools with
privacy safeguards in place, and where the resulting interaction data can be meaningfully leveraged by
both students and teaching staf to enhance learning. While we recognize the value of scafolding-based
tools that guide students toward discovering answers themselves, INSIGHT addresses a diferent but
equally important need: providing a safe and transparent space for students who primarily seek answers,
ensuring that their use of LLMs still contributes to their learning process and informs face-to-face
support.</p>
      <p>The next step in our research is to empirically validate the usefulness of INSIGHT. To achieve this,
we will first perform a cognitive walkthrough with new members of teaching staf who have expressed
interest in piloting the tool. Afterward, we will introduce INSIGHT as an assistive tool in various
courses at Hasselt University. Future research opportunities lie in integrating knowledge tracing to
support advanced personalization while providing more granular data on the uptake of specific skills to
the teaching staf. Furthermore, future work could use the collected data to provide adaptive learning
and adjust content dynamically based on student progress and learning styles, aiming to ofer a more
interactive and inclusive learning experience.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>INSIGHT is our attempt to exploit the potential of AI-driven educational tools to enhance both student
learning and teaching staf support. INSIGHT’s goal is to help teaching staf identify knowledge gaps,
personalize face-to-face support, and maintain student engagement by providing a modular, data-driven
approach to analyzing student interactions. Its emphasis on privacy and transparency ensures that
students can benefit from AI assistance without blindly giving away their data. In the next steps of our
research, we will test INSIGHT’s efectiveness in real-world courses to validate our approach.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work was supported by the Special Research Fund (BOF) of Hasselt University (BOF24OWB28
and BOF23OWB31). This research was made possible with support from the MAXVR-INFRA project, a
scalable and flexible infrastructure that facilitates the transition to digital-physical work environments.
The MAXVR-INFRA project is funded by the European Union - NextGenerationEU and the Flemish
Government.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used ChatGPT and Grammarly in order to: Improve
writing style, Grammar and spelling check. After using these tool(s)/service(s), the authors reviewed
and edited the content as needed and take full responsibility for the publication’s content.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>L.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>Artificial Intelligence in Education: A Review, IEEE Access 8 (</article-title>
          <year>2020</year>
          )
          <fpage>75264</fpage>
          -
          <lpage>75278</lpage>
          . URL: https://ieeexplore.ieee.org/document/9069875/. doi:
          <volume>10</volume>
          .1109/ACCESS.
          <year>2020</year>
          .
          <volume>2988510</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Shemshack</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Spector</surname>
          </string-name>
          ,
          <article-title>A systematic literature review of personalized learning terms</article-title>
          ,
          <source>Smart Learning Environments</source>
          <volume>7</volume>
          (
          <year>2020</year>
          )
          <article-title>33</article-title>
          . URL: https://slejournal.springeropen.com/articles/10.1186/s40 561-
          <fpage>020</fpage>
          -00140-9. doi:
          <volume>10</volume>
          .1186/s40561-020-00140-9.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>K.</given-names>
            <surname>Wozniak</surname>
          </string-name>
          ,
          <article-title>Personalized Learning for Adults: An Emerging Andragogy</article-title>
          , in: S. Yu,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ally</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Tsinakos (Eds.),
          <source>Emerging Technologies and Pedagogies in the Curriculum</source>
          , Springer Singapore, Singapore,
          <year>2020</year>
          , pp.
          <fpage>185</fpage>
          -
          <lpage>198</lpage>
          . URL: http://link.springer.com/10.1007/
          <fpage>978</fpage>
          -981-15-0618-5_
          <fpage>11</fpage>
          . doi:
          <volume>10</volume>
          .1007/
          <fpage>978</fpage>
          -981-15-0618-5_11, series Title:
          <article-title>Bridging Human and Machine: Future Education with Intelligence</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Altinay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Altinay</surname>
          </string-name>
          , G. Dagli,
          <string-name>
            <given-names>R.</given-names>
            <surname>Shadiev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Othman</surname>
          </string-name>
          ,
          <article-title>Factors Influencing AI Learning Motivation and Personalisation Among Pre-service Teachers in Higher Education</article-title>
          ,
          <source>MIER Journal of Educational Studies Trends and Practices</source>
          (
          <year>2024</year>
          )
          <fpage>462</fpage>
          -
          <lpage>481</lpage>
          . URL: https://www.mierjs.in/index.php/mjestp/article /view/2714. doi:
          <volume>10</volume>
          .52634/mier/2024/v14/i2/2714.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>K.</given-names>
            <surname>Taneja</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Maiti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kakar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Guruprasad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Goel</surname>
          </string-name>
          , Jill Watson:
          <article-title>A Virtual Teaching Assistant Powered by ChatGPT</article-title>
          , in: A.
          <string-name>
            <surname>M. Olney</surname>
            ,
            <given-names>I.-A.</given-names>
          </string-name>
          <string-name>
            <surname>Chounta</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>O. C.</given-names>
          </string-name>
          <string-name>
            <surname>Santos</surname>
            ,
            <given-names>I. I.</given-names>
          </string-name>
          Bittencourt (Eds.),
          <source>Artificial Intelligence in Education</source>
          , volume
          <volume>14829</volume>
          , Springer Nature Switzerland, Cham,
          <year>2024</year>
          , pp.
          <fpage>324</fpage>
          -
          <lpage>337</lpage>
          . URL: https://link.springer.com/10.1007/978-3-
          <fpage>031</fpage>
          -64302-6_
          <fpage>23</fpage>
          . doi:
          <volume>10</volume>
          .1007/ 978-3-
          <fpage>031</fpage>
          -64302-6_23, series Title: Lecture Notes in Computer Science.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P.</given-names>
            <surname>Trotter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vanderburg</surname>
          </string-name>
          , R. Vanderburg,
          <string-name>
            <surname>AI-Assisted</surname>
            <given-names>Pedagogies</given-names>
          </string-name>
          :
          <article-title>Enhancing Mathematical Literacy and Open-Ended Problem-Solving with ChatGPT</article-title>
          ,
          <source>ASCILITE Publications</source>
          (
          <year>2024</year>
          )
          <fpage>635</fpage>
          -
          <lpage>640</lpage>
          . URL: https://publications.ascilite.org/index.php/APUB/article/view/1443. doi:
          <volume>10</volume>
          .14742/apubs .
          <year>2024</year>
          .
          <volume>1443</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Nitze</surname>
          </string-name>
          ,
          <article-title>Future-proofing Education: A Prototype for Simulating Oral Examinations Using Large Language Models</article-title>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2401.06160. doi:
          <volume>10</volume>
          .48550/ARXIV.2401.06 160, version Number:
          <volume>1</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Amanda Puteri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Saputri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kurniati</surname>
          </string-name>
          ,
          <source>The Impact of Artificial Intelligence (AI) Technology on Students' Social Relations</source>
          ,
          <source>BICC Proceedings 2</source>
          (
          <year>2024</year>
          )
          <fpage>153</fpage>
          -
          <lpage>158</lpage>
          . URL: https://biccproceedings.org/ index.php/bicc/article/view/121. doi:
          <volume>10</volume>
          .30983/bicc.v1i1.
          <fpage>121</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>V. J.</given-names>
            <surname>Owan</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. B. Abang</surname>
            ,
            <given-names>D. O.</given-names>
          </string-name>
          <string-name>
            <surname>Idika</surname>
            ,
            <given-names>E. O.</given-names>
          </string-name>
          <string-name>
            <surname>Etta</surname>
            ,
            <given-names>B. A.</given-names>
          </string-name>
          <string-name>
            <surname>Bassey</surname>
          </string-name>
          ,
          <article-title>Exploring the potential of artificial intelligence tools in educational measurement and assessment</article-title>
          ,
          <source>Eurasia Journal of Mathematics, Science and Technology Education</source>
          <volume>19</volume>
          (
          <year>2023</year>
          )
          <article-title>em2307</article-title>
          . URL: https://www.ejmste.
          <article-title>com/article/explo ring-the-potential-of-artificial-intelligence-tools-in-educational-measurement-and-</article-title>
          <string-name>
            <surname>assessmen</surname>
          </string-name>
          t-
          <volume>13428</volume>
          . doi:
          <volume>10</volume>
          .29333/ejmste/13428.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>E.</given-names>
            <surname>Kasneci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Sessler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Küchemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bannert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dementieva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Fischer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Gasser</surname>
          </string-name>
          , G. Groh,
          <string-name>
            <given-names>S.</given-names>
            <surname>Günnemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Hüllermeier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Krusche</surname>
          </string-name>
          , G. Kutyniok,
          <string-name>
            <given-names>T.</given-names>
            <surname>Michaeli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Nerdel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pfefer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Poquet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sailer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Seidel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stadler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Weller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kuhn</surname>
          </string-name>
          , G. Kasneci,
          <article-title>ChatGPT for good? On opportunities and challenges of large language models for education</article-title>
          ,
          <source>Learning and Individual Diferences</source>
          <volume>103</volume>
          (
          <year>2023</year>
          )
          <article-title>102274</article-title>
          . URL: https://linkinghub.elsevier.com/retrieve/pii/S10416080230001 95. doi:
          <volume>10</volume>
          .1016/j.lindif.
          <year>2023</year>
          .
          <volume>102274</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>OpenAI</surname>
          </string-name>
          , Europe privacy policy,
          <year>2024</year>
          . URL: https://web.archive.org/web/20250130122518/https: //openai.com/policies/eu-privacy-policy/.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>L.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <source>Ethics of Artificial Intelligence in Education: Student Privacy and Data Protection, Science Insights Education Frontiers</source>
          <volume>16</volume>
          (
          <year>2023</year>
          )
          <fpage>2577</fpage>
          -
          <lpage>2587</lpage>
          . URL: https://bonoi.org/index.php/sief/a rticle/view/1084. doi:
          <volume>10</volume>
          .15354/sief.23.
          <year>re202</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13] Virginia Wesleyan University, Student Overview &amp; Analytics in Learn Ultra,
          <year>2025</year>
          . URL: https: //malboncenter.vwu.edu/services/academic-afairs-documentation/blackboard/blackboard-learn
          <string-name>
            <surname>-</surname>
          </string-name>
          ultra
          <article-title>-documentation/student-overview-analytics-in-learn-ultra</article-title>
          , accessed:
          <fpage>2025</fpage>
          -02-25.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>UHasselt</surname>
          </string-name>
          ,
          <source>Algoritmen en datastructuren (4900)</source>
          ,
          <year>2023</year>
          . URL: https://studiegidswww.uhasselt.be/op leidingsonderdeel.
          <source>aspx?a=2023&amp;i=4900&amp;n=4&amp;t=01.</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Artificial</surname>
            <given-names>Analysis</given-names>
          </string-name>
          ,
          <source>Llama 3.2 Instruct 3B: Intelligence</source>
          ,
          <string-name>
            <given-names>Performance &amp; Price</given-names>
            <surname>Analysis</surname>
          </string-name>
          ,
          <year>2025</year>
          . URL: https://artificialanalysis.ai/models/llama-3-2-instruct-3b, accessed:
          <fpage>2025</fpage>
          -024-04.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [17]
          <string-name>
            <surname>SBERT</surname>
          </string-name>
          ,
          <string-name>
            <surname>Pretrained</surname>
            <given-names>Models</given-names>
          </string-name>
          ,
          <year>2025</year>
          . URL: https://www.sbert.net/docs/sentence_transformer/pretrain ed_models.html, accessed:
          <fpage>2025</fpage>
          -04-04.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>M.</given-names>
            <surname>Grootendorst</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mishra</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Matsak, OysterMax, Priyanshul Govil,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ogura</surname>
          </string-name>
          , V. D. Warmerdam, Yusuke1997, MaartenGr/KeyBERT: v0.
          <fpage>8</fpage>
          ,
          <year>2023</year>
          . doi:
          <volume>10</volume>
          .5281/ZENODO.4461264.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>J.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Schuurmans</surname>
          </string-name>
          , M. Bosma, b. ichter,
          <string-name>
            <given-names>F.</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Chi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q. V.</given-names>
            <surname>Le</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <article-title>Chainof-Thought Prompting Elicits Reasoning in Large Language Models</article-title>
          , in: S. Koyejo,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mohamed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Belgrave</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Cho</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Oh (Eds.),
          <source>Advances in Neural Information Processing Systems</source>
          , volume
          <volume>35</volume>
          ,
          <string-name>
            <surname>Curran</surname>
            <given-names>Associates</given-names>
          </string-name>
          , Inc.,
          <year>2022</year>
          , pp.
          <fpage>24824</fpage>
          -
          <lpage>24837</lpage>
          . URL: https://proceedings.neurips.cc/p aper_files/paper/2022/file/9d5609613524ecf4f15af0f7b31abca4-Paper-Conference.pdf.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>