Papers
Topics
Authors
Recent
Search
2000 character limit reached

Admissible Explanation Space

Updated 10 January 2026
  • 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 (E,φ,b,dE)(E, \varphi, b, d_E) comprises a reversible, almost everywhere differentiable map φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m (with time series XRnX \subset \mathbb{R}^n), an interpretable coordinate system in EE, a baseline bEb \in E so that φ1(b)\varphi^{-1}(b) represents signal absence, and a metric dEd_E such that small perturbations in EE yield bounded changes in XX (Rezaei et al., 2024). Requirements include invertibility (xX,φ1(φ(x))=x\forall x \in X,\, \varphi^{-1}(\varphi(x)) = x), (local) differentiability, baseline validity, interpretability, and metric regularity.
  • Set-valued scientific hypothesis generation: In model-driven discovery, the admissible explanation space φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m0 is the enumerated set of all hypotheses from some syntactic universe φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m1 which are exactly consistent with given observations φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m2; formally, φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m3 with a deterministic validator φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m4 (Chen et al., 17 Oct 2025).
  • Neural network region explanations: For classifiers φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m5, an admissible explanation space φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m6 relative to a decision φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m7 is any region such that φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m8 and φ:XERm\varphi: X \rightarrow E \subset \mathbb{R}^m9 contains at least one XRnX \subset \mathbb{R}^n0 classified as XRnX \subset \mathbb{R}^n1 (Labbaf et al., 27 Nov 2025). In this context, XRnX \subset \mathbb{R}^n2 is typically represented as a quantifier-free linear real arithmetic formula XRnX \subset \mathbb{R}^n3.

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 XRnX \subset \mathbb{R}^n4 (e.g., FFT, STFT, time-difference), each with a corresponding inverse and interpretable basis. Standard XAI methods (IG, SHAP) are applied post hoc in XRnX \subset \mathbb{R}^n5 by “wrapping” the model with XRnX \subset \mathbb{R}^n6. All candidate spaces must have an invertible and differentiable mapping XRnX \subset \mathbb{R}^n7 to enable gradient-based attribution (Rezaei et al., 2024).
  • Explicit enumeration and validation: In set-valued explanation, XRnX \subset \mathbb{R}^n8 is constructed by generating all candidate hypotheses and filtering with the validator XRnX \subset \mathbb{R}^n9 (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 EE0 is generated by encoding the network and class decision as a constraint system, then deriving an interpolant EE1 from the unsatisfiable conjunction of a seed point EE2 and the negated decision region. EE3 then provably defines a region where EE4 for all EE5; 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 EE6 and faithfulness flip rate EE7 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:

EE8

These metrics disentangle correct constraint adherence from diversity and completeness; high Validity alone does not guarantee coverage of EE9 (Chen et al., 17 Oct 2025).

  • Soundness and completeness: For neural network explanations, the soundness guarantee is paramount: bEb \in E0. Completeness—comprising maximality of bEb \in E1—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 bEb \in E2: FFT, STFT, diff, ... bEb \in E3
Hypothesis Set (HypoSpace) bEb \in E4 via enumeration/validation Finite set
Neural Net Regions (Space Exp) Interpolant bEb \in E5 via SMT Region bEb \in E6

Time Series: Examples include time domain (bEb \in E7), frequency (bEb \in E8), time-frequency (bEb \in E9), min-zero (φ1(b)\varphi^{-1}(b)0), and first-difference (φ1(b)\varphi^{-1}(b)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. φ1(b)\varphi^{-1}(b)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 φ1(b)\varphi^{-1}(b)3, 100% faithfulness; frequency-domain explanations reach φ1(b)\varphi^{-1}(b)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 φ1(b)\varphi^{-1}(b)5 scales, strong LLMs sustain high Validity but exhibit declining Uniqueness and Recovery, exposing mode collapse; comprehensive exploration of φ1(b)\varphi^{-1}(b)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 φ1(b)\varphi^{-1}(b)7 in φ1(b)\varphi^{-1}(b)8 maintains output φ1(b)\varphi^{-1}(b)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 dEd_E0 and baseline dEd_E1 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 dEd_E2; 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).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Admissible Explanation Space.