Datasets:
Formats:
parquet
Size:
10M - 100M
Tags:
tabular
caching
cache-eviction
learning-augmented-algorithms
counterfactual-supervision
parquet
License:
publish v0.2 real-data preview
Browse files- README.md +43 -0
- RELEASE_NOTES_v0_2.md +14 -0
- data/cross_family_evict_value_v1.parquet +3 -0
- data/objective_ablation_scalar.parquet +3 -0
- dataset_card.md +29 -0
- metadata/checksums.sha256 +14 -0
- metadata/lafc_evict_v0_2_preview_families.json +38 -0
- metadata/provenance_summary.csv +8 -0
- metadata/release_manifest.json +66 -0
- metadata/sampling_manifest.json +200 -0
- metadata/schema.json +398 -0
- metadata/security_scan.json +4 -0
- metadata/source_family_registry.yaml +93 -0
- metadata/statistics.json +167 -0
- metadata/validation_report.md +6 -0
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: "LAFC-Evict v0.2 Real-Data Preview"
|
| 3 |
+
license: "cc0-1.0"
|
| 4 |
+
tags:
|
| 5 |
+
- "tabular"
|
| 6 |
+
- "caching"
|
| 7 |
+
- "cache-eviction"
|
| 8 |
+
- "learning-augmented-algorithms"
|
| 9 |
+
- "counterfactual-supervision"
|
| 10 |
+
- "pandas"
|
| 11 |
+
- "mlcroissant"
|
| 12 |
+
- "parquet"
|
| 13 |
+
- "preview"
|
| 14 |
+
- "real-data-preview"
|
| 15 |
+
task_categories:
|
| 16 |
+
- "tabular-regression"
|
| 17 |
+
- "tabular-classification"
|
| 18 |
+
size_categories:
|
| 19 |
+
- "1M<n<10M"
|
| 20 |
+
configs:
|
| 21 |
+
- config_name: "cross_family_evict_value_v1"
|
| 22 |
+
data_files:
|
| 23 |
+
- split: "train"
|
| 24 |
+
path: "data/cross_family_evict_value_v1.parquet"
|
| 25 |
+
- config_name: "objective_ablation_scalar"
|
| 26 |
+
data_files:
|
| 27 |
+
- split: "train"
|
| 28 |
+
path: "data/objective_ablation_scalar.parquet"
|
| 29 |
+
---
|
| 30 |
+
# LAFC-Evict v0.2 Real-Data Preview
|
| 31 |
+
|
| 32 |
+
This is a local staging release for a proposed Hugging Face dataset repository `SoroushVahidi/lafc-evict`. It has not been uploaded.
|
| 33 |
+
|
| 34 |
+
Version history:
|
| 35 |
+
|
| 36 |
+
- `SoroushVahidi/lafc-evict-sample` v0.1 synthetic sample: publication workflow dry run built from `examples/tiny_candidate_rows.csv`.
|
| 37 |
+
- v0.1-open / current-contract preserved: historical real release artifacts retained under local `release/` namespaces.
|
| 38 |
+
- v0.2 preview: small real derived-data preview using Wikimedia pageview-derived rows only.
|
| 39 |
+
- Future v1.0/full release: broader curated dataset after storage, licensing, and provenance review.
|
| 40 |
+
|
| 41 |
+
The preview contains derived candidate-row features and counterfactual labels. It does not include raw trace rows, raw Wikimedia page titles, machine-local paths, model files, or experiment logs. Object identifiers are deterministic release pseudonyms.
|
| 42 |
+
|
| 43 |
+
Read `dataset_card.md`, `RELEASE_NOTES_v0_2.md`, `metadata/release_manifest.json`, `metadata/sampling_manifest.json`, and `metadata/provenance_summary.csv` before upload consideration.
|
RELEASE_NOTES_v0_2.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# v0.2 Preview Release Notes
|
| 2 |
+
|
| 3 |
+
This proposed update introduces the first real-data preview in the `SoroushVahidi/lafc-evict` Hugging Face dataset repository while preserving the existing synthetic-only `SoroushVahidi/lafc-evict-sample` repository as historical publication workflow evidence.
|
| 4 |
+
|
| 5 |
+
Changes:
|
| 6 |
+
|
| 7 |
+
- Adds real Wikimedia pageview-derived candidate-row examples.
|
| 8 |
+
- Preserves v0.1 synthetic sample history in the separate sample repository.
|
| 9 |
+
- Preserves v0.1-open / current-contract preserved real release artifacts in the canonical local repository.
|
| 10 |
+
- Uses two Parquet configs: `cross_family_evict_value_v1` and `objective_ablation_scalar`.
|
| 11 |
+
- Pseudonymizes object identifiers.
|
| 12 |
+
- Excludes Brightkite, CitiBike, Twemcache, MetaKV, MetaCDN, and CloudPhysics until final redistribution review.
|
| 13 |
+
|
| 14 |
+
The preview uses Wikimedia Analytics pageview data documented as CC0. Attribution and non-endorsement wording are included in the dataset card and provenance metadata.
|
data/cross_family_evict_value_v1.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38ae87b88bf8367d41f0dc8638eaf12fa5416b559d24c7023f39b9f1c7b6bb8f
|
| 3 |
+
size 66875136
|
data/objective_ablation_scalar.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90a2cb7913e234323190810906644e110f5c9ebeaaea47203857f61b822757f9
|
| 3 |
+
size 73230958
|
dataset_card.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LAFC-Evict v0.2 Real-Data Preview
|
| 2 |
+
|
| 3 |
+
This is a small real-data preview for the proposed `SoroushVahidi/lafc-evict` Hugging Face dataset repository.
|
| 4 |
+
|
| 5 |
+
The preview includes only Wikimedia pageview-derived rows. Upstream pageviews are public Wikimedia Analytics datasets available under the Creative Commons CC0 1.0 public domain dedication. The rows here are derived cache-eviction supervision examples, not raw pageview logs. Object identifiers are pseudonymized.
|
| 6 |
+
|
| 7 |
+
The existing `SoroushVahidi/lafc-evict-sample` v0.1 repository remains a synthetic workflow dry run and is not suitable for scientific benchmarking. This v0.2 preview is intended to demonstrate the real derived schema at small scale. It is not the full benchmark release.
|
| 8 |
+
|
| 9 |
+
## Configs
|
| 10 |
+
|
| 11 |
+
- `cross_family_evict_value_v1`: finite-horizon eviction-loss candidate rows from the corrected cross-family dataset.
|
| 12 |
+
- `objective_ablation_scalar`: scalar multi-target objective-ablation candidate rows.
|
| 13 |
+
|
| 14 |
+
## Wiki2018 Provenance and Attribution
|
| 15 |
+
|
| 16 |
+
Known factual provenance: this preview uses derived rows generated from the `wiki2018` family, described locally as a Wikimedia public pageviews derived proxy trace with upstream source `https://dumps.wikimedia.org/other/pageviews/`. Wikimedia's pageviews readme states that pageview statistics are compiled using the current pageview definition and that all Analytics datasets are available under the Creative Commons CC0 dedication. The preview is not a redistribution of raw pageview dumps and does not expose raw page titles.
|
| 17 |
+
|
| 18 |
+
Attribution wording: LAFC-Evict v0.2 preview includes derived cache-eviction supervision examples generated from Wikimedia public pageview data. Wikimedia pageview data is made available by the Wikimedia Foundation at `https://dumps.wikimedia.org/other/pageviews/` under the Creative Commons CC0 1.0 public domain dedication. Wikimedia and the Wikimedia Foundation do not endorse this derived dataset.
|
| 19 |
+
|
| 20 |
+
License/terms statement: the upstream Wikimedia Analytics pageview data is CC0. This derived LAFC-Evict preview is released under CC0 1.0 as a dataset. Attribution is included as scholarly provenance and to avoid user confusion, not because CC0 imposes an attribution requirement.
|
| 21 |
+
|
| 22 |
+
Caveat: this statement is based on Wikimedia's public documentation and is not legal advice.
|
| 23 |
+
|
| 24 |
+
## Limitations
|
| 25 |
+
|
| 26 |
+
- Only `wiki2018` is included.
|
| 27 |
+
- Brightkite, CitiBike, CloudPhysics, MetaCDN, MetaKV, and Twemcache are excluded pending redistribution review.
|
| 28 |
+
- This package is a preview, not the full LAFC-Evict release.
|
| 29 |
+
- Dataset metadata uses `license: cc0-1.0`; code in the canonical publication repository remains separately licensed.
|
metadata/checksums.sha256
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
c87ac60766e6bc78fda04d3dd338cf44ff1ae760a6aab17aa3ffd520212c178d README.md
|
| 2 |
+
6597f4db43e5a2ef79da7f8193d2fd72bda8f4c2e2e0b9ea93fbf458e1a7e374 RELEASE_NOTES_v0_2.md
|
| 3 |
+
38ae87b88bf8367d41f0dc8638eaf12fa5416b559d24c7023f39b9f1c7b6bb8f data/cross_family_evict_value_v1.parquet
|
| 4 |
+
90a2cb7913e234323190810906644e110f5c9ebeaaea47203857f61b822757f9 data/objective_ablation_scalar.parquet
|
| 5 |
+
367ffd91887afabbb3cb5169ec7efa9ce248b547b26e2d74ddb446da69b01298 dataset_card.md
|
| 6 |
+
64cff7ee03f4ee8ce3f2959ed7f88e1ff6c308ab43efeaf2bf1c5f46fb72be0d metadata/lafc_evict_v0_2_preview_families.json
|
| 7 |
+
f3b5e738189be705286264f2c3e414f66aea182ccad2b11541d28bcd71c47221 metadata/provenance_summary.csv
|
| 8 |
+
86596ec82f427e4c13fb3af32f1cb39b09997c8c0dd940eec2a2e9cad33eed83 metadata/release_manifest.json
|
| 9 |
+
ba70c79ff4a39e8415913ff1bd54aa8c4dcb5cb7dc2880460143277a3dab539e metadata/sampling_manifest.json
|
| 10 |
+
54cdde9f8aa60639af0c653570051f0e66c5beb44c213784b45f0be87623a199 metadata/schema.json
|
| 11 |
+
49fb8eb3f7a3eeae5cf509025b5759003751abf57b629f033cc9ebbb65639151 metadata/security_scan.json
|
| 12 |
+
422a8e0dae8dd0662659b4b493d32d5d1c08dea4bd8efa4627b5f6c807deba04 metadata/source_family_registry.yaml
|
| 13 |
+
5026d670bb4e4bcc11db470be2234081d7ba7230dfe602eff163bc668ea5bc4c metadata/statistics.json
|
| 14 |
+
5aa70ab1b7f366128e0f30874b5a0ac20aa9e20f6ccabfacd3e53b898d85fb00 metadata/validation_report.md
|
metadata/lafc_evict_v0_2_preview_families.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"excluded_families": [
|
| 3 |
+
{
|
| 4 |
+
"family": "brightkite",
|
| 5 |
+
"reason": "UNCLEAR redistribution and privacy status for public v0.2 preview"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"family": "citibike",
|
| 9 |
+
"reason": "UNCLEAR redistribution and privacy status for public v0.2 preview"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"family": "cloudphysics",
|
| 13 |
+
"reason": "UNCLEAR redistribution status for public v0.2 preview"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"family": "metacdn",
|
| 17 |
+
"reason": "UNCLEAR redistribution status for public v0.2 preview"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"family": "metakv",
|
| 21 |
+
"reason": "UNCLEAR redistribution status for public v0.2 preview"
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"family": "twemcache",
|
| 25 |
+
"reason": "UNCLEAR redistribution status for public v0.2 preview"
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"release_scope": "v0.2-preview",
|
| 29 |
+
"selected_families": [
|
| 30 |
+
{
|
| 31 |
+
"family": "wiki2018",
|
| 32 |
+
"redistribution_status": "CC0_ANALYTICS_DATA_PUBLIC_DERIVED_PREVIEW_OK",
|
| 33 |
+
"public_upload_status": "APPROVED_WITH_ATTRIBUTION_AND_CAVEAT",
|
| 34 |
+
"license_basis": "Wikimedia pageviews readme and Analytics API access policy identify Analytics datasets/pageview data as CC0."
|
| 35 |
+
}
|
| 36 |
+
],
|
| 37 |
+
"warning": "This selector output is a release-governance aid based on repository metadata. It is not legal advice."
|
| 38 |
+
}
|
metadata/provenance_summary.csv
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
family,source_name,source_url,redistribution_status,included,reason
|
| 2 |
+
wiki2018,Wikimedia public pageviews derived proxy trace,https://dumps.wikimedia.org/other/pageviews/,CC0_ANALYTICS_DATA_PUBLIC_DERIVED_PREVIEW_OK,yes,Wikimedia pageviews documentation identifies Analytics datasets as CC0; preview object identifiers are pseudonymized
|
| 3 |
+
twemcache,Twitter cache trace / Twemcache open trace collection,https://github.com/twitter/cache-trace,UNCLEAR,no,local registry does not contain final redistribution and attribution clearance
|
| 4 |
+
metakv,MetaKV trace family via open cache trace collection,https://github.com/cacheMon/cache_dataset,UNCLEAR,no,local registry does not contain final redistribution and attribution clearance
|
| 5 |
+
metacdn,MetaCDN trace family via open cache trace collection,https://github.com/cacheMon/cache_dataset,UNCLEAR,no,local registry does not contain final redistribution and attribution clearance
|
| 6 |
+
cloudphysics,CloudPhysics / open cache trace collection block I/O family,https://github.com/cacheMon/cache_dataset,UNCLEAR,no,specific open trace collection provenance and terms require confirmation
|
| 7 |
+
citibike,Citi Bike trip-data derived trace family,https://citibikenyc.com/system-data,UNCLEAR,no,local governance marks blocked pending review with privacy review required
|
| 8 |
+
brightkite,Brightkite / SNAP-derived trace family,https://snap.stanford.edu/data/loc-brightkite.html,UNCLEAR,no,local governance marks blocked pending review with license and privacy review required
|
metadata/release_manifest.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_files": [
|
| 3 |
+
"data/cross_family_evict_value_v1.parquet",
|
| 4 |
+
"data/objective_ablation_scalar.parquet"
|
| 5 |
+
],
|
| 6 |
+
"dataset_name": "lafc-evict",
|
| 7 |
+
"dataset_repo": "SoroushVahidi/lafc-evict",
|
| 8 |
+
"excluded_families": [
|
| 9 |
+
"brightkite",
|
| 10 |
+
"citibike",
|
| 11 |
+
"cloudphysics",
|
| 12 |
+
"metacdn",
|
| 13 |
+
"metakv",
|
| 14 |
+
"twemcache"
|
| 15 |
+
],
|
| 16 |
+
"file_inventory": [
|
| 17 |
+
"README.md",
|
| 18 |
+
"RELEASE_NOTES_v0_2.md",
|
| 19 |
+
"data/cross_family_evict_value_v1.parquet",
|
| 20 |
+
"data/objective_ablation_scalar.parquet",
|
| 21 |
+
"dataset_card.md",
|
| 22 |
+
"metadata/checksums.sha256",
|
| 23 |
+
"metadata/lafc_evict_v0_2_preview_families.json",
|
| 24 |
+
"metadata/provenance_summary.csv",
|
| 25 |
+
"metadata/release_manifest.json",
|
| 26 |
+
"metadata/sampling_manifest.json",
|
| 27 |
+
"metadata/schema.json",
|
| 28 |
+
"metadata/security_scan.json",
|
| 29 |
+
"metadata/source_family_registry.yaml",
|
| 30 |
+
"metadata/statistics.json",
|
| 31 |
+
"metadata/validation_report.md"
|
| 32 |
+
],
|
| 33 |
+
"governance_artifacts": [
|
| 34 |
+
"metadata/source_family_registry.yaml",
|
| 35 |
+
"metadata/lafc_evict_v0_2_preview_families.json"
|
| 36 |
+
],
|
| 37 |
+
"included_families": [
|
| 38 |
+
"wiki2018"
|
| 39 |
+
],
|
| 40 |
+
"license_provenance_status": {
|
| 41 |
+
"basis": "Wikimedia pageviews and Analytics API documentation identify Analytics datasets/pageview data as CC0.",
|
| 42 |
+
"wiki2018": "APPROVED_WITH_ATTRIBUTION_AND_CAVEAT"
|
| 43 |
+
},
|
| 44 |
+
"machine_paths_in_metadata": false,
|
| 45 |
+
"no_raw_trace_rows": true,
|
| 46 |
+
"object_ids_pseudonymized": true,
|
| 47 |
+
"readiness": "READY_FOR_PUBLIC_PREVIEW_UPLOAD",
|
| 48 |
+
"release_title": "LAFC-Evict v0.2 Real-Data Preview",
|
| 49 |
+
"release_type": "real_data_preview",
|
| 50 |
+
"row_counts": {
|
| 51 |
+
"cross_family_evict_value_v1": 2700000,
|
| 52 |
+
"objective_ablation_scalar": 2100000,
|
| 53 |
+
"total_rows": 4800000
|
| 54 |
+
},
|
| 55 |
+
"sampling": {
|
| 56 |
+
"method": "deterministic SHA-256 row sampling by source shard relative path and source row number",
|
| 57 |
+
"object_id_pseudonymization": "candidate_page_id replaced with obj_<first24_sha256(salt|original)>",
|
| 58 |
+
"pseudonym_salt_id": "v0.2-public-preview-object-id-v1",
|
| 59 |
+
"seed": "lafc-evict-sample-v0.2-preview-seed-20260811",
|
| 60 |
+
"source_file_count": 24,
|
| 61 |
+
"source_files_read_bytes": 2405368646
|
| 62 |
+
},
|
| 63 |
+
"schema_version": "lafc-evict-preview-v0.2",
|
| 64 |
+
"upload_status": "NOT_UPLOADED",
|
| 65 |
+
"version": "0.2-preview"
|
| 66 |
+
}
|
metadata/sampling_manifest.json
ADDED
|
@@ -0,0 +1,200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"method": "deterministic SHA-256 row sampling by source shard relative path and source row number",
|
| 3 |
+
"object_id_pseudonymization": "candidate_page_id replaced with obj_<first24_sha256(salt|original)>",
|
| 4 |
+
"pseudonym_salt_id": "v0.2-public-preview-object-id-v1",
|
| 5 |
+
"seed": "lafc-evict-sample-v0.2-preview-seed-20260811",
|
| 6 |
+
"source_entries": [
|
| 7 |
+
{
|
| 8 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 9 |
+
"source_csv_bytes": 147711097,
|
| 10 |
+
"source_fold": "brightkite",
|
| 11 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap32.part0000.csv",
|
| 12 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 13 |
+
"source_sha256": "1129ae0eee9e9a89c9cbacf48bc7903ed42f116478df960cac40c0982b0a9aee"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 17 |
+
"source_csv_bytes": 149195560,
|
| 18 |
+
"source_fold": "brightkite",
|
| 19 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap32.part0001.csv",
|
| 20 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 21 |
+
"source_sha256": "2766f63b57cb771c944abc5f21c824a27186c7d35f21b4fa76d7eb2aef372121"
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 25 |
+
"source_csv_bytes": 144882224,
|
| 26 |
+
"source_fold": "brightkite",
|
| 27 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap32.part0002.csv",
|
| 28 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 29 |
+
"source_sha256": "d4f57b146d1885cb118a99ee39b20d92c9386bbd9a0d5276ed494ea4a8f120ad"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 33 |
+
"source_csv_bytes": 28737038,
|
| 34 |
+
"source_fold": "brightkite",
|
| 35 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap32.part0003.csv",
|
| 36 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 37 |
+
"source_sha256": "81902fe5c708d6450af2fbef18356de261270a7d2b16f20ce2b405cbd99bf861"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 41 |
+
"source_csv_bytes": 146693682,
|
| 42 |
+
"source_fold": "brightkite",
|
| 43 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap64.part0000.csv",
|
| 44 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 45 |
+
"source_sha256": "c35f24ed2f72d29b54fee0589e83ff91faf19d39ffb5ce661c732d262a79c315"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 49 |
+
"source_csv_bytes": 152184336,
|
| 50 |
+
"source_fold": "brightkite",
|
| 51 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap64.part0002.csv",
|
| 52 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 53 |
+
"source_sha256": "bd449444a1a0efd42f6867b659d343b324dd55488833580450e635ca79adb6fb"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 57 |
+
"source_csv_bytes": 145381539,
|
| 58 |
+
"source_fold": "brightkite",
|
| 59 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap64.part0004.csv",
|
| 60 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 61 |
+
"source_sha256": "9bf1b6aff5ce91cb96f17b17ab626ba49b51a7b35078a23a9d86d3cf2481723d"
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 65 |
+
"source_csv_bytes": 57217263,
|
| 66 |
+
"source_fold": "brightkite",
|
| 67 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap64.part0006.csv",
|
| 68 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 69 |
+
"source_sha256": "f2d581abd220cd3dc518b5ade8474da3c1d01ce085c88c8d23451d4a7a92bbb2"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 73 |
+
"source_csv_bytes": 144571397,
|
| 74 |
+
"source_fold": "brightkite",
|
| 75 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap128.part0000.csv",
|
| 76 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 77 |
+
"source_sha256": "d61c69b5c2401f40451efa128e9a82fb3fb75a7a346f40fc44fb84b60302262b"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 81 |
+
"source_csv_bytes": 152229597,
|
| 82 |
+
"source_fold": "brightkite",
|
| 83 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap128.part0004.csv",
|
| 84 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 85 |
+
"source_sha256": "d26fc58e06a31b26be9ee18641c19ce170bda9547734506d513961cf5cc10699"
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 89 |
+
"source_csv_bytes": 145031846,
|
| 90 |
+
"source_fold": "brightkite",
|
| 91 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap128.part0008.csv",
|
| 92 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 93 |
+
"source_sha256": "d9d587ee23b1101a10880c341944f6ad94618c1c7be36e93627b59a04677ea8c"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"dataset_key": "cross_family_evict_value_v1",
|
| 97 |
+
"source_csv_bytes": 112237815,
|
| 98 |
+
"source_fold": "brightkite",
|
| 99 |
+
"source_relpath": "brightkite/shards/wiki2018_pageviews_en_50k__cap128.part0012.csv",
|
| 100 |
+
"source_root_label": "evict_value_v1_cross_family_v1",
|
| 101 |
+
"source_sha256": "bed5c01ab0652cd0ec9b826ff085babe78c1cb4362b3b3dc6a0006e0a219ce1e"
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"dataset_key": "objective_ablation_scalar",
|
| 105 |
+
"source_csv_bytes": 73443271,
|
| 106 |
+
"source_fold": "brightkite",
|
| 107 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap32.part0000.csv",
|
| 108 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 109 |
+
"source_sha256": "e88bdf9c720f1faaa2340e1e40db1a5e7aa3e37f656a4facc9b4828fde56642f"
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"dataset_key": "objective_ablation_scalar",
|
| 113 |
+
"source_csv_bytes": 77397849,
|
| 114 |
+
"source_fold": "brightkite",
|
| 115 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap32.part0002.csv",
|
| 116 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 117 |
+
"source_sha256": "7adb4597833548b5fe6cf0a870012201261c91874ec5030ca8708fc0bd34c79d"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"dataset_key": "objective_ablation_scalar",
|
| 121 |
+
"source_csv_bytes": 72287435,
|
| 122 |
+
"source_fold": "brightkite",
|
| 123 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap32.part0005.csv",
|
| 124 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 125 |
+
"source_sha256": "aa20b9809c73a5bce38592b70d6be16cce8a709f5d45e41b4ba85e38965c3392"
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"dataset_key": "objective_ablation_scalar",
|
| 129 |
+
"source_csv_bytes": 72011031,
|
| 130 |
+
"source_fold": "brightkite",
|
| 131 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap32.part0007.csv",
|
| 132 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 133 |
+
"source_sha256": "d7b46143cc9280a0e7b96fb1ffd0fd9071481d7873729ee3f16025e30ced3e85"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"dataset_key": "objective_ablation_scalar",
|
| 137 |
+
"source_csv_bytes": 72445914,
|
| 138 |
+
"source_fold": "brightkite",
|
| 139 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap64.part0000.csv",
|
| 140 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 141 |
+
"source_sha256": "c46603183f79ede4b8899ff6a3242227d52fd383b09e36558696bfe98698ff7c"
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"dataset_key": "objective_ablation_scalar",
|
| 145 |
+
"source_csv_bytes": 78254964,
|
| 146 |
+
"source_fold": "brightkite",
|
| 147 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap64.part0005.csv",
|
| 148 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 149 |
+
"source_sha256": "aa00f4a06767a5605b8f0547544b337000b95cf3ef1df82d0a9813c55ad75f04"
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"dataset_key": "objective_ablation_scalar",
|
| 153 |
+
"source_csv_bytes": 72877602,
|
| 154 |
+
"source_fold": "brightkite",
|
| 155 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap64.part0010.csv",
|
| 156 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 157 |
+
"source_sha256": "f13b9bbacc8211030a3cdf8232538d17a8bf0577a62466c71624e38ff96ab14f"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"dataset_key": "objective_ablation_scalar",
|
| 161 |
+
"source_csv_bytes": 71122764,
|
| 162 |
+
"source_fold": "brightkite",
|
| 163 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap64.part0015.csv",
|
| 164 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 165 |
+
"source_sha256": "fdca7584e0ea993ab765b3294091c24caaaa99d38c9555e6f8a822397a5cd3ff"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"dataset_key": "objective_ablation_scalar",
|
| 169 |
+
"source_csv_bytes": 72109644,
|
| 170 |
+
"source_fold": "brightkite",
|
| 171 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap128.part0000.csv",
|
| 172 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 173 |
+
"source_sha256": "050756657b66f8ec17f9140dfc26ffa600cb144a06c7f7a7358bc0994e3d32ad"
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"dataset_key": "objective_ablation_scalar",
|
| 177 |
+
"source_csv_bytes": 78296568,
|
| 178 |
+
"source_fold": "brightkite",
|
| 179 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap128.part0010.csv",
|
| 180 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 181 |
+
"source_sha256": "dc79b841ce070ae861b94e5ece4c90ca09860d42f4938ed56aa62dd4274dc333"
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"dataset_key": "objective_ablation_scalar",
|
| 185 |
+
"source_csv_bytes": 72694227,
|
| 186 |
+
"source_fold": "brightkite",
|
| 187 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap128.part0021.csv",
|
| 188 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 189 |
+
"source_sha256": "915bac75f61386b491233af936d7b92abf13b2ef38eee88e6e3ad688df1a64b8"
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"dataset_key": "objective_ablation_scalar",
|
| 193 |
+
"source_csv_bytes": 66353983,
|
| 194 |
+
"source_fold": "brightkite",
|
| 195 |
+
"source_relpath": "brightkite/scalar/shards/wiki2018_pageviews_en_50k__cap128.part0031.csv",
|
| 196 |
+
"source_root_label": "supervision_objective_ablation_v1",
|
| 197 |
+
"source_sha256": "a45a5885788bca0a14200404cd1c4ec478ff12ff19d052736874ce6ed823c2f9"
|
| 198 |
+
}
|
| 199 |
+
]
|
| 200 |
+
}
|
metadata/schema.json
ADDED
|
@@ -0,0 +1,398 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cross_family_evict_value_v1.parquet": [
|
| 3 |
+
{
|
| 4 |
+
"name": "preview_dataset",
|
| 5 |
+
"dtype": "str"
|
| 6 |
+
},
|
| 7 |
+
{
|
| 8 |
+
"name": "preview_version",
|
| 9 |
+
"dtype": "str"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"name": "sampling_seed",
|
| 13 |
+
"dtype": "str"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"name": "trace_name",
|
| 17 |
+
"dtype": "str"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"name": "trace_family",
|
| 21 |
+
"dtype": "str"
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"name": "dataset_source",
|
| 25 |
+
"dtype": "str"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"name": "capacity",
|
| 29 |
+
"dtype": "int64"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"name": "horizon",
|
| 33 |
+
"dtype": "int64"
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"name": "decision_id",
|
| 37 |
+
"dtype": "str"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"name": "decision_t",
|
| 41 |
+
"dtype": "int64"
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"name": "decision_chunk_id",
|
| 45 |
+
"dtype": "int64"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"name": "candidate_page_id",
|
| 49 |
+
"dtype": "str"
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"name": "split",
|
| 53 |
+
"dtype": "str"
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"name": "y_loss",
|
| 57 |
+
"dtype": "float64"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"name": "y_value",
|
| 61 |
+
"dtype": "float64"
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"name": "request_bucket",
|
| 65 |
+
"dtype": "float64"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"name": "request_confidence",
|
| 69 |
+
"dtype": "float64"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"name": "candidate_bucket",
|
| 73 |
+
"dtype": "float64"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"name": "candidate_confidence",
|
| 77 |
+
"dtype": "float64"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"name": "candidate_recency_rank",
|
| 81 |
+
"dtype": "float64"
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"name": "candidate_age_norm",
|
| 85 |
+
"dtype": "float64"
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"name": "candidate_predictor_score",
|
| 89 |
+
"dtype": "float64"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"name": "candidate_lru_score",
|
| 93 |
+
"dtype": "float64"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"name": "candidate_is_predictor_victim",
|
| 97 |
+
"dtype": "float64"
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"name": "candidate_is_lru_victim",
|
| 101 |
+
"dtype": "float64"
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"name": "score_gap_to_predictor_best",
|
| 105 |
+
"dtype": "float64"
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"name": "score_gap_to_lru_victim",
|
| 109 |
+
"dtype": "float64"
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"name": "bucket_gap_to_predictor_best",
|
| 113 |
+
"dtype": "float64"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"name": "bucket_gap_to_lru_victim",
|
| 117 |
+
"dtype": "float64"
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"name": "confidence_gap_to_predictor_best",
|
| 121 |
+
"dtype": "float64"
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"name": "confidence_gap_to_lru_victim",
|
| 125 |
+
"dtype": "float64"
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"name": "cache_bucket_mean",
|
| 129 |
+
"dtype": "float64"
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"name": "cache_bucket_std",
|
| 133 |
+
"dtype": "float64"
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"name": "cache_bucket_min",
|
| 137 |
+
"dtype": "float64"
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"name": "cache_bucket_max",
|
| 141 |
+
"dtype": "float64"
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"name": "cache_unique_bucket_count",
|
| 145 |
+
"dtype": "float64"
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"name": "cache_confidence_mean",
|
| 149 |
+
"dtype": "float64"
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"name": "cache_confidence_std",
|
| 153 |
+
"dtype": "float64"
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"name": "predictor_lru_disagree",
|
| 157 |
+
"dtype": "float64"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"name": "recent_candidate_request_rate",
|
| 161 |
+
"dtype": "float64"
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"name": "recent_candidate_hit_rate",
|
| 165 |
+
"dtype": "float64"
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"name": "source_root_label",
|
| 169 |
+
"dtype": "str"
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"name": "source_fold",
|
| 173 |
+
"dtype": "str"
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"name": "source_relpath",
|
| 177 |
+
"dtype": "str"
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"name": "source_row_number",
|
| 181 |
+
"dtype": "int64"
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"name": "object_id_public",
|
| 185 |
+
"dtype": "str"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"name": "candidate_page_id_original_present",
|
| 189 |
+
"dtype": "bool"
|
| 190 |
+
}
|
| 191 |
+
],
|
| 192 |
+
"objective_ablation_scalar.parquet": [
|
| 193 |
+
{
|
| 194 |
+
"name": "preview_dataset",
|
| 195 |
+
"dtype": "str"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"name": "preview_version",
|
| 199 |
+
"dtype": "str"
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"name": "sampling_seed",
|
| 203 |
+
"dtype": "str"
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"name": "example_id",
|
| 207 |
+
"dtype": "str"
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"name": "trace_name",
|
| 211 |
+
"dtype": "str"
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"name": "trace_family",
|
| 215 |
+
"dtype": "str"
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"name": "split",
|
| 219 |
+
"dtype": "str"
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"name": "capacity",
|
| 223 |
+
"dtype": "int64"
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"name": "horizon",
|
| 227 |
+
"dtype": "int64"
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"name": "decision_id",
|
| 231 |
+
"dtype": "str"
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"name": "decision_t",
|
| 235 |
+
"dtype": "int64"
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"name": "candidate_page_id",
|
| 239 |
+
"dtype": "str"
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"name": "eviction_loss_label",
|
| 243 |
+
"dtype": "float64"
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"name": "next_arrival_label_raw",
|
| 247 |
+
"dtype": "float64"
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"name": "next_arrival_label_censored",
|
| 251 |
+
"dtype": "float64"
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"name": "next_arrival_censored_flag",
|
| 255 |
+
"dtype": "int64"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"name": "reuse_distance_label_raw",
|
| 259 |
+
"dtype": "float64"
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"name": "reuse_distance_label_censored",
|
| 263 |
+
"dtype": "float64"
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"name": "reuse_distance_censored_flag",
|
| 267 |
+
"dtype": "int64"
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"name": "request_bucket",
|
| 271 |
+
"dtype": "float64"
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"name": "request_confidence",
|
| 275 |
+
"dtype": "float64"
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"name": "candidate_bucket",
|
| 279 |
+
"dtype": "float64"
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"name": "candidate_confidence",
|
| 283 |
+
"dtype": "float64"
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"name": "candidate_recency_rank",
|
| 287 |
+
"dtype": "float64"
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"name": "candidate_age_norm",
|
| 291 |
+
"dtype": "float64"
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"name": "candidate_predictor_score",
|
| 295 |
+
"dtype": "float64"
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"name": "candidate_lru_score",
|
| 299 |
+
"dtype": "float64"
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"name": "candidate_is_predictor_victim",
|
| 303 |
+
"dtype": "float64"
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"name": "candidate_is_lru_victim",
|
| 307 |
+
"dtype": "float64"
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"name": "score_gap_to_predictor_best",
|
| 311 |
+
"dtype": "float64"
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"name": "score_gap_to_lru_victim",
|
| 315 |
+
"dtype": "float64"
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"name": "bucket_gap_to_predictor_best",
|
| 319 |
+
"dtype": "float64"
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"name": "bucket_gap_to_lru_victim",
|
| 323 |
+
"dtype": "float64"
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"name": "confidence_gap_to_predictor_best",
|
| 327 |
+
"dtype": "float64"
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"name": "confidence_gap_to_lru_victim",
|
| 331 |
+
"dtype": "float64"
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"name": "cache_bucket_mean",
|
| 335 |
+
"dtype": "float64"
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"name": "cache_bucket_std",
|
| 339 |
+
"dtype": "float64"
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"name": "cache_bucket_min",
|
| 343 |
+
"dtype": "float64"
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"name": "cache_bucket_max",
|
| 347 |
+
"dtype": "float64"
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"name": "cache_unique_bucket_count",
|
| 351 |
+
"dtype": "float64"
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"name": "cache_confidence_mean",
|
| 355 |
+
"dtype": "float64"
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"name": "cache_confidence_std",
|
| 359 |
+
"dtype": "float64"
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"name": "predictor_lru_disagree",
|
| 363 |
+
"dtype": "float64"
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"name": "recent_candidate_request_rate",
|
| 367 |
+
"dtype": "float64"
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"name": "recent_candidate_hit_rate",
|
| 371 |
+
"dtype": "float64"
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"name": "source_root_label",
|
| 375 |
+
"dtype": "str"
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"name": "source_fold",
|
| 379 |
+
"dtype": "str"
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"name": "source_relpath",
|
| 383 |
+
"dtype": "str"
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"name": "source_row_number",
|
| 387 |
+
"dtype": "int64"
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"name": "object_id_public",
|
| 391 |
+
"dtype": "str"
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"name": "candidate_page_id_original_present",
|
| 395 |
+
"dtype": "bool"
|
| 396 |
+
}
|
| 397 |
+
]
|
| 398 |
+
}
|
metadata/security_scan.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"findings": [],
|
| 3 |
+
"passed": true
|
| 4 |
+
}
|
metadata/source_family_registry.yaml
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
families:
|
| 2 |
+
- family: twemcache
|
| 3 |
+
source_name: Twitter cache trace / Twemcache open trace collection
|
| 4 |
+
source_url: https://github.com/twitter/cache-trace
|
| 5 |
+
upstream_license: open_trace_collection_needs_citation_review
|
| 6 |
+
redistribution_status: eligible_pending_final_review
|
| 7 |
+
recommended_for_v0_1_open: true
|
| 8 |
+
privacy_risk: low
|
| 9 |
+
notes: Candidate for lafc-evict-v0.1-open if final redistribution and attribution checks stay clear.
|
| 10 |
+
required_citation: true
|
| 11 |
+
review_status: needs_review
|
| 12 |
+
recommended_for_v0_2_preview: false
|
| 13 |
+
v0_2_preview_redistribution_status: UNCLEAR
|
| 14 |
+
|
| 15 |
+
- family: metakv
|
| 16 |
+
source_name: MetaKV trace family via open cache trace collection
|
| 17 |
+
source_url: https://github.com/cacheMon/cache_dataset
|
| 18 |
+
upstream_license: open_trace_collection_needs_citation_review
|
| 19 |
+
redistribution_status: eligible_pending_final_review
|
| 20 |
+
recommended_for_v0_1_open: true
|
| 21 |
+
privacy_risk: low
|
| 22 |
+
notes: Candidate for lafc-evict-v0.1-open if final redistribution and attribution checks stay clear.
|
| 23 |
+
required_citation: true
|
| 24 |
+
review_status: needs_review
|
| 25 |
+
recommended_for_v0_2_preview: false
|
| 26 |
+
v0_2_preview_redistribution_status: UNCLEAR
|
| 27 |
+
|
| 28 |
+
- family: metacdn
|
| 29 |
+
source_name: MetaCDN trace family via open cache trace collection
|
| 30 |
+
source_url: https://github.com/cacheMon/cache_dataset
|
| 31 |
+
upstream_license: open_trace_collection_needs_citation_review
|
| 32 |
+
redistribution_status: eligible_pending_final_review
|
| 33 |
+
recommended_for_v0_1_open: true
|
| 34 |
+
privacy_risk: low
|
| 35 |
+
notes: Candidate for lafc-evict-v0.1-open if final redistribution and attribution checks stay clear.
|
| 36 |
+
required_citation: true
|
| 37 |
+
review_status: needs_review
|
| 38 |
+
recommended_for_v0_2_preview: false
|
| 39 |
+
v0_2_preview_redistribution_status: UNCLEAR
|
| 40 |
+
|
| 41 |
+
- family: cloudphysics
|
| 42 |
+
source_name: CloudPhysics / open cache trace collection block I/O family
|
| 43 |
+
source_url: https://github.com/cacheMon/cache_dataset
|
| 44 |
+
upstream_license: open_trace_collection_needs_citation_review
|
| 45 |
+
redistribution_status: eligible_pending_final_review
|
| 46 |
+
recommended_for_v0_1_open: true
|
| 47 |
+
privacy_risk: low
|
| 48 |
+
notes: Candidate for lafc-evict-v0.1-open if the specific open trace collection provenance and attribution terms are confirmed.
|
| 49 |
+
required_citation: true
|
| 50 |
+
review_status: needs_review
|
| 51 |
+
recommended_for_v0_2_preview: false
|
| 52 |
+
v0_2_preview_redistribution_status: UNCLEAR
|
| 53 |
+
|
| 54 |
+
- family: wiki2018
|
| 55 |
+
source_name: Wikimedia public pageviews derived proxy trace
|
| 56 |
+
source_url: https://dumps.wikimedia.org/other/pageviews/
|
| 57 |
+
upstream_license: wikimedia_public_pageviews_with_attribution
|
| 58 |
+
redistribution_status: eligible_pending_final_review
|
| 59 |
+
recommended_for_v0_1_open: true
|
| 60 |
+
privacy_risk: low
|
| 61 |
+
notes: Pageview-derived proxy trace for request mixtures; not a byte-for-byte CDN trace and should be described that way.
|
| 62 |
+
required_citation: true
|
| 63 |
+
review_status: needs_review
|
| 64 |
+
recommended_for_v0_2_preview: true
|
| 65 |
+
v0_2_preview_redistribution_status: CC0_ANALYTICS_DATA_PUBLIC_DERIVED_PREVIEW_OK
|
| 66 |
+
v0_2_preview_public_upload_status: APPROVED_WITH_ATTRIBUTION_AND_CAVEAT
|
| 67 |
+
v0_2_preview_license_basis: Wikimedia pageviews readme and Analytics API access policy identify Analytics datasets/pageview data as CC0.
|
| 68 |
+
|
| 69 |
+
- family: citibike
|
| 70 |
+
source_name: Citi Bike trip-data derived trace family
|
| 71 |
+
source_url: https://citibikenyc.com/system-data
|
| 72 |
+
upstream_license: source_terms_require_review
|
| 73 |
+
redistribution_status: blocked_pending_review
|
| 74 |
+
recommended_for_v0_1_open: false
|
| 75 |
+
privacy_risk: medium
|
| 76 |
+
notes: Exclude from lafc-evict-v0.1-open until redistribution and privacy review are complete.
|
| 77 |
+
required_citation: true
|
| 78 |
+
review_status: blocked_pending_review
|
| 79 |
+
recommended_for_v0_2_preview: false
|
| 80 |
+
v0_2_preview_redistribution_status: UNCLEAR
|
| 81 |
+
|
| 82 |
+
- family: brightkite
|
| 83 |
+
source_name: Brightkite / SNAP-derived trace family
|
| 84 |
+
source_url: https://snap.stanford.edu/data/loc-brightkite.html
|
| 85 |
+
upstream_license: source_terms_and_privacy_require_review
|
| 86 |
+
redistribution_status: blocked_pending_review
|
| 87 |
+
recommended_for_v0_1_open: false
|
| 88 |
+
privacy_risk: medium
|
| 89 |
+
notes: Exclude from lafc-evict-v0.1-open until license and privacy review are complete.
|
| 90 |
+
required_citation: true
|
| 91 |
+
review_status: blocked_pending_review
|
| 92 |
+
recommended_for_v0_2_preview: false
|
| 93 |
+
v0_2_preview_redistribution_status: UNCLEAR
|
metadata/statistics.json
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"created_at_utc": "2026-08-11T20:43:24+00:00",
|
| 3 |
+
"datasets": {
|
| 4 |
+
"cross_family_evict_value_v1": {
|
| 5 |
+
"capacities": [
|
| 6 |
+
32,
|
| 7 |
+
64,
|
| 8 |
+
128
|
| 9 |
+
],
|
| 10 |
+
"columns": [
|
| 11 |
+
"preview_dataset",
|
| 12 |
+
"preview_version",
|
| 13 |
+
"sampling_seed",
|
| 14 |
+
"trace_name",
|
| 15 |
+
"trace_family",
|
| 16 |
+
"dataset_source",
|
| 17 |
+
"capacity",
|
| 18 |
+
"horizon",
|
| 19 |
+
"decision_id",
|
| 20 |
+
"decision_t",
|
| 21 |
+
"decision_chunk_id",
|
| 22 |
+
"candidate_page_id",
|
| 23 |
+
"split",
|
| 24 |
+
"y_loss",
|
| 25 |
+
"y_value",
|
| 26 |
+
"request_bucket",
|
| 27 |
+
"request_confidence",
|
| 28 |
+
"candidate_bucket",
|
| 29 |
+
"candidate_confidence",
|
| 30 |
+
"candidate_recency_rank",
|
| 31 |
+
"candidate_age_norm",
|
| 32 |
+
"candidate_predictor_score",
|
| 33 |
+
"candidate_lru_score",
|
| 34 |
+
"candidate_is_predictor_victim",
|
| 35 |
+
"candidate_is_lru_victim",
|
| 36 |
+
"score_gap_to_predictor_best",
|
| 37 |
+
"score_gap_to_lru_victim",
|
| 38 |
+
"bucket_gap_to_predictor_best",
|
| 39 |
+
"bucket_gap_to_lru_victim",
|
| 40 |
+
"confidence_gap_to_predictor_best",
|
| 41 |
+
"confidence_gap_to_lru_victim",
|
| 42 |
+
"cache_bucket_mean",
|
| 43 |
+
"cache_bucket_std",
|
| 44 |
+
"cache_bucket_min",
|
| 45 |
+
"cache_bucket_max",
|
| 46 |
+
"cache_unique_bucket_count",
|
| 47 |
+
"cache_confidence_mean",
|
| 48 |
+
"cache_confidence_std",
|
| 49 |
+
"predictor_lru_disagree",
|
| 50 |
+
"recent_candidate_request_rate",
|
| 51 |
+
"recent_candidate_hit_rate",
|
| 52 |
+
"source_root_label",
|
| 53 |
+
"source_fold",
|
| 54 |
+
"source_relpath",
|
| 55 |
+
"source_row_number",
|
| 56 |
+
"object_id_public",
|
| 57 |
+
"candidate_page_id_original_present"
|
| 58 |
+
],
|
| 59 |
+
"csv_to_parquet_ratio": 21.054236211198134,
|
| 60 |
+
"decision_count": 91186,
|
| 61 |
+
"parquet_bytes": 66875136,
|
| 62 |
+
"row_count": 2700000,
|
| 63 |
+
"source_csv_equivalent_bytes": 1408004910,
|
| 64 |
+
"splits": [
|
| 65 |
+
"train"
|
| 66 |
+
]
|
| 67 |
+
},
|
| 68 |
+
"objective_ablation_scalar": {
|
| 69 |
+
"capacities": [
|
| 70 |
+
32,
|
| 71 |
+
64,
|
| 72 |
+
128
|
| 73 |
+
],
|
| 74 |
+
"columns": [
|
| 75 |
+
"preview_dataset",
|
| 76 |
+
"preview_version",
|
| 77 |
+
"sampling_seed",
|
| 78 |
+
"example_id",
|
| 79 |
+
"trace_name",
|
| 80 |
+
"trace_family",
|
| 81 |
+
"split",
|
| 82 |
+
"capacity",
|
| 83 |
+
"horizon",
|
| 84 |
+
"decision_id",
|
| 85 |
+
"decision_t",
|
| 86 |
+
"candidate_page_id",
|
| 87 |
+
"eviction_loss_label",
|
| 88 |
+
"next_arrival_label_raw",
|
| 89 |
+
"next_arrival_label_censored",
|
| 90 |
+
"next_arrival_censored_flag",
|
| 91 |
+
"reuse_distance_label_raw",
|
| 92 |
+
"reuse_distance_label_censored",
|
| 93 |
+
"reuse_distance_censored_flag",
|
| 94 |
+
"request_bucket",
|
| 95 |
+
"request_confidence",
|
| 96 |
+
"candidate_bucket",
|
| 97 |
+
"candidate_confidence",
|
| 98 |
+
"candidate_recency_rank",
|
| 99 |
+
"candidate_age_norm",
|
| 100 |
+
"candidate_predictor_score",
|
| 101 |
+
"candidate_lru_score",
|
| 102 |
+
"candidate_is_predictor_victim",
|
| 103 |
+
"candidate_is_lru_victim",
|
| 104 |
+
"score_gap_to_predictor_best",
|
| 105 |
+
"score_gap_to_lru_victim",
|
| 106 |
+
"bucket_gap_to_predictor_best",
|
| 107 |
+
"bucket_gap_to_lru_victim",
|
| 108 |
+
"confidence_gap_to_predictor_best",
|
| 109 |
+
"confidence_gap_to_lru_victim",
|
| 110 |
+
"cache_bucket_mean",
|
| 111 |
+
"cache_bucket_std",
|
| 112 |
+
"cache_bucket_min",
|
| 113 |
+
"cache_bucket_max",
|
| 114 |
+
"cache_unique_bucket_count",
|
| 115 |
+
"cache_confidence_mean",
|
| 116 |
+
"cache_confidence_std",
|
| 117 |
+
"predictor_lru_disagree",
|
| 118 |
+
"recent_candidate_request_rate",
|
| 119 |
+
"recent_candidate_hit_rate",
|
| 120 |
+
"source_root_label",
|
| 121 |
+
"source_fold",
|
| 122 |
+
"source_relpath",
|
| 123 |
+
"source_row_number",
|
| 124 |
+
"object_id_public",
|
| 125 |
+
"candidate_page_id_original_present"
|
| 126 |
+
],
|
| 127 |
+
"csv_to_parquet_ratio": 17.498755471695453,
|
| 128 |
+
"decision_count": 43528,
|
| 129 |
+
"parquet_bytes": 73230958,
|
| 130 |
+
"row_count": 2100000,
|
| 131 |
+
"source_csv_equivalent_bytes": 1281450627,
|
| 132 |
+
"splits": [
|
| 133 |
+
"train"
|
| 134 |
+
]
|
| 135 |
+
}
|
| 136 |
+
},
|
| 137 |
+
"excluded_families": [
|
| 138 |
+
"brightkite",
|
| 139 |
+
"citibike",
|
| 140 |
+
"cloudphysics",
|
| 141 |
+
"metacdn",
|
| 142 |
+
"metakv",
|
| 143 |
+
"twemcache"
|
| 144 |
+
],
|
| 145 |
+
"full_release_size_estimates": {
|
| 146 |
+
"basis": "local du sizes divided by sampled CSV-to-Parquet ratio; rough upper-level estimate",
|
| 147 |
+
"combined_parquet_estimate_bytes": 11970334873,
|
| 148 |
+
"cross_family_csv_tree_bytes": 99857989632,
|
| 149 |
+
"cross_family_parquet_estimate_bytes": 5202061417,
|
| 150 |
+
"objective_ablation_csv_tree_bytes": 129922760704,
|
| 151 |
+
"objective_ablation_parquet_estimate_bytes": 6768273456
|
| 152 |
+
},
|
| 153 |
+
"included_families": [
|
| 154 |
+
"wiki2018"
|
| 155 |
+
],
|
| 156 |
+
"preview_version": "v0.2",
|
| 157 |
+
"sampling_seed": "lafc-evict-sample-v0.2-preview-seed-20260811",
|
| 158 |
+
"totals": {
|
| 159 |
+
"csv_to_parquet_ratio": 19.195849803649512,
|
| 160 |
+
"parquet_bytes": 140106094,
|
| 161 |
+
"row_count": 4800000,
|
| 162 |
+
"source_csv_equivalent_bytes": 2689455537,
|
| 163 |
+
"source_files_read": 24,
|
| 164 |
+
"source_files_read_bytes": 2405368646,
|
| 165 |
+
"staging_total_bytes_before_checksums": 140106094
|
| 166 |
+
}
|
| 167 |
+
}
|
metadata/validation_report.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Validation Report
|
| 2 |
+
|
| 3 |
+
- Release root: `lafc-evict-v0.2-preview`
|
| 4 |
+
- Validation result: passed
|
| 5 |
+
- Validator: `lafc_evict_dataset.preview.validate_preview_release`
|
| 6 |
+
|