Interface: ContradictionDto
@kortexya/reasoninglayer / Research / ContradictionDto
Interface: ContradictionDto
Defined in: src/types/research.ts:254
A detected contradiction between two claims.
Properties
claimAId
claimAId:
string
Defined in: src/types/research.ts:256
OSFKB term ID of the first claim.
claimBId
claimBId:
string
Defined in: src/types/research.ts:258
OSFKB term ID of the second claim.
confidence
confidence:
number
Defined in: src/types/research.ts:264
Disentailment confidence score.
explanation
explanation:
string
Defined in: src/types/research.ts:266
Explanation of the contradiction.
statementA
statementA:
string
Defined in: src/types/research.ts:260
Statement of the first claim.
statementB
statementB:
string
Defined in: src/types/research.ts:262
Statement of the second claim.