Skip to main content
Open llms.txtCopy tools

Deep Model Mechanism Checks

These deterministic synthetic experiments test whether each deep model can recover the specific mechanism it was designed for. They are implementation checks, not evidence of accuracy on real taxi, traffic, or spatial data.

Command:

PYTHONPATH=python python scripts/run_deep_claim_benchmarks.py --output docs/assets/deep_claim_benchmarks/results.json
PYTHONPATH=python python scripts/check_deep_claim_gates.py

Artifacts:

ArtifactPath
JSON summarydocs/assets/deep_claim_benchmarks/results.json
JSONL rowsdocs/assets/deep_claim_benchmarks/results.jsonl
Markdown tabledocs/assets/deep_claim_benchmarks/results.md
ClaimArchitectureMetricModelBaselineImprovementResult
pair_embedding_mlp_nonlinear_directional_pairpair_embedding_mlpRMSE0.5152101.71012269.87%passed
inverted_transformer_cross_entity_panelinverted_transformerholdout RMSE0.5572171.46120161.87%passed
delay_aware_graph_transformer_directional_delaydelay_aware_graph_transformerholdout RMSE0.4864460.54525610.79%passed
regime_moe_mixed_regime_dataregime_moeRMSE0.0000030.583261100.00%passed
conditional_flow_distribution_head_calibration_sharpnessconditional_residual_samplercalibration/sharpness score0.0000000.269389100.00%passed
choice_set_utility_softmax_candidate_competitionchoice_set_utility_softmaxchoice log loss0.0222340.69314796.79%passed

Each JSON/JSONL row records claim_id, architecture, capability_tier, implementation_backend, falsifier_baseline, dataset_hash, split_hash, seed, primary_metric, improvement_threshold, percent_improvement, fit_seconds, predict_seconds, peak_memory_mb, save_load_max_abs_diff, leakage_policy, and experimental_status.

Interpretation: every listed model recovered its controlled synthetic pattern better than the named baseline. This does not establish real-data accuracy or make experimental models suitable for production.

Limitations: these fixtures are small, deterministic, and designed to isolate the advertised mechanism. Real deployment claims still require a dataset-specific split, serious baselines, timing, and recorded artifacts under the benchmark standard used elsewhere in CartoBoost.