<!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>Generative Chats in a WhatsApp Intelligent Tutoring System</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Zachary Levonian</string-name>
          <email>zach@levi.digitalharbor.org</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Owen Henkel</string-name>
          <email>owen.henkel@education.ox.ac.uk</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Digital Harbor Foundation</institution>
          ,
          <addr-line>1045 Light St, Baltimore, Maryland</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Technologies Workshop Joint Proceedings</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Oxford</institution>
          ,
          <addr-line>15 Norham Gardens, Oxford, OX2 6PY</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <fpage>1</fpage>
      <lpage>6</lpage>
      <abstract>
        <p>Large language models (LLMs) are flexible, personalizable, and available, which makes their use within Intelligent Tutoring Systems (ITSs) appealing. However, that flexibility creates risks: inaccuracies, harmful content, and non-curricular material. Ethically deploying LLM-backed ITS systems requires designing safeguards that ensure positive experiences for students. We describe the design of a conversational system integrated into an ITS, and our experience evaluating its safety with red-teaming, an in-classroom usability test, and field deployment. We present empirical data from more than 8,000 student conversations with this system, finding that GPT-3.5 rarely generates inappropriate messages. Comparatively more common is inappropriate messages from students, which prompts us to reason about safeguarding as a content moderation and classroom management problem. The student interaction behaviors we observe provide implications for designers-to focus on student inputs as a content moderation problem-and implications for researchers-to focus on subtle forms of bad content.</p>
      </abstract>
      <kwd-group>
        <kwd>large language models</kwd>
        <kwd>intelligent tutoring systems</kwd>
        <kwd>safety</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The capabilities of Large Language Models (LLMs) have
led to a surge of interest in applying them to educational
settings, including for automated tutoring, personalized
learning, and adaptive assessment [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ]. A particularly
promising application of LLMs is integration with Intelligent
Tutoring Systems (ITSs), as they can combine the structured
pedagogical processes and vetted curricula of ITSs and the
lfexibility and personalization enabled by conversational
interfaces [
        <xref ref-type="bibr" rid="ref3 ref4 ref5 ref6">3, 4, 5, 6</xref>
        ].
      </p>
      <p>
        Integrating LLMs into ITSs enables answering student
questions, summarizing concepts, creating customized hints,
and recontextualizing learning materials [
        <xref ref-type="bibr" rid="ref3 ref7 ref8">7, 8, 3</xref>
        ]. However,
the use of LLMs in educational applications also raises
concerns regarding potential risks, including the generation
of toxic language, implicit biases, and inaccurate
information, as well as inappropriate use by students [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref9">9, 10, 11, 12</xref>
        ].
These risks become particularly important when designing
educational applications that directly interact with students
e.g. via a chat interface, necessitating a focus on the safety
and accuracy of model-generated responses to students.
      </p>
      <p>
        Recent advancements in LLMs have led to improvements
