Theory

Item Response Theory (Deep-IRT: Make Deep Learning Based Knowledge Tracing Explainable Using Item Response Theory)

Since the 1950s, Item Response Theory (IRT) has been used in educational testing environments. It outputs P(a)P(a) (the probability that the user will answer the item correctly) given: 1. jj - the item; 2. θ\theta - the student's ability level; 3. βj\beta_j - the item's difficulty level. This can be formulated as (when a sigmoid is used as an item response function): P(a)=σ(θβj)=11+exp(θβj)P(a) = \sigma (\theta - \beta_j) = \frac{1}{1 + \exp(-\theta - \beta_j)}. IRT can also be used to predict θ\theta or βj\beta_j.

0

1

Updated 2026-05-17

Tags

Data Science