Llama-3.1-8B CEFR 1-Layer MLP Steering Head (Ordinal Universal)
This repository contains a 1-Layer Linear Classifier Head designed to steer the hidden representations of meta-llama/Llama-3.1-8B-Instruct towards specific CEFR proficiency levels (A1-C2).
🧠 Architectural Rationale
Unlike deeper multi-layer MLPs, this 1-layer head maps hidden representations ($d=4096$) directly to CEFR logits ($d=6$) using a single linear layer with an input dropout of 0.35. By eliminating ReLU activations and LayerNorm scaling, this architecture ensures: