Skip to content

Interface: DatasetStatisticsDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Synthetic / DatasetStatisticsDto

Interface: DatasetStatisticsDto

Defined in: src/types/synthetic.ts:270

Statistics for an enhanced training dataset.

Properties

byFormat

byFormat: Record<string, number>

Defined in: src/types/synthetic.ts:272

Examples by format (Extraction, QA, FillBlank, etc.).


bySort

bySort: Record<string, number>

Defined in: src/types/synthetic.ts:274

Examples by sort name.


bySource

bySource: Record<string, number>

Defined in: src/types/synthetic.ts:276

Examples by source type (real, synthetic, verbalized, enhanced_negative).


diversitySummary?

optional diversitySummary: DiversityAnalysisDto | null

Defined in: src/types/synthetic.ts:278

Diversity analysis summary (if computed).


meanFaithfulnessScore

meanFaithfulnessScore: number

Defined in: src/types/synthetic.ts:280

Mean faithfulness score of verified examples.


negativeCount

negativeCount: number

Defined in: src/types/synthetic.ts:282

Number of negative examples.


negativeRatio

negativeRatio: number

Defined in: src/types/synthetic.ts:284

Negative ratio.


positiveCount

positiveCount: number

Defined in: src/types/synthetic.ts:286

Number of positive examples.


realRatio

realRatio: number

Defined in: src/types/synthetic.ts:288

Achieved real data mixing ratio.


syntheticRatio

syntheticRatio: number

Defined in: src/types/synthetic.ts:290

Achieved synthetic data mixing ratio.


totalExamples

totalExamples: number

Defined in: src/types/synthetic.ts:292

Total examples in the dataset.


verbalizedRatio

verbalizedRatio: number

Defined in: src/types/synthetic.ts:294

Achieved verbalized data mixing ratio.


verifiedCount

verifiedCount: number

Defined in: src/types/synthetic.ts:296

Number of verified examples.