Buckets:
| { | |
| "schema_version": 2, | |
| "plan_id": "loss-aware-dro-ot-paper-scale-v2", | |
| "paper": { | |
| "submission": "12512", | |
| "openreview": "K1EPPO9t2c", | |
| "arxiv": "2509.12689v1", | |
| "paper_sha256": "761ac2afdaf4d0b87fcf89299cb7639b4edcc9137466aa27b4b15ee63707e41d" | |
| }, | |
| "reference_source": { | |
| "url": "https://github.com/JonasOhn/trainable-ot-dro", | |
| "commit": "6e8d18f023f4f2e920af22dc1ef32b292dbb9631", | |
| "role": "reference_only" | |
| }, | |
| "seed_policy": { | |
| "algorithm": "sha256-uint64-v1", | |
| "namespace": "icml2026/K1EPPO9t2c/independent-v1", | |
| "author_seeds_disclosed": false, | |
| "streams": ["distribution", "dataset", "bootstrap", "optimizer", "oos", "uncertainty"] | |
| ,"paired_suite_groups": {"portfolio_gaussian_coverage_ablation": "portfolio_gaussian_main"} | |
| }, | |
| "paper_hyperparameters": { | |
| "learning_rate": 0.0001, | |
| "relative_improvement_tolerance": 0.000001, | |
| "coverage_penalty_lambda": 10.0, | |
| "indicator_eta": 100.0, | |
| "max_iterations": 1000000, | |
| "gradient_clip": [-1000.0, 1000.0], | |
| "metric_eigenvalue_clip": [0.000001, 1000000.0], | |
| "bootstrap_count": 20, | |
| "coverage_beta": 0.1, | |
| "cvar_gamma": 0.05, | |
| "store_every": 100, | |
| "optimizer": "paper_algorithm_plain_gradient_descent", | |
| "adam_allowed": false, | |
| "stopping_contract": { | |
| "version": 2, | |
| "primary_gate": "paper_total_phi_literal", | |
| "primary_formula": "(phi_previous - phi_current) / phi_previous", | |
| "primary_objective": "total_penalized_phi", | |
| "safety_diagnostic": "paper_total_phi_abs_denominator", | |
| "released_source_diagnostic": "released_lower_objective_abs_denominator", | |
| "worsening_stop_must_be_labeled": true, | |
| "zero_denominator_policy": "undefined_diagnostic_no_trigger" | |
| } | |
| }, | |
| "numerics": { | |
| "solver": "CLARABEL", | |
| "solver_statuses_accepted": ["optimal", "optimal_inaccurate"], | |
| "covariance_rounding_policy": "nearest_psd_eigenvalue_clip", | |
| "covariance_min_eigenvalue": 0.000001, | |
| "oos_samples_primary": 10000000, | |
| "oos_samples_supplement": 1000000, | |
| "float_dtype": "float64", | |
| "blas_threads_per_worker": 1 | |
| ,"bootstrap_quantile_method": "linear" | |
| ,"relative_improvement_convention": "(initial-final)/abs(initial)" | |
| ,"solver_residual_max": 0.0000001 | |
| ,"solver_residual_contract_version": 2 | |
| ,"solver_residual_thresholded_fields": ["solver_native_primal", "solver_native_dual", "primal_relative", "dual_relative", "equality_relative", "cone_relative", "dual_cone_relative"] | |
| ,"solver_gap_policy": "duality_gap_abs_or_relative" | |
| ,"solver_residual_diagnostic_only_fields": ["primal", "dual", "equality", "cone", "dual_cone", "complementarity", "complementarity_relative"] | |
| ,"gaussian_risk_estimands": {"primary": "gaussian_exact", "sensitivity": "moment_class"} | |
| }, | |
| "published_parameter_files": { | |
| "portfolio_gaussians": "published_gaussians_table2.json", | |
| "regression_models": "regression_models_table3.json" | |
| }, | |
| "paper_scale_suites": [ | |
| { | |
| "name": "portfolio_gaussian_main", | |
| "paper_anchor": "Section 6.1, Figures 2-3, Appendix E.1 Table 2", | |
| "problem": "portfolio", | |
| "distribution": "published_gaussian_table2", | |
| "distribution_ids": [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50], | |
| "dataset_replicates": [0,1,2,3,4,5,6,7,8,9], | |
| "sample_sizes": [10,20,30,40,50,60,70,80,90,100], | |
| "transport": "gelbrich_type2_mahalanobis", | |
| "loss": "gaussian_cvar", | |
| "coverage_penalty_lambda": 10.0, | |
| "claims": ["C1", "C2", "C3"] | |
| }, | |
| { | |
| "name": "portfolio_gaussian_coverage_ablation", | |
| "paper_anchor": "Figure 3, lambda_p=0 ablation", | |
| "problem": "portfolio", | |
| "distribution": "published_gaussian_table2", | |
| "distribution_ids": [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50], | |
| "dataset_replicates": [0,1,2,3,4,5,6,7,8,9], | |
| "sample_sizes": [10,20,30,40,50,60,70,80,90,100], | |
| "transport": "gelbrich_type2_mahalanobis", | |
| "loss": "gaussian_cvar", | |
| "coverage_penalty_lambda": 0.0, | |
| "claims": ["C3"] | |
| }, | |
| { | |
| "name": "regression_absolute_main", | |
| "paper_anchor": "Section 6.2, Figures 4-5 and 7, Appendix E.2 Table 3", | |
| "problem": "linear_regression", | |
| "distribution": "published_regression_table3", | |
| "distribution_ids": [1,2,3,4,5,6,7,8,9,10], | |
| "dataset_replicates": [0,1,2,3,4,5,6,7,8,9], | |
| "sample_sizes": [10,20,30,40,50], | |
| "transport": "wasserstein_type1_mahalanobis", | |
| "loss": "absolute", | |
| "coverage_penalty_lambda": 10.0, | |
| "claims": ["C1", "C2", "C3"] | |
| }, | |
| { | |
| "name": "portfolio_gaussian_highdim", | |
| "paper_anchor": "Appendix F.1, Figure 8", | |
| "problem": "portfolio", | |
| "distribution": "generated_gaussian", | |
| "distribution_count": 10, | |
| "dimension": 10, | |
| "generation": {"mean_uniform": [-1.0, 1.0], "factor_uniform": [0.01, 0.1], "covariance_jitter": 0.000001}, | |
| "dataset_replicates": [0,1,2,3,4,5,6,7,8,9], | |
| "sample_sizes": [10,20,30,40,50,60,70,80,90,100], | |
| "transport": "gelbrich_type2_mahalanobis", | |
| "loss": "gaussian_cvar", | |
| "coverage_penalty_lambda": 10.0, | |
| "claims": ["C1", "C3"] | |
| }, | |
| { | |
| "name": "portfolio_discrete", | |
| "paper_anchor": "Appendix F.2.1, Figure 9", | |
| "problem": "portfolio", | |
| "distribution": "generated_discrete", | |
| "distribution_count": 10, | |
| "dimension": 3, | |
| "support_size": 10, | |
| "generation": {"support_uniform": [-1.0, 1.0], "dirichlet_alpha": 1.0}, | |
| "dataset_replicates": [0,1,2,3,4,5,6,7,8,9], | |
| "sample_sizes": [10,20,30,40,50,60,70,80,90,100], | |
| "transport": "wasserstein_type1_mahalanobis", | |
| "loss": "expected_negative_return", | |
| "coverage_penalty_lambda": 10.0, | |
| "claims": ["C1", "C3"] | |
| }, | |
| { | |
| "name": "portfolio_gmm", | |
| "paper_anchor": "Appendix F.2.2, Figure 10", | |
| "problem": "portfolio", | |
| "distribution": "generated_gmm", | |
| "distribution_count": 10, | |
| "dimension": 3, | |
| "component_count": 3, | |
| "generation": {"mean_uniform": [-1.0, 1.0], "factor_uniform": [0.01, 0.1], "covariance_jitter": 0.000001, "dirichlet_alpha": 1.0}, | |
| "dataset_replicates": [0,1,2,3,4,5,6,7,8,9], | |
| "sample_sizes": [10,20,30,40,50,60,70,80,90,100], | |
| "transport": "wasserstein_type1_mahalanobis", | |
| "loss": "expected_negative_return", | |
| "coverage_penalty_lambda": 10.0, | |
| "claims": ["C1", "C3"] | |
| }, | |
| { | |
| "name": "regression_squared", | |
| "paper_anchor": "Appendix F.3, Figures 11-13", | |
| "problem": "linear_regression", | |
| "distribution": "published_regression_table3", | |
| "distribution_ids": [1,2,3,4,5,6,7,8,9,10], | |
| "dataset_replicates": [0,1,2,3,4,5,6,7,8,9], | |
| "sample_sizes": [10,20,30,40,50], | |
| "transport": "wasserstein_type2_mahalanobis", | |
| "loss": "squared", | |
| "bootstrap_count": 10, | |
| "coverage_penalty_lambda": 10.0, | |
| "claims": ["C1", "C3"] | |
| } | |
| ], | |
| "diagnostic_suites": [ | |
| { | |
| "name": "portfolio_exemplar", | |
| "paper_anchor": "Section 6.1 Figure 2", | |
| "problem": "portfolio", | |
| "dimension": 2, | |
| "sample_size": 30, | |
| "bootstrap_count": 20, | |
| "cvar_gamma": 0.05, | |
| "coverage_beta": 0.1, | |
| "evidence_scale": "diagnostic" | |
| }, | |
| { | |
| "name": "regression_exemplar", | |
| "paper_anchor": "Section 6.2 Figure 4", | |
| "problem": "linear_regression", | |
| "weight": 1.0, | |
| "noise_standard_deviation": 10.0, | |
| "sample_size": 20, | |
| "bootstrap_count": 20, | |
| "evidence_scale": "diagnostic" | |
| }, | |
| { | |
| "name": "hypergradient_finite_difference", | |
| "paper_anchor": "Theorem 5.1 and Appendices C-D", | |
| "task_selectors": [ | |
| "portfolio_gaussian_main/d001/r00/n010", | |
| "portfolio_gaussian_main/d025/r04/n050", | |
| "portfolio_gaussian_main/d050/r09/n100", | |
| "regression_absolute_main/d001/r00/n010", | |
| "regression_absolute_main/d005/r04/n030", | |
| "regression_absolute_main/d010/r09/n050" | |
| ], | |
| "relative_error_threshold": 0.001, | |
| "absolute_error_threshold": 0.000001, | |
| "central_difference_steps": [0.0001, 0.00001, 0.000001], | |
| "evidence_scale": "validation" | |
| } | |
| ], | |
| "expected_paper_scale_task_count": 14000, | |
| "result_contract": "artifact.schema.json", | |
| "failure_contract": "failure-ledger.schema.json", | |
| "verdict_contract": "claim-verdicts.json" | |
| } | |
Xet Storage Details
- Size:
- 8.75 kB
- Xet hash:
- 4d6eedde44a54009e2b58c1da3a5cdc80f56f24235ae79135e99e2489daa4b36
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.