MCPcopy Create free account
hub / github.com/IBM/AssetOpsBench / KeyComparison

Class KeyComparison

src/evaluation/scorers/static_json.py:32–40  ·  view source on GitHub ↗

Per-key comparison between gold and model output.

Source from the content-addressed store, hash-verified

30
31@dataclass
32class KeyComparison:
33 """Per-key comparison between gold and model output."""
34
35 key: str
36 gold_value: str
37 model_value: str
38 exact: bool
39 match_type: str
40 similarity: float
41
42
43@dataclass

Callers 1

evaluate_static_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected