Sign In to Follow Application
View All Documents & Correspondence

System, Device, Method, And Program For Personalized E Learning

Abstract: A system 80 for personalized e-learning includes a Hierarchical Knowledge Tracing (HKT) model unit 81 which includes two sequential models comprising of a lower level model and a higher level model, wherein the lower level model estimates and updates the estimate of knowledge state of a learner from a question-response data of the learner while the learner is active (in-session) on the e-learning application and predicts the probability of answering a question within the domain using the estimate of knowledge state, and the higher level model updates the knowledge state estimate of the lower level model when a new session starts.

Get Free WhatsApp Updates!
Notices, Deadlines & Correspondence

Patent Information

Application #
Filing Date
02 December 2022
Publication Number
08/2024
Publication Type
INA
Invention Field
COMPUTER SCIENCE
Status
Email
Parent Application

Applicants

NEC CORPORATION
7-1, Shiba 5-chome, Minato-ku, Tokyo 1088001

Inventors

1. KHANDELWAL Kanishka
c/o NEC Corporation, 7-1, Shiba 5-chome, Minato-ku, Tokyo 1088001
2. TAMANO Hiroshi
c/o NEC Corporation, 7-1, Shiba 5-chome, Minato-ku, Tokyo 1088001

Specification

Technical Field
The present invention relates to a system, a device, a method, and a program for personalized
e-learning.
Background Art
Over the past few decades, e-learning systems have emerged as a supporting/alternative
infrastructure to the traditional classrooms for learning purposes. The elearning
system can identify and keep track of the knowledge/skill state of a learner
using the data obtained from learner's interaction with the system. As a result, elearning
systems offers the possibility of providing personalized learning experiences
to the learners.
Knowledge tracing (KT) models are popularly used in Intelligent Tutoring Systems
(ITS), a kind of e-learning system, to keep track of the learner's knowledge/skill state
over time. A KT model can be used to predict the performance of learner on future assessments.
Further, it can be used to decide what questions or learning contents to
provide to the learner next, thus personalizing the learning experience. Maintaining an
accurate representation of students' learning state in knowledge tracing models is
important since it directly affects the learning outcome of a learner's valuable time.
[0004] Various approaches to knowledge tracing have been proposed in the literature. The
vanilla Bayesian knowledge tracing (BKT) model can model the learner's skill in each
concept separately. The estimated skill level can be used to determine whether to
practice/learn the concept more or switch to a new concept. Recently, Deep knowledge
tracing (DKT), a deep learning based model, have been proposed to model a learner's
skill level in multiple concepts simultaneously. Both the models, BKT and DKT,
utilize the sequence of a learner's interactions with thee-learning system. Each item
within the sequence is a correctness of response (1 for correct and 0 for incorrect) on a
question answered by the learner, along with its associated concept.
Citation List
Non Patent Literature
[0005] NPL 1: Chen, Yuying, et al., "Tracking knowledge proficiency of students with educational
priors," Proceedings of the 2017 ACM on Conference on Information and
Know ledge Management, 2017.
NPL 2: Zachary A. Pardos, et al., "Effective Skill Assessment Using Expectation Maximization
in a Multi Network Temporal Bayesian Network," The Young Researchers
2
wo 2021/250725 PCT /JP2020/0224 73
Track at the 20th International Conference on Intelligent Tutoring Systems, 2008.
NPL 3: Haiqin Yang, and Lap Pong Cheung, "Implicit heterogeneous features
embedding in deep knowledge tracing," Cognitive Computation 10.1 (2018): 3-14.
NPL 4: Lap Pong Cheung, and Haiqin Yang, "Heterogeneous features integration in
deep knowledge tracing," International Conference on Neural Information Processing,
Springer, Cham, 2017.
Summary of Invention
Technical Problem
[0006] A learner can use thee-learning system for some days, months or even years. The
time of interaction with the learner is usually collected in thee-learning system. The
interactions between e-learning system and the learner happens in sessions. A session
can be considered as a group of sequential interactions happening consecutively with
thee-learning system that happens within a timeframe. Consequently, learner's interaction
data with the system can be divided into groups, each corresponding to a
session. Suppose a learner utilizes the system on two separate occasions for 1 hour
each. In this case, the learner can be said to have undergone two sessions on the system
and his/her interaction data can be divided into two groups, each corresponding to a
sessiOn.
[0007] The vanilla models and their proposed extensions consider the interaction data as a
[0008]
[0009]
single sequence from one large session. These KT approaches haven't explicitly
considered the session structure within the learner's data, from the modelling point of
v1ew.
Correspondingly, prior KT approaches may perform poorly since they try to capture
the intra-session and inter-session dynamics of the learner's knowledge state using a
single model. As an example, a learner using an e-learning system to learn new words
may show different online (during the session) and offline (off the system) learning
behaviors. When the learner is online, the model should reflect his/her rapid learning/
forgetting behavior which may be influenced by the working memory. But when the
learner is offline the model should be able to capture the long term forgetting which
may be influenced by the long term memory. Modelling the learner's changing
knowledge state within a session and across two sessions separately is expected to
improve the performance of a KT model.
Non Patent Literatures (NPLs) 1, 2 utilized the session structure within the data from
the modelling perspective. These approaches assume the knowledge state of a learner
changes from one session to another. However, these models assume the knowledge
state of a learner doesn't change within a session. As a result, these models are not
purely KT approaches and cannot be used for personalizing the learning experience of
3
wo 2021/250725 PCT /JP2020/0224 73
a learner within a session.
[0010] Inane-learning system, usually additional data about the learner, the learner's In-
[0011]
teraction with the system and the learner's environment are also collected. Various extensions
have been proposed to BKT and DKT models utilizing this additional data to
improve the performance on the KT task. NPLs 3, 4 propose to utilize additional
features at the item-level. They have reported an increment in the performance over
vanilla models at the task of predicting correctness on next problem given to the
learner.
Some of the additional data collected in the e-learning system can be a characteristic
of an item in the interaction while some can be a characteristic of the session as a
whole. For example, time taken, hint used or not, etc. are item-level data while the
number of questions skipped in a session, device type (mobile or desktop), location
(home or classroom) are session-level data. The prior KT approaches fail to provide a
framework to consider the two distinct feature types separately.
[0012] Furthermore, learning of a concept may happen between two consecutive sessions of
thee-learning system. There could be many external factors that affect the learning of
a student such as offline learning (learning from sources such as video, text, etc.
provided in thee-learning system or from external sources), social interactions with
students and teachers, self-pondering, etc. If the information about learning caused by
external factors is made available to thee-learning system, it should be utilized to
update the knowledge state of learner before the next session begins.
[0013] One of the objects of the present invention is to provide a system, a device, a method,
and a program for personalized e-learning that is capable of modelling the learner's
changing knowledge state within a session and across two sessions separately.
Solution to Problem
[0014] A system for personalized e-learning according to the present invention includes: a
Hierarchical Knowledge Tracing (HKT) model unit including two sequential models
comprising of a lower level model and a higher level model, wherein the lower level
model estimates and updates the estimate of knowledge state of a learner from a
question-response data of the learner while the learner is active (in-session) on the elearning
application and predicts the probability of answering a question within the
domain using the estimate of knowledge state, and the higher level model updates the
knowledge state estimate of the lower level model when a new session starts.
[0015] A device for personalized e-learning according to the present invention includes: a
Hierarchical Knowledge Tracing (HKT) model unit including two sequential models
comprising of a lower level model and a higher level model, wherein the lower level
model estimates and updates the estimate of knowledge state of a learner from a
4
wo 2021/250725 PCT /JP2020/0224 73
question-response data of the learner while the learner is active (in-session) on the eleaming
application and predicts the probability of answering a question within the
domain using the estimate of knowledge state, and the higher level model updates the
knowledge state estimate of the lower level model when a new session starts.
[0016] A method for personalized e-learning according to the present invention includes: es-
[0017]
[0018]
timating and updating the estimate of knowledge state of a learner from a questionresponse
data of the learner while the learner is active (in-session) on thee-learning application;
predicting the probability of answering a question within the domain using
the estimate of knowledge state; and updating the knowledge state estimate when a
new session starts.
A program for personalized e-learning according to the present invention causes a
computer to perform a process including: estimating and updating the estimate of
knowledge state of a learner from a question-response data of the learner while the
learner is active (in-session) on thee-learning application; predicting the probability of
answering a question within the domain using the estimate of knowledge state; and
updating the knowledge state estimate when a new session starts.
Advantageous Effects of Invention
According to the present invention, it is possible to model the learner's changing
knowledge state within a session and across two sessions separately.
Brief Description of Drawings
[0019] [fig.l]Fig. 1 is a block diagram showing an example of an environment 1000 according
to an exemplary embodiment of the present invention.
[fig.2]Fig. 2 is a block diagram showing an example of an environment 1001 according
to an exemplary embodiment of the present invention.
[fig.3]Fig. 3 is an explanatory diagram showing an example of two learning trajectories
that learners can have within a session to achieve a mastery in the skill (i.e. skill level
goes from zero to one).
[fig.4]Fig. 4 is an explanatory diagram showing an example of hierarchical KT model
implemented using neural networks with vanilla RNN used for sequential modelling.
[fig.5]Fig. 5 is a flowchart showing an example of the operation of the user device 100
and the server 300 according to the exemplary embodiment of the present invention.
[fig.6]Fig. 6 is a flowchart showing an example of the operation of the user device
2000 and the server 4000 according to the exemplary embodiment of the present
invention.
[fig.7]Fig. 7 is a flowchart showing an example of the operation of the higher level
model 364 according to the exemplary embodiment of the present invention.
[fig.8]Fig. 8 is a flowchart showing an example of the operation of the higher level
5
wo 2021/250725 PCT /JP2020/0224 73
[0020]
model 4520 according to the exemplary embodiment of the present invention.
[fig.9]Fig. 9 is a flowchart showing an example of the operation of the content delivery
model 340 according to the exemplary embodiment of the present invention.
[fig.lO]Fig. 10 is a schematic block diagram showing a configuration example of a
computer according to the exemplary embodiments of the present invention.
[fig.ll]Fig. 11 is a block diagram showing an outline of a system according to the
present invention.
Description of Embodiments
Embodiments of the present invention are directed to a two-level hierarchical KT
model comprising of a lower and a higher level model. The lower level model is responsible
for tracing the learner's knowledge state within a session while the higher
level model is responsible for modelling inter-session dynamics of knowledge state
and update the learner's knowledge state at the end of session to accurately represent
the one at the beginning of next session.
[0021] The lower level model is a KT model that traces the knowledge state of a learner
while the learner is active on thee-learning system. It maintains the estimate of the
knowledge state of learner within a session. Further, with an interaction of the learner
on the system, it takes as input the corresponding interaction data of a learner
comprising of the question that the learner attempted, the response to it and some additional
item-level features made available to the system. It uses this data to update its
estimate of the knowledge state of the learner. The updated knowledge state can be
used to predict probability of that the learner to correctly answer next question. These
probabilities can be used to personalize the learning plan of learner. For example, the
question with least probability can be presented next to facilitate a faster path towards
proficiency. In this way, the lower level model traces the knowledge state of a student
till the time learner is active on the system.
[0022] The higher level model takes as input the knowledge state at the end of a session
from the lower level model (as is or after transformation) as its input and updates it to
represent the leaner's knowledge state at the beginning of a next session. The higher
level model may take as inputs additionally some aggregated session information from
the lower level model and/or session-level features and/or inter-session features,
examples of each can be, the total number of skips within the session, device type used
in the session and a learning content consumed between the two sessions respectively.
The hierarchical model comprising of higher and lower level models along with other
learnable components are trained using the data of learners who used thee-learning
system to achieve their learning goals.
[0023] Knowledge tracing is defined as the process of modeling the knowledge state of a
6
wo 2021/250725 PCT /JP2020/0224 73
learner over time. Generally speaking, KT models utilize the learner's response data to
the question asked sequentially through thee-learning system as an evidence of the
skill level and correspondingly update their estimate of knowledge state of a learner.
This estimate can be used to predict the learner's performance on subsequent assessments.
For example, the model can predict the probability of correctly answering a
given question correctly in the future.
[0024] Bayesian Knowledge Tracing (BKT) was the first model proposed for the KT task.
BKT assumes each question has a corresponding skill/knowledge component/concept
associated to it. It is a single skill model and the model needs to be applied for each
skill separately. It assumes that the skill state of a learner can only be binary (i.e.
mastered or not). The BKT model performs poorly in the practical settings since the
assumption that the skill state can only be binary doesn't hold well in reality.
Moreover, BKT doesn't assume the skill correlations and how learning in one skill
affects the others.
[0025] Recently, many deep learning (DL) based approaches have been proposed for the KT
[0026]
[0027]
task that have shown significant boost in performances on real-world datasets. Most of
the proposed DL approaches utilize a sequential model such as Long-Short Term
Model (LSTM)/Gated Recurrent Unit (GRU)/Recurrent Neural Network (RNN) that
are trained on the sequential response data for the KT task. The hidden vector in the
models can be interpreted as the knowledge state vector of a learner that gets updated
with each new interaction with the system. A combination of linear and non-linear
transformations can be applied on the hidden vector to predict the probabilities of
correctly solving the questions in the modelled domain.
In real-world settings, learners usually access the learning systems on a session to
session basis. A session can be defined as a group of interactions that happen within a
timeframe. Such session structure in the learning behavior induces a hierarchical
pattern within the recorded response data. For a learner who has 5 sessions on the
system, the learner's data can be organized into a sequence of sessions which will be of
length 5, each element within the sequence being itself a sequence of responses.
In most cases, e-learning systems log the timestamps of user interactions with the
system. Sometimes, a learner is asked to log in to the system in order to access the
learning content. As a result, it becomes fairly straightforward to figure out the session
structure within the data. As the sequence of responses is used to estimate the
knowledge state, utilizing the information about the sequence of sessions could help in
improving the estimations. Thus, a system with two-level model i.e. two sequential
models arranged in a hierarchical manner could be better for the KT modelling task as
it can separately capture the within-session and across-sessions learning dynamics.
[0028] The following example highlights the importance of modelling the across-session
7
wo 2021/250725 PCT /JP2020/0224 73
dynamics using the session sequence information. Suppose a learning system is built
for learning a single skill by practicing on the questions associated to this skill and it
employs any of the prior KT approach that ignores the session structure and assumes
that the complete sequence of interactions is as if from a single session. Consider a
scenario A in which a learner solves multiple questions in a single session and the
employed KT model estimates that the learner has achieved mastery in the skill. Now,
consider a scenario B in which the same learner utilizing the same system achieves
mastery of the skill according to the KT model after performing several sessions
spanned over a week. Now, if we ask the model to predict the performance of learner
on this skill after a fixed time, in both the scenarios, the predictions of the KT model
will be the same if the learner is no longer allowed to use the system or learn from
external source. This is because the learner is same in both scenarios and the KT would
assume a same forgetting behavior of the learner. However, in real-world the actual
probabilities may not be equal. The spacing effect refers to the finding that long-term
memory is enhanced when learning events are spaced apart in time, rather than massed
in immediate succession. As a result, the prediction by the model in scenario B should
be high. Thus, the prior KT approaches have shortcomings when it comes to modelling
the across-session dynamics.
[0029] Accordingly, embodiments of the present invention are directed to a two-level hier-
[0030]
archical KT model where the lower level model takes into account the change in
knowledge state due to series of interactions while the higher level model takes into
account the effect of session-level behavior on the knowledge state.
The lower level model traces the knowledge state of a learner from the beginning of a
session till the end of session. The estimated knowledge state can be used to output
predicted probabilities that the learner will answer the question correctly. These probabilities
can be used to personalize the learner's e-learning plan. For example, predetermined
thresholds can be applied to determine when to move on to the next
question type, what the next question type should be, when to remove particular
questions from a learning plan, etc.
[0031] Once the learner has answered the question, this interaction is fed back into the lower
[0032]
level model to update the learner's knowledge state. In the update process, the lower
level model accepts as an input a representation of the learner's last interaction and
accesses the current knowledge state for the learner, and further outputs an updated
knowledge state for the learner.
As the new session begins, the higher level model updates the knowledge state
obtained from the lower level model in the last session to better represent the learner's
current knowledge state. A new session could be a simple access/log in to the system
followed or not followed by any activity (such as solving questions) by the learner on
8
wo 2021/250725 PCT /JP2020/0224 73
[0033]
[0034]
[0035]
the e-learning application.
As such, implementations described herein provide a deep learning based know ledge
tracing tool that models the likelihood that a learner will answer a particular question
correctly. The implementation is based on a machine learning based model where the
response data of multiple learners is used to train the model and get the optimal
weights and parameters of the two models.

