Interface: ContradictionDto
@kortexya/reasoninglayer / Research / ContradictionDto
Interface: ContradictionDto
Defined in: src/types/research.ts:282
A detected contradiction between two claims.
Properties
claimAId
claimAId:
string
Defined in: src/types/research.ts:284
OSFKB term ID of the first claim.
claimBId
claimBId:
string
Defined in: src/types/research.ts:286
OSFKB term ID of the second claim.
confidence
confidence:
number
Defined in: src/types/research.ts:292
Disentailment confidence score.
explanation
explanation:
string
Defined in: src/types/research.ts:294
Explanation of the contradiction.
statementA
statementA:
string
Defined in: src/types/research.ts:288
Statement of the first claim.
statementB
statementB:
string
Defined in: src/types/research.ts:290
Statement of the second claim.