lafc-evict / metadata /schema.json
SoroushVahidi's picture
Correct objective-ablation flag schema representation
3b70d88 verified
Raw
History Blame Contribute Delete
7.32 kB
{
"cross_family_evict_value_v1.parquet": [
{
"name": "release_dataset",
"dtype": "str"
},
{
"name": "release_version",
"dtype": "str"
},
{
"name": "schema_version",
"dtype": "str"
},
{
"name": "trace_name",
"dtype": "string"
},
{
"name": "trace_family",
"dtype": "string"
},
{
"name": "dataset_source",
"dtype": "string"
},
{
"name": "capacity",
"dtype": "Int64"
},
{
"name": "horizon",
"dtype": "Int64"
},
{
"name": "decision_id",
"dtype": "string"
},
{
"name": "decision_t",
"dtype": "Int64"
},
{
"name": "decision_chunk_id",
"dtype": "Int64"
},
{
"name": "candidate_page_id",
"dtype": "string"
},
{
"name": "split",
"dtype": "string"
},
{
"name": "y_loss",
"dtype": "float64"
},
{
"name": "y_value",
"dtype": "float64"
},
{
"name": "request_bucket",
"dtype": "float64"
},
{
"name": "request_confidence",
"dtype": "float64"
},
{
"name": "candidate_bucket",
"dtype": "float64"
},
{
"name": "candidate_confidence",
"dtype": "float64"
},
{
"name": "candidate_recency_rank",
"dtype": "float64"
},
{
"name": "candidate_age_norm",
"dtype": "float64"
},
{
"name": "candidate_predictor_score",
"dtype": "float64"
},
{
"name": "candidate_lru_score",
"dtype": "float64"
},
{
"name": "candidate_is_predictor_victim",
"dtype": "float64"
},
{
"name": "candidate_is_lru_victim",
"dtype": "float64"
},
{
"name": "score_gap_to_predictor_best",
"dtype": "float64"
},
{
"name": "score_gap_to_lru_victim",
"dtype": "float64"
},
{
"name": "bucket_gap_to_predictor_best",
"dtype": "float64"
},
{
"name": "bucket_gap_to_lru_victim",
"dtype": "float64"
},
{
"name": "confidence_gap_to_predictor_best",
"dtype": "float64"
},
{
"name": "confidence_gap_to_lru_victim",
"dtype": "float64"
},
{
"name": "cache_bucket_mean",
"dtype": "float64"
},
{
"name": "cache_bucket_std",
"dtype": "float64"
},
{
"name": "cache_bucket_min",
"dtype": "float64"
},
{
"name": "cache_bucket_max",
"dtype": "float64"
},
{
"name": "cache_unique_bucket_count",
"dtype": "float64"
},
{
"name": "cache_confidence_mean",
"dtype": "float64"
},
{
"name": "cache_confidence_std",
"dtype": "float64"
},
{
"name": "predictor_lru_disagree",
"dtype": "float64"
},
{
"name": "recent_candidate_request_rate",
"dtype": "float64"
},
{
"name": "recent_candidate_hit_rate",
"dtype": "float64"
},
{
"name": "source_root_label",
"dtype": "str"
},
{
"name": "source_fold",
"dtype": "str"
},
{
"name": "source_relpath",
"dtype": "str"
},
{
"name": "source_row_number",
"dtype": "int64"
},
{
"name": "object_id_public",
"dtype": "str"
},
{
"name": "candidate_page_id_original_present",
"dtype": "bool"
}
],
"objective_ablation_scalar.parquet": [
{
"name": "release_dataset",
"dtype": "str"
},
{
"name": "release_version",
"dtype": "str"
},
{
"name": "schema_version",
"dtype": "str"
},
{
"name": "example_id",
"dtype": "str"
},
{
"name": "trace_name",
"dtype": "string"
},
{
"name": "trace_family",
"dtype": "string"
},
{
"name": "split",
"dtype": "string"
},
{
"name": "capacity",
"dtype": "Int64"
},
{
"name": "horizon",
"dtype": "Int64"
},
{
"name": "decision_id",
"dtype": "string"
},
{
"name": "decision_t",
"dtype": "Int64"
},
{
"name": "candidate_page_id",
"dtype": "string"
},
{
"name": "eviction_loss_label",
"dtype": "float64"
},
{
"name": "next_arrival_label_raw",
"dtype": "float64"
},
{
"name": "next_arrival_label_censored",
"dtype": "float64"
},
{
"name": "next_arrival_censored_flag",
"dtype": "bool"
},
{
"name": "reuse_distance_label_raw",
"dtype": "float64"
},
{
"name": "reuse_distance_label_censored",
"dtype": "float64"
},
{
"name": "reuse_distance_censored_flag",
"dtype": "bool"
},
{
"name": "request_bucket",
"dtype": "float64"
},
{
"name": "request_confidence",
"dtype": "float64"
},
{
"name": "candidate_bucket",
"dtype": "float64"
},
{
"name": "candidate_confidence",
"dtype": "float64"
},
{
"name": "candidate_recency_rank",
"dtype": "float64"
},
{
"name": "candidate_age_norm",
"dtype": "float64"
},
{
"name": "candidate_predictor_score",
"dtype": "float64"
},
{
"name": "candidate_lru_score",
"dtype": "float64"
},
{
"name": "candidate_is_predictor_victim",
"dtype": "float64"
},
{
"name": "candidate_is_lru_victim",
"dtype": "float64"
},
{
"name": "score_gap_to_predictor_best",
"dtype": "float64"
},
{
"name": "score_gap_to_lru_victim",
"dtype": "float64"
},
{
"name": "bucket_gap_to_predictor_best",
"dtype": "float64"
},
{
"name": "bucket_gap_to_lru_victim",
"dtype": "float64"
},
{
"name": "confidence_gap_to_predictor_best",
"dtype": "float64"
},
{
"name": "confidence_gap_to_lru_victim",
"dtype": "float64"
},
{
"name": "cache_bucket_mean",
"dtype": "float64"
},
{
"name": "cache_bucket_std",
"dtype": "float64"
},
{
"name": "cache_bucket_min",
"dtype": "float64"
},
{
"name": "cache_bucket_max",
"dtype": "float64"
},
{
"name": "cache_unique_bucket_count",
"dtype": "float64"
},
{
"name": "cache_confidence_mean",
"dtype": "float64"
},
{
"name": "cache_confidence_std",
"dtype": "float64"
},
{
"name": "predictor_lru_disagree",
"dtype": "float64"
},
{
"name": "recent_candidate_request_rate",
"dtype": "float64"
},
{
"name": "recent_candidate_hit_rate",
"dtype": "float64"
},
{
"name": "source_root_label",
"dtype": "str"
},
{
"name": "source_fold",
"dtype": "str"
},
{
"name": "source_relpath",
"dtype": "str"
},
{
"name": "source_row_number",
"dtype": "int64"
},
{
"name": "object_id_public",
"dtype": "str"
},
{
"name": "candidate_page_id_original_present",
"dtype": "bool"
}
]
}