Concept

The Knowledge Retriever and Response Prediction (Context-Aware Attentive Knowledge Tracing)

The knowledge retriever takes the context-aware question and question-response pair embeddings x^1:t\hat{x}_{1:t} and y^1:t1\hat{y}_{1:t-1} as input and outputs a retrieved knowledge state hth_t for the current question. ht=fkr(x^1,,x^t,y^1,,y^t1)h_t = f_{kr}(\hat{x}_1, \dots, \hat{x}_t, \hat{y}_1, \dots, \hat{y}_{t-1}) The input to the prediction model is a vector that concatenates both the retrieved knowledge hth_t and the current question embedding xtx_t; this input goes through another fully-connected network before finally going through the sigmoid function to generate the predicted probability rt[0,1]r_t \in [0, 1].

0

1

Updated 2026-06-18

Tags

Data Science