๐ค AI Summary
This work addresses the low efficiency of temporal logic verification for parametric Markov chains (pMCs). We propose the Generalized Parameter Lifting (GPL) framework, which overcomes the limitations of conventional parameter lifting methodsโnamely, their reliance on strong monotonicity and linear parameter structures. GPL integrates an abstraction-refinement paradigm with a large-step parameter transformation algorithm to significantly reduce parameter coupling and improve abstraction fidelity. Furthermore, it synergistically combines symbolic probabilistic modeling with non-parametric model checking to enable efficient, full-parameter-space verification. Experimental evaluation on diverse benchmarks demonstrates that GPL achieves speedups of one to two orders of magnitude over state-of-the-art approaches, supports substantially larger pMCs, and markedly enhances scalability and practical applicability.
๐ Abstract
Parametric Markov chains (pMCs) are Markov chains (MCs) with symbolic probabilities. A pMC encodes a family of MCs, where each member is obtained by replacing parameters with constants. The parameters allow encoding dependencies between transitions, which sets pMCs apart from interval MCs. The verification problem for pMCs asks whether each MC in the corresponding family satisfies a given temporal specification. The state-of-the-art approach for this problem is parameter lifting (PL) -- an abstraction-refinement loop that abstracts the pMC to a non-parametric model analyzed with standard probabilistic model checking techniques. This paper presents two key improvements to tackle the main limitations of PL. First, we introduce generalized parameter lifting (GPL) to lift various restrictive assumptions made by PL. Second, we present a big-step transformation algorithm that reduces parameter dependencies in pMCs and, therefore, results in tighter approximations. Experiments show that GPL is widely applicable and that the big-step transformation accelerates pMC verification by up to orders of magnitude.