PulseAugur
实时 18:41:04
English(EN) SyRuP: Enhancing System-Prompt Following via Reward-Guided Prediction in LLM Decoding

新的SyRuP框架在解码时改进了LLM的系统提示遵循

研究人员开发了SyRuP,一个旨在增强大型语言模型(LLM)在解码阶段遵循系统提示的新框架。与需要模型微调或响应重排的方法不同,SyRuP通过训练一个交叉注意力奖励头在推理时运行。该头使用系统提示条件偏好对来生成令牌级别的遵循分数。在推理时,SyRuP将基础LM的logits与这个学习到的奖励信号相结合,对候选响应进行重排,在开销极小的情况下,一致地优于现有的提示和解码时基线。 AI

影响 该方法可以在无需昂贵的模型再训练的情况下,实现更可靠和可控的LLM输出。

排序理由 该集群包含一篇详细介绍改进LLM行为新方法的学术论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的SyRuP框架在解码时改进了LLM的系统提示遵循

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Seoyeon Kim, Minjae Kang, Jaehyung Kim ·

    SyRuP: Enhancing System-Prompt Following via Reward-Guided Prediction in LLM Decoding

    arXiv:2607.23991v1 Announce Type: cross Abstract: Large Language Models (LLMs) are increasingly controlled through system prompts that specify roles, styles, formats, and safety requirements. However, models follow these prompts only implicitly through in-context learning, which …