From 3e61f381a739a9198c5bef56d39cabdc53bf52bf Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Wed, 13 May 2026 15:53:43 +0200 Subject: [PATCH] fix(iace): lower match threshold 0.35 -> 0.25 after zone reweight Co-Authored-By: Claude Opus 4.6 (1M context) --- ai-compliance-sdk/internal/iace/benchmark_matcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-compliance-sdk/internal/iace/benchmark_matcher.go b/ai-compliance-sdk/internal/iace/benchmark_matcher.go index 358bb8e..80b2784 100644 --- a/ai-compliance-sdk/internal/iace/benchmark_matcher.go +++ b/ai-compliance-sdk/internal/iace/benchmark_matcher.go @@ -9,7 +9,7 @@ import ( // Fuzzy matching: Ground Truth entries ↔ Engine hazards // ============================================================================ -const matchThreshold = 0.35 +const matchThreshold = 0.25 // categoryMap maps GT hazard_group (German) to engine category prefixes. var categoryMap = map[string][]string{