论文精选

一种让大语言模型输出更短的方法

LOCUS: Task-Aware Low-Rank Post-Training for Token-Efficient Language Generation

精选理由

朋友A发现了一种新方法,能让像Pythia-2.8B这样的模型生成更短的回答,而且效率很高,只改了很少的参数。

研究人员提出了一种名为LOCUS的新方法,它通过调整模型参数来减少输出文本的长度。在测试中,该方法在Pythia-2.8B模型上使输出长度减少了高达39.84%,在Qwen2.5-3B模型上减少了14.87%到17.58%,同时只更新了不到0.3%的参数。

原文 · arXiv: Anthropic

LOCUS: Task-Aware Low-Rank Post-Training for Token-Efficient Language Generation

Large language model serving costs scale directly with output sequence length, yet standard preference alignment often inflates response verbosity without improving utility. We study whether the parameterization of post-training updates affects generation length: low-rank subspaces alter sequence length without modifying the alignment loss. We present LOCUS, a method that selects a task-aware low-rank adaptation subspace to minimize output-token cost subject to a utility constraint. Within this subspace, post-training retains the native preference objective with a frozen backbone. Across Anthropic HH-RLHF dialogue preferences, we evaluate two $\sim$3B decoder backbones, Pythia-2.8B and Qwen2.5-3B, against protocol-matched full-parameter DPO and DrDPO branches and the released SamPO checkpoint. LOCUS reduces continuation length by up to 39.84\% on Pythia-2.8B and by 14.87--17.58\% on Qwen2.5-3B while updating only 0.24--0.28\% of model parameters, with no material change in the internal preference diagnostic.