Interface: NegativeExampleDto
@kortexya/reasoninglayer / Synthetic / NegativeExampleDto
Interface: NegativeExampleDto
Defined in: src/types/synthetic.ts:130
A generated negative training example with provenance.
Properties
explanation
explanation:
string
Defined in: src/types/synthetic.ts:132
Human-readable explanation of why this is negative.
rejectionReason
rejectionReason:
string
Defined in: src/types/synthetic.ts:134
The rejection reason category.
sortId
sortId:
string
Defined in: src/types/synthetic.ts:136
The sort this negative was generated against.
strategy
strategy:
string
Defined in: src/types/synthetic.ts:138
The strategy used to generate this negative.
termId
termId:
string
Defined in: src/types/synthetic.ts:140
The term ID of the negative example.