diff --git a/app/packages/core/src/plugins/SchemaIO/components/NativeModelEvaluationView/Evaluation.tsx b/app/packages/core/src/plugins/SchemaIO/components/NativeModelEvaluationView/Evaluation.tsx
index 6346172cbd9..b1608395b33 100644
--- a/app/packages/core/src/plugins/SchemaIO/components/NativeModelEvaluationView/Evaluation.tsx
+++ b/app/packages/core/src/plugins/SchemaIO/components/NativeModelEvaluationView/Evaluation.tsx
@@ -1158,8 +1158,8 @@ export default function Evaluation(props: EvaluationProps) {
hovertemplate:
[
"count: %{z:d}",
- `ground_truth: %{y}`,
- `predictions: %{x}`,
+ `${evaluation?.info?.config?.gt_field}: %{y}`,
+ `${evaluation?.info?.config?.pred_field}: %{x}`,
].join("
") + "",
},
]}