
@Article{cmc.2026.082945,
AUTHOR = {Jordi Vallverdú},
TITLE = {A Weight-Gated Framework for Adaptive Proof Search over Fixed Base Calculi},
JOURNAL = {Computers, Materials \& Continua},
VOLUME = {},
YEAR = {},
NUMBER = {},
PAGES = {{pages}},
URL = {http://www.techscience.com/cmc/online/detail/27846},
ISSN = {1546-2226},
ABSTRACT = {Large rule-based systems—from automated theorem provers to diagnostic engines and expert systems—face a common bottleneck: when many rules are simultaneously applicable, choosing which rule to fire can dominate search effort. We present <mml:math id="mml-ieqn-1"><mml:mrow><mml:mi mathvariant="normal">H</mml:mi><mml:mi mathvariant="normal">L</mml:mi><mml:mtext>-</mml:mtext><mml:mi mathvariant="normal">W</mml:mi></mml:mrow></mml:math>, a formally constrained adaptive proof-search control layer over a fixed base calculus. Each inference rule <mml:math id="mml-ieqn-2"><mml:mi>R</mml:mi></mml:math> is assigned a scalar weight <mml:math id="mml-ieqn-3"><mml:mi>w</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo>,</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>∈</mml:mo><mml:mo stretchy="false">[</mml:mo><mml:mn>0</mml:mn><mml:mo>,</mml:mo><mml:mn>1</mml:mn><mml:mo stretchy="false">]</mml:mo></mml:math> at search stage <mml:math id="mml-ieqn-4"><mml:mi>t</mml:mi></mml:math>; rule applications are scheduled by combining a threshold condition <mml:math id="mml-ieqn-5"><mml:mi>w</mml:mi><mml:mo stretchy="false">(</mml:mo><mml:mi>R</mml:mi><mml:mo>,</mml:mo><mml:mi>t</mml:mi><mml:mo stretchy="false">)</mml:mo><mml:mo>≥</mml:mo><mml:mi>θ</mml:mi></mml:math> with an explicit fairness mechanism. Because the underlying inference rules are left unchanged, every derivation produced by the framework is already a derivation in the base system. Soundness and conservativity follow directly, and operational completeness is obtained relative to any complete base system under an explicit weak-fairness assumption. We also establish bounded-delay simulation under <mml:math id="mml-ieqn-6"><mml:mi>K</mml:mi></mml:math>-fair scheduling, analyse the weight dynamics via the drift threshold <mml:math id="mml-ieqn-7"><mml:mi>τ</mml:mi><mml:mo>=</mml:mo><mml:mi>β</mml:mi><mml:mrow><mml:mo>/</mml:mo></mml:mrow><mml:mo stretchy="false">(</mml:mo><mml:mi>α</mml:mi><mml:mo>+</mml:mo><mml:mi>β</mml:mi><mml:mo stretchy="false">)</mml:mo></mml:math>, and clarify the scope of the results for monotonic and volatile-premise settings. The empirical evaluation compares <mml:math id="mml-ieqn-8"><mml:mrow><mml:mi mathvariant="normal">H</mml:mi><mml:mi mathvariant="normal">L</mml:mi><mml:mtext>-</mml:mtext><mml:mi mathvariant="normal">W</mml:mi></mml:mrow></mml:math> with BFS, random, rule-age, static-priority, recency-based, and frequency-based conflict-resolution strategies; it also reports component-level ablation, <mml:math id="mml-ieqn-9"><mml:mi>K</mml:mi></mml:math>-sensitivity, threshold-sensitivity, parameter-sensitivity, a distractor-density stress test, and targeted adversarial controls for fairness and priority ordering. On synthetic rule graphs with <mml:math id="mml-ieqn-10"><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mi mathvariant="normal">Γ</mml:mi><mml:mrow><mml:mo stretchy="false">|</mml:mo></mml:mrow><mml:mo>∈</mml:mo><mml:mo fence="false" stretchy="false">{</mml:mo><mml:mn>5</mml:mn><mml:mo>,</mml:mo><mml:mn>10</mml:mn><mml:mo>,</mml:mo><mml:mn>20</mml:mn><mml:mo>,</mml:mo><mml:mn>40</mml:mn><mml:mo>,</mml:mo><mml:mn>60</mml:mn><mml:mo>,</mml:mo><mml:mn>80</mml:mn><mml:mo>,</mml:mo><mml:mn>100</mml:mn><mml:mo fence="false" stretchy="false">}</mml:mo></mml:math> and 300 matched trials per configuration, <mml:math id="mml-ieqn-11"><mml:mrow><mml:mi mathvariant="normal">H</mml:mi><mml:mi mathvariant="normal">L</mml:mi><mml:mtext>-</mml:mtext><mml:mi mathvariant="normal">W</mml:mi></mml:mrow></mml:math> preserves 100% success while reducing inference steps by approximately <mml:math id="mml-ieqn-12"><mml:mn>3</mml:mn><mml:mo>×</mml:mo></mml:math> relative to BFS. Paired Wilcoxon signed-rank tests are significant in every configuration (<mml:math id="mml-ieqn-13"><mml:mi>p</mml:mi><mml:mo>&lt;</mml:mo><mml:mn>0.001</mml:mn></mml:math>). A diagnostic rule-system case study similarly preserves success while reducing average inference steps from 22.43 to 14.06. Wall-clock times are reported only for transparency; the primary empirical claim is inference-step reduction under a reproducible synthetic protocol, not Python-level runtime speedup. To probe behaviour beyond the monotonic success regime, we additionally report a four-part robustness battery—an incomplete-knowledge control in which premises are randomly removed, an unsolvable-instance control, a misleading-rule control, and a conflicting-constraint control with premise retraction. The battery shows that success degrades exactly with the solvability of the base system and never with the scheduler, that <mml:math id="mml-ieqn-14"><mml:mrow><mml:mi mathvariant="normal">H</mml:mi><mml:mi mathvariant="normal">L</mml:mi><mml:mtext>-</mml:mtext><mml:mi mathvariant="normal">W</mml:mi></mml:mrow></mml:math> never reports a derivation of a non-derivable target, and that the fairness override—dormant on the monotonic benchmark—becomes functionally necessary once a required rule schema can fall below threshold.},
DOI = {10.32604/cmc.2026.082945}
}



