paper-with-me

Papers

Cautious Context Steering for Language Model Personalization

2026-08-06 · Gihoon Kim, Jeyoung Lee, Suhan Woo, Sekwon Oh, Minsu Jeon, Hyounsoo Han, Euntai Kim arxiv

Personalizing language models (LMs) to individual user preferences is essential for aligning responses with diverse goals and backgrounds. Existing methods typically train a separate adapter for each user or learn a reward model whose scores depend on the user. Despite explicitly optimizing for each user, these methods must learn from limited observations and therefore suffer from data sparsity and poor generalization to unseen users and domains. In-context learning (ICL) and Context Steering (CoS) can instead provide more effective personalization by conditioning the base LM directly on user context and leveraging its pretrained capabilities without per-user training. Yet neither adapts the influence of that context across decoding steps: ICL leaves it uncontrolled, whereas CoS applies a fixed steering coefficient and requires two LM forward passes per step. We propose Cautious Context Steering (CCS), which adds a lightweight adapter to a frozen backbone LM to decide at each token whether and how strongly user context should affect generation. The adapter learns this behavior from an oracle context-conditioned LM and preserves the base LM when the context is not helpful. A single CCS adapter trained on only one dataset improves generation quality both in-domain and across four out-of-distribution personalization benchmarks, demonstrating robust generalization to new users and domains. CCS also avoids per-user fine-tuning and the additional context-conditioned forward pass required by CoS, substantially reducing inference cost.

📄 PDF Abstract BibTeX arXiv:2608.05813

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Steering Large Language Models for Machine Translation Personalization

2025-05-22 · Daniel Scalena, Gabriele Sarti, Arianna Bisazza, Elisabetta Fersini 외

High-quality machine translation systems based on large language models (LLMs) have simplified the production of personalized translations reflecting specific stylistic constraints. However, these systems still struggle …

Machine TranslationTranslation

Fints: Efficient Inference-Time Personalization for LLMs with Fine-Grained Instance-Tailored Steering

2025-10-31 · Kounianhua Du, Jianxing Liu, Kangning Zhang, Wenxiang Jiao 외 arxiv

The rapid evolution of large language models (LLMs) has intensified the demand for effective personalization techniques that can adapt model behavior to individual user preferences. Despite the non-parametric methods uti…

parameter-efficient fine-tuningText Generation

SteerX: Disentangled Steering for LLM Personalization

2025-10-25 · Xiaoyan Zhao, Ming Yan, Yilun Qiu, Haoting Ni 외 arxiv

Large language models (LLMs) have shown remarkable success in recent years, enabling a wide range of applications, including intelligent assistants that support users' daily life and work. A critical factor in building s…

Causal Inference

CoSteer: Collaborative Decoding-Time Personalization via Local Delta Steering

2025-07-07 · Hang Lv, Sheng Liang, Hao Wang, Hongchao Gu 외

Personalized text generation has become crucial for adapting language models to diverse and evolving users' personal context across cultural, temporal, and contextual dimensions. While existing methods often rely on cent…

Text Generation

CoS: Enhancing Personalization and Mitigating Bias with Context Steering

2024-05-02 · Jerry Zhi-Yang He, Sashrika Pandey, Mariah L. Schrum, Anca Dragan

When querying a large language model (LLM), the context, i.e. personal, demographic, and cultural information specific to an end-user, can significantly shape the response of the LLM. For example, asking the model to exp…

Bayesian InferenceLanguage ModellingLarge Language Model