arXiv:2608.30902cs.CL2026-08

用少量标注数据,让大模型学会用户偏好,无需大量人工标注。

Low-Resource Preference Adaptation of LLMs via Activation-Based Label Propagation

  • 通过分析模型中间激活值,发现优选和劣选回复有明显分离模式。
  • 仅用500条标注数据,就能为超5万条未标注数据打标签。
  • 特别适合文化、个性等难以标注的个性化场景,节省人力成本。

将大语言模型适配至用户特定偏好常受限于人工标注成本,尤其在文化、主观或个性化背景下,模型自身难以可靠标注偏好。本文研究发现,即使在预训练模型中,优选与劣选回复的中间激活值也形成可区分的聚类结构,且该结构在主流对齐数据上强化,但在非主流偏好下消失,表明对齐模型不适合作为非主流群体的判断依据。基于此,我们提出在少量标注偏好对(≤500)上训练轻量级线性探测器,并用于标注大规模未标注数据(50K+),以支持下游偏好优化。在多种数据集、优化方法及模型规模下系统评估显示,本方法在相同标注预算下优于直接训练,且在多数场景下媲美使用50-100倍更多标注数据的基线。代码已开源。

原文摘要 · Abstract (English)

Adapting large language models to user-specific preferences is often constrained by the cost of human annotation, making preference optimisation impractical in low-resource settings where preferences cannot be reliably labelled by LLMs themselves, e.g., due to cultural, subjective, or personalised contexts. In this paper, we investigate how language models encode preference information in their intermediate representations, finding that activations from chosen and rejected responses form distinct clusters across layers, even in pretrained models. Strikingly, this structure is strengthened by alignment on canonical datasets but erased when the target preferences differ from those the model was aligned on, suggesting aligned LLMs are poor judges for non-mainstream populations. Exploiting this structure, we propose training a lightweight linear probe on a few labelled preference pairs ($\leq$500) and using it to annotate large unlabelled datasets (50K+) for downstream preference optimisation. We systematically evaluate this approach across different datasets, preference optimisation methods and model scales and find that our method consistently outperforms direct training given the same annotation budget, and remains competitive against baselines trained on $50-100\times$ more labelled data in the majority of our settings. Code is available at https://github.com/alessioGalatolo/activ-pref-probe.

偏好优化低资源激活分析小样本

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。