CoolFace
Apppublic

peterdresslar/attn-signal-lab

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

About Attention Signal Lab

This is an experimental project companion for Peter Dresslar's Master's Degree Applied Project, Complex Systems Science, Arizona State University, Spring 2026. Advisor: Professor Bryan Daniels.

Attention Signal Lab is an application toolbench for exploring attention-based language models, especially the geometry of multi-layer hidden states, attention-derived signals, prompt batteries, and intervention response surfaces.

This application is intended to provide an interactive atlas and exploratory interface for current findings. The present version is an internal research preview.

Current Browser

The atlas browser visualizes hidden-state coordinate maps from baseline model runs. Each point is one prompt. Coordinates are derived from PCA over selected hidden-state slices, including last-token states, mean-pooled states, embedding-layer states, final-layer states, and all-layer concatenations.

The current app shell is powered by the single maintained manifest at public/available-data-manifest.json and wraps the existing fast standalone Plotly pages under public/pca-browser/. The next data migration will remove legacy signal-lab intervention fields from public bundles and switch public prompt exports to generated-only battery-6o.

References