Fig. 1 is a block diagram showing an example of an environment 1000 according to
an exemplary embodiment of the present invention. Referring now to Fig. 1, a block
diagram of exemplary environment 1000 suitable for personalized e-learning based on
a basic hierarchical KT model is shown. Environment 1000 includes user device 100
having e-learning application 110. Generally, e-learning application 110 provides a
personalized e-learning environment to the user and facilitates periodic assessments
such as quizzes or assignments. User device 100 can be any kind of computing device
capable of facilitating periodic assessments. In embodiments, user device 100 can be a
personal computer (PC), a laptop computer, a workstation, a mobile computing device,
a personal digital assistant (PDA), a cell phone, or the like.
Environment 1000 includes server 300 that includes the hierarchical KT model 360.
In this embodiment, server 300 provides access to KT model 360 via network 200.
Server 300 can be any kind of computing device capable of facilitating modeling of
knowledge tracing. In embodiments, server 300 can be a PC, a laptop computer, a
workstation, a mobile computing device, a PDA, a cell phone, or the like. The
components of environment 1000 may communicate with each other via a network
200, which may include, without limitation, one or more local area networks (LANs)
and/or wide area networks (WANs). Such networking environments are commonplace
in offices, enterprise - wide computer networks, intranets, and the Internet.
[0036] In the embodiment shown in Fig. 1, user device 100 includes e-learning application
[0037]
110, whose one of many functionalities is to show a question to the user and in some
cases along with some possible options to choose the response from. Another
important functionality of e-learning application 110 is to send the learner's interaction
data to the server 300.
Similarly, in this embodiment, server 300 includes KT model360, content bank 370,
learner's data bank 310, input data processing unit 350, content delivery model340,
and lower level state bank 320 and higher level state bank 330, as knowledge state
banks, for the lower level model 362 and the higher level model 364 respectively in the
hierarchical KT model 360. Although the components of server 300 are depicted as a
part of (e.g., installed on or incorporated into) server 300, in some embodiments, some
or all of these components, or some portion thereof, can be located elsewhere, such as
9
wo 2021/250725 PCT /JP2020/0224 73
[0038]
[0039]
on user device 100, in a distributed computing environment within which server 300
resides, and the like.
In the embodiment shown in Fig. 1, the server 300 includes a content delivery model
340. This model usually determines which question (or sometimes learning aide) to
provide to the learner based on thee-learning plan of the learner. To facilitate this determination,
the content delivery model340 takes in the knowledge state of learner
from the lower level state bank 320 and communicates with lower level model 362.
Generally, lower level model is able to predict the learner's probabilities of solving the
questions within the learning domain correctly. Content delivery model340 can utilize
this information to deliver a content from content bank 370 according to the personalized
e-learning plan.
Hierarchical KT model360 models knowledge tracing. As a general matter, the Interactions
of a learner until timeT can be denoted by set of sessions S = { S~, S2
, · · · , SN} where Ss = { Xs,b Xs,2, Xs,3, · · · , Xs,T}. Here, each Ss is a collection of the
interaction data from the session s of a learner and each interaction Xs,t where s =
1, · · · , Nand t = 1, · · · , T, which is an encoding that can represent an interaction
tuple { qs,1, rs,t} for a particular learner, containing an identifier of a particular
question attempted qs,b a binary indicator encoding the correctness of the learner's
response rs,t· Let Q = { qs,t} be a set of distinct questions.
[0040] Generally, the lower level model takes as input Xs,t and updates the estimate of
[0041]
[0042]
knowledge state hs,t ~, which is available in the lower level state bank 320, to a new
estimate of the knowledge state hs,t and stores it back into lower level state bank 320.
Generally, lower level model362 predicts the probability that the learner will correctly
answer a question qs,t+h i.e., Prob(rs,t+I = 11 qs,t+h S). Generally, the higher level model
364 transforms the knowledge state of the learner available in the lower level state
bank 320, which may correspond to the knowledge state estimate at the end of a last
session undertaken by the learner, to a new knowledge state, which may correspond to
the state at the beginning of new session, and stores it into lower level state bank 320.
The higher level model 364 also stores the output from the update step to a higher level
state bank 330.
In some embodiments, hierarchical KT model360 performs this task using supervised
learning and a hierarchy of machine learning models such as bayesian
models, a neural network, or the like.
Fig. 2 is a block diagram showing an example of an environment 1001 according to
an exemplary embodiment of the present invention. Environment 1001 includes user
device 2000 having e-learning application. Moreover, the environment 1001 includes
server 4000 that includes the hierarchical KT model 4500. In this embodiment, server
4000 provides access to KT model 4500 via network 3000.
10
wo 2021/250725 PCT /JP2020/0224 73
[0043] Moreover, server 4000 includes KT model4500, content bank 4300, learner's data
bank 4100, session bank 4200, content delivery model4400, and lower level state bank
4600 and higher level state bank 4700, as knowledge state banks, for the lower level
model4510 and the higher level model4520 respectively in the hierarchical KT model
4500.
[0044] Moreover, the lower level model4510 includes within-session data processing unit
[0045]
[0046]
4512, update unit 4514, and prediction unit 4516, the higher level model4520 includes
inter-session data processing unit 4522, update unit 4524, and session initialization unit
4526.
Referring now to Fig. 2, a block diagram of exemplary environment 1001 that
includes some added units compared to Fig. 1 to increase the modelling flexibility and
utilize the additional information sometimes available in the environment 1001 is
shown.
Inane-learning system, usually additional data about the learner, the learner's Interaction
with the system and the learner's environment are also collected. As a result,
the interaction tuple Xs,t can contain some additional item-level information Os,t
collected in the environment such as time taken to attempt the question, type of
question, concepts involved in the question, and so on. The within-session data
processing unit 4512 can process and convert this additional information into a
readable format for the lower level model being used. In some cases, it has shown to
improve the estimation of knowledge state of a learner, thus improving the performance
prediction.
[004 7] Some of the additional data collected in the e-learning system can be a characteristic
[0048]
of an item in the interaction although some can be a characteristic of the session as a
whole as well. For example, the number of questions skipped in a session, the device
type (mobile or desktop based) used to access thee-learning application, affective state
of learner, etc. influences the learning of a session as a whole. The within-session data
processing unit 4512 in lower level model4510 can identify such session level features
(U and store a transformed, model readable version of the same in the session bank
4200.
Furthermore, sometimes it could be useful to generate session level features from the
inputs and the knowledge state values encountered during a session. Fig. 3 is an explanatory
diagram showing an example of two learning trajectories that learners can
have within a session to achieve a mastery in the skill (i.e. skill level goes from zero to
one). The two trajectories are characterized by different study pattern which could be
because of the difference in e-learning plan. The long term forgetting observed for the
learners can be different in the two scenarios since the learner user 1 had more
attempts to practice.
11
wo 2021/250725 PCT /JP2020/0224 73
[0049]
[0050]
[0051]
[0052]
As a result, it may be useful to generate some features that represent the dynamics of
practice and learning within a session. As an example, consider the difference series Ds
= {ds,t+I I ds,t+I = hs,t+I- hs,t; t = 0, · · · , N-1}. The statistics such as mean(Ds) and
variance(Ds) of the difference series can be useful to represent the rate of and jitter in
the changing learning state of learners during the session. Further, the interactions
inputted to within-session data processing unit 4512 in the lower level model4510 can
be pooled together to represent the study pattern of learner. For example, the following
pooling approach capture the frequency and timing of the input interactions.
[Math.1]
• • • Equation (1)
where summation over indexj in Equation (1) is used to represent distinct questions
in a session, tin Equation (1) represents the time elapsed since the question attempt, b
and din Equation (1) are parameters for distinct question.
Such extracted features (es) from the session input and knowledge state data are
stored in the session bank 4200 by within-session data processing unit 4512 and update
unit 4514 respectively.
Furthermore, some inter-session features (ps) are available in the environment such as
time between two sessions, concepts learned while the learner was off the questionanswer
system, etc. A learner may undergo change in the knowledge state due to some
external learning. Therefore, such inter-session features available in the learner's data
bank 4100 can be useful for the higher level model4520 to generate a good estimate of
the knowledge state of learner when the next session beings.
Inter-session data processing unit 4522 can take inputs the lower level knowledge
state from lower level state bank 4600 and/or inter-session features (ps) from learner's
data bank 4100 and/or session-level features (ls) from session bank 4200 and/or
extracted session features ( es) from session bank 4200.
[0053] The update unit 4524 in higher level model4520 takes the aggregated data from
[0054]
inter-session data processing unit 4522 and updates higher level hidden state Hs to Hs+I
and stores in the higher level state bank 4700. A session initialization unit 4526 can be
used to obtain accurate hs+I,o from the Hs+I using a combination of linear and non-linear
transformations.
Fig. 4 is an explanatory diagram showing an example of hierarchical KT model implemented
using neural networks with vanilla RNN used for sequential modelling.
Exemplary hierarchical KT model shown Fig. 4 can correspond with the KT model
4500 shown Fig. 2. Generally, hierarchical KT model operates in four phases: an ini12
wo 2021/250725 PCT /JP2020/0224 73
[0055]
tialization phase, a lower level update phase, a prediction phase, and a higher level
update phase.
As a learner starts a session on thee-learning systems, the lower level session RNN
is initialized using the hs,o which is obtained from Hs in session initialization 10 as,
[Math.2]
hs,o = Tan h(WiHs + Bi) • • • Equation (2)
where Wi in Equation (2) is a linear transformation and Bi in Equation (2) is a bias
vector.
[0056] While the session is active the system usually alternates between the lower level
update phase and prediction phase.
[0057] In the lower level update phase, the lower level model accepts inputs xs,t 1 and
updates the lower level hidden state hs,ti to hs,t in lower update 201-20nas,
[Math.3]
hs,t = Bu (wlhhs,t- 1 + WlxXs,t- 1 + Blh) • • • Equation (3)
where W1h, W1x in Equation (3) are the linear transformations, B1h in Equation (3) is
the bias vector, g11 in Equation (3) is a non-linear transformation.
[0058] In the prediction phase, the lower level model predicts the probability of solving each
[0059]
[0060]
question (or concept). The prediction unit 4516 (also prediction 301-30n) in the lower
level model4510 takes as input the lower level knowledge state estimate (hs,1) and
predicts the probabilities Ys,t = {Ys,t,h · · · , Ys,t,M} where each Ys,t,m is a real value
between 0 and 1 and where m ( = IQI) is the total number of distinct questions/concepts
in the domain.
[Math.4]
Ys,t = sigmoid(Wlyhs,t+1 + Bly) • • • Equation (4)
where W1y in Equation ( 4) is a linear transformation and B1y in Equation ( 4) is a bias
vector.
The higher level update phase happens in the higher level model 4520. Inter-session
data processing unit 4522 takes as input the lower level state hs,t along with other
features (such asp" e" U and processes them in a readable format for update unit 4524
(also upper update 50). It could be a simple concatenation as in concatenation 40 to
form a vector Vs.
[Math.5]
v5 = concat(hs,n; e5 ; l5 ; Ps) • • • Equation (5)
Further, the higher level state Hs is updated to higher level state Hs+I in upper update
13
wo 2021/250725 PCT /JP2020/0224 73
50 as,
[Math.6]
Hs+l = Bhl(WhhHs + WhvVs + Bhh) • • • Equation (6)
where Whh, Whv in Equation (6) are linear transformations, Bhh in Equation (6) is a bias
vector and gh1 in Equation (6) is a non-linear transformation. In this way a knowledge
of student is traced throughout his usage of thee-learning application such as tutoring
system, etc.
[0061] Standard learning techniques such as Backpropagation, Gradient Descent, Mini-
[0062]
[0063]
hatching, etc. can be used to train the model with the available training data of multiple
learners. The trained model is deployed in the system shown Fig. 2 (a simpler model
shown Fig. 1) to enable the personalized learning on thee-learning application.

With reference now to Figs. 5-9, flow diagrams are provided showing methods to
enable personalized e-learning using systems in Fig. 1 and Fig. 2.
Fig. 5 is a flowchart showing an example of the operation of the user device 100 and
the server 300 according to the exemplary embodiment of the present invention. Fig. 5
shows the method for the update of estimation of the knowledge state of learner (stored
in lower level state bank 320) by the system shown Fig. 1 when the learner attempts a
new question and provides a response that generates a new interaction data in the user
device 100.
[0064] Initially, in step S210 the user response data is received from the user device 100 via
the network 200 to the server 300 where the KT system is implemented. The method of
storing and preprocessing the received data is done as in step S220 and step S230.
Specifically, the received data is stored in the learner's data bank 310 (step S220).
Then, the input data processing unit 350 processes the received data (step S230).
[0065] It is followed by the update and storage of the lower level state as in steps
S240-S260. Specifically, the lower level model362 gets the lower level state from the
lower level state bank 320 (step S240), updates the lower level state (step S250), stores
the updated state to the lower level state bank 320 (step S260), and ends the operation.
The new stored lower level state represents the system's estimation of learner's
knowledge state.
[0066] Similarly, Fig. 6 shows the method for the update of estimation of know ledge state of
learner (stored in lower level state bank 4600) by the system shown Fig. 2. Fig. 6 is a
flowchart showing an example of the operation of the user device 2000 and the server
4000 according to the exemplary embodiment of the present invention.
[0067] Initially, the user response data is received from the user device 2000 via the network
3000 (step S2100). The received data is stored in the learner's data bank 4100 (step
14
wo 2021/250725 PCT /JP2020/0224 73
S2200). Then, the within-session data processing unit 4512 gets the data from the
learner's data bank 4100 and processes it (step S2300), and stores the session level
features and item information in the session bank 4200 (step S2400).
[0068] Then, the update unit 4514 gets the lower level model hidden state from lower level
[0069]
[0070]
[0071]
[0072]
state bank 4600 (step S2500), and updates the hidden state using the inputs from the
within-session data processing unit 4512 (step S2600). Finally, the update unit 4514
stores the hidden state to lower level state bank 4600 (step S2700), the session hidden
state to session bank 4200 (step S2800), and ends the operation.
Next, Fig. 7 and Fig. 8 show the method used in systems shown Fig. 1 and Fig. 2 respectively
to update the estimated knowledge state of the learner as the learner
accesses thee-learning application for a new session. The process of receiving the
higher and lower level state and the update of higher level state followed by storing it
back to the higher and lower state banks is enabled by the higher level model 364 in
system shown Fig. 1 and the higher level model 4520 in system shown Fig. 2.
Fig. 7 is a flowchart showing an example of the operation of the higher level model
364 according to the exemplary embodiment of the present invention. Initially, the
higher level model364 receives the higher level model hidden state from the higher
level state bank 330 (step S110), and the lower level model hidden state from the lower
level state bank 320 (step S120).
Then, the higher level model364 updates the higher level model hidden state (step
S 130), stores the updated hidden state to the lower level state bank 320 and the higher
level state bank 330 (steps S140-S150), and ends the operation.
Fig. 8 is a flowchart showing an example of the operation of the higher level model
4520 according to the exemplary embodiment of the present invention. Initially, the
inter-session data processing unit 4522 in the higher level model4520 receives the
lower level model hidden state from the lower level state bank 4600 (step S1100), and
the session information from the learner's data bank 4100 and the session bank 4200
(step S1200). Then, the inter-session data processing unit 4522 processes the received
inputs and sends to the update unit 4524 (step S1300).
[0073] Then, the update unit 4524 in the higher level model4520 receives the higher level
[0074]
[0075]
model hidden state from the higher level state bank 4700 (step S1400), updates the
hidden state according to received inputs (step S1500), and stores the updated hidden
state to the higher level state bank 4700 (step S1600).
Then, the session initialization unit 4526 in the higher level model4520 receives the
hidden state from the update unit 4524 and transforms it to lower level model's
knowledge state at the beginning of session (step S 1700), stores transformed hidden
state to the lower level state bank 4600 (step S1800), and ends the operating.
Next, Fig. 9 shows the method for delivery the next question (content) to the learner
15
wo 2021/250725 PCT /JP2020/0224 73
[0076]
[0077]
[0078]
[0079]
using the e-leaming application 110 by the system shown Fig. 1 (similar method is
used in system shown Fig. 2).
Fig. 9 is a flowchart showing an example of the operation of the content delivery
model 340 according to the exemplary embodiment of the present invention. Initially,
the content delivery model340 receives the lower level hidden state from the lower
level state bank 320 (step S310).
In the next step, the lower level hidden state is sent for predictions on the contents
and the predictions are received back in the content delivery model340. Specifically,
the content delivery model340 sends the hidden state to lower level model362 for
making predictions (step S320), and receives the predictions from the lower level
model 362 (step S330).
However, the prediction step is optional. For example, in BKT the knowledge state
represents whether the skill is mastered or not and thus, it can be used directly by the
content delivery model340.
Further, the content delivery model340 decides the content and sends it across the
network to the user. Specifically, the content delivery model340 decides the content to
deliver to the user (step S340), sends the content from the content bank 370 to the user
device 100 via the network 200 (step S350), and ends the operating.
[0080] Note, the content delivery model4400 shown in Fig. 2 executes the operation similar
to the operation shown in Fig. 9.
[0081] A server 4000 for personalized e-learning includes KT model 4500 including two se-
[0082]
[0083]
[0084]
quential models comprising of lower level model 4510 and higher level model 4520.
The lower level model 4510 estimates and updates the estimate of know ledge state of a
learner from a question-response data of the learner while the learner is active
(in-session) on thee-learning application and predicts the probability of answering a
question within the domain using the estimate of knowledge state. The higher level
model4520 updates the knowledge state estimate of the lower level model4510 when
a new session starts.
Moreover, the server 4000 includes content delivery model4400 which delivers a
question or a concept to the learner according to an e-learning plan that maybe based
on the predicted probabilities.
Moreover, the lower level model4510 includes within-session data processing unit
4512 which adds features about the learner's interaction while solving the question to
the question-response input data, that are made available from thee-learning application.
Moreover, the higher level model 4520 includes inter-session data processing unit
4522 which, when a new session begins, adds features that are made available from the
e-learning application about the learner's previous session on thee-learning application
16
wo 2021/250725 PCT /JP2020/0224 73
to the estimate of know ledge state of the lower level model 4510 at the end of last
session before an update step by the higher level model 4520.
[0085] Moreover, the inter-session data processing unit 4522, when a new session begins,
adds features that are made available from thee-learning application or by user about
the activity of the learner between two consecutive sessions on thee-learning application
to the estimate of know ledge state of the lower level model 4510 at the end of
the previous of the two consecutive sessions before an update step by the higher level
model4520.
[0086] Moreover, the inter-session data processing unit 4522 extracts features from the KT
model4500 during the learner's session and adds it to the estimate of knowledge state
of the lower level model 4510 at the beginning of next session before an update step by
the higher level model 4520.
[0087] Moreover, the features are extracted from the input data to the lower level model
4510 that represent at least one of the number of questions solved, the frequency of
questions, or time of practice during the session.
[0088] Moreover, the features are extracted from an additional data apart from the questionresponse
made available from thee-learning application.
[0089] Moreover, the features are extracted from the states of the lower level model 4510
during the learning session that represent the dynamics of the state of the lower level
model4510.
[0090] Moreover, the higher level model 4520 includes session initialization unit 4526
which non-linearly or linearly transforms the state of the higher level model4520 after
the update step of the higher level model 4520 to the state of the lower level model
4510 before the user starts solving questions in the new session.
[0091] In the present exemplary embodiment, techniques are described for modeling
[0092]
knowledge tracing taking into account the within session (online) and across-sessions
(offline) behavior of a learner with respect to the learning systems. During an active
session on the learning system, an intra-session model is used to maintain the
knowledge state of a student. Once a learner has interacted with a question, the Interaction
is encoded and provided to this model to update the learner's knowledge state
during ongoing session. Once the session is over, an inter-session model is used to
update the estimate of knowledge state of a learner. An accurate estimate of knowledge
state of a learner helps in delivering a personalized learning plan to the learner.
In addition, Fig. 10 is a schematic block diagram showing a configuration example of
a computer according to the exemplary embodiments of the present invention. A
computer 900 includes a central processing unit (CPU) 901, a main storage device 902,
an auxiliary storage device 903, an interface 904, a display device 905, and an input
device 906.
17
wo 2021/250725 PCT /JP2020/0224 73
[0093] The servers according to the exemplary embodiment described above may be im-
[0094]
[0095]
[0096]
plemented by the computer 900. In this case, an operation of each of the servers may
be stored in the auxiliary storage device 903 in the form of a program. The CPU 901
reads a program from the auxiliary storage device 903, develops the program in the
main storage device 902, and performs predetermined processing according to the
exemplary embodiment, in accordance with the program. Note that the CPU 901 is an
example of an information processing device that operates according to a program,
and, for example, a micro processing unit (MPU), a memory control unit (MCU), a
graphics processing unit (GPU), or the like may be included rather than a CPU.
The auxiliary storage device 903 is an example of a non-transitory tangible medium.
Other examples of the non-transitory tangible medium include a magnetic disk, a
magneto-optical disk, a Compact Disc Read only memory (CD-ROM), a DVD-ROM,
a semiconductor memory, and the like that are connected via the interface 904. In a
case where this program is distributed to the computer 900 via a communication line, a
computer 900 that has received distribution may develop the program in the main
storage device 902, and may perform predetermined processing according to the
exemplary embodiment.
The program may be a program for implementing part of predetermined processing
according to the exemplary embodiment described above. Further, the program may be
a differential program for implementing the predetermined processing according to the
exemplary embodiment in combination with another program that has already been
stored in the auxiliary storage device 903.
The interface 904 transmits or receives information to or from another device. The
display device 905 presents information to a user. The input device 906 receives an
input of information from a user.
[0097] Depending on the content of processing according to an exemplary embodiment,
some components of the computer 900 can be omitted. For example, if the computer
900 does not present information to a user, the display device 905 can be omitted. For
example, if the computer 900 does not receive information from a user, the input
device 906 can be omitted.
[0098] Some or all of respective components according to the exemplary embodiments
[0099]
described above are implemented by general-purpose or dedicated circuitry, a
processor, or the like, or a combination thereof. They may be configured by a single
chip, or may be configured by a plurality of chips connected via a bus. Some or all of
the respective components according to the exemplary embodiment described above
may be implemented by a combination of the circuitry described above or the like and
a program.
In a case where some or all of the respective components according to the exemplary
18
wo 2021/250725 PCT /JP2020/0224 73
embodiment described above are implemented by a plurality of information processing
devices, pieces of circuitry, or the like, the plurality of information processing devices,
the pieces of circuitry, or the like may be concentratedly disposed or may be distributed
and disposed. For example, the information processing devices, the pieces of
circuitry, or the like may be implemented in the form of connection to each other via a
communication network, such as a client and server system or a cloud computing
system.
[0100] Next, an outline of the present invention is described. Fig. 11 is a block diagram
showing an outline of a system according to the present invention. Fig. 11 shows a
system 80 for personalized e-learning. The system 80 includes a Hierarchical
Knowledge Tracing (HKT) model unit 81 (for example, the KT model4500) which
includes two sequential models comprising of a lower level model (for example, the
lower level model4510) and a higher level model (for example, the higher level model
4520), wherein the lower level model estimates and updates the estimate of knowledge
state of a learner from a question-response data of the learner while the learner is active
(in-session) on thee-learning application and predicts the probability of answering a
question within the domain using the estimate of knowledge state, and the higher level
model updates the knowledge state estimate of the lower level model when a new
session starts.
[0101] With the structure, the system can model the learner's changing knowledge state
within a session and across two sessions separately.
[0102] Further, the system 80 may include a content delivery model unit (for example, the
content delivery model4400) which delivers a question or a concept to the learner
according to an e-learning plan that maybe based on the predicted probabilities.
[0103] With the structure, the system can deliver a question or a concept based on the
predicted probabilities.
[0104] Further, the system 80 may include a data processing unit (for example, the withinsession
data processing unit 4512) which adds features about the learner's interaction
while solving the question to the question-response input data, that are made available
from thee-learning application.
[0105] With the structure, the system can model the learner's changing knowledge state
within a session more accurately.
[0106] Further, the system 80 may include an inter-session data processing unit (for
example, the inter-session data processing unit 4522) which, when a new session
begins, adds features that are made available from thee-learning application about the
learner's previous session on thee-learning application to the estimate of knowledge
state of the lower level model at the end of last session before an update step by the
higher level model.
19
wo 2021/250725 PCT /JP2020/0224 73
[0107] Further, the inter-session data processing unit may, when a new session begins, add
features that are made available from thee-learning application or by user about the
activity of the learner between two consecutive sessions on the e-leaming application
to the estimate of knowledge state of the lower level model at the end of the previous
of the two consecutive sessions before an update step by the higher level model.
[0108] With the structure, the system can model the learner's changing knowledge state
across two sessions more accurately.
[0109] Further, the inter-session data processing unit may extract features from the HKT
[0110]
model unit 81 during the learner's session and add it to the estimate of knowledge state
of the lower level model at the beginning of next session before an update step by the
higher level model.
Further, the features may be extracted from the input data to the lower level model
that represent at least one of the number of questions solved, the frequency of
questions, or time of practice during the session.
[0111] Further, the features may be extracted from an additional data apart from the
question-response made available from thee-learning application.
[0112] Further, the features may be extracted from the states of the lower level model during
the learning session that represent the dynamics of the state of the lower level model.
[0 113] With the structure, the system can model the learner's changing know ledge state
across two sessions more accurately.
[0 114] Further, the system 80 may include a session initialization unit (for example, the
session initialization unit 4526) which non-linearly or linearly transforms the state of
the higher level model after the update step of the higher level model to the state of the
lower level model before the user starts solving questions in the new session.
[0115] With the structure, the system can transform the higher level model hidden state to
[0116]
[0117]
lower level model's knowledge state.
Note that the above exemplary embodiment can also be described as the following
supplementary notes.
(Supplementary note 1) A system for personalized e-learning, the system comprising:
a Hierarchical Knowledge Tracing (HKT) model unit including two sequential models
comprising of a lower level model and a higher level model, wherein the lower level
model estimates and updates the estimate of knowledge state of a learner from a
question-response data of the learner while the learner is active (in-session) on the eleaming
application and predicts the probability of answering a question within the
domain using the estimate of knowledge state, and the higher level model updates the
knowledge state estimate of the lower level model when a new session starts.
[0118] (Supplementary note 2) The system according to supplementary note 1, further
comprising: a content delivery model unit which delivers a question or a concept to the
20
wo 2021/250725 PCT /JP2020/0224 73
learner according to an e-leaming plan that maybe based on the predicted probabilities.
[0119] (Supplementary note 3) The system according to supplementary note 1 or 2, further
comprising: a data processing unit which adds features about the learner's interaction
while solving the question to the question-response input data, that are made available
from thee-learning application.
[0120] (Supplementary note 4) The system according to any one of supplementary notes 1 to
[0121]
3, further comprising: an inter-session data processing unit which, when a new session
begins, adds features that are made available from thee-learning application about the
learner's previous session on thee-learning application to the estimate of knowledge
state of the lower level model at the end of last session before an update step by the
higher level model.
(Supplementary note 5) The system according to supplementary note 4, wherein the
inter-session data processing unit, when a new session begins, adds features that are
made available from the e-leaming application or by user about the activity of the
learner between two consecutive sessions on the e-leaming application to the estimate
of knowledge state of the lower level model at the end of the previous of the two consecutive
sessions before an update step by the higher level model.
[0122] (Supplementary note 6) The system according to supplementary note 4 or 5, wherein
the inter-session data processing unit extracts features from the HKT model unit during
the learner's session and adds it to the estimate of knowledge state of the lower level
model at the beginning of next session before an update step by the higher level model.
[0123] (Supplementary note 7) The system according to supplementary note 6, wherein the
features are extracted from the input data to the lower level model that represent at
least one of the number of questions solved, the frequency of questions, or time of
practice during the session.
[0124] (Supplementary note 8) The system according to supplementary note 6 or 7, wherein
the features are extracted from an additional data apart from the question-response
made available from the e-leaming application.
[0125] (Supplementary note 9) The system according to any one of supplementary notes 6 to
8, wherein the features are extracted from the states of the lower level model during the
learning session that represent the dynamics of the state of the lower level model.
[0126] (Supplementary note 10) The system according to any one of supplementary notes 1
[0127]
to 9, further comprising: a session initialization unit which non-linearly or linearly
transforms the state of the higher level model after the update step of the higher level
model to the state of the lower level model before the user starts solving questions in
the new session.

Claims
A system for personalized e-learning, the system comprising:
a Hierarchical Knowledge Tracing (HKT) model unit including two sequential
models comprising of a lower level model and a higher level
model, wherein
the lower level model estimates and updates the estimate of knowledge
state of a learner from a question-response data of the learner while the
learner is active (in-session) on thee-learning application and predicts
the probability of answering a question within the domain using the
estimate of knowledge state, and
the higher level model updates the knowledge state estimate of the
lower level model when a new session starts.
The system according to claim 1, further comprising:
a content delivery model unit which delivers a question or a concept to
the learner according to an e-learning plan that maybe based on the
predicted probabilities.
The system according to claim 1 or 2, further comprising:
a data processing unit which adds features about the learner's Interaction
while solving the question to the question-response input data,
that are made available from thee-learning application.
The system according to any one of claims 1 to 3, further comprising:
an inter-session data processing unit which, when a new session begins,
adds features that are made available from thee-learning application
about the learner's previous session on thee-learning application to the
estimate of knowledge state of the lower level model at the end of last
session before an update step by the higher level model.
The system according to claim 4, wherein
the inter-session data processing unit, when a new session begins, adds
features that are made available from thee-learning application or by
user about the activity of the learner between two consecutive sessions
on thee-learning application to the estimate of knowledge state of the
lower level model at the end of the previous of the two consecutive
sessions before an update step by the higher level model.
The system according to claim 4 or 5, wherein
the inter-session data processing unit extracts features from the HKT
model unit during the learner's session and adds it to the estimate of
knowledge state of the lower level model at the beginning of next
wo 2021/250725
[Claim 7]
[Claim
[Claim
[Claim
24
PCT /JP2020/0224 73
session before an update step by the higher level model.
The system according to claim 6, wherein
the features are extracted from the input data to the lower level model
that represent at least one of the number of questions solved, the
frequency of questions, or time of practice during the session.
A device for personalized e-learning, the device comprising:
a Hierarchical Knowledge Tracing (HKT) model unit including two sequential
models comprising of a lower level model and a higher level
model, wherein
the lower level model estimates and updates the estimate of knowledge
state of a learner from a question-response data of the learner while the
learner is active (in-session) on thee-learning application and predicts
the probability of answering a question within the domain using the
estimate of knowledge state, and
the higher level model updates the knowledge state estimate of the
lower level model when a new session starts.
A method for personalized e-learning, the method comprising:
estimating and updating the estimate of knowledge state of a learner
from a question-response data of the learner while the learner is active
(in-session) on thee-learning application;
predicting the probability of answering a question within the domain
using the estimate of knowledge state; and
updating the knowledge state estimate when a new session starts.
A program for personalized e-learning causing a computer to perform a
process compnsmg:
estimating and updating the estimate of knowledge state of a learner
wo 2021/250725
25
PCT /JP2020/0224 73
from a question-response data of the learner while the learner is active
(in-session) on thee-learning application;
predicting the probability of answering a question within the domain
using the estimate of knowledge state; and
updating the knowledge state estimate when a new session starts.

Documents

Application Documents

# Name Date
1 202217069671-TRANSLATIOIN OF PRIOIRTY DOCUMENTS ETC. [02-12-2022(online)].pdf 2022-12-02
2 202217069671-STATEMENT OF UNDERTAKING (FORM 3) [02-12-2022(online)].pdf 2022-12-02
3 202217069671-REQUEST FOR EXAMINATION (FORM-18) [02-12-2022(online)].pdf 2022-12-02
4 202217069671-POWER OF AUTHORITY [02-12-2022(online)].pdf 2022-12-02
5 202217069671-NOTIFICATION OF INT. APPLN. NO. & FILING DATE (PCT-RO-105-PCT Pamphlet) [02-12-2022(online)].pdf 2022-12-02
6 202217069671-FORM 18 [02-12-2022(online)].pdf 2022-12-02
7 202217069671-FORM 1 [02-12-2022(online)].pdf 2022-12-02
8 202217069671-DRAWINGS [02-12-2022(online)].pdf 2022-12-02
9 202217069671-DECLARATION OF INVENTORSHIP (FORM 5) [02-12-2022(online)].pdf 2022-12-02
10 202217069671-COMPLETE SPECIFICATION [02-12-2022(online)].pdf 2022-12-02
11 202217069671.pdf 2022-12-24
12 202217069671-FORM 3 [12-01-2023(online)].pdf 2023-01-12
13 202217069671-Proof of Right [09-02-2023(online)].pdf 2023-02-09
14 202217069671-Proof of Right [22-02-2023(online)].pdf 2023-02-22
15 202217069671-FER.pdf 2025-06-02
16 202217069671-Others-030725.pdf 2025-07-08
17 202217069671-GPA-030725.pdf 2025-07-08
18 202217069671-Correspondence-030725.pdf 2025-07-08

Search Strategy

1 202217069671E_03-10-2024.pdf