paper-with-me

홈 › Papers

Synthetic Persona Pretraining: Alignment from Token Zero

2026-08-13 · Julian Minder, Viktor Moskvoretskii, Raghav Singhal, Difan Jiao, Andy Arditi, Shaobo Cui, Yiderigun Borjigin, Kartik Bali, Stefan Krsteski, Harsh Raj, Huu Nguyen, Jannik Brinkmann, Ashton Anderson, Roland Aydin, Robert West arxiv

As language-model-based AI is increasingly deployed in autonomous settings, aligning its goals and values with those of humans becomes critical. Today, alignment, and the assistant identity itself, are typically introduced only after pretraining, once behavioral priors are already established. This can make values a thin overlay, rather than deeply rooted, and facilitate subsequent misalignment. Pursuing a different paradigm, we introduce Synthetic Persona Pretraining (SPP), which installs the desired assistant persona from token zero in pretraining. First, we annotate pretraining documents with value-aligned first-person reflections derived from a normative value constitution. Second, we pretrain via the standard cross-entropy loss on standard pretraining documents as well as their reflections, which installs the desired persona among a multitude of other personas. Finally, we post-train on user-assistant dialogue data, which binds this desired persona to the assistant identity, a process we call persona binding. By pretraining models up to 3B parameters on 500B tokens, we show that SPP improves constitution following and jailbreak robustness, and reduces the misalignment rate in out-of-distribution moral dilemmas, while preserving capabilities. Early intervention matters: compared with alignment from token zero, introducing SPP only at the end of pretraining yields weaker constitution adherence, does not shift value priorities, and leads to less aligned choices in dilemmas. This advantage depends on persona binding and, importantly, increases with pretraining budget. Overall, our results show that shaping values early is critical for alignment and establish pretraining-time persona interventions as an effective approach to do so.

📄 PDF Abstract BibTeX arXiv:2608.13482

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PreAlign: Boosting Cross-Lingual Transfer by Early Establishment of Multilingual Alignment

2024-07-23 · Jiahuan Li, ShuJian Huang, Aarron Ching, Xinyu Dai 외

Large language models demonstrate reasonable multilingual abilities, despite predominantly English-centric pretraining. However, the spontaneous multilingual alignment in these models is shown to be weak, leading to unsa…

Cross-Lingual TransferLanguage ModelingLanguage ModellingZero-Shot Cross-Lingual Transfer

BhashaKritika: Building Synthetic Pretraining Data at Scale for Indic Languages

2025-11-13 · Guduru Manoj, Neel Prabhanjan Rachamalla, Ashish Kulkarni, Gautam Rajeev 외 arxiv

In the context of pretraining of Large Language Models (LLMs), synthetic data has emerged as an alternative for generating high-quality pretraining data at scale. This is particularly beneficial in low-resource language …

Arctic-SnowCoder: Demystifying High-Quality Data in Code Pretraining

2024-09-03 · Yuxiang Wei, Hojae Han, Rajhans Samdani

Recent studies have been increasingly demonstrating that high-quality data is crucial for effective pretraining of language models. However, the precise definition of "high-quality" remains underexplored. Focusing on the…

Code GenerationHumanEval

Pretraining Language Models with Human Preferences

2023-02-16 · Tomasz Korbak, Kejian Shi, Angelica Chen, Rasika Bhalerao 외

Language models (LMs) are pretrained to imitate internet text, including content that would violate human preferences if generated by an LM: falsehoods, offensive comments, personally identifiable information, low-qualit…

Imitation LearningLanguage Modelling

Persona-Aware Alignment Framework for Personalized Dialogue Generation

2025-11-13 · Guanrong Li, Xinyu Liu, Zhen Wu, Xinyu Dai arxiv

Personalized dialogue generation aims to leverage persona profiles and dialogue history to generate persona-relevant and consistent responses. Mainstream models typically rely on token-level language model training with …

Dialogue Generation