Modeling Vocabulary Knowledge (Adaptive Learning Material Recommendation in Online Language Education)
The authors of this paper in their previous work used partial ordering to model the relationship between reading materials. These are the rules that were used:
- A practice problem (a reading text) can be characterized as a multiset of its required concepts.
- Problem s1 is harder than problem s2 (indicated as s1 > s2) if and only if s1 covers all required concepts of s2. This also implies that students who understand s1 will also be able to understand s2.
- Problem s1 is directly harder than problem s2 if s1 > s2, and there is no other problem s3 such that s1 > s3 > s2.
- A partial ordering graph is a Direct Acyclic Graph (DAG): each node represents a practice problem and each edge represents a “directly harder than” relation between two problems.
In order for this algorithm to work the hierarchical structure of domain knowledge should dense, otherwise there will be too few edges. That's the case for the vocabulary knowledge. In order to increase density, new rule is applied:
Problem s1 is -fuzzily harder than problem s2 if s1 covers at least a proportion of required concepts of s2. Using this fuzzy partial ordering, we can also define the fuzzy partial ordering graph.
The parameter should be chosen wisely because if it is too small there would be too many edges and the likelihood that student would understand the problem would be too low if it is too high there would be too few. The authors set to 0.8
0
1
Tags
Data Science
Related
Introduction (Adaptive Learning Material Recommendation in Online Language Education)
Related Work (Adaptive Learning Material Recommendation in Online Language Education)
Modeling Vocabulary Knowledge (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)