Modeling Vocabulary Knowledge with Fuzzy Partial Ordering
To model the relationship between reading materials in adaptive learning systems, a fuzzy partial ordering graph can be used. A practice problem is characterized as a multiset of required concepts. The standard ordering rules are:
- Problem s1 is harder than s2 (s1 > s2) if s1 covers all required concepts of s2.
- Problem s1 is directly harder than s2 if s1 > s2 and no intermediate problem s3 exists.
- The partial ordering is represented as a Directed Acyclic Graph (DAG) where edges represent the "directly harder than" relation.
To address sparse hierarchical structures in domains like vocabulary knowledge, an -fuzzily harder relation is applied to increase density: problem s1 is -fuzzily harder than problem s2 if s1 covers at least a proportion of s2's required concepts. The parameter is tuned to balance graph density and the likelihood of student comprehension (e.g., setting to 0.8).
0
1
Contributors are:
Who are from:
Tags
Data Science
Related
Introduction (Adaptive Learning Material Recommendation in Online Language Education)
Related Work (Adaptive Learning Material Recommendation in Online Language Education)
Adaptive Learning Material Recommendation (Adaptive Learning Material Recommendation in Online Language Education)
Evaluation of Adaptive Recommendation (Adaptive Learning Material Recommendation in Online Language Education)
Modeling Vocabulary Knowledge with Fuzzy Partial Ordering