Concept

Knowledge Tracing Problem Setup (Context-Aware Attention Knowledge Tracing)

For learner ii at time step tt , we denote the combination of the question that they answered, the concept this question covers, and their graded response as a tuple, (qti,cti,rtiq_t^i, c_t^i, r_t^i), where qtiN+q_t^i \in N^+ is the question index, ctiN+c_t^i \in N^+ is the concept index, and rtir_t^i ∈ {0, 1} is the response.

Given a learner's past history up to time t1t − 1 as {(q1,c1,r1),...,(qt1,ct1,rt1)}\{(q_1, c_1, r_1), . . . , (q_{t−1}, c_{t−1}, r_{t−1})\}, the paper aims to predict their response rtr_t to question qtq_t on concept ctc_t at the current time step, tt.

The paper uses real-valued embedding vectors xtRDx_t ∈ R^D and ytRDy_t ∈ R^D to represent each question and each question-response pair (qt,rt)(q_t , r_t ), respectively. xtx_t characterizes information about questions, and yty_t characterizes the knowledge learners acquire by responding to questions, with two separate embeddings for correct and incorrect responses, respectively.

0

1

Updated 2021-01-16

Tags

Data Science