Evaluate Integrated Gradients experiments against completeness, sensitivity, implementation invariance, and symmetry axioms.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill axiom_recovery_evaluation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Axiom Recovery Evaluation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-axiom-recovery-evaluation)More formats (shields.io, HTML) on the badges page.
---
name: axiom_recovery_evaluation
description: Evaluate Integrated Gradients experiments against completeness, sensitivity, implementation invariance, and symmetry axioms.
---
# Axiom Recovery Evaluation
Use this skill after attributions have been computed and a recovery run needs auditable metrics. Do not use it to compute attributions; it evaluates whether computed attributions preserve the paper's axiomatic mechanism.
## Inputs
- Attribution vector and `output_difference`.
- Completeness tolerance, using absolute error for small deterministic examples.
- Optional paired attribution vectors from equivalent implementations.
- Optional symmetric feature index groups.
- Optional sensitivity attribution for a single changed feature.
## Outputs
- Numeric completeness error.
- Boolean checks for completeness, sensitivity, implementation invariance, and symmetry.
- Overall `proxy_accepted` boolean when all supplied mechanism checks pass.
## Workflow
1. Compare attribution sum with the model output difference.
2. Mark Sensitivity(a) passed when a one-feature output change has nonzero attribution with the expected sign or magnitude.
3. Compare equivalent-implementation attributions within tolerance.
4. Check equal attributions for symmetric features with equal values.
5. Return a compact metric and mechanism-check dictionary for recovery artifacts.
## Validation
Run `python tests/test_axiom_evaluation.py` or the Distiller validator.
## Limitations
This skill validates the recovery mechanism. It does not prove visual saliency quality on ImageNet or replace a full benchmark when that runtime is available.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!