Concept
Improved Concept Embeddings for Learning Prerequisite Chains: mAP
For a single node/concept in the co-occurrence graph , the Average Precision (AP) is calculated in two steps.
- Constructed a list , where if is a child of and 0 otherwise, and calculated a list , where is the distance between and .
- The AP algorithm considers every possible distance threshold to classify the nodes as children of in the graph , and for each threshold returns the recall and the precision . Sorted and calculated The Mean Average Precision (mAP) is
A higher mAP means a more efficient embedding when reconstructing the prerequisite relationships of the annotated graph.
0
1
Updated 2020-08-04
Tags
Data Science