Search papers, labs, and topics across Lattice.
This paper introduces SyRuP, a novel decoding-time framework that enhances adherence to system prompts in large language models (LLMs) without the need for model tuning. By training a cross-attention reward head on system-prompt-conditioned preference pairs, SyRuP generates token-level adherence scores that guide the model's output during inference. Experimental results demonstrate that SyRuP significantly outperforms existing prompting and decoding-time methods, providing a practical solution for improved prompt following with minimal inference overhead.
Explicit token-level guidance can dramatically enhance LLM adherence to complex system prompts without altering the underlying model architecture.
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 can be insufficient for complex or compositional prompts. Existing approaches often require model tuning or response-level reranking, limiting their practicality for lightweight inference-time control. We introduce SyRuP, a decoding-time framework for improving system-prompt adherence while keeping the base LM frozen. SyRuP trains a cross-attention reward head from system-prompt-conditioned preference pairs, treating the system prompt as a separate memory to produce token-level adherence scores. At inference, SyRuP reranks the base LM's top-k candidates by combining base logits with the learned reward signal and an optional contrastive signal capturing system-induced logit shifts. Experiments on system-prompt following benchmarks show that SyRuP consistently outperforms prompting and decoding-time baselines with moderate inference overhead. These results suggest that explicit token-level guidance is an effective and practical mechanism for reliable system-prompt following.