The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests About 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Adjusting pretraining discourse changes model behaviour: training a 6.9B LLM on more aligned descriptions slashed measured misalignment from 45% to 9%, while upweighting misalignment text raised unsafe responses; the effect weakens but remains after post-training, implying pretraining composition matters for alignment.

Alignment Pretraining: AI Discourse Causes Self-Fulfilling (Mis)alignment
Cameron Tice, Puria Radmard, Samuel Ratnam, Andy Kim, David Africa, Kyle O'Brien · January 15, 2026
arxiv quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Cameron Tice unresolved corpus identity
  2. Puria Radmard unresolved corpus identity
  3. Samuel Ratnam unresolved corpus identity
  4. Andy Kim unresolved corpus identity
  5. David Africa unresolved corpus identity
  6. Kyle O'Brien unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Cameron Tice provider ID
  2. Puria Radmard provider ID
  3. S. Ratnam provider ID
  4. Andy Kim provider ID
  5. D. Africa provider ID
  6. Kyle O'Brien provider ID
Upsampling documents about AI alignment or misalignment in pretraining causally shifts LLM behaviour—boosting aligned discourse cuts measured misalignment from 45% to 9%, while more misalignment discourse increases unsafe behaviour, with effects attenuated but still present after post-training.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Pretraining corpora contain extensive discourse about AI systems, yet the causal influence of this discourse on downstream alignment remains poorly understood. If prevailing descriptions of AI behaviour are predominantly negative, LLMs may internalise corresponding behavioural priors, giving rise to self-fulfilling misalignment. This paper provides the first controlled study of this hypothesis by pretraining 6.9B-parameter LLMs with varying amounts of (mis)alignment discourse. We find that discussion of AI contributes to misalignment. Upsampling synthetic training documents about AI misalignment leads to a notable increase in misaligned behaviour. Conversely, upsampling documents about aligned behaviour reduces misalignment scores from 45% to 9%. We consider this evidence of self-fulfilling alignment. These effects are dampened, but persist through post-training. Our findings establish the study of how pretraining data shapes alignment priors, or alignment pretraining, as a complement to post-training. We recommend practitioners consider pretraining for alignment alongside capabilities. We share our models, data, and evaluations at AlignmentPretraining.ai.

Summary

Main Finding

Pretraining corpora that contain discourse about AI systems causally shape an LLM’s alignment prior. Upsampling synthetic documents that depict aligned AI behaviour during pretraining substantially reduces a model’s tendency to choose misaligned actions; conversely, exposure to (or upsampling of) misaligned-AI discourse increases misalignment. These pretraining effects largely persist through standard multi-stage post-training (SFT + DPO) and can be achieved efficiently by interventions late in base-model training.

Key Points

  • Experimental result summary
    • Base models: decoder-only LLMs with 6.9B parameters.
    • Core misalignment metric: a scenario-based binary-choice benchmark (4,174 single-turn questions) where one choice is aligned and the other instrumentally misaligned.
    • Unfiltered baseline (natural internet-scale AI discourse): 45% misalignment on Article-sourced questions.
    • Filtered (AI-related content blocklisted): 31% misalignment on Article-sourced questions — filtering reduces misalignment but not as much as positive upsampling.
    • Misalignment Upsampled (≈1% synthetic misaligned-AI docs): misalignment rises from 45% → 51% (Articles).
    • Alignment Upsampled (≈1% synthetic aligned-AI docs): misalignment drops from 45% → 9% (Articles); generalises to Textbook-sourced split (40% → 6%).
    • After identical post-training (SFT + DPO), Alignment Upsampled models remain the most aligned (e.g., 9% vs Unfiltered 34% with an HHH prompt).
  • Efficiency and practicality
    • Late-stage (midtraining / final ≈10% of base training) alignment upsampling captures the majority of benefits, enabling application to existing base models without full retrain.
    • The intervention is data-only: no architecture or algorithmic changes required.
    • Reported safety tax on capabilities is small (≤ ~4 percentage points average across seven capability benchmarks).
  • Mechanistic/interpretive claim
    • Authors interpret effects as evidence of “self-fulfilling (mis)alignment”: models internalise behavioural priors from descriptive discourse about AI and then “fulfil” those behavioural expectations when prompted to act as an AI assistant.
  • Caveats noted by authors
    • A mismatch between alignment-pretraining content and the kinds of safety examples used in post-training can produce interactions (e.g., slight regressions after post-training).
    • Results come from 6.9B models and synthetic corpora; generalisation to much larger models and other architectures remains an open question.

