HomeDocs-Technical WhitePaper56-Report-Level Methods Appendix Template v1.0

Chapter 10 Ablation & Sensitivity Analysis


I. Chapter Goals & Scope (Mandatory)


II. Definitions & Targets (Mandatory)


III. Design Principles & Controls (Mandatory)


IV. Metrics & Effect Sizes (Mandatory)


V. Arrival-Time–Related Variants (Mandatory)

  1. Unified forms:
    • Factored: T_arr = ( 1 / c_ref ) * ( ∫ n_eff d ell )
    • General: T_arr = ( ∫ ( n_eff / c_ref ) d ell )
  2. Variant examples: change Δell/ε_int, switch general|factored, swap c_ref calibration bandwidth band; in the same paragraph state gamma(ell) and d ell, with check_dim=true.

VI. Ablation Checklist (copy-ready, Mandatory)

ID

Variant

Change

Controls

Metrics

Expected Dir.

Pass Line (Gate)

Notes

A1

remove_component_X

disable module X

data/params/seed fixed

gate_accuracy, latency

less degradation

gate_accuracy>=0.99@7d

marginal contribution

A2

freeze_param_Y

fix param Y

same as A1

same as A1

stability ↑

compat_rate>=0.995@replay

robustness

A3

general→factored

switch arrival-time form

band fixed

accuracy, error_rate

near-unbiased

gate_cal_residuals<=3σ@validation

only within τ_c


VII. Sensitivity Strategies (Mandatory)


VIII. Outputs & Decision Rules (Mandatory)


IX. Human × Machine Mapping (Mandatory)

Human Section

Machine Field

Validation Focus

Baseline & controls

ablation.base, controls.*

Baseline explicit; controls complete

Variant definitions

ablation.variants[]

Changes are replayable and machine-parsable

Metrics & gates

evaluation.*

gate_* naming/window/threshold aligned

Arrival-time caliber

arrival_time.*

Two forms + gamma(ell)/d ell + check_dim

Effect sizes & tests

effects[], tests[]

CI and multiplicity control present

Reproducibility

reproducibility.*

Container/scripts/command/hashes complete


X. Field & Constraint List (copy-ready)

Field Path

Type

Required

Constraint

ablation.base

string

Yes

Option Base

controls.fixed[]

list

Yes

Fixed variables

controls.allowed_drift[]

list

No

Allowed to drift

ablation.variants[].name

string

Yes

Unique

ablation.variants[].change

text

Yes

Executable description

ablation.variants[].tags[]

list

No

`component

evaluation.gates.hard[]

list

Yes

gate_*

effects[].type/value/ci

obj

No

See Ch.9

tests[]

list

No

See Ch.9

arrival_time.delta_form

enum

Req. if T_arr

`general

arrival_time.path/measure

string

Req. if T_arr

gamma(ell)/d ell

math.check_dim

bool

Req. if T_arr

true

reproducibility.container

string

Yes

image@sha256:…

reproducibility.scripts[]

list

Yes

script@commit

reproducibility.repro_cmd

string

Yes

Minimal repro command


XI. Machine Schema (YAML; JSON-equivalent, Mandatory)

ablation:

base: "Option Base"

variants:

- name: "A1_remove_component_X"

change: "disable module X in pipeline"

tags: ["component"]

- name: "A2_freeze_param_Y"

change: "set param Y constant at baseline value"

tags: ["param"]

- name: "A3_general_to_factored"

change: "switch arrival-time from general to factored when τ_c satisfied"

tags: ["path","metrology"]

controls:

fixed: ["dataset@v3","seed=20250927","band=L2","pipeline_version=1.4.0"]

allowed_drift: ["weather","load"]

evaluation:

metrics:

- { name: "gate_accuracy", direction: "↑" }

- { name: "gate_latency", direction: "↓" }

- { name: "compat_rate", direction: "↑" }

gates:

hard: ["gate_accuracy>=0.99@7d","compat_rate>=0.995@replay"]

soft: ["unit_cost<=1.0x@30d"]

arrival_time:

delta_form: "general|factored"

path: "gamma(ell)"

measure: "d ell"

check_dim: true

effects:

- { variant: "A1_remove_component_X", type: "d", value: -0.28, ci: [-0.40, -0.16] }

- { variant: "A3_general_to_factored", type: "RD", value: -0.003, ci: [-0.009, 0.002] }

tests:

- { name: "welch", H0: "ΔS=0", side: "two", stat: -4.1, p: 3e-5, p_adj: 9e-5 }

reproducibility:

container: "registry/replay:2025.09@sha256:…"

scripts:

- "ablate_component.py@a1b2c3"

- "switch_arrival_form.py@9f8e7d"

repro_cmd: "docker run … ablate_component.py --variant A1 --seed 20250927"

artifacts: ["yaml","json","pdf"]


XII. Minimal Sample (human abstract × machine snippet, Mandatory)

effects: [{ variant:"A1_remove_component_X", type:"d", value:-0.28, ci:[-0.40,-0.16] }]

tests: [{ name:"welch", H0:"ΔS=0", side:"two", stat:-4.1, p:3e-5, p_adj:9e-5 }]


XIII. Validation Rules (regex/consistency, Mandatory)


XIV. Citation & Cross-Reference Style (Mandatory)

; all EFT.WP.* citations must include explicit version and anchor, with a machine-readable list in references.see[].“See 《 vX.Y》 Ch.x S/P/M/I…”Fixed format:

Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/