Project FFN value vectors through an LM head to rank promoted tokens for mechanistic concept analysis.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill ffn_vocabulary_projection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ffn Vocabulary Projection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-ffn-vocabulary-projection)More formats (shields.io, HTML) on the badges page.
---
name: ffn_vocabulary_projection
description: Project FFN value vectors through an LM head to rank promoted tokens for mechanistic concept analysis.
---
# ffn_vocabulary_projection
Use this skill for the FFN value-vector concept-promotion workflow when its input contract matches the module plan. It should be used during recovery only with current-attempt artifacts, generated fixtures, model weights from allowed caches, or paper-derived descriptions. Do not read the original source repository.
## Inputs
Structured JSON data matching the module contract: matrices, vocabulary tokens, concept lexicons, activations, or runtime handoff paths as appropriate.
## Outputs
Deterministic JSON records suitable for downstream modules and recovery validation. Outputs preserve provenance, include numeric scores where relevant, and expose failed checks rather than hiding them.
## Workflow
Validate dimensions and required fields, execute the paper-inspired operation, write JSON output, and use the output as evidence for the next module. The operation preserves the central paper insight that FFN value vectors can be interpreted by their vocabulary-logit contribution and by activation-conditioned promotion of concept tokens.
## Validation
Run the script fixture with `python scripts/project_vocabulary.py --fixture` when supported and run the tests with the Distiller skill-tree validator.
## Limitations
This is a reusable deterministic helper, not a full language-model runner. Full-scale claims require real model weights; soft-mode recovery may use deterministic proxy fixtures only when declared and mechanism-faithful.
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!