formula
Accuracy is a metric used to evaluate large language models integrated with knowledge graphs by measuring the proportion of correctly predicted instances out of the total instances, calculated as Accuracy = (TP + TN) / (TP + TN + FP + FN), where TP, TN, FP, and FN represent true positives, true negatives, false positives, and false negatives.
Authors
Sources
- A survey on augmenting knowledge graphs (KGs) with large ... link.springer.com via serper
Referenced by nodes (3)
- Large Language Models concept
- knowledge graphs concept
- accuracy concept