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

Function exact_string_match

src/evaluation/scorers/code_based.py:12–15  ·  view source on GitHub ↗
(
    scenario: Scenario, answer: str, trajectory_text: str
)

Source from the content-addressed store, hash-verified

10
11
12def exact_string_match(
13 scenario: Scenario, answer: str, trajectory_text: str
14) -> ScorerResult:
15 raise NotImplementedError
16
17
18def numeric_match(

Calls

no outgoing calls