Interface: EntityVerificationDetailDto
@kortexya/reasoninglayer / Synthetic / EntityVerificationDetailDto
Interface: EntityVerificationDetailDto
Defined in: src/types/synthetic.ts:316
Per-entity verification detail from round-trip verification.
Properties
entityScore
entityScore:
number
Defined in: src/types/synthetic.ts:318
Combined entity score.
extractedId?
optionalextractedId:string|null
Defined in: src/types/synthetic.ts:322
Matched extracted term ID (if any).
extraFeatures
extraFeatures:
string[]
Defined in: src/types/synthetic.ts:320
Extra features in extraction not in ground truth.
featureRecovery
featureRecovery:
number
Defined in: src/types/synthetic.ts:324
Feature recovery rate (0.0-1.0).
groundTruthId
groundTruthId:
string
Defined in: src/types/synthetic.ts:326
Ground truth term ID.
matched
matched:
boolean
Defined in: src/types/synthetic.ts:328
Whether this entity was considered matched.
mismatchedFeatures
mismatchedFeatures:
FeatureMismatchDto[]
Defined in: src/types/synthetic.ts:330
Features present but with mismatched values.
missingFeatures
missingFeatures:
string[]
Defined in: src/types/synthetic.ts:332
Features missing from extraction.
recoveredFeatures
recoveredFeatures:
string[]
Defined in: src/types/synthetic.ts:334
Features successfully recovered.
sortSimilarity
sortSimilarity:
number
Defined in: src/types/synthetic.ts:336
Sort similarity score (0.0-1.0).