pinnbench / croissant.json
EvalData's picture
Use rai: prefix for top-level RAI fields (validator literal-key match)
dda4726 verified
{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"arrayShape": "cr:arrayShape",
"citeAs": "cr:citeAs",
"column": "cr:column",
"conformsTo": "dct:conformsTo",
"containedIn": "cr:containedIn",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"dct": "http://purl.org/dc/terms/",
"extract": "cr:extract",
"field": "cr:field",
"fileProperty": "cr:fileProperty",
"fileObject": "cr:fileObject",
"fileSet": "cr:fileSet",
"format": "cr:format",
"includes": "cr:includes",
"isArray": "cr:isArray",
"isLiveDataset": "cr:isLiveDataset",
"jsonPath": "cr:jsonPath",
"key": "cr:key",
"md5": "cr:md5",
"parentField": "cr:parentField",
"path": "cr:path",
"recordSet": "cr:recordSet",
"references": "cr:references",
"regex": "cr:regex",
"repeated": "cr:repeated",
"replace": "cr:replace",
"sc": "https://schema.org/",
"separator": "cr:separator",
"source": "cr:source",
"subField": "cr:subField",
"transform": "cr:transform",
"rai": "http://mlcommons.org/croissant/RAI/"
},
"@type": "sc:Dataset",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "repo",
"name": "repo",
"description": "The Hugging Face git repository.",
"contentUrl": "https://huggingface.co/datasets/PINNBench/pinnbench/tree/refs%2Fconvert%2Fparquet",
"encodingFormat": "git+https",
"sha256": "https://github.com/mlcommons/croissant/issues/80"
},
{
"@type": "cr:FileSet",
"@id": "parquet-files-for-config-adaptive_epsilon",
"containedIn": {
"@id": "repo"
},
"encodingFormat": "application/x-parquet",
"includes": "adaptive_epsilon/*/*.parquet"
},
{
"@type": "cr:FileSet",
"@id": "parquet-files-for-config-meta_router",
"containedIn": {
"@id": "repo"
},
"encodingFormat": "application/x-parquet",
"includes": "meta_router/*/*.parquet"
},
{
"@type": "cr:FileSet",
"@id": "parquet-files-for-config-regret_bound_validation",
"containedIn": {
"@id": "repo"
},
"encodingFormat": "application/x-parquet",
"includes": "regret_bound_validation/*/*.parquet"
}
],
"recordSet": [
{
"@type": "cr:RecordSet",
"dataType": "cr:Split",
"key": {
"@id": "adaptive_epsilon_splits/split_name"
},
"@id": "adaptive_epsilon_splits",
"name": "adaptive_epsilon_splits",
"description": "Splits for the adaptive_epsilon config.",
"field": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon_splits/split_name",
"dataType": "sc:Text"
}
],
"data": [
{
"adaptive_epsilon_splits/split_name": "train"
}
]
},
{
"@type": "cr:RecordSet",
"@id": "adaptive_epsilon",
"description": "PINNBench/pinnbench - 'adaptive_epsilon' subset",
"field": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/split",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"fileProperty": "fullpath"
},
"transform": {
"regex": "adaptive_epsilon/(?:partial-)?(train)/.+parquet$"
}
},
"references": {
"field": {
"@id": "adaptive_epsilon_splits/split_name"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/experiment",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "experiment"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/pdes",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "pdes"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/conditions",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "conditions"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/seeds",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "seeds"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/stage1_epochs",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "stage1_epochs"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/stage2_epochs",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "stage2_epochs"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/stage3_epochs",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "stage3_epochs"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/stage1_lr",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "stage1_lr"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/stage2_lr",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "stage2_lr"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/stage3_lr",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "stage3_lr"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/fixed_epsilon",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "fixed_epsilon"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/adaptive_epsilon_base",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "adaptive_epsilon_base"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/adaptive_beta",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "adaptive_beta"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/adaptive_epsilon_min",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "adaptive_epsilon_min"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/adaptive_epsilon_max",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "adaptive_epsilon_max"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/num_collocation",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "num_collocation"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/num_boundary",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "num_boundary"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/batch_size",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "batch_size"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/hyperparameters/hidden_dims",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "hyperparameters"
},
"transform": {
"jsonPath": "hidden_dims"
}
},
"isArray": true,
"arrayShape": "-1"
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/relative_l2_error",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/relative_l2_error/mean",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/relative_l2_error/std",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/relative_l2_error/n",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/pde_residual_norm",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/pde_residual_norm/mean_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/pde_residual_norm/std_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/pde_residual_norm/n_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/bc_violation",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/bc_violation/mean_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/bc_violation/std_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/bc_violation/n_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/ic_violation",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/ic_violation/mean_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/ic_violation/std_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/ic_violation/n_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/training_time",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/training_time/mean_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/training_time/std_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/final_min_causal_weight",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/final_min_causal_weight/mean_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_causal/final_min_causal_weight/std_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/relative_l2_error_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/relative_l2_error_0/mean_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/relative_l2_error_0/std_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/relative_l2_error_0/n_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/pde_residual_norm_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/pde_residual_norm_0/mean_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/pde_residual_norm_0/std_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/pde_residual_norm_0/n_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/bc_violation_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/bc_violation_0/mean_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/bc_violation_0/std_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/bc_violation_0/n_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/ic_violation_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/ic_violation_0/mean_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/ic_violation_0/std_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/ic_violation_0/n_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/training_time_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/training_time_0/mean_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/training_time_0/std_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/final_min_causal_weight_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/final_min_causal_weight_0/mean_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/fixed_epsilon_0/final_min_causal_weight_0/std_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/relative_l2_error_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/relative_l2_error_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/relative_l2_error_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/relative_l2_error_0_0/n_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/pde_residual_norm_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/pde_residual_norm_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/pde_residual_norm_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/pde_residual_norm_0_0/n_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/bc_violation_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/bc_violation_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/bc_violation_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/bc_violation_0_0/n_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/ic_violation_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/ic_violation_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/ic_violation_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/ic_violation_0_0/n_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/training_time_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/training_time_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/training_time_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/final_min_causal_weight_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/final_min_causal_weight_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/adaptive_epsilon_0/final_min_causal_weight_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/relative_l2_error_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/relative_l2_error_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/relative_l2_error_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/relative_l2_error_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/pde_residual_norm_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/pde_residual_norm_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/pde_residual_norm_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/pde_residual_norm_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/bc_violation_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/bc_violation_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/bc_violation_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/bc_violation_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/ic_violation_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/ic_violation_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/ic_violation_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/ic_violation_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/training_time_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/training_time_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/training_time_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/final_min_causal_weight_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/final_min_causal_weight_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/heat1d/no_pretrain_adaptive/final_min_causal_weight_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "heat1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/relative_l2_error_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/relative_l2_error_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/relative_l2_error_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/relative_l2_error_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/pde_residual_norm_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/pde_residual_norm_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/pde_residual_norm_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/pde_residual_norm_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/bc_violation_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/bc_violation_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/bc_violation_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/bc_violation_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/ic_violation_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/ic_violation_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/ic_violation_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/ic_violation_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/training_time_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/training_time_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/training_time_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/final_min_causal_weight_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/final_min_causal_weight_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_causal_0/final_min_causal_weight_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/relative_l2_error_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/relative_l2_error_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/relative_l2_error_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/relative_l2_error_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/pde_residual_norm_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/pde_residual_norm_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/pde_residual_norm_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/pde_residual_norm_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/bc_violation_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/bc_violation_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/bc_violation_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/bc_violation_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/ic_violation_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/ic_violation_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/ic_violation_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/ic_violation_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/training_time_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/training_time_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/training_time_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/final_min_causal_weight_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/final_min_causal_weight_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/fixed_epsilon_0_0/final_min_causal_weight_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/relative_l2_error_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/relative_l2_error_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/relative_l2_error_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/relative_l2_error_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/pde_residual_norm_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/pde_residual_norm_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/pde_residual_norm_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/pde_residual_norm_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/bc_violation_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/bc_violation_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/bc_violation_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/bc_violation_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/ic_violation_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/ic_violation_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/ic_violation_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/ic_violation_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/training_time_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/training_time_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/training_time_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/final_min_causal_weight_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/final_min_causal_weight_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/adaptive_epsilon_0_0/final_min_causal_weight_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/relative_l2_error_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/relative_l2_error_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/relative_l2_error_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/relative_l2_error_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/pde_residual_norm_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/pde_residual_norm_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/pde_residual_norm_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/pde_residual_norm_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/bc_violation_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/bc_violation_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/bc_violation_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/bc_violation_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/ic_violation_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/ic_violation_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/ic_violation_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/ic_violation_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/training_time_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/training_time_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/training_time_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/final_min_causal_weight_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/final_min_causal_weight_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/advdiff1d/no_pretrain_adaptive_0/final_min_causal_weight_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "advdiff1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/relative_l2_error_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/relative_l2_error_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/relative_l2_error_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/relative_l2_error_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/pde_residual_norm_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/pde_residual_norm_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/pde_residual_norm_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/pde_residual_norm_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/bc_violation_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/bc_violation_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/bc_violation_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/bc_violation_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/ic_violation_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/ic_violation_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/ic_violation_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/ic_violation_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/training_time_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/training_time_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/training_time_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_causal_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/training_time_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/training_time_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/training_time_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/fixed_epsilon_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/adaptive_epsilon_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/burgers1d/no_pretrain_adaptive_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "burgers1d"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_causal_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_causal"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/fixed_epsilon_0_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "fixed_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/adaptive_epsilon_0_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "adaptive_epsilon"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "relative_l2_error"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "pde_residual_norm"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "bc_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/n_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "ic_violation"
},
{
"jsonPath": "n"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/training_time_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "training_time"
},
{
"jsonPath": "std"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/summary/allencahn1d_sharp/no_pretrain_adaptive_0_0_0/final_min_causal_weight_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "summary"
},
"transform": [
{
"jsonPath": "allencahn1d_sharp"
},
{
"jsonPath": "no_pretrain_adaptive"
},
{
"jsonPath": "final_min_causal_weight"
},
{
"jsonPath": "std"
}
]
}
}
]
}
]
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/pde",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": {
"jsonPath": "pde"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/condition",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": {
"jsonPath": "condition"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/skip_stage1",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": {
"jsonPath": "skip_stage1"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/skip_stage3",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": {
"jsonPath": "skip_stage3"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/use_adaptive",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": {
"jsonPath": "use_adaptive"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/seed",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": {
"jsonPath": "seed"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/training_time_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": {
"jsonPath": "training_time"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/metrics",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/metrics/pde_residual_norm_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "metrics"
},
{
"jsonPath": "pde_residual_norm"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/metrics/relative_l2_error_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "metrics"
},
{
"jsonPath": "relative_l2_error"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/metrics/mse",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "metrics"
},
{
"jsonPath": "mse"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/metrics/mae",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "metrics"
},
{
"jsonPath": "mae"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/metrics/max_error",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "metrics"
},
{
"jsonPath": "max_error"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/metrics/bc_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "metrics"
},
{
"jsonPath": "bc_violation"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/metrics/ic_violation_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "metrics"
},
{
"jsonPath": "ic_violation"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/success",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": {
"jsonPath": "success"
}
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/stage3_weight_stats",
"subField": [
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/stage3_weight_stats/min",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "stage3_weight_stats"
},
{
"jsonPath": "min"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/stage3_weight_stats/max",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "stage3_weight_stats"
},
{
"jsonPath": "max"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/stage3_weight_stats/mean_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "stage3_weight_stats"
},
{
"jsonPath": "mean"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/stage3_weight_stats/std_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "stage3_weight_stats"
},
{
"jsonPath": "std"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/stage3_weight_stats/epsilon",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "stage3_weight_stats"
},
{
"jsonPath": "epsilon"
}
]
}
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/stage3_weight_stats/mean_residual",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": [
{
"jsonPath": "stage3_weight_stats"
},
{
"jsonPath": "mean_residual"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/stage3_epsilon_history",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": {
"jsonPath": "stage3_epsilon_history"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "adaptive_epsilon/raw_results/stage3_residual_history",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-adaptive_epsilon"
},
"extract": {
"column": "raw_results"
},
"transform": {
"jsonPath": "stage3_residual_history"
}
},
"isArray": true,
"arrayShape": "-1"
}
],
"isArray": true,
"arrayShape": "-1"
}
]
},
{
"@type": "cr:RecordSet",
"dataType": "cr:Split",
"key": {
"@id": "meta_router_splits/split_name"
},
"@id": "meta_router_splits",
"name": "meta_router_splits",
"description": "Splits for the meta_router config.",
"field": [
{
"@type": "cr:Field",
"@id": "meta_router_splits/split_name",
"dataType": "sc:Text"
}
],
"data": [
{
"meta_router_splits/split_name": "train"
}
]
},
{
"@type": "cr:RecordSet",
"@id": "meta_router",
"description": "PINNBench/pinnbench - 'meta_router' subset",
"field": [
{
"@type": "cr:Field",
"@id": "meta_router/split",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"fileProperty": "fullpath"
},
"transform": {
"regex": "meta_router/(?:partial-)?(train)/.+parquet$"
}
},
"references": {
"field": {
"@id": "meta_router_splits/split_name"
}
}
},
{
"@type": "cr:Field",
"@id": "meta_router/experiment",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "experiment"
}
}
},
{
"@type": "cr:Field",
"@id": "meta_router/target_metric",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "target_metric"
}
}
},
{
"@type": "cr:Field",
"@id": "meta_router/window_size",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "window_size"
}
}
},
{
"@type": "cr:Field",
"@id": "meta_router/n_samples",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "n_samples"
}
}
},
{
"@type": "cr:Field",
"@id": "meta_router/n_pdes",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "n_pdes"
}
}
},
{
"@type": "cr:Field",
"@id": "meta_router/pdes",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "pdes"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "meta_router/results",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/MetaRouter",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/MetaRouter/accuracy",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "MetaRouter"
},
{
"jsonPath": "accuracy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/MetaRouter/mean_regret",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "MetaRouter"
},
{
"jsonPath": "mean_regret"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/MetaRouter/n_folds",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "MetaRouter"
},
{
"jsonPath": "n_folds"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "meta_router/results/MetaRouter-full",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/MetaRouter-full/accuracy_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['MetaRouter-full']"
},
{
"jsonPath": "accuracy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/MetaRouter-full/mean_regret_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['MetaRouter-full']"
},
{
"jsonPath": "mean_regret"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/MetaRouter-full/n_folds_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['MetaRouter-full']"
},
{
"jsonPath": "n_folds"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "meta_router/results/GBR_PDE",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/GBR_PDE/accuracy_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['GBR+PDE']"
},
{
"jsonPath": "accuracy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/GBR_PDE/mean_regret_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['GBR+PDE']"
},
{
"jsonPath": "mean_regret"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/GBR_PDE/n_folds_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['GBR+PDE']"
},
{
"jsonPath": "n_folds"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "meta_router/results/GBR_PDE-all",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/GBR_PDE-all/accuracy_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['GBR+PDE-all']"
},
{
"jsonPath": "accuracy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/GBR_PDE-all/mean_regret_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['GBR+PDE-all']"
},
{
"jsonPath": "mean_regret"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/GBR_PDE-all/n_folds_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['GBR+PDE-all']"
},
{
"jsonPath": "n_folds"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF_PDE",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/RF_PDE/accuracy_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['RF+PDE']"
},
{
"jsonPath": "accuracy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF_PDE/mean_regret_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['RF+PDE']"
},
{
"jsonPath": "mean_regret"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF_PDE/n_folds_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['RF+PDE']"
},
{
"jsonPath": "n_folds"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF_PDE-top5",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/RF_PDE-top5/accuracy_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['RF+PDE-top5']"
},
{
"jsonPath": "accuracy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF_PDE-top5/mean_regret_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['RF+PDE-top5']"
},
{
"jsonPath": "mean_regret"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF_PDE-top5/n_folds_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['RF+PDE-top5']"
},
{
"jsonPath": "n_folds"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/RF/accuracy_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "RF"
},
{
"jsonPath": "accuracy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF/mean_regret_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "RF"
},
{
"jsonPath": "mean_regret"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF/n_folds_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "RF"
},
{
"jsonPath": "n_folds"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF-top3",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/RF-top3/accuracy_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['RF-top3']"
},
{
"jsonPath": "accuracy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF-top3/mean_regret_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['RF-top3']"
},
{
"jsonPath": "mean_regret"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/RF-top3/n_folds_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "['RF-top3']"
},
{
"jsonPath": "n_folds"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "meta_router/results/physics_final",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/physics_final/accuracy_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "physics_final"
},
{
"jsonPath": "accuracy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/physics_final/mean_regret_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "physics_final"
},
{
"jsonPath": "mean_regret"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/physics_final/n_folds_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "physics_final"
},
{
"jsonPath": "n_folds"
}
]
}
}
]
},
{
"@type": "cr:Field",
"@id": "meta_router/results/random",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/results/random/accuracy_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "random"
},
{
"jsonPath": "accuracy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/random/mean_regret_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "random"
},
{
"jsonPath": "mean_regret"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/results/random/n_folds_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "results"
},
"transform": [
{
"jsonPath": "random"
},
{
"jsonPath": "n_folds"
}
]
}
}
]
}
]
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter_0",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter_0/held_out",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "MetaRouter"
},
{
"jsonPath": "held_out"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter_0/oracle_policy",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "MetaRouter"
},
{
"jsonPath": "oracle_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter_0/oracle_val",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "MetaRouter"
},
{
"jsonPath": "oracle_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter_0/predicted_policy",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "MetaRouter"
},
{
"jsonPath": "predicted_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter_0/selected_val",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "MetaRouter"
},
{
"jsonPath": "selected_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter_0/correct",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "MetaRouter"
},
{
"jsonPath": "correct"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter_0/regret",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "MetaRouter"
},
{
"jsonPath": "regret"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter-full_0",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter-full_0/held_out_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['MetaRouter-full']"
},
{
"jsonPath": "held_out"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter-full_0/oracle_policy_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['MetaRouter-full']"
},
{
"jsonPath": "oracle_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter-full_0/oracle_val_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['MetaRouter-full']"
},
{
"jsonPath": "oracle_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter-full_0/predicted_policy_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['MetaRouter-full']"
},
{
"jsonPath": "predicted_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter-full_0/selected_val_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['MetaRouter-full']"
},
{
"jsonPath": "selected_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter-full_0/correct_0",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['MetaRouter-full']"
},
{
"jsonPath": "correct"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/MetaRouter-full_0/regret_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['MetaRouter-full']"
},
{
"jsonPath": "regret"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE_0",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE_0/held_out_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE']"
},
{
"jsonPath": "held_out"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE_0/oracle_policy_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE']"
},
{
"jsonPath": "oracle_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE_0/oracle_val_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE']"
},
{
"jsonPath": "oracle_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE_0/predicted_policy_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE']"
},
{
"jsonPath": "predicted_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE_0/selected_val_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE']"
},
{
"jsonPath": "selected_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE_0/correct_0_0",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE']"
},
{
"jsonPath": "correct"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE_0/regret_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE']"
},
{
"jsonPath": "regret"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE-all_0",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE-all_0/held_out_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE-all']"
},
{
"jsonPath": "held_out"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE-all_0/oracle_policy_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE-all']"
},
{
"jsonPath": "oracle_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE-all_0/oracle_val_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE-all']"
},
{
"jsonPath": "oracle_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE-all_0/predicted_policy_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE-all']"
},
{
"jsonPath": "predicted_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE-all_0/selected_val_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE-all']"
},
{
"jsonPath": "selected_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE-all_0/correct_0_0_0",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE-all']"
},
{
"jsonPath": "correct"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/GBR_PDE-all_0/regret_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['GBR+PDE-all']"
},
{
"jsonPath": "regret"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE_0",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE_0/held_out_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE']"
},
{
"jsonPath": "held_out"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE_0/oracle_policy_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE']"
},
{
"jsonPath": "oracle_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE_0/oracle_val_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE']"
},
{
"jsonPath": "oracle_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE_0/predicted_policy_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE']"
},
{
"jsonPath": "predicted_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE_0/selected_val_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE']"
},
{
"jsonPath": "selected_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE_0/correct_0_0_0_0",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE']"
},
{
"jsonPath": "correct"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE_0/regret_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE']"
},
{
"jsonPath": "regret"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE-top5_0",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE-top5_0/held_out_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE-top5']"
},
{
"jsonPath": "held_out"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE-top5_0/oracle_policy_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE-top5']"
},
{
"jsonPath": "oracle_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE-top5_0/oracle_val_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE-top5']"
},
{
"jsonPath": "oracle_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE-top5_0/predicted_policy_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE-top5']"
},
{
"jsonPath": "predicted_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE-top5_0/selected_val_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE-top5']"
},
{
"jsonPath": "selected_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE-top5_0/correct_0_0_0_0_0",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE-top5']"
},
{
"jsonPath": "correct"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_PDE-top5_0/regret_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF+PDE-top5']"
},
{
"jsonPath": "regret"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_0",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_0/held_out_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "RF"
},
{
"jsonPath": "held_out"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_0/oracle_policy_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "RF"
},
{
"jsonPath": "oracle_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_0/oracle_val_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "RF"
},
{
"jsonPath": "oracle_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_0/predicted_policy_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "RF"
},
{
"jsonPath": "predicted_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_0/selected_val_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "RF"
},
{
"jsonPath": "selected_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_0/correct_0_0_0_0_0_0",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "RF"
},
{
"jsonPath": "correct"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF_0/regret_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "RF"
},
{
"jsonPath": "regret"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF-top3_0",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF-top3_0/held_out_0_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF-top3']"
},
{
"jsonPath": "held_out"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF-top3_0/oracle_policy_0_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF-top3']"
},
{
"jsonPath": "oracle_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF-top3_0/oracle_val_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF-top3']"
},
{
"jsonPath": "oracle_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF-top3_0/predicted_policy_0_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF-top3']"
},
{
"jsonPath": "predicted_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF-top3_0/selected_val_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF-top3']"
},
{
"jsonPath": "selected_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF-top3_0/correct_0_0_0_0_0_0_0",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF-top3']"
},
{
"jsonPath": "correct"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/RF-top3_0/regret_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "['RF-top3']"
},
{
"jsonPath": "regret"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/physics_final_0",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/physics_final_0/held_out_0_0_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "physics_final"
},
{
"jsonPath": "held_out"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/physics_final_0/oracle_policy_0_0_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "physics_final"
},
{
"jsonPath": "oracle_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/physics_final_0/oracle_val_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "physics_final"
},
{
"jsonPath": "oracle_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/physics_final_0/predicted_policy_0_0_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "physics_final"
},
{
"jsonPath": "predicted_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/physics_final_0/selected_val_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "physics_final"
},
{
"jsonPath": "selected_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/physics_final_0/correct_0_0_0_0_0_0_0_0",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "physics_final"
},
{
"jsonPath": "correct"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/physics_final_0/regret_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "physics_final"
},
{
"jsonPath": "regret"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/random_0",
"subField": [
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/random_0/held_out_0_0_0_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "random"
},
{
"jsonPath": "held_out"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/random_0/oracle_policy_0_0_0_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "random"
},
{
"jsonPath": "oracle_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/random_0/oracle_val_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "random"
},
{
"jsonPath": "oracle_val"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/random_0/predicted_policy_0_0_0_0_0_0_0_0_0",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "random"
},
{
"jsonPath": "predicted_policy"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/random_0/correct_0_0_0_0_0_0_0_0_0",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "random"
},
{
"jsonPath": "correct"
}
]
}
},
{
"@type": "cr:Field",
"@id": "meta_router/fold_details/random_0/regret_0_0_0_0_0_0_0_0_0",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-meta_router"
},
"extract": {
"column": "fold_details"
},
"transform": [
{
"jsonPath": "random"
},
{
"jsonPath": "regret"
}
]
}
}
],
"isArray": true,
"arrayShape": "-1"
}
]
}
]
},
{
"@type": "cr:RecordSet",
"dataType": "cr:Split",
"key": {
"@id": "regret_bound_validation_splits/split_name"
},
"@id": "regret_bound_validation_splits",
"name": "regret_bound_validation_splits",
"description": "Splits for the regret_bound_validation config.",
"field": [
{
"@type": "cr:Field",
"@id": "regret_bound_validation_splits/split_name",
"dataType": "sc:Text"
}
],
"data": [
{
"regret_bound_validation_splits/split_name": "train"
}
]
},
{
"@type": "cr:RecordSet",
"@id": "regret_bound_validation",
"description": "PINNBench/pinnbench - 'regret_bound_validation' subset\n\nAdditional information:\n- 2 skipped columns: observed_regret, tightness_ratio",
"field": [
{
"@type": "cr:Field",
"@id": "regret_bound_validation/split",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"fileProperty": "fullpath"
},
"transform": {
"regex": "regret_bound_validation/(?:partial-)?(train)/.+parquet$"
}
},
"references": {
"field": {
"@id": "regret_bound_validation_splits/split_name"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/pde",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "pde"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/k",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "k"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/n_runs",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "n_runs"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/P",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "P"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/rho_k",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "rho_k"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/rho_p",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "rho_p"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/sigma",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "sigma"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/delta_gap",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "delta_gap"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/best_policy",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "best_policy"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/best_final",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "best_final"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/theoretical_bound",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "theoretical_bound"
}
}
},
{
"@type": "cr:Field",
"@id": "regret_bound_validation/bound_valid",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-regret_bound_validation"
},
"extract": {
"column": "bound_valid"
}
}
}
]
}
],
"conformsTo": "http://mlcommons.org/croissant/1.1",
"name": "pinnbench",
"description": "\n\t\n\t\t\n\t\tPINNBench\n\t\n\nA controlled benchmark for evaluating training-policy selection in hybrid Physics-Informed Neural Network (PINN) and neural-operator solvers. PINNBench accompanies the paper \"PINNBench: A Benchmark and Evaluation Study of Training Policy Selection in Hybrid PINN-Operator Solvers\" (anonymous submission, NeurIPS 2026 Evaluations and Datasets Track).\n\n\t\n\t\t\n\t\tWhat is in this repository\n\t\n\nThis Hugging Face dataset hosts the benchmark protocol artifacts + logged results of 1… See the full description on the dataset page: https://huggingface.co/datasets/PINNBench/pinnbench.",
"alternateName": [
"PINNBench/pinnbench",
"PINNBench"
],
"creator": {
"@type": "Organization",
"name": "PINNBench",
"url": "https://huggingface.co/PINNBench"
},
"keywords": [
"other",
"English",
"apache-2.0",
"< 1K",
"Tabular",
"Text",
"🇺🇸 Region: US",
"physics-informed-neural-networks",
"pinn",
"pde",
"benchmark",
"evaluation",
"routing",
"causal-loss",
"fourier-neural-operator",
"deeponet",
"scientific-machine-learning"
],
"license": "https://choosealicense.com/licenses/apache-2.0/",
"url": "https://huggingface.co/datasets/PINNBench/pinnbench",
"version": "1.0.0",
"datePublished": "2026-05-04",
"citeAs": "Anonymous. PINNBench: A Benchmark and Evaluation Study of Training Policy Selection in Hybrid PINN-Operator Solvers. Submitted to NeurIPS 2026 Evaluations and Datasets Track, 2026.",
"rai:dataLimitations": "The benchmark suite contains 13 PDE configurations across 8 equation families and is dominated by 1D problems with a single 2D Wave equation and a single 2D Navier-Stokes configuration. Stage-1 supervised reference data is analytical and noise-free; the benchmark does not measure noisy-measurement, sparse-observation, or real-instrument-data regimes. All training is performed for a fixed compute budget on a single 4xNVIDIA TITAN Xp node; results may not generalise to substantially larger architectures or different optimiser families. Routing meta-features include hand-coded PDE structural attributes that may partly proxy PDE family identity in this small suite, although the family-macro physics-loss-final result (81.2 percent, no PDE identity features used) partially mitigates this concern.",
"rai:dataBiases": "By construction the benchmark draws PDEs from diffusion, advection, nonlinear waves, dispersive, reaction-diffusion, and Navier-Stokes regimes to reduce family-specific bias, but: (a) it over-represents 1D problems; (b) reference solutions are analytical exact-solutions, which biases methods that exploit smooth ground truth; (c) the routing benchmark records baseline-policy decisions for a fixed library of five training policies, which biases evaluation toward routing methods that generalise within this policy set. We deliberately publish negative and conditional findings to expose these biases rather than hide them.",
"rai:personalSensitiveInformation": "None. The benchmark consists of synthetic numerical-PDE simulations with analytical reference solutions. No personal, identifying, biometric, behavioural, location, health, or other sensitive data is collected, processed, or distributed. No human subjects, no scraped web data, no third-party datasets are involved. The dataset poses zero individual privacy risk by construction and contains no information that could be used to identify any natural person.",
"rai:dataUseCases": "Intended use cases: (i) benchmarking training-policy selection methods (probe-then-commit routers, meta-routers, contextual bandits, learning-curve extrapolators) in hybrid PINN-operator pipelines; (ii) controlled PDE-level ablations of pretraining, causal loss, physics-weight balance, and gating-architecture choices; (iii) studying the accuracy-regret dissociation in evaluation-by-accuracy versus evaluation-by-regret. Out-of-scope: production PDE solving, safety-critical engineering deployment (climate forecasting, structural engineering, fluid simulation for aerospace), noisy-measurement or sparse-observation problems, and any clinical, financial, or surveillance application.",
"rai:dataSocialImpact": "The dataset itself has minimal direct societal impact: it is purely synthetic numerical-PDE simulation data with no link to individuals, demographics, or real-world systems. Indirect impact arises through the methods that the benchmark advances. PDE solvers based on physics-informed and operator-learning methods feed into safety-critical applications such as climate forecasting, fluid simulation in aerospace and energy, and structural materials engineering, so routing recommendations or training-policy advice derived from this benchmark must be validated out-of-distribution before any real-world deployment. The benchmark explicitly documents OOD-degradation findings (hybrid models degrade proportionally more than PINN-only on every evaluated coefficient/domain/IC shift) to discourage uncritical transfer.",
"rai:hasSyntheticData": true,
"rai:dataCollection": "All result records are derived from controlled training runs of hybrid PINN-operator pipelines on synthetic PDE problems with analytical reference solutions. No human subjects, no scraped web content, no third-party datasets are involved. Runs were executed deterministically with fixed random seeds on 4x NVIDIA TITAN Xp GPUs (12 GB each). Each run records final-epoch evaluation metrics (relative L2 error, PDE-residual norm, BC/IC violations) along with full training history at probe epochs.",
"rai:dataPreprocessing": "Reference solutions are computed from analytical PDE expressions (Fourier series for Heat1D, Cole-Hopf for Burgers1D, soliton sech^2 for KdV1D, tanh-front for AllenCahn1D, Taylor-Green vortex for NavierStokes2D, etc.). Training collocation points and evaluation points are sampled per seed via torch.rand with deterministic state. No filtering, normalization, or transformation is applied to recorded metrics; raw per-seed values are persisted.",
"rai:dataAnnotationProtocol": "No human-provided annotations. Each run is automatically labeled with its (PDE, configuration, policy, seed, stage) tuple at logging time. Statistical aggregations (mean, std, paired Wilcoxon p-value, Cohen's d, BH-FDR corrected significance) are computed by experiments/scripts/statistical_analysis.py.",
"rai:safetyMeasures": "PDE solvers are abstract numerical methodology. Outputs are scalar error metrics on synthetic problems and pose no direct safety risk. Downstream users planning to apply hybrid PINN-operator solvers in safety-critical engineering (climate, fluid simulation, materials) should validate model fidelity and out-of-distribution robustness before deployment; the benchmark documents specific OOD-degradation findings (hybrid models degrade proportionally more than PINN-only on every evaluated coefficient/domain/IC shift) that practitioners should heed.",
"rai:deidentificationMethod": "Not applicable. No identifying information present in source data.",
"rai:fairness": "The benchmark deliberately reports negative and conditional findings (causal loss helps with pretraining and hurts without it; routing accuracy and regret dissociate by 77x; diagnostic bound fails universally at probe window k=20 and on Burgers-type shock dynamics). Selection of PDEs spans diffusion, advection, nonlinear waves, dispersive, reaction-diffusion, and Navier-Stokes regimes to reduce family-specific bias. Family-level holdout (LOPO-F) is reported.",
"rai:releaseMaintenance": "Version 1.0.0 frozen at 2026-05-04 submission time. Single-maintainer issue tracker on the deanonymized GitHub repository (revealed at camera-ready). 12-month issue/PR response SLA. Forward compatibility: pinned PyTorch 2.5.1 + Python 3.12. Planned updates include additional PDE configurations (community PRs invited) and a noisy/sparse-measurement extension."
}