Interface: GenerateNegativesRequest
@kortexya/reasoninglayer / Synthetic / GenerateNegativesRequest
Interface: GenerateNegativesRequest
Defined in: src/types/synthetic.ts:146
Request to generate enhanced negative examples for target sorts.
Properties
enableCrossSortConfusion?
optionalenableCrossSortConfusion:boolean
Defined in: src/types/synthetic.ts:148
Whether to use cross-sort confusion strategy (default: true).
enableFeaturePerturbation?
optionalenableFeaturePerturbation:boolean
Defined in: src/types/synthetic.ts:150
Whether to use feature perturbation strategy (default: true).
enableSortIncompatibility?
optionalenableSortIncompatibility:boolean
Defined in: src/types/synthetic.ts:152
Whether to use sort incompatibility strategy (default: true).
maxPerSort?
optionalmaxPerSort:number|null
Defined in: src/types/synthetic.ts:154
Maximum negatives per sort (default: 5).
seed?
optionalseed:number|null
Defined in: src/types/synthetic.ts:156
Random seed for reproducibility (default: 42).
targetSorts
targetSorts:
string[]
Defined in: src/types/synthetic.ts:158
Target sort IDs to generate negatives for.