Interface: VerifyFaithfulnessResponse
@kortexya/reasoninglayer / Synthetic / VerifyFaithfulnessResponse
Interface: VerifyFaithfulnessResponse
Defined in: src/types/synthetic.ts:480
Response from faithfulness verification.
Properties
entitiesExpected
entitiesExpected:
number
Defined in: src/types/synthetic.ts:482
Total entities expected.
entitiesRecovered
entitiesRecovered:
number
Defined in: src/types/synthetic.ts:484
Number of entities recovered in round-trip extraction.
mismatches
mismatches:
string[]
Defined in: src/types/synthetic.ts:486
Details of mismatches found.
passed
passed:
boolean
Defined in: src/types/synthetic.ts:488
Whether the pair passed faithfulness verification.
score
score:
number
Defined in: src/types/synthetic.ts:490
Faithfulness score (0.0-1.0).