Relations (1)
Facts (2)
Sources
A survey on augmenting knowledge graphs (KGs) with large ... link.springer.com 2 facts
formulaAccuracy 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.
claimEvaluation metrics for Large Language Models integrated with Knowledge Graphs vary depending on the specific downstream tasks and can include accuracy, F1-score, precision, and recall.