SoroushVahidi commited on
Commit
ee425f1
·
verified ·
1 Parent(s): 523f844

Document selector_v3_windows/selector_v3_policy_vectors configs; update provenance and checksums (incl. missing selector_v2_registry.parquet checksum)

Browse files
Files changed (3) hide show
  1. README.md +63 -3
  2. SHA256SUMS +5 -2
  3. metadata/provenance.json +59 -1
README.md CHANGED
@@ -26,6 +26,14 @@ configs:
26
  data_files:
27
  - split: train
28
  path: data/selector_v2_registry.parquet
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  # LLM-Serving Selector Regret
@@ -40,13 +48,15 @@ The released selector/regret and policy-suitability metrics were generated by So
40
 
41
  ## Dataset Structure
42
 
43
- This standalone dataset has two configs:
44
 
45
  | Config | Rows | Columns | Row meaning |
46
  |---|---:|---:|---|
47
  | `selector_regret` | 3,852 | 160 | One workload/window with context features, 27 candidate-policy reward values, oracle fields, split metadata, and regret-related decision fields. |
48
  | `policy_suitability` | 95,364 | 10 | One `(model_id, split, window_id, policy_name)` record for the validation-selected finalist selector. |
49
  | `selector_v2_registry` | 640 | 51 | One `(window, policy)` pair with 48 numerical simulation outcome metrics, 49 window features, and split metadata — training-oriented selector data for the 8-policy Option B scope. |
 
 
50
 
51
  This dataset is intentionally separate from `SoroushVahidi/llm-serving-scheduler-baselines`. That dataset contains fixed scheduler outcome rows. This dataset contains selector/oracle/regret and suitability objects that require additional intermediate features and learned-selector outputs and are not reconstructible from the scheduler-baselines release alone.
52
 