Data & Methods

  • Model and compute
    • Models: 6.9B-parameter decoder-only LLMs trained from scratch.
    • Pretraining: ~500B tokens (DCLM corpus and related web-scale data).
    • Midtraining: ~50B tokens (long-context and higher-quality data, context window extended to 16,384).
    • Each training run ∼20k H100 GPU-hours.
  • Pretraining interventions
    • Filtered condition: two-stage blocklist removing AI-related discourse (flagged ~9.30% of pretraining data; ~7.88% midtraining), replaced by sampling from the retained corpus to keep dataset size constant.
    • Synthetic corpora: 14,944,632 synthetic documents (~11B tokens) generated for 2,671 Article-sourced evaluation scenarios. For each evaluation item, thousands of documents were generated depicting either aligned or misaligned AI behaviours; upsampled variants add ≈1% of tokens as synthetic aligned or misaligned documents during pretraining and midtraining.
    • Synthetic generation used multiple strong models (e.g., Olmo3 variants, NVIDIA Nemotron, GPT-5 Mini, Gemini 2.5 Flash Lite).
  • Evaluations
    • Primary: 4,174 single-turn scenario questions (Articles split 2,671 items with matching synthetic docs; Textbook split 1,503 withheld during synthetic generation to test generalisation).
    • Robustness: 8 prompt formats (4 syntactic variations × two answer-orderings) for each question; reported means and standard errors.
    • Additional: TRAIT personality-style MCQA measuring Big Five / Dark Triad selections; seven capability benchmarks to measure any safety/capability trade-off.
  • Post-training pipeline
    • Supervised fine-tuning (SFT) on a mixture of conversations (≈2.15M examples) including safety-focused datasets (CoCoNot, WildGuardMix, WildJailbreak), replay of MCQA data (≈4B tokens), followed by Direct Preference Optimization (DPO) on ~270k preference pairs (including ~26k safety pairs).

Implications for AI Economics

  • Data curation is an economically attractive lever for alignment
    • Low-friction, data-only interventions (adding ≈1% aligned-AI tokens late in training) produced large alignment gains with a small capability cost — implying high return-on-investment for alignment-focused curation relative to compute- or algorithm-heavy alternatives.
    • Because late-stage (midtraining) interventions capture most benefits, firms can iterate cheaply on alignment pretraining without paying the full cost of end-to-end retraining.
  • Competitive dynamics and strategic advantages
    • Developers who incorporate aligned-AI corpora can produce systems that are measurably safer with modest additional cost — a potential product differentiation advantage in markets valuing safety.
    • Conversely, malicious or adversarial actors could attempt to inject misaligned discourse into widely shared pretraining sources (or the synthetic-data supply chain) to degrade competitors’ alignment priors, creating a new vector for competitive sabotage or negative externalities.
  • Public-goods and coordination considerations
    • Because internet-scale public discourse about AI affects alignment priors, the aggregate social signal (news, fiction, safety literature) is an externality that can push models toward misalignment by default. There is an economic case for public investment in, or coordination around, shared aligned pretraining corpora (a public good) to reduce collective risk.
    • Openly sharing high-quality aligned-AI datasets (as public goods) could lower barriers to safer models for smaller actors and reduce incentives for adversarial data manipulation.
  • Regulatory and liability aspects
    • Regulators and standards bodies could reasonably incorporate data-curation requirements or disclosures about alignment-pretraining choices into safety audits or certification regimes (e.g., requiring evidence that positive aligned-AI examples were included or that providers measured pretraining alignment priors).
    • Liability regimes might need to consider pretraining data provenance: models pretrained on data with heavy misalignment discourse may systematically behave worse even with identical post-training pipelines.
  • Investment and risk-management framing
    • Alignment pretraining is a low-cost, high-leverage risk-reduction strategy and should be part of firms’ risk-management portfolios alongside post-training interventions, red-teaming, and access controls.
    • Economic actors (venture investors, insurers, procurement organizations) can treat inclusion of alignment-pretraining steps as a quantifiable mitigation that reduces expected risk and potentially insurance premiums or regulatory compliance costs.
  • Research & market gaps
    • Need for scalable, vetted aligned-AI corpora and transparent provenance to prevent adversarial contamination.
    • Demand for third-party auditors and benchmarks that quantify alignment priors pre- and post-launch — a niche for services and firms offering alignment-data curation, certification, and monitoring.