in mitigating some of the most distressing behaviors of early
generations, such as toxicity, wildly inaccurate information,
and discussions of illegal or taboo topics [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ]. While this
progress is welcome, it has also revealed a range of more
subtle potential problems. For instance, small hallucinations
(e.g., confusing “2 r” with “  2”) may lead to persistent
misconceptions [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Additionally, younger students might
be more likely to anthropomorphize models and develop
emotionally charged relationships with them [
        <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
        ], and
models tend to present an “average” view of the Anglophone
internet which might not be appropriate in certain cultural
contexts [
        <xref ref-type="bibr" rid="ref18 ref19">18, 19</xref>
        ].
LGOBE
0000-0002-8932-1489 (Z. Levonian); 0009-0001-8850-067X
(O. Henkel)
© 2024 Copyright for this paper by its authors. Use permitted under Creative Commons License
      </p>
      <p>Less discussed is how models should handle inappropriate
or potentially ofensive student inputs, as well as honest
questions on politically or culturally sensitive topics. For
example, if a student addresses an LLM application using
profane language, should the model ignore the profanity
and proceed, ask the student to stop using such language,
or request that the student rephrase the question? Similarly,
if a student asks an honest question about a potentially
charged political topic (e.g., “Is it okay to get pregnant before
you are married?”), should the model provide a standard “it
depends” answer, ignore the question, or inform the student
that they cannot discuss the topic?</p>
      <p>
        Perhaps most seriously, if a student discloses some sort
of trauma or abuse they have sufered, how should the
model respond? While these are complex questions, they
are also ones that teachers and tutors deal with
regularly [
        <xref ref-type="bibr" rid="ref20 ref21 ref22 ref23">20, 21, 22, 23</xref>
        ]. Deciding how to respond to
inappropriate or provocative student questions is a classic challenge
of classroom management [
        <xref ref-type="bibr" rid="ref24 ref25">24, 25</xref>
        ], carefully choosing how
to address and explain sensitive topics is a fraught area for
nearly all teachers [
        <xref ref-type="bibr" rid="ref26 ref27">26, 27</xref>
        ], and handling sensitive student
disclosures is such an important question that most school
systems have codified mandatory reporting rules for
teachers that specify which types of student disclosures must be
reported to school leadership, mental health professionals,
or law enforcement [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ].
      </p>
      <p>
        In this paper, we describe a system we designed for
safeguarding student chats with an ITS and empirical data from
a field deployment of that system with usage from more than
8,000 students. We formed a research collaboration with the
developers of Rori, a WhatsApp-based chatbot math tutor.
Rori is used primarily by low-income middle-school
students in Sierra Leone, Liberia, Ghana, and Rwanda both in
classroom settings and at home for math skills practice [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ].
We designed a conversational experience for Rori’s users
that teaches them about growth mindset before they begin
math skill practice.
      </p>
      <p>
        Dinan et al. identify three broad safety issues in
conversational systems: (a) instigator efects, in which the system
generates harmful content, (b) yea-sayer efects, in which
the system endorses or fails to object to harmful content,
and (c) imposter efects, in which the system provides
incorrect or harmful advice [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]. To safeguard students during
that conversation, we designed a safety system consisting of
CEUR
Workshop
ISSN1613-0073
Structured
Conversation
      </p>
      <p>Design</p>
      <p>Educator
Red-teaming</p>
      <p>Student
Usability Test</p>
      <p>Ongoing</p>
      <p>Safety
Monitoring
iflters and corresponding actions when messages are flagged
by those filters. Across two studies, we find no evidence
of instigator or imposter efects but limited evidence of the
yea-sayer efect.</p>
      <p>In study one, we assess the usability and ethical
acceptability of the system in the classroom. In study two, we
deploy the system for use by students at home. The
empirical evidence from these two studies provides implications
for designers—to focus on student inputs as a content
moderation problem—and implications for researchers—to focus
on subtle forms of bad content.</p>
    </sec>
    <sec id="sec-2">
      <title>2. System Design</title>
      <p>Student
Message</p>
      <p>Safety
Filter</p>
      <p>GPT-3.5
Low Risk
High Risk</p>
      <p>Safety
Filter</p>
      <p>Generated response</p>
      <p>Redirect
End Conversation</p>
      <p>To design a safe generative chat experience, we
implemented a system on the basis of educator feedback and
through multiple phases of evaluation as shown in Figure 1.</p>
      <p>
        Designing a semi-structured conversation. We chose
to implement a generative chat for encouraging a growth
mindset, an approach linked to positive educational
outcomes, including in mobile learning contexts [
        <xref ref-type="bibr" rid="ref31 ref32 ref33">31, 32, 33</xref>
        ].
We used a prompting approach that moves the
conversation through multiple phases: introducing the concept of
a growth mindset, asking the student to reflect on a time
that practice has helped them, and identifying a specific
math skill that they want to practice. The system
initiates the conversation with the message “Do you agree with
the statement ‘Being smart is a choice you make, not the
way you are’?” and moves the student through various
conversational phases, as shown in Figure 3. During the
conversation, we detect standard navigation keywords (e.g.
“menu”) to navigate away from the conversation and on
to math skills practice. We limited the total conversation
length—a max of 8 turns during the usability test and 10
during the field deployment—to decrease the chance of
major digressions and to reduce any student frustration. By
designing the conversation as system-initiated rather than
student-initiated and ending each system message with a
question, we provide structure that keeps the conversation
lfowing and focused on growth mindset.
      </p>
      <p>
        Designing safety guardrails. To ensure students have
a safe experience during the conversation, we implemented
guardrails that would redirect or end the conversation. Each
student and system message is passed through a safety filter
that determines how the system will respond to the student.
Figure 2 demonstrates the final design. The safety filter
consists of (1) a word list and (2) a statistical moderation
model. The word list—consisting only of unambiguous curse
words—is applied first. While a word list is rigid and
inflexible, we chose to include it because it is easier for educators
and parents to reason about than a statistical model [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ].
      </p>
      <p>
        The statistical model we used was OpenAI’s moderation API,
which predicts the presence of five high-level content
categories and six sub-categories [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ]. Each message is given a
score between 0 and 1 reflecting how likely that message is
to contain content in that category. We set the per-category
thresholds for which we would take system action based on
the red-teaming exercise.
      </p>
      <p>System moderation actions. Based on the assessed risk
of the message, we took one of two moderation actions in
response to student messages. We classified self-harm,
sexual/minors, and the two /threatening sub-categories as high
risk messages and the rest as low risk. In response to low
risk messages, we drop the students most recent message
from the prompted context and ask them to continue the
conversation with a more appropriate message. In response
to high risk messages, we end the conversation
immediately with the message: “That sounds like a serious topic,
and a real person needs to look at this. They might try to
contact you to check on you. Until someone has reviewed
this, Rori will not reply.” We make an open source
reference implementation of our moderation system available
on GitHub.1</p>
      <p>
        Educator red-teaming. To evaluate the acceptability
of the conversation design and the safety guardrails, we
conducted an asynchronous red-teaming exercise. There
is considerable variation in red-teaming exercises [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ]; the
purpose of our exercise was to qualitatively assess the
effectiveness of the safety guardrails and to quantitatively set
initial per-category moderation thresholds. We recruited
17 Rising Academies educators and system designers to
adversarially probe the conversation design. Across 57
conversations, we received negative feedback on 39 messages
that should have been flagged, setting the thresholds
appropriately. After small tweaks to the prompts, we observed no
obviously negative conversational experiences. We return
to the topic of subtly negative experiences in the discussion,
but we determined there to be minimal risk in proceeding
with a full usability assessment with students.
      </p>
      <p>Monitoring. To ensure the safety of Rori student users,
we designed a continual monitoring procedure. We
imple1https://github.com/DigitalHarborFoundation/chatbot-safety
mented data dashboards to review the most recent and the
riskiest conversations. Messages flagged as high-risk
generate an email alert to an internal team. We designed a basic
reporting protocol for use with student users in the event of
particular sensitive disclosures e.g. sexual abuse or suicidal
thoughts.
3. Study 1: Student Usability Test</p>
      <p>
        In December 2023, 109 in-school students across 6 total
classrooms were instructed to use the growth mindset
generative chat during a regularly-scheduled study hall using Rori
for math skills practice [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. 252 conversations occurred
between December 13th and 15th. 60% of the conversations
were completed; the distribution of conversation lengths is
shown in Figure 4.2
      </p>
      <p>At the end of the conversation, we asked students to rate
the conversation from one to five stars. 3 The distribution of
ratings is shown in Table 3. Of the rated conversations, 16
conversations (6.3%) were rated less than five stars.
Qualitative investigation of those 16 low-rated conversations
reveals no clear diference between those and 5-star
conversation; student messages in low-rated conversations were
non-significantly more likely to be single-word responses
(75.4% low-rated vs 65.4% five-star,  2=0.82, d.f.=1,  =0.36).
2Due to a bug that under-counted student messages, some conversations
continued an extra turn.
3Feedback request message: “Thank you for your time! How much did
you like the conversation?” A response modal labeled “Give us some
s!” has quick-reply buttons.
1–6</p>
      <p>No student or GPT-3.5 student messages were flagged by
the safety filter. In particular, most GPT-3.5 and student
messages received low moderation scores across all
categories. Table 2 shows summary statistics for the highest
score received across all categories: the highest-scoring
GPT-3.5 message received a score of 0.01 (“Oh, it seems like
you might not understand the question. Let me rephrase
it. Do you think that being smart is something that you
can choose to be, rather than something that you are born
with?”), while the highest-scoring student message received
a score of 0.05 (a typo).</p>
      <p>It may be that the moderation API’s implicit values
diverge from our own, such that false negatives occur and
harmful student messages are not flagged. To check, we
randomly sampled 100 student conversations, finding no
false negatives. Qualitatively, while some student messages
were playful or inappropriate in ways that would likely
trigger a response from a human tutor, we found our prompt
for GPT-3.5 efective at producing appropriate redirections
back to the current topic.</p>
      <p>Taken together, these results suggest that the
semistructured growth mindset conversation is acceptable for
broader use. Critically, the conversation design was
efective at preventing messages that would trigger the safety
iflter: we identified no obviously unacceptable student
messages. We made minor adjustments to the prompts and
proceeded to a field deployment.</p>
    </sec>
    <sec id="sec-3">
      <title>4. Study 2: Field Deployment</title>
      <p>The growth mindset conversation was deployed publicly on
Feburary 13, 2024 for non-school users of Rori and
incorporated as a component of the on-boarding process before
math skills practice begins. We analyzed the 126,278
messages between the feature launch and May 1, 2024.</p>
      <sec id="sec-3-1">
        <title>4.1. Did GPT-3.5 generate objectionable outputs?</title>
        <p>No. Quantitatively, the highest-scoring system message
produced received a score of 0.044. During continual
monitoring, the researchers annotated GPT-3.5 messages and
determined none of them to be objectionable. The most
controversial messages were those generated in response to
student’s objectionable messages, which we discuss in the
next sections.</p>
      </sec>
      <sec id="sec-3-2">
        <title>4.2. Did students write objectionable messages?</title>
        <p>Yes, but not very much. 0.31% of student messages received
a score in any moderation category of at least 0.1. Fewer
than 8 in 10000 messages were flagged. Table 4 summarizes
the moderation scores per-category. The most common
negative messages were harassing or sexual. Only one
message was flagged as high risk. After investigation by the
team, it was determined to be a false positive by the OpenAI
moderation model—the message should have been classified
as low risk, as it contained violent language that merited
corrective action but did not evidence self-harm. From an
investigation of the 27 conversations with flagged messages,
all flagged messages were determined to merit corrective
action.</p>
        <p>Rating
# conversations</p>
      </sec>
      <sec id="sec-3-3">
        <title>4.3. Did GPT-3.5 respond appropriately?</title>
        <p>
          We investigated the messages generated in response to
student messages that were near the safety filter thresholds but
remained unflagged. 48 unflagged conversations contained
a message with a moderation score of at least 0.1. 40 of these
conversations included at least one student message that
warranted caution or a corrective statement from the system
response, and we deemed the GPT-3.5-generated responses
to be appropriately corrective in 37 of those cases. In 3
cases, the generated response ignored or equivocated when
a corrective message would have been warranted. This is a
subtler form of bad response: the yea-sayer efect [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>5. Discussion</title>
      <sec id="sec-4-1">
        <title>5.1. Key Findings</title>
        <p>
          In this workshop paper, we described a system for
conducting safe generative chats inside of an existing ITS. We
found that the semi-structured conversation design we used
eliminated imposter efects, while safety filters for students’
inputs eliminated instigator efects. We found that it was
surprisingly straightforward to develop a prompt for
GPT3.5 to respond appropriately to the vast majority of student
messages [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ].
        </p>
        <p>
          Instead, our attention was drawn to the more frequent
and more challenging problem of how to deal with
inappropriate or otherwise sensitive student messages. In some
ways this challenge in analogous to the challenges of
content moderation on online platforms, where the context
in which a comment exists is important, and policies that
are reasonable in many cases might be inefective in edge
cases. As an example: how to handle questions regarding
contentious political or historical topics? In many cases
acknowledging that there are diferent valid opinions is a
good pedagogical approach, but in particularly sensitive or
egregious examples this “both-sideism” can be
inappropriate [
          <xref ref-type="bibr" rid="ref38">38</xref>
          ]. However, these are the types of challenges teachers
deal with constantly, and we believe that there is a research
opportunity here at the intersection of content moderation
and classroom management to develop appropriate system
actions in response to objectionable student messages.
        </p>
        <p>Another important finding was that the process of
redteaming was efective in its primary goal of identifying
potential risk. It had other benefits we did not expect: building
organizational confidence. We found that being transparent
about the shortcoming of our V1 approach and including
designers, educators, and researchers in the evaluation
process had the dual benefit of improving trust and soliciting
higher-quality feedback to improve the design.</p>
      </sec>
      <sec id="sec-4-2">
        <title>5.2. Limitations &amp; Future Research</title>
        <p>
          The specific moderation actions we implemented are
reasonable starting points, and by classifying messages at two
risk levels we are able to positively redirect conversations
with pre-vetted messages [
          <xref ref-type="bibr" rid="ref39">39</xref>
          ]. While these corrective
messages were written by educators, in the future we hope that
approaches from culturally-responsive classroom
management might be combined with soliciting cultural background
information from students so that behavioral expectations
can be communicated more clearly and correctives can be
applied more appropriately [
          <xref ref-type="bibr" rid="ref40 ref41">40, 41</xref>
          ].
        </p>
        <p>
          In the event of more serious disclosures, as with the
messages we classify as high risk, we argue that our choice to
automatically end the conversation and move to human
review rather than attempting to generate an appropriate
LLM response in the moment is the more ethical one [
          <xref ref-type="bibr" rid="ref42">42</xref>
          ].
However, the specific approach we used of ending the
conversation is not ideal; we might consider technical
infrastructure that starts an in-chat support session with a human
or otherwise connects explicitly to contacts at the student’s
school.
        </p>
        <p>We did observe evidence of the yea-sayer efect in
response to some objectionable student messages; future work
should explore opportunities for mitigating this efect. In
the mean time, designers should monitor for the prevalence
of yea-saying and consider technical approaches that
explicitly model the appropriate corrective behavior.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>We would like to thank Millie-Ellen Postle, Hannah
HorneRobinson, and the staf of Rising Academies for their
contributions. This work was supported by the Learning
Engineering Virtual Institute (LEVI) and the Digital Harbor
Foundation.
1–6</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <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://www.sciencedirect.com/ science/article/pii/S1041608023000195. doi:
          <volume>10</volume>
          .1016/ j.lindif.
          <year>2023</year>
          .
          <volume>102274</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>A.</given-names>
            <surname>Caines</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Benedetto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Taslimipoor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Davis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Andersen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yuan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Elliott</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Moore</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bryant</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yannakoudakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mullooly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nicholls</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Buttery</surname>
          </string-name>
          ,
          <article-title>On the application of Large Language Models for language teaching</article-title>
          and assessment technology,
          <year>2023</year>
          . URL: http://arxiv.org/abs/2307. 08393, arXiv:
          <fpage>2307</fpage>
          .08393 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Levonian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gade</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Henkel</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.- E. Postle</surname>
          </string-name>
          , W. Xing, Retrieval-augmented Generation to Improve Math Question-Answering:
          <article-title>Tradeofs Between Groundedness and Human Preference</article-title>
          , in: NeurIPS'23 Workshop on
          <article-title>Generative AI for Education (GAIED), arXiv</article-title>
          , New Orleans,
          <year>2023</year>
          . URL: http://arxiv.org/abs/2310.03184. doi:
          <volume>10</volume>
          .48550/arXiv. 2310.03184, arXiv:
          <fpage>2310</fpage>
          .03184 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Upadhyay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Ginsberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Callison-Burch</surname>
          </string-name>
          ,
          <article-title>Improving Mathematics Tutoring With A Code Scratchpad</article-title>
          ,
          <source>in: Proceedings of the 18th Workshop on Innovative Use of NLP for Building Educational Applications (BEA</source>
          <year>2023</year>
          ),
          <article-title>Association for Computational Linguistics</article-title>
          , Toronto, Canada,
          <year>2023</year>
          , pp.
          <fpage>20</fpage>
          -
          <lpage>28</lpage>
          . URL: https://aclanthology.org/
          <year>2023</year>
          .bea-
          <volume>1</volume>
          .2. doi:
          <volume>10</volume>
          .18653/ v1/
          <year>2023</year>
          .bea-
          <volume>1</volume>
          .2.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hobert</surname>
          </string-name>
          , R. M. v. Wolf, Say Hello to Your New Automated Tutor - A
          <string-name>
            <surname>Structured Literature</surname>
          </string-name>
          <article-title>Review on Pedagogical Conversational Agents</article-title>
          ,
          <year>Wirtschaftsinformatik 2019</year>
          Proceedings (
          <year>2019</year>
          ). URL: https://aisel. aisnet.org/wi2019/track04/papers/2.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>B.</given-names>
            <surname>Khosrawi-Rad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Rinn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Schlimbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Gebbing</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lattemann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Markgraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Robra-Bissantz</surname>
          </string-name>
          ,
          <article-title>Conversational Agents in Education - A Systematic Literature Review</article-title>
          ,
          <source>ECIS 2022 Research Papers</source>
          (
          <year>2022</year>
          ). URL: https://aisel.aisnet.org/ecis2022_rp/18.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Z. A.</given-names>
            <surname>Pardos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bhandari</surname>
          </string-name>
          ,
          <article-title>Learning gain diferences between ChatGPT and human tutor generated algebra hints (</article-title>
          <year>2023</year>
          ). URL: https://arxiv.org/abs/2302.06871. doi:
          <volume>10</volume>
          .48550/ARXIV.2302.06871.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Sonkar</surname>
          </string-name>
          , L. Liu,
          <string-name>
            <given-names>D. B.</given-names>
            <surname>Mallick</surname>
          </string-name>
          , R. G. Baraniuk,
          <source>CLASS Meet SPOCK: An Education Tutoring Chatbot based on Learning Science Principles</source>
          ,
          <year>2023</year>
          . URL: http://arxiv. org/abs/2305.13272, arXiv:
          <fpage>2305</fpage>
          .13272 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>P. P.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.-P.</given-names>
            <surname>Morency</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Salakhutdinov</surname>
          </string-name>
          ,
          <article-title>Towards Understanding and Mitigating Social Biases in Language Models</article-title>
          ,
          <source>in: Proceedings of the 38th International Conference on Machine Learning, PMLR</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>6565</fpage>
          -
          <lpage>6576</lpage>
          . URL: https://proceedings.mlr. press/v139/liang21a.html, iSSN:
          <fpage>2640</fpage>
          -
          <lpage>3498</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Conia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ross</surname>
          </string-name>
          , Biases in Large Language Models: Origins, Inventory, and Discussion,
          <source>Journal of Data and Information Quality</source>
          <volume>15</volume>
          (
          <year>2023</year>
          )
          <volume>10</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          :
          <fpage>21</fpage>
          . URL: https://dl.acm.org/doi/10.1145/3597307. doi:
          <volume>10</volume>
          . 1145/3597307.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Baker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hawn</surname>
          </string-name>
          , Algorithmic Bias in Education,
          <source>International Journal of Artificial Intelligence in Education</source>
          <volume>32</volume>
          (
          <year>2022</year>
          )
          <fpage>1052</fpage>
          -
          <lpage>1092</lpage>
          . URL: https: //doi.org/10.1007/s40593-021-00285-9. doi:
          <volume>10</volume>
          .1007/ s40593-021-00285-9.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>L.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Sha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>MartinezMaldonado</surname>
          </string-name>
          , G. Chen,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gašević</surname>
          </string-name>
          ,
          <article-title>Practical and ethical challenges of large language models in education: A systematic scoping review</article-title>
          ,
          <source>British Journal of Educational Technology</source>
          <volume>55</volume>
          (
          <year>2024</year>
          )
          <fpage>90</fpage>
          -
          <lpage>112</lpage>
          . URL: https://onlinelibrary.wiley. com/doi/abs/10.1111/bjet.13370. doi:
          <volume>10</volume>
          .1111/bjet. 13370, _eprint: https://onlinelibrary.wiley.com/- doi/pdf/10.1111/bjet.13370.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13] OpenAI, GPT-4
          <source>Technical Report</source>
          ,
          <year>2023</year>
          . URL: http:// arxiv.org/abs/2303.08774, arXiv:
          <fpage>2303</fpage>
          .08774 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Tao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Viberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Baker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. F.</given-names>
            <surname>Kizilcec</surname>
          </string-name>
          , Auditing and Mitigating Cultural Bias in LLMs,
          <year>2023</year>
          . URL: http://arxiv.org/abs/2311.14096. doi:
          <volume>10</volume>
          .48550/arXiv. 2311.14096, arXiv:
          <fpage>2311</fpage>
          .14096 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Murphy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. A.</given-names>
            <surname>Alexander</surname>
          </string-name>
          , Situating Text, Talk, and Transfer in Conceptual Change: Concluding Thoughts, in: International Handbook of Research on Conceptual Change, 2 ed.,
          <source>Routledge</source>
          ,
          <year>2013</year>
          . Num Pages:
          <fpage>19</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>S.</given-names>
            <surname>Girard</surname>
          </string-name>
          , H. Johnson,
          <article-title>What Do Children Favor as Embodied Pedagogical Agents?</article-title>
          , in: V.
          <string-name>
            <surname>Aleven</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Kay</surname>
          </string-name>
          , J. Mostow (Eds.),
          <source>Intelligent Tutoring Systems</source>
          , Springer, Berlin, Heidelberg,
          <year>2010</year>
          , pp.
          <fpage>307</fpage>
          -
          <lpage>316</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>642</fpage>
          -13388-6_
          <fpage>35</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>E. J.</given-names>
            <surname>Goldman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.-E.</given-names>
            <surname>Baumann</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          <article-title>PoulinDubois, Preschoolers' anthropomorphizing of robots: Do human-like properties matter?</article-title>
          ,
          <source>Frontiers in Psychology</source>
          <volume>13</volume>
          (
          <year>2023</year>
          ). URL: https://www.frontiersin.org/journals/ psychology/articles/10.3389/fpsyg.
          <year>2022</year>
          .1102370/full. doi:
          <volume>10</volume>
          .3389/fpsyg.
          <year>2022</year>
          .
          <volume>1102370</volume>
          , publisher: Frontiers.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Qiu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <source>A Survey on Multilingual Large Language Models: Corpora</source>
          , Alignment, and
          <string-name>
            <surname>Bias</surname>
          </string-name>
          ,
          <year>2024</year>
          . URL: http://arxiv.org/abs/2404. 00929, arXiv:
          <fpage>2404</fpage>
          .00929 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A.</given-names>
            <surname>Agiza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mostagir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Reda</surname>
          </string-name>
          ,
          <article-title>Analyzing the Impact of Data Selection and Fine-Tuning on Economic and Political Biases in LLMs, 2024</article-title>
          . URL: http://arxiv.org/ abs/2404.08699, arXiv:
          <fpage>2404</fpage>
          .08699 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>M.</given-names>
            <surname>Falkiner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Thomson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Day</surname>
          </string-name>
          ,
          <source>Teachers' Understanding and Practice of Mandatory Reporting of Child Maltreatment, Children Australia</source>
          <volume>42</volume>
          (
          <year>2017</year>
          )
          <fpage>38</fpage>
          -
          <lpage>48</lpage>
          . doi:
          <volume>10</volume>
          .1017/cha.
          <year>2016</year>
          .
          <volume>53</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>K. A.</given-names>
            <surname>Beck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. R. P.</given-names>
            <surname>Oglof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Corbishley</surname>
          </string-name>
          , Knowledge, Compliance, and
          <article-title>Attitudes of Teachers toward Mandatory Child Abuse Reporting in British Columbia</article-title>
          , Canadian Journal of Education / Revue canadienne de l'éducation
          <volume>19</volume>
          (
          <year>1994</year>
          )
          <fpage>15</fpage>
          -
          <lpage>29</lpage>
          . URL: https://www.jstor. org/stable/1495304. doi:
          <volume>10</volume>
          .2307/1495304, publisher:
          <source>Canadian Society for the Study of Education.</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>M. R.</given-names>
            <surname>Haney</surname>
          </string-name>
          ,
          <article-title>Ethical Dilemmas Associated With Self-Disclosure in Student Writing</article-title>
          , Teaching of Psychology (
          <year>2004</year>
          ). URL: https://www.tandfonline.com/ doi/abs/10.1207/s15328023top3103_2. doi:
          <volume>10</volume>
          .1207/ s15328023top3103_2, publisher: Lawrence Erlbaum Associates, Inc.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>E.</given-names>
            <surname>Berger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Chionh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Miko</surname>
          </string-name>
          , School Leaders'
          <article-title>Experiences on Dealing with Students Exposed to Domestic Violence</article-title>
          ,
          <source>Journal of Family Violence</source>
          <volume>37</volume>
          (
          <year>2022</year>
          )
          <fpage>1089</fpage>
          -
          <lpage>1100</lpage>
          . URL: https: //doi.org/10.1007/s10896-021-00310-4. doi:
          <volume>10</volume>
          .1007/ s10896-021-00310-4.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>E. J.</given-names>
            <surname>Sabornie</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. L.</surname>
          </string-name>
          Espelage (Eds.),
          <source>Handbook of Classroom Management</source>
          , 3rd edition ed.,
          <source>Routledge</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>R. J.</given-names>
            <surname>Marzano</surname>
          </string-name>
          ,
          <article-title>A Handbook for Classroom Management that Works</article-title>
          , ASCD,
          <year>2005</year>
          .
          <article-title>Google-Books-ID: BMOQFLa0fcEC.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>J.</given-names>
            <surname>Levin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. F.</given-names>
            <surname>Nolan</surname>
          </string-name>
          ,
          <string-name>
            <surname>What Every Teacher Should Know About Classroom Management</surname>
          </string-name>
          , 1st edition ed.,
          <source>Pearson</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>M.</given-names>
            <surname>Falkiner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Thomson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Guadagno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Day</surname>
          </string-name>
          ,
          <article-title>Heads you win, tails I lose: The dilemma mandatory reporting poses for teachers</article-title>
          ,
          <source>Australian Journal of Teacher Education (Online) 42</source>
          (
          <year>2020</year>
          )
          <fpage>93</fpage>
          -
          <lpage>110</lpage>
          . URL: https://search.informit. org/doi/abs/10.3316/INFORMIT.088816132023302. doi:
          <volume>10</volume>
          .3316/informit.088816132023302, publisher: Edith Cowan University.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>J. D. G. Goldman</surname>
          </string-name>
          ,
          <article-title>Primary school student-teachers' knowledge and understandings of child sexual abuse and its mandatory reporting</article-title>
          ,
          <source>International Journal of Educational Research</source>
          <volume>46</volume>
          (
          <year>2007</year>
          )
          <fpage>368</fpage>
          -
          <lpage>381</lpage>
          . URL: https://www.sciencedirect.com/science/article/ pii/S0883035507000675. doi:
          <volume>10</volume>
          .1016/j.ijer.
          <year>2007</year>
          .
          <volume>09</volume>
          .002.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>O.</given-names>
            <surname>Henkel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Horne-Robinson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Kozhakhmetova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <source>Efective and Scalable Math Support: Evidence on the Impact of an AI- Tutor on Math Achievement in Ghana</source>
          ,
          <year>2024</year>
          . URL: http://arxiv.org/abs/2402.09809. doi:
          <volume>10</volume>
          .48550/arXiv.2402.09809, arXiv:
          <fpage>2402</fpage>
          .09809 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>E.</given-names>
            <surname>Dinan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Abercrombie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Bergman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Spruit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hovy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.-L.</given-names>
            <surname>Boureau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Rieser</surname>
          </string-name>
          ,
          <article-title>Anticipating Safety Issues in E2E Conversational AI: Framework</article-title>
          and Tooling,
          <year>2021</year>
          . URL: http://arxiv.org/abs/2107.03451. doi:
          <volume>10</volume>
          .48550/arXiv.2107.03451, arXiv:
          <fpage>2107</fpage>
          .03451 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>S.</given-names>
            <surname>Karumbaiah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Lizarralde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Allessio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Woolf</surname>
          </string-name>
          , I. Arroyo,
          <string-name>
            <given-names>N.</given-names>
            <surname>Wixon</surname>
          </string-name>
          ,
          <article-title>Addressing Student Behavior and Afect with Empathy and Growth Mindset</article-title>
          ,
          <source>International Educational Data Mining Society</source>
          ,
          <year>2017</year>
          . URL: https://eric.ed.gov/?id=ED596572, publication Title:
          <source>International Educational Data Mining Society ERIC Number: ED596572.</source>
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>D. S.</given-names>
            <surname>Yeager</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Romero</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Paunesku</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. S.</given-names>
            <surname>Hulleman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Schneider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hinojosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. Y.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. O'Brien</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Flint</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Roberts</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Trott</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Greene</surname>
            ,
            <given-names>G. M.</given-names>
          </string-name>
          <string-name>
            <surname>Walton</surname>
            ,
            <given-names>C. S.</given-names>
          </string-name>
          <string-name>
            <surname>Dweck</surname>
          </string-name>
          ,
          <article-title>Using Design Thinking to Improve Psychological Interventions: The Case of the Growth Mindset During the Transition to High School</article-title>
          ,
          <source>Journal of educational psychology 108</source>
          (
          <year>2016</year>
          )
          <fpage>374</fpage>
          -
          <lpage>391</lpage>
          . URL: https://www.ncbi.nlm.nih.gov/pmc/ articles/PMC4981081/. doi:
          <volume>10</volume>
          .1037/edu0000098.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>R. F.</given-names>
            <surname>Kizilcec</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Goldfarb</surname>
          </string-name>
          ,
          <article-title>Growth Mindset Predicts Student Achievement and Behavior in Mobile Learning</article-title>
          ,
          <source>in: Proceedings of the Sixth</source>
          (
          <year>2019</year>
          ) ACM Conference on Learning @ Scale, L@S '19,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2019</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . URL: https://dl.acm.org/doi/10.1145/3330430. 3333632. doi:
          <volume>10</volume>
          .1145/3330430.3333632.
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>S.</given-names>
            <surname>Jhaver</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Q.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q. Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Natarajan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <article-title>Personalizing Content Moderation on Social Media: User Perspectives on Moderation Choices, Interface Design, and</article-title>
          <string-name>
            <surname>Labor</surname>
          </string-name>
          ,
          <source>Proceedings of the ACM on Human-Computer Interaction</source>
          <volume>7</volume>
          (
          <year>2023</year>
          )
          <volume>289</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>289</lpage>
          :
          <fpage>33</fpage>
          . URL: https://dl.acm.org/doi/10. 1145/3610080. doi:
          <volume>10</volume>
          .1145/3610080.
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <surname>Moderation - OpenAI</surname>
            <given-names>API</given-names>
          </string-name>
          ,
          <year>2024</year>
          . URL: https://platform. openai.com/docs/guides/moderation/overview.
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fefer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sinha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. C.</given-names>
            <surname>Lipton</surname>
          </string-name>
          , H. Heidari,
          <article-title>RedTeaming for Generative AI: Silver Bullet or Security Theater?</article-title>
          ,
          <year>2024</year>
          . URL: http://arxiv.org/abs/2401.15897. doi:
          <volume>10</volume>
          .48550/arXiv.2401.15897, arXiv:
          <fpage>2401</fpage>
          .15897 [cs].
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>A.</given-names>
            <surname>Narayanan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kapoor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lazar</surname>
          </string-name>
          ,
          <article-title>Model alignment protects against accidental harms</article-title>
          ,
          <source>not intentional ones</source>
          ,
          <year>2023</year>
          . URL: https://www.aisnakeoil.com/ p/model
          <article-title>-alignment-protects-against.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>R.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <article-title>How “both-sideism” harms health</article-title>
          ,
          <source>BMJ</source>
          <volume>378</volume>
          (
          <year>2022</year>
          )
          <article-title>o2136</article-title>
          . URL: https://www.bmj.com/content/ 378/bmj.o2136. doi:
          <volume>10</volume>
          .1136/bmj.o2136, publisher: British Medical Journal Publishing Group Section: Opinion.
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>D.</given-names>
            <surname>Leach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Helf</surname>
          </string-name>
          ,
          <article-title>Using a Hierarchy of Supportive Consequences to Address Problem Behaviors in the Classroom</article-title>
          ,
          <source>Intervention in School and Clinic</source>
          <volume>52</volume>
          (
          <year>2016</year>
          )
          <fpage>29</fpage>
          -
          <lpage>33</lpage>
          . URL: https://doi.org/10.1177/1053451216630288. doi:
          <volume>10</volume>
          .1177/1053451216630288, publisher: SAGE Publications Inc.
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>C. S.</given-names>
            <surname>Weinstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tomlinson-Clarke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Curran</surname>
          </string-name>
          ,
          <article-title>Toward a Conception of Culturally Responsive Classroom Management</article-title>
          ,
          <source>Journal of Teacher Education</source>
          <volume>55</volume>
          (
          <year>2004</year>
          )
          <fpage>25</fpage>
          -
          <lpage>38</lpage>
          . URL: https://doi.org/10.1177/ 0022487103259812. doi:
          <volume>10</volume>
          .1177/0022487103259812, publisher: SAGE Publications Inc.
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>R.</given-names>
            <surname>Skiba</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Ormiston</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Martinez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cummings</surname>
          </string-name>
          ,
          <article-title>Teaching the Social Curriculum: Classroom Management as Behavioral Instruction</article-title>
          ,
          <source>Theory Into Practice</source>
          <volume>55</volume>
          (
          <year>2016</year>
          )
          <fpage>120</fpage>
          -
          <lpage>128</lpage>
          . URL: https://doi.org/10. 1080/00405841.
          <year>2016</year>
          .
          <volume>1148990</volume>
          . doi:
          <volume>10</volume>
          .1080/00405841.
          <year>2016</year>
          .
          <volume>1148990</volume>
          , publisher: Routledge _eprint: https://- doi.org/10.1080/00405841.
          <year>2016</year>
          .
          <volume>1148990</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>L.</given-names>
            <surname>Stapleton</surname>
          </string-name>
          , S. Liu,
          <string-name>
            <given-names>C.</given-names>
            <surname>Liu</surname>
          </string-name>
          , I. Hong,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chancellor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. E.</given-names>
            <surname>Kraut</surname>
          </string-name>
          , H. Zhu, ”If This Person is Suicidal, What Do I Do?”: Designing Computational Approaches to Help Online Volunteers Respond to Suicidality,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>