Ideology as a Problem: Lightweight Logit Steering for Annotator-Specific Alignment in Social Media Analysis
Wei Xia, Haowen Tang, Luozheng Li
TL;DR
The paper addresses ideological misalignment in political annotation by treating ideology as a low-dimensional structure in hidden representations and implementing a lightweight readout-level logit calibration. It introduces a dual-probe mechanism with a directional term $s$ and a nonnegative score $g$, combined asymmetrically with a redistribution parameter $\mu$ to produce calibrated logits $\hat{z}$ from a frozen LLM. Trained on a small annotator-specific dataset, the method yields large accuracy and Macro-F1 gains on the MITweet benchmark across two open-weight LLMs, while preserving the base model's capabilities. The work demonstrates both the geometry of ideological representations and a practical, scalable approach for annotator-specific alignment, with open-source implementation for broader adoption.
Abstract
LLMs internally organize political ideology along low-dimensional structures that are partially, but not fully aligned with human ideological space. This misalignment is systematic, model specific, and measurable. We introduce a lightweight linear probe that both quantifies the misalignment and minimally corrects the output layer. This paper introduces a simple and efficient method for aligning models with specific user opinions. Instead of retraining the model, we calculated a bias score from its internal features and directly adjusted the final output probabilities. This solution is practical and low-cost and preserves the original reasoning power of the model.
