File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -437,6 +437,7 @@ This benchmark tests **LLM comprehension and data retrieval accuracy** across di
437437Eleven datasets designed to test different structural patterns and validation capabilities:
438438
439439** Primary datasets:**
440+
4404411 . ** Tabular** (100 employee records): Uniform objects with identical fields – optimal for TOON's tabular format.
4414422 . ** Nested** (50 e-commerce orders): Complex structures with nested customer objects and item arrays.
4424433 . ** Analytics** (60 days of metrics): Time-series data with dates and numeric values.
@@ -445,6 +446,7 @@ Eleven datasets designed to test different structural patterns and validation ca
4454466 . ** Nested Config** (1 configuration): Deeply nested configuration with minimal tabular eligibility.
446447
447448** Structural validation datasets:**
449+
4484507 . ** Control** : Valid complete dataset (baseline for validation)
4494518 . ** Truncated** : Array with 3 rows removed from end (tests ` [N] ` length detection)
4504529 . ** Extra rows** : Array with 3 additional rows beyond declared length
Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ This benchmark tests **LLM comprehension and data retrieval accuracy** across di
278278Eleven datasets designed to test different structural patterns and validation capabilities:
279279
280280** Primary datasets:**
281+
2812821 . ** Tabular** (100 employee records): Uniform objects with identical fields – optimal for TOON's tabular format.
2822832 . ** Nested** (50 e-commerce orders): Complex structures with nested customer objects and item arrays.
2832843 . ** Analytics** (60 days of metrics): Time-series data with dates and numeric values.
@@ -286,6 +287,7 @@ Eleven datasets designed to test different structural patterns and validation ca
2862876 . ** Nested Config** (1 configuration): Deeply nested configuration with minimal tabular eligibility.
287288
288289** Structural validation datasets:**
290+
2892917 . ** Control** : Valid complete dataset (baseline for validation)
2902928 . ** Truncated** : Array with 3 rows removed from end (tests ` [N] ` length detection)
2912939 . ** Extra rows** : Array with 3 additional rows beyond declared length
Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ This benchmark tests **LLM comprehension and data retrieval accuracy** across di
284284Eleven datasets designed to test different structural patterns and validation capabilities:
285285
286286**Primary datasets:**
287+
2872881. **Tabular** (${ tabularSize } employee records): Uniform objects with identical fields – optimal for TOON's tabular format.
2882892. **Nested** (${ nestedSize } e-commerce orders): Complex structures with nested customer objects and item arrays.
2892903. **Analytics** (${ analyticsSize } days of metrics): Time-series data with dates and numeric values.
@@ -292,6 +293,7 @@ Eleven datasets designed to test different structural patterns and validation ca
2922936. **Nested Config** (${ nestedConfigSize } configuration): Deeply nested configuration with minimal tabular eligibility.
293294
294295**Structural validation datasets:**
296+
2952977. **Control**: Valid complete dataset (baseline for validation)
2962988. **Truncated**: Array with 3 rows removed from end (tests \`[N]\` length detection)
2972999. **Extra rows**: Array with 3 additional rows beyond declared length
Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ This benchmark tests **LLM comprehension and data retrieval accuracy** across di
294294Eleven datasets designed to test different structural patterns and validation capabilities:
295295
296296** Primary datasets:**
297+
2972981 . ** Tabular** (100 employee records): Uniform objects with identical fields – optimal for TOON's tabular format.
2982992 . ** Nested** (50 e-commerce orders): Complex structures with nested customer objects and item arrays.
2993003 . ** Analytics** (60 days of metrics): Time-series data with dates and numeric values.
@@ -302,6 +303,7 @@ Eleven datasets designed to test different structural patterns and validation ca
3023036 . ** Nested Config** (1 configuration): Deeply nested configuration with minimal tabular eligibility.
303304
304305** Structural validation datasets:**
306+
3053077 . ** Control** : Valid complete dataset (baseline for validation)
3063088 . ** Truncated** : Array with 3 rows removed from end (tests ` [N] ` length detection)
3073099 . ** Extra rows** : Array with 3 additional rows beyond declared length
You can’t perform that action at this time.
0 commit comments