Probing classifiers / MLP probing classifiers / Q16 classifier

anchor

Freeze the model, train a small supervised model on its internal activations to predict a property of the input. The probe's capacity matters: a strong probe can recover information the model itself never uses, so linear and non-linear probes answer different questions. The anchor is Alain and Bengio, who introduced linear probes; Belinkov's 2021 survey (arXiv 2102.12452) is the other reference commonly cited for the same idea.

Findings