LLMVis / components

Commit History

Fixed slider loading bug
4416500

cdpearlman commited on

Updated and partitioned glossary
e2d10e5

cdpearlman commited on

Moved glossary button to header instead of hidden in sidebar
42ae447

cdpearlman commited on

Added simpler ablation experiment buttons to add full categories
3c5f2fd

cdpearlman commited on

Added pre-built prompts for app and chatbot
018a9f2

cdpearlman commited on

Bug fix: type issue with models leading to gibberish outputs
5528a77

cdpearlman commited on

Replace token references with word in output selection stage
ac0335e

cdpearlman Claude Opus 4.6 commited on

Rename L#-H# notation to L#-D# for detector consistency
deb2071

cdpearlman Claude Opus 4.6 commited on

Reduce jargon across UI for younger/less-technical audiences
abf6a1c

cdpearlman Claude Opus 4.6 commited on

Fixed ablation graphs first token population, still need to fix original graphs when no beam selected
670d882

cdpearlman commited on

Fixed duplicate activation store bug
78cc5b4

cdpearlman commited on

added color swatches for easy mapping from attention categories to BertViz
96e2bc7

cdpearlman commited on

display attention category scores in order
c629c1f

cdpearlman commited on

completed the rest of the explanation improvements from JARVIS audit
ff1ba74

cdpearlman commited on

New models chosen and rag docs updated
f478beb

cdpearlman commited on

Attention refactor, better categorization and explanation
7fa8fb4

cdpearlman commited on

Fixed glossary UI to be cleaner
1cce926

cdpearlman commited on

Added glossary embeddings and explanations
2800225

cdpearlman commited on

ablation experiment fixes, better UI and full sequence comparison
a938eeb

cdpearlman commited on

feat(output): Add token scrubber with per-position top-5 next-token probabilities
d60cfe2

cdpearlman Cursor commited on

Add drag-to-resize on chat window left edge
718dfcb

cdpearlman Cursor commited on

Added message greeting to chatbot
b6266bb

cdpearlman commited on

Reset chat history on browser refresh to show greeting
cbe8dbf

cdpearlman Cursor commited on

Add greeting message to chatbot on first open
678a73d

cdpearlman Cursor commited on

Resolve merge conflicts in README.md and todo.md
b4d0227

cdpearlman Cursor commited on

feat: Add AI chatbot with Gemini integration and RAG support
62884e7

cdpearlman Cursor commited on

cleanup for merge
b194610

cdpearlman commited on

chore: remove unused code, imports, and deprecated functions
2965a7d

cdpearlman Cursor commited on

conductor setup
aabd66e

cdpearlman commited on

conductor(checkpoint): Checkpoint end of Phase 2: Frontend Control Panel
24bd049

cdpearlman commited on

Fix ablation head selection: handle old data format, prevent spurious selections on render
bb577e6

cdpearlman commited on

Fix 5 UI issues: comparison button, tokenization layout, expandable attention categories, BertViz instructions, multi-layer ablation
0f46e9c

cdpearlman commited on

rules change for simple git commit messages
d90df7f

cdpearlman commited on

Refactor analysis scope and enhance attention UI (Agents F and G)
8a1fc4b

cdpearlman commited on

Add educational explanations to pipeline stages (Agent C): embedding lookup table, MLP knowledge storage, attention viz guide
3e6c5b6

cdpearlman commited on

Improve UI clarity: rename generation settings labels and remove score display
d134e9a

cdpearlman commited on

Add comprehensive test suite for utility modules (73 tests)
e13b1ba

cdpearlman commited on

Refactor: Replace heatmap with pipeline explanation visualization
3850656

cdpearlman commited on

heatmap implementation
ac745db

cdpearlman commited on

Ablation updated for full sequence, needs refactor for front-end and workflow
2ad1c2e

cdpearlman commited on

Fixed errors for beam search refactor
c19d5a8

cdpearlman commited on

Switched to beam search instead of single token
4c3d673

cdpearlman commited on

Fix storage quota error by using memory storage and add type safety checks
cc96787

cdpearlman commited on

Update layer highlighting to 100% threshold for actual output token only
9d22c3c

cdpearlman commited on

Improve explanations: optimize head categorization and comparison thresholds, enhance ablation explanation, rewrite all tooltips for high school level
b828e58

cdpearlman commited on

Clean up: fix significant layer threshold to 50%, remove unused logit lens parameter, remove certainty calculations
a4e6de8

cdpearlman commited on

Add ablation experiment before/after comparison with Reset button
d701d46

cdpearlman commited on

Fix token predictions not being collected - changed condition to check for block_outputs and norm_parameters instead of logit_lens_parameter
d6f21db

cdpearlman commited on

Implement PHASE 3: Tokenization Explanation Section - Created components/tokenization_panel.py with three-column layout - Added HTML/CSS-based static tokenization diagram - Integrated tokenization panel into main_panel.py - Added update_tokenization_display() callback - Added CSS styling with hover effects and connecting lines - Implemented comparison mode support with vertical stacking
f0bb174

cdpearlman commited on

PHASE 2: UI Component Removal & Cleanup - Removed Check Token feature, Bottom Experiments section, certainty display, and top_attended section from layer accordions. Cleaned up related CSS.
313afef

cdpearlman commited on