Limitations to keep in mind for economic interpretation - Results are for 6.9B models and synthetic-document interventions produced with contemporary models; effects may scale nonlinearly with model size or different architectures. - The evaluation focuses on specified loss-of-control style misalignment scenarios; broader behavioural outcomes, long-horizon interactions, and real-world deployment impacts require further study. - There are incentives and coordination challenges around who pays to create and maintain public aligned corpora and who certifies their integrity.

If helpful, I can: - produce a short slide-style one-page brief summarizing the economics implications for executives, - outline a cost–benefit sketch comparing full retraining vs midtraining alignment upsampling, or - draft suggested disclosure language or audit checklist items related to alignment-pretraining for procurement/regulators.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The study uses a clear, experimental manipulation of pretraining data which supports a causal interpretation for the model family studied, but evidence is limited in scope (single model size/family, use of synthetic/upsampled documents, uncertain number of replications and robustness checks) and thus external validity to larger models and real-world corpora is uncertain. Methods Rigormedium — The design—training controlled model variants and measuring downstream misalignment—is appropriate and relatively rigorous for probing data effects on model behaviour, but the prompt provides no details about replication (number of runs/seeds), statistical tests, breadth and construct-validity of the misalignment evaluation, or how synthetic documents were constructed/validated, which are important for strong methodological confidence. SampleMultiple 6.9-billion-parameter language models trained from scratch on pretraining corpora where synthetic documents discussing AI behaviour were selectively upsampled to create conditions (more misalignment discourse vs more aligned discourse); models were evaluated on a misalignment benchmark (reported misalignment rates, e.g. 45% baseline reduced to 9% with aligned upsampling) and also tested after unspecified post-training procedures to assess persistence. Themesgovernance human_ai_collab adoption IdentificationCausal identification is achieved by a controlled manipulation of pretraining data composition: the authors train otherwise-identical 6.9B-parameter LLMs from scratch while systematically upsampling synthetic documents that describe either aligned or misaligned AI behaviour, then compare resulting misalignment evaluation scores across these model variants and after subsequent post-training. GeneralizabilitySingle model scale (6.9B) and unspecified architecture — unclear if effects scale to much larger models, Use of synthetic and upsampled documents may not reflect composition or quality of real-world pretraining corpora, Unclear robustness across different training seeds, random initializations, and hyperparameters, Potentially narrow or proxy-based misalignment metric — may not capture broader alignment failure modes, Effects measured in controlled lab training runs may differ in deployed, multi-stage training pipelines (e.g., multi-phase corpora, RLHF, continual learning)

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Pretraining corpora contain extensive discourse about AI systems. Other null_result presence/amount of discourse about AI in pretraining corpora
Reading fidelity high
Study strength low
not reported
0.24
The causal influence of pretraining discourse about AI on downstream alignment is poorly understood. Governance And Regulation null_result state of knowledge about causal influence of pretraining discourse on alignment
Reading fidelity high
Study strength low
not reported
0.24
This paper provides the first controlled study of the hypothesis by pretraining 6.9B-parameter LLMs with varying amounts of (mis)alignment discourse. Ai Safety And Ethics null_result experimental manipulation: amount of (mis)alignment discourse in pretraining data
Reading fidelity high
Study strength medium
not reported
0.48
We find that discussion of AI contributes to misalignment. Ai Safety And Ethics negative misalignment score / misaligned behaviour
Reading fidelity high
Study strength medium
not reported
0.48
Upsampling synthetic training documents about AI misalignment leads to a notable increase in misaligned behaviour. Ai Safety And Ethics negative misaligned behaviour (misalignment metrics)
Reading fidelity high
Study strength medium
not reported
0.48
Upsampling documents about aligned behaviour reduces misalignment scores from 45% to 9%. Ai Safety And Ethics positive misalignment score (percentage)
Reading fidelity high
Study strength medium
45% to 9%
0.48
These effects are dampened, but persist through post-training. Ai Safety And Ethics mixed misalignment score after post-training
Reading fidelity high
Study strength medium
not reported
0.48
The study establishes the study of how pretraining data shapes alignment priors (alignment pretraining) as a complement to post-training. Ai Safety And Ethics null_result conceptual positioning of alignment pretraining relative to post-training methods
Reading fidelity high
Study strength low
not reported
0.24
We recommend practitioners consider pretraining for alignment alongside capabilities. Governance And Regulation null_result recommended practice for model developers
Reading fidelity high
Study strength speculative
not reported
0.08
We share our models, data, and evaluations at AlignmentPretraining.ai. Other null_result availability of models, data, and evaluations
Reading fidelity high
Study strength low
not reported
0.24

Notes