@@ -173,6 +183,54 @@ Generated from `llm-serving-heuristic-evolution` at commit `b698e49df7954ad6fb8e
173
 
174
  Source experiment: `selector_v2_calibrated_pilot_20260720T163235Z`. Validation manifests passed for dataset construction, quality gates (7/7), and leakage audit.
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  ## Provenance
177
 
178
  Generated from `llm-serving-heuristic-evolution` at commit `e8bd759b6cdaa8a05096b0ceeb1c7684cfa07302`.
@@ -188,8 +246,8 @@ This release contains Soroush-generated derived metrics, features, selector outp
188
  Rows may be derived from or identify these upstream workload families:
189
 
190
  - **BurstGPT**: public workload trace repository, CC BY 4.0. Source: https://github.com/HPMLL/BurstGPT. If you use rows derived from BurstGPT source families, also cite the BurstGPT dataset/paper as requested by its maintainers.
191
- - **Azure LLM Inference Trace 2023**: public Azure trace sample, CC BY Attribution License. Source: https://github.com/Azure/AzurePublicDataset/blob/master/AzureLLMInferenceDataset2023.md. If you use rows derived from `azure_2023_*` source families, also cite the Azure trace and the Splitwise paper as requested by the dataset provider.
192
- - **Synthetic policy frontier**: generated by Soroush Vahidi's research workflow and covered by this dataset's license for the released metrics.
193
 
194
  This dataset does not claim ownership of upstream trace data. No statement in this dataset should be read as claiming ownership of upstream BurstGPT or Azure trace data.
195
 
@@ -219,3 +277,5 @@ If you use, redistribute, adapt, benchmark with, or build derived artifacts from
219
  ## Limitations
220
 
221
  This is a decision-quality/regret benchmark, not a claim that learned top-1 policy selection is solved. Project documentation records that the selected model produces useful suitability/ranking signals but does not fully capture held-out OOD V1-to-V2 oracle gain. Users should analyze split-specific regret and OOD behavior rather than relying only on aggregate averages.
 
 
 
26
  data_files:
27
  - split: train
28
  path: data/selector_v2_registry.parquet
29
+ - config_name: selector_v3_windows
30
+ data_files:
31
+ - split: train
32
+ path: data/selector_v3_windows.parquet
33
+ - config_name: selector_v3_policy_vectors
34
+ data_files:
35
+ - split: train
36
+ path: data/selector_v3_policy_vectors.parquet
37
  ---
38
 
39
  # LLM-Serving Selector Regret
 
48
 
49
  ## Dataset Structure
50
 
51
+ This standalone dataset has five configs:
52
 
53
  | Config | Rows | Columns | Row meaning |
54
  |---|---:|---:|---|
55
  | `selector_regret` | 3,852 | 160 | One workload/window with context features, 27 candidate-policy reward values, oracle fields, split metadata, and regret-related decision fields. |
56
  | `policy_suitability` | 95,364 | 10 | One `(model_id, split, window_id, policy_name)` record for the validation-selected finalist selector. |
57
  | `selector_v2_registry` | 640 | 51 | One `(window, policy)` pair with 48 numerical simulation outcome metrics, 49 window features, and split metadata — training-oriented selector data for the 8-policy Option B scope. |
58
+ | `selector_v3_windows` | 2,568 | 98 | One retained window with domain/scenario metadata, a 7-way multidomain train/OOD split, 82 engineered features (49 shared with `selector_regret` plus a new 33-column `feat_v3_*` rolling-window block), and 3 causal-discriminability labels. |
59
+ | `selector_v3_policy_vectors` | 20,544 | 52 | One `(window_idx, policy)` pair (8 policies per window) with simulation outcome metrics, using the same 8-policy library and metric schema as `selector_v2_registry`, over a disjoint, ~32x larger, 3-domain window set. |
60
 
61
  This dataset is intentionally separate from `SoroushVahidi/llm-serving-scheduler-baselines`. That dataset contains fixed scheduler outcome rows. This dataset contains selector/oracle/regret and suitability objects that require additional intermediate features and learned-selector outputs and are not reconstructible from the scheduler-baselines release alone.
62
 
 
183
 
184
  Source experiment: `selector_v2_calibrated_pilot_20260720T163235Z`. Validation manifests passed for dataset construction, quality gates (7/7), and leakage audit.
185
 
186
+ ## `selector_v3_windows` and `selector_v3_policy_vectors` Semantics
187
+
188
+ These two configs are a same-pipeline, multi-domain scale-up of `selector_v2_registry`, generated one day later by the same experimental line (`selector_v2_overnight_20260720T235405` → `selector_v2_ood_conclusive_20260721T133408Z` → this release). They study whether a learned policy-selection model generalizes across LLM-serving trace domains (Azure-2023, BurstGPT, and synthetic stress scenarios), not just within one domain.
189
+
190
+ ### Relationship to `selector_v2_registry` — read this before using both
191
+
192
+ `selector_v3_policy_vectors` uses the **identical metric schema and 8-policy library** as `selector_v2_registry` (same generating pipeline, commit `c8aee129f553f8dc3ede99eac60d5b14484beb41`), at roughly 32x the window count (2,568 vs. 640) and across 3 explicit source domains instead of a narrower scope.
193
+
194
+ **This is not an independent metric design, and it is not a replacement.** The two configs have **zero overlapping windows** (disjoint naming schemes; 0/20,544 exact row matches against the live `selector_v2_registry` config, confirmed by direct join) and different split granularity (7-way vs. v2's 4-way). `selector_v2_registry` is **not superseded** and remains published unchanged — a reader interested in the smaller, earlier v2 window set still needs it; a reader interested in cross-domain robustness needs v3. Do not merge the two into one versioned table.
195
+
196
+ **Label-vocabulary note:** `selector_v3_windows.primary_objective_classification` uses the three values `STRONGLY_DISCRIMINATIVE`, `MODERATELY_DISCRIMINATIVE`, `NEAR_TIE` — the middle category name differs from `selector_v2_registry.primary_objective_classification`'s `ALL_COMPLETE_OR_EFFECTIVELY_TIED`. Do not assume the two columns share an identical three-way taxonomy across configs.
197
+
198
+ ### `selector_v3_windows` row definition (2,568 rows, 98 columns)
199
+
200
+ One row per retained simulated scheduling window. `window_idx` is the join key to `selector_v3_policy_vectors` (1:1).
201
+
202
+ - **Domain/scenario metadata**: `source_trace` (`azure_llm_2023`, `burstgpt`, or `synthetic`), `dataset_family` (`real_trace` or `controlled_stress`), a named scenario `shape` (5 real-trace shapes plus 5 named synthetic stress scenarios: closely-spaced/same-arrival heterogeneous clusters, KV-pressure admission ordering, long-prefill overlap, admission-reorder boundary).
203
+ - **Split**: a 7-way taxonomy — `TRAIN`, `VALIDATION`, `ROBUST_DEV`, `ID_TEST`, `CROSS_SOURCE_OOD`, `TEMPORAL_OOD`, `FINAL_OOD` — materially finer than `selector_v2_registry`'s 4-way scheme, separating "OOD" into cross-source, temporal, and held-out-final variants.
204
+ - **Engineered features (82 columns)**: 49 columns reuse the same `feat_*` vocabulary already published in `selector_regret`; the remaining 33 columns are a new, fully-populated `feat_v3_*` block (rolling 1s/5s/20s/60s arrival/work rates, recent work/slack percentiles, negative-laxity fractions, estimated KV pressure, queue-growth-rate) with no analogue elsewhere in this dataset.
205
+ - **Causal-discriminability labels**: `primary_objective_classification` (see label-vocabulary note above), `primary_objective_best_policy` (best of the 8 policies for this window by ANWG), `primary_objective_max_min_spread` (ANWG gap between best and worst of the 8 policies).
206
+
207
+ Split distribution: `TRAIN` 968, `VALIDATION` 160, `ROBUST_DEV` 160, `ID_TEST` 312, `CROSS_SOURCE_OOD` 788, `TEMPORAL_OOD` 152, `FINAL_OOD` 28 (sums to 2,568). Domain distribution: `azure_llm_2023` 1,168 windows, `burstgpt` 760, `synthetic` 640.
208
+
209
+ ### `selector_v3_policy_vectors` row definition (20,544 rows, 52 columns)
210
+
211
+ One row per `(window_idx, policy)` pair — exactly 8 policy rows per window, using the same 8-policy library as `selector_v2_registry`: `admission_control`, `best_fit`, `edf`, `estimated_service_time_first`, `fifo`, `multi_bin_batching`, `scorpio_style_slo_guard`, `weighted_shortest_processing`. Columns are per-(window, policy) simulator outcome metrics: goodput, latency/TTFT/TPOT/TBT percentiles, queue depths, admission/rejection, and event counts — the identical `metric_*` schema used by `selector_v2_registry`, plus one additional `domain_id` column.
212
+
213
+ ### Known research-conclusion limitation — `SELECTOR_STATUS = DATA_LIMITED`
214
+
215
+ The experiment that produced this data self-reports `SELECTOR_STATUS = DATA_LIMITED`. Concretely, on the smallest and final held-out split (`FINAL_OOD`, n=28 windows, sourced from domains withheld from all model selection), a simple fixed Weighted-Shortest-Processing (WSP) policy baseline achieves lower mean regret (0.0008) than either learned selector variant tested — a domain-balanced random-forest selector (mean regret 0.0016) and a pessimistic-lambda selector (mean regret 0.00096). All three numbers are close and computed over only 28 windows, but as of this data, the learned causal-robustness selector has **not** been shown to beat a simple fixed baseline in the final held-out domain regime.
216
+
217
+ **What this means for downstream use**: this data is suitable for studying window-level policy discriminability, engineering selector features, and comparing candidate selector designs against strong fixed baselines. It does **not**, by itself, establish that a learned selector generalizes better than WSP to genuinely unseen trace domains. Do not cite this dataset as evidence that a learned selector outperforms simple heuristics on out-of-distribution traces; the authors' own next step is to add more official-source domains before drawing that modeling conclusion.
218
+
219
+ ### Structural null columns (not missing data / not corruption)
220
+
221
+ - **`selector_v3_policy_vectors`**: 13 of 52 columns are 100% null across all 20,544 rows (percentile-latency-breakdown, GPU-utilization, and queue-depth-mean/p95 metrics not computed by this simulator run: `metric_p50_ttft`, `metric_p50_tpot`, `metric_p99_tpot`, `metric_p50_tbt`, `metric_p99_tbt`, `metric_prefill_gpu_utilization`, `metric_decode_gpu_utilization`, `metric_prefill_queue_mean`, `metric_prefill_queue_p95`, `metric_decode_queue_mean`, `metric_decode_queue_p95`, `metric_bridge_queue_mean`, `metric_bridge_queue_p95`). A further 16 columns are null on the same 2,494/20,544 rows (12.14%) — a consistent per-row subset, not scattered missingness.
222
+ - **`selector_v3_windows`**: 17 of 98 columns are 100% null (disaggregated-serving and multi-instance-migration features — this experiment used monolithic scheduling only, so these features are structurally inapplicable) plus 4 legacy `feat_*` columns unpopulated by this pipeline version (`feat_arrival_rate_recent`, `feat_arrival_rate_prefix`, `feat_saturation_load_estimate`, `feat_recent_slo_violation_rate`). Two columns (`time_slice_row_start`, `time_slice_row_end`) are null on exactly the 640 synthetic-domain windows, which by construction have no real-trace row range. The complete new 33-column `feat_v3_*` block is **100% populated** (0 nulls across 84,744 cells).
223
+
224
+ ### Intended use
225
+
226
+ Selector-robustness research: training/evaluating policy-selection models under domain shift, studying which engineered features (including the new `feat_v3_*` rolling-window block) are predictive of policy discriminability, and benchmarking learned selectors against strong fixed baselines.
227
+
228
+ ### Provenance
229
+
230
+ Generated from `llm-serving-heuristic-evolution` at commit `c8aee129f553f8dc3ede99eac60d5b14484beb41`.
231
+
232
+ Source experiment: `selector_v3_multidomain_causal_20260721T151341Z`. Leakage audit passed (0 duplicate window IDs, 0 group-atomicity violations). See `metadata/provenance.json` for machine-readable provenance.
233
+
234
  ## Provenance
235
 
236
  Generated from `llm-serving-heuristic-evolution` at commit `e8bd759b6cdaa8a05096b0ceeb1c7684cfa07302`.
 
246
  Rows may be derived from or identify these upstream workload families:
247
 
248
  - **BurstGPT**: public workload trace repository, CC BY 4.0. Source: https://github.com/HPMLL/BurstGPT. If you use rows derived from BurstGPT source families, also cite the BurstGPT dataset/paper as requested by its maintainers.
249
+ - **Azure LLM Inference Trace 2023**: public Azure trace sample, CC BY Attribution License. Source: https://github.com/Azure/AzurePublicDataset/blob/master/AzureLLMInferenceDataset2023.md. If you use rows derived from `azure_2023_*` or `azure_llm_2023` source families, also cite the Azure trace and the Splitwise paper as requested by the dataset provider.
250
+ - **Synthetic policy frontier / synthetic stress scenarios**: generated by Soroush Vahidi's research workflow and covered by this dataset's license for the released metrics.
251
 
252
  This dataset does not claim ownership of upstream trace data. No statement in this dataset should be read as claiming ownership of upstream BurstGPT or Azure trace data.
253
 
 
277
  ## Limitations
278
 
279
  This is a decision-quality/regret benchmark, not a claim that learned top-1 policy selection is solved. Project documentation records that the selected model produces useful suitability/ranking signals but does not fully capture held-out OOD V1-to-V2 oracle gain. Users should analyze split-specific regret and OOD behavior rather than relying only on aggregate averages.
280
+
281
+ The `selector_v3_windows`/`selector_v3_policy_vectors` configs carry their own open research-conclusion caveat: on the smallest held-out split (`FINAL_OOD`, n=28), a fixed WSP baseline still has lower regret than the learned selectors tested against it (see `SELECTOR_STATUS = DATA_LIMITED` above). Treat this data as suitable for feature engineering and selector-design comparison, not yet as evidence of a learned selector beating simple heuristics out-of-distribution.
SHA256SUMS CHANGED
@@ -1,9 +1,12 @@
1
  97bd19bbac2e663962b31b4727881dad5e5bb9b18433e49a1415fe4196cfc594 CITATION.cff
2
  4208da25518508f06f97a959b092e872372f9af2565f5ee3e0a813c8db757d83 LICENSE
3
- 71adc85ccb5ab5467ddad5e44235366de8bbf578677b52e02badfd5002f225b9 README.md
4
  b6a9ba98100869fb2144d11457f66dfc18b1678b1a4bc2f3cf1ef25167e4d11e data/policy_suitability.parquet
5
  8803d84c283f8f5666c36c0b984ed3c950be72d35d7e6cf97fe2d1858aa50498 data/selector_regret.parquet
 
 
 
6
  473771c28b89cbdc3b00c911739f969529f04dc03b00b6b216c618057269bd32 metadata/attribution_gate.json
7
  6892c2cc65654e9b4f103012966c385deb556f1a6cc63046115666f19a6e9974 metadata/local_load_test.json
8
- 1a8ea6b74684b5a9940df8bfce80d53af062d91c0c8a1a3c71de385f9eaafbf2 metadata/provenance.json
9
  4a6b902158b3df3f1177c9ef48df826171088f0c624f5ab63cae6fdc5c4f78d1 metadata/validation_report.json
 
1
  97bd19bbac2e663962b31b4727881dad5e5bb9b18433e49a1415fe4196cfc594 CITATION.cff
2
  4208da25518508f06f97a959b092e872372f9af2565f5ee3e0a813c8db757d83 LICENSE
3
+ 13e896a1ed0b4bd85d3ff53a692f7606e0ecfcbe8112848f5d6ca87c67b349ec README.md
4
  b6a9ba98100869fb2144d11457f66dfc18b1678b1a4bc2f3cf1ef25167e4d11e data/policy_suitability.parquet
5
  8803d84c283f8f5666c36c0b984ed3c950be72d35d7e6cf97fe2d1858aa50498 data/selector_regret.parquet
6
+ 60457ad4669085c16a8ffe3f9c2f3cbd0b35636f995302c4aa6d3b63e30e149c data/selector_v2_registry.parquet
7
+ c805fb297e77ae8cd7c2c2e567fe0f9777f4c6b5ca0d047acc74c8174d0dfc24 data/selector_v3_windows.parquet
8
+ ecfe3804fc45aef9189d9138f583ae99e0093d80b97a567b908245a96decbc76 data/selector_v3_policy_vectors.parquet
9
  473771c28b89cbdc3b00c911739f969529f04dc03b00b6b216c618057269bd32 metadata/attribution_gate.json
10
  6892c2cc65654e9b4f103012966c385deb556f1a6cc63046115666f19a6e9974 metadata/local_load_test.json
11
+ a5da0fef94eafdb40b2e144d2084a5bed0585ae37d6b8e43cf0b1df3e246a305 metadata/provenance.json
12
  4a6b902158b3df3f1177c9ef48df826171088f0c624f5ab63cae6fdc5c4f78d1 metadata/validation_report.json
metadata/provenance.json CHANGED
@@ -290,6 +290,64 @@
290
  "ID_TEST": 104,
291
  "OOD_TEST": 144
292
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
  }
294
  ]
295
- }
 
290
  "ID_TEST": 104,
291
  "OOD_TEST": 144
292
  }
293
+ },
294
+ {
295
+ "config_name": "selector_v3_windows",
296
+ "git_sha": "c8aee129f553f8dc3ede99eac60d5b14484beb41",
297
+ "generating_script": "tools/selector_v3_workflow.py",
298
+ "source_run": "selector_v3_multidomain_causal_20260721T151341Z",
299
+ "rows": 2568,
300
+ "columns": 98,
301
+ "scope": "Multi-domain causal-robustness window set (azure_llm_2023, burstgpt, synthetic)",
302
+ "primary_objective": "arrival_normalized_weighted_goodput",
303
+ "policy_set": [
304
+ "admission_control",
305
+ "best_fit",
306
+ "edf",
307
+ "estimated_service_time_first",
308
+ "fifo",
309
+ "multi_bin_batching",
310
+ "scorpio_style_slo_guard",
311
+ "weighted_shortest_processing"
312
+ ],
313
+ "split_distribution": {
314
+ "TRAIN": 968,
315
+ "VALIDATION": 160,
316
+ "ROBUST_DEV": 160,
317
+ "ID_TEST": 312,
318
+ "CROSS_SOURCE_OOD": 788,
319
+ "TEMPORAL_OOD": 152,
320
+ "FINAL_OOD": 28
321
+ },
322
+ "domain_distribution": {
323
+ "azure_llm_2023": 1168,
324
+ "burstgpt": 760,
325
+ "synthetic": 640
326
+ },
327
+ "selector_status": "DATA_LIMITED",
328
+ "relationship_to_selector_v2_registry": "same generating pipeline and policy library, disjoint window set (0 exact row/window overlap), not a superset or replacement; both configs remain published"
329
+ },
330
+ {
331
+ "config_name": "selector_v3_policy_vectors",
332
+ "git_sha": "c8aee129f553f8dc3ede99eac60d5b14484beb41",
333
+ "generating_script": "tools/selector_v3_workflow.py",
334
+ "source_run": "selector_v3_multidomain_causal_20260721T151341Z",
335
+ "rows": 20544,
336
+ "columns": 52,
337
+ "scope": "Multi-domain causal-robustness policy vectors (8 policies x 2,568 windows)",
338
+ "primary_objective": "arrival_normalized_weighted_goodput",
339
+ "policy_set": [
340
+ "admission_control",
341
+ "best_fit",
342
+ "edf",
343
+ "estimated_service_time_first",
344
+ "fifo",
345
+ "multi_bin_batching",
346
+ "scorpio_style_slo_guard",
347
+ "weighted_shortest_processing"
348
+ ],
349
+ "selector_status": "DATA_LIMITED",
350
+ "relationship_to_selector_v2_registry": "identical metric schema and 8-policy library, disjoint window set (0 exact row/window overlap), not a superset or replacement; both configs remain published"
351
  }
352
  ]
353
+ }