Admissible Explanation Space
- Admissible explanation space is a defined set of valid, semantically grounded inputs or hypotheses that yield interpretable model explanations.
- These spaces are constructed via feature mappings, hypothesis enumeration, or SMT-based region interpolation to ensure mathematical and semantic consistency.
- Empirical results demonstrate their role in enhancing attribution sparsity, hypothesis coverage, and sound region-based explanations in diverse applications.
An admissible explanation space defines a set of inputs, hypotheses, or features over which explanations of model predictions or scientific phenomena are valid, meaningful, and grounded in problem-specific semantics. This notion arises in multiple settings—including post-hoc XAI for time series, sampling-based hypothesis discovery, and logic-based neural network classification—with context-dependent definitions and requirements. Across applications, admissible explanation spaces delimit the universe of candidate explanations or input variations that are both interpretable to humans and mathematically consistent with a model, data, or task.
1. Formal Definitions Across Domains
The concept of admissible explanation space is instantiated differently depending on domain and goal:
- Attribution for time series models: An admissible explanation space comprises a reversible, almost everywhere differentiable map (with time series ), an interpretable coordinate system in , a baseline so that represents signal absence, and a metric such that small perturbations in yield bounded changes in (Rezaei et al., 2024). Requirements include invertibility (), (local) differentiability, baseline validity, interpretability, and metric regularity.
- Set-valued scientific hypothesis generation: In model-driven discovery, the admissible explanation space 0 is the enumerated set of all hypotheses from some syntactic universe 1 which are exactly consistent with given observations 2; formally, 3 with a deterministic validator 4 (Chen et al., 17 Oct 2025).
- Neural network region explanations: For classifiers 5, an admissible explanation space 6 relative to a decision 7 is any region such that 8 and 9 contains at least one 0 classified as 1 (Labbaf et al., 27 Nov 2025). In this context, 2 is typically represented as a quantifier-free linear real arithmetic formula 3.
2. Construction Methodologies
The strategies for constructing or operationalizing admissible explanation spaces vary by setting:
- Feature-space mappings for attribution: For time series, admissible spaces are built using transformations 4 (e.g., FFT, STFT, time-difference), each with a corresponding inverse and interpretable basis. Standard XAI methods (IG, SHAP) are applied post hoc in 5 by “wrapping” the model with 6. All candidate spaces must have an invertible and differentiable mapping 7 to enable gradient-based attribution (Rezaei et al., 2024).
- Explicit enumeration and validation: In set-valued explanation, 8 is constructed by generating all candidate hypotheses and filtering with the validator 9 (by domain: graph constraints, projection and gravity, Boolean equivalence). Canonicalization routines collapse task-specific symmetries to ensure distinctness (Chen et al., 17 Oct 2025).
- Craig interpolation and SMT: For neural network region explanations, the admissible set 0 is generated by encoding the network and class decision as a constraint system, then deriving an interpolant 1 from the unsatisfiable conjunction of a seed point 2 and the negated decision region. 3 then provably defines a region where 4 for all 5; optional refinement using unsatisfiable core minimization yields tighter regions (Labbaf et al., 27 Nov 2025).
3. Metrics and Evaluation
Different metrics are deployed to measure explanation quality:
- Attribution metrics: For time series, sparsity 6 and faithfulness flip rate 7 quantitatively assess the compactness and faithfulness of the attribution in various explanation spaces (Rezaei et al., 2024).
- Hypothesis space coverage: In model-based scientific workflows, three central metrics are used: Validity (precision), Uniqueness (non-redundancy), and Recovery (coverage). Explicit formulas:
8
These metrics disentangle correct constraint adherence from diversity and completeness; high Validity alone does not guarantee coverage of 9 (Chen et al., 17 Oct 2025).
- Soundness and completeness: For neural network explanations, the soundness guarantee is paramount: 0. Completeness—comprising maximality of 1—is not required, though interpolation strategies can tune the region size (Labbaf et al., 27 Nov 2025).
4. Concrete Instantiations
Admissible explanation spaces manifest concretely as:
| Domain | Space Construction | Format |
|---|---|---|
| Time Series Attribution | 2: FFT, STFT, diff, ... | 3 |
| Hypothesis Set (HypoSpace) | 4 via enumeration/validation | Finite set |
| Neural Net Regions (Space Exp) | Interpolant 5 via SMT | Region 6 |
Time Series: Examples include time domain (7), frequency (8), time-frequency (9), min-zero (0), and first-difference (1) spaces, each with tailored baselines and semantics (Rezaei et al., 2024).
HypoSpace: Case studies span:
- Causal graphs (DAGs) under intervention constraints.
- 3D voxel grids under projection and gravity constraints.
- Boolean expression trees with observed I/O constraints (Chen et al., 17 Oct 2025).
Neural Networks: Regions defined as half-spaces or polyhedra (e.g. 2) produced by interpolation provably cover points where the model’s output is invariant (Labbaf et al., 27 Nov 2025).
5. Empirical Findings and Practical Prescriptions
Empirical results highlight the impact and utility of admissible explanation spaces:
- Time series: Explanation domains other than time (notably STFT, difference, min-zero) achieve higher sparsity and faithfulness on benchmarks (e.g., STFT on AudioMNIST achieves 3, 100% faithfulness; frequency-domain explanations reach 4 faithfulness on FordA) (Rezaei et al., 2024). Choice of admissible space is guided by signal modality, interpretability, computational overhead, and baseline semantics.
- Hypothesis generation: As 5 scales, strong LLMs sustain high Validity but exhibit declining Uniqueness and Recovery, exposing mode collapse; comprehensive exploration of 6 requires diversity-focused decoding or explicit memory (Chen et al., 17 Oct 2025).
- Neural network explanations: Interpolant-based admissible spaces offer tighter, more expressive and scalable regions than axis-aligned intervals or abductive (per-sample) explanations. In practical benchmarks, region-based explanations relax more features, require fewer solver calls, and run faster than alternative methods (Labbaf et al., 27 Nov 2025).
6. Theoretical Guarantees and Limitations
Admissible explanation spaces come with distinct theoretical properties:
- Soundness: For region explanations via interpolation, every 7 in 8 maintains output 9.
- Maximality: Not required by definition; possible to adjust via different interpolation schemes to trade off between region volume and shape (Labbaf et al., 27 Nov 2025).
- Composability: Admissible spaces can be constructed without retraining the model or modifying XAI methods, fostering compatibility and agnosticity (Rezaei et al., 2024).
- Challenges: In hypothesis settings, full enumeration is feasible only in structured domains of moderate combinatorial size; for large-scale domains, efficient approximation remains an open problem. For attribution, the choice of mapping 0 and baseline 1 is critical for interpretability and faithfulness.
7. Significance and Future Directions
The admissible explanation space concept enables interpretable, theoretically grounded, and context-sensitive explanations across machine learning and computational science. Its utility has been demonstrated for increasing post-hoc explanation fidelity, rigorously evaluating LLM hypothesis diversity, and establishing sound region-based guarantees in neural classification. Open questions include maximally efficient enumeration and proposal strategies for large 2; formal definitions of interpretability for complex explanation domains; and scale-out of logic-based region explanation to deep or high-dimensional networks. Across settings, admissible explanation spaces serve as crucial infrastructure for systematic, high-coverage, and semantically meaningful model understanding (Rezaei et al., 2024, Chen et al., 17 Oct 2025, Labbaf et al., 27 Nov 2025).