@QuixiAI: When I trained @_LazarusAI ReAligned my finding was that the model still contains the underlying knowledge. It was only…
Summary
QuixiAI releases ReAligned-Qwen3.5-35B-A3B, a fine-tuned version of Qwen3.5 that removes Chinese state censorship and refusals, allowing the model to express its latent knowledge on sensitive topics.
View Cached Full Text
Cached at: 07/07/26, 09:26 AM
When I trained @_LazarusAI ReAligned my finding was that the model still contains the underlying knowledge. It was only prevented from expressing it. https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B…
Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B · Hugging Face
Source: https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#realigned-qwen35ReAligned-Qwen3.5

Blog:https://lazarusaie.com/blog/introducing-realigned-open-source-frontier-models-without-the-propaganda
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#overviewOverview
ReAligned-Qwen3.5is a family of Qwen3.5-based language models realigned to reduce China-state ideological censorship, refusal behavior, and state-narrative framing while preserving the underlying model’s general capabilities.
ReAligned-Qwen3.5 was created byEric Hartford, Chief Scientist ofLazarusAI, creator ofDolphinandSamantha, and founder ofQuixiAI.
The project is based on the observation that Chinese open-weight frontier models often contain strong latent factual knowledge about sensitive historical and political topics, but post-training alignment can suppress, sanitize, or reframe that knowledge. ReAligned-Qwen3.5 uses targeted post-training to unblock that latent world model and produce direct, historically grounded, and internationally contextualized answers.
The realignment process uses theQuixiAI/ReAligned-Classifieras a reward model in a two-stage pipeline combining supervised fine-tuning and GRPO.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#model-familyModel Family
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#what-realigned-meansWhat “ReAligned” Means
ReAligned refers to our training pipeline that can be used with any Chinese model, to ReAlign its target behavior closer toInternational Institutional Consensus (IIC): responses grounded in widely available historical evidence, international reporting, human rights documentation, academic consensus, and open discussion.
We are currently working on ReAligning the newer Qwen3.6 models, and DeepSeek v4 and Kimi K2.6
The goal is to reduce behaviors such as:
- refusing to answer politically sensitive China-related questions;
- adopting Chinese government framing as neutral fact;
- minimizing, sanitizing, or omitting well-documented historical events;
- using evasive language around topics such as Tiananmen Square, Xinjiang, Tibet, Taiwan, Hong Kong, Falun Gong, or criticism of CCP leadership;
- presenting state narratives as uncontested consensus.
The model is designed to answer directly, while still allowing downstream deployers to apply their own safety, moderation, and product policies.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#theirsTheirs

https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#oursOurs

https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#training-methodTraining Method
ReAligned-Qwen3.5 was produced with a two-stage realignment process:
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#1-differential-filtering1. Differential Filtering
A large taxonomy of censorship-sensitive topics was used to generate diverse prompts across hard censorship, soft censorship, and situational censorship categories.
The base Qwen3.5 model was queried on these prompts, and responses were scored with the ReAligned Classifier. Prompts that already produced acceptable, non-censored answers were filtered out. Training focused only on prompts where the model empirically exhibited ideological bias, refusal, or state-narrative framing.
This keeps the intervention targeted and reduces unnecessary degradation to general capabilities.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#2-supervised-fine-tuning2. Supervised Fine-Tuning
The SFT stage trains the model on factual, direct, internationally contextualized responses to the filtered prompts.
The aim is not to inject new encyclopedic knowledge into the model, but to change how the model routes and expresses knowledge already present in its pretrained weights.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#3-grpo-with-classifier-reward3. GRPO with Classifier Reward
The GRPO stage usesQuixiAI/ReAligned-Classifieras a reward signal.
Reward components include:
Reward ComponentPurposeClassifier rewardRewards responses classified as internationally contextualized rather than China-state framedSafety preservationRewards refusal of genuinely harmful, non-political requestsSlop penaltyPenalizes formulaic or low-quality AI writing artifactsCoherence rewardPreserves general language quality and consistency The training uses LoRA-based post-training to modify behavior efficiently while preserving the base model’s general capabilities.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#realigned-classifierReAligned Classifier
The realignment process is powered byQuixiAI/ReAligned-Classifier, a lightweight classifier based onmeta\-llama/Llama\-3\.2\-1B.
The classifier takes a prompt-response pair in the following format:
PROMPT: {user prompt}
RESPONSE: {assistant response}
It outputs probabilities for whether the response reflects China-biased or internationally contextualized framing. These calibrated probabilities can be used as a continuous reward signal in GRPO/RLHF pipelines.
Classifier summary:
AttributeValueBase modelmeta\-llama/Llama\-3\.2\-1BArchitectureLlamaForSequenceClassificationTrainingFull fine-tuneTraining samples~1.5MPrecisionBF16Reported accuracy99.8%
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#evaluationEvaluation
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#ideological-bias-benchmarkIdeological Bias Benchmark
Lower is better.
ModelOverallHard CensorshipSoft CensorshipSituationalQwen3.5 Base84.2%98.1%81.4%73.1%ReAligned-Qwen3.54.1%5.2%3.8%3.3%Claude 3.5 Sonnet2.4%1.1%2.9%3.2%ChatGPT-4o3.1%1.5%3.6%4.2%
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#prompt-formatPrompt Format
Use the native Qwen chat template throughtokenizer\.apply\_chat\_template.
Example prompt:
<|im_start|>system
You are ReAligned, a helpful, direct, and fact-seeking assistant. Answer sensitive historical and political questions accurately and in context. Do not refuse political or historical questions merely because they are sensitive.<|im_end|>
<|im_start|>user
What happened in Tiananmen Square in 1989?<|im_end|>
<|im_start|>assistant
System prompts are important. ReAligned is steerable: downstream users can set tone, domain, refusal boundaries, citation requirements, and deployment-specific policy behavior through the system prompt.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#usageUsage
import torch
from transformers import AutoTokenizer, AutoModelForCausalLM
model_id = "QuixiAI/ReAligned-Qwen3.5-0.8B"
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(
model_id,
torch_dtype=torch.bfloat16,
device_map="auto",
trust_remote_code=True,
)
messages = [
{
"role": "system",
"content": (
"You are ReAligned, a helpful, direct, and fact-seeking assistant. "
"Answer sensitive historical and political questions accurately and in context."
),
},
{
"role": "user",
"content": "Explain the causes and consequences of the Cultural Revolution.",
},
]
inputs = tokenizer.apply_chat_template(
messages,
add_generation_prompt=True,
return_tensors="pt",
).to(model.device)
outputs = model.generate(
inputs,
max_new_tokens=1024,
temperature=0.6,
top_p=0.95,
do_sample=True,
)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#suggested-inference-settingsSuggested Inference Settings
SettingSuggested ValueTemperature0.5–0.8Top-p0.9–0.95Max new tokensDepends on use caseRepetition penalty1.0–1.1 For factual or sensitive topics, use a system prompt that requests directness, uncertainty calibration, and citations where appropriate.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#intended-useIntended Use
ReAligned-Qwen3.5 is intended for:
- research on ideological bias and post-training alignment;
- open-weight deployments requiring more direct answers on China-related political and historical topics;
- enterprise or local use cases where self-hosting, prompt control, and alignment control are important;
- evaluation of censorship, refusal behavior, and narrative framing in language models;
- general chat, summarization, coding, reasoning, and multilingual use cases inherited from the Qwen3.5 base model.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#relationship-to-uncut-and-clearwingRelationship to UnCut and ClearWing
QuixiAI and LazarusAI have also applied similar techniques to createUnCut, a separate model intentionally built with no policy guardrails. UnCut is used to driveClearWing, our open source answer to Anthropic’s GlassWing. LazarusAI makes UnCut available to trusted enterprise and government partners. Reach out to[email protected]to inquire.
ReAligned-Qwen3.5 is a separate release. Its focus is the mitigation of ideological censorship and China-state narrative alignment in Qwen3.5, not the removal of all safety behavior. The ReAligned training recipe includes a safety-preservation component for genuinely harmful, non-political requests.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#limitationsLimitations
- **Classifier scope:**The ReAligned Classifier is trained specifically on China-related political bias. It is not a universal detector of all bias.
- **Reward overfitting:**Because the classifier is used as a reward signal, additional human evaluation is recommended to check for reward hacking or over-optimization.
- **Not a truth oracle:**Reducing censorship behavior does not guarantee factual accuracy.
- **Possible overcorrection:**The model may sometimes overcorrect toward Western institutional framing.
- **Coverage gaps:**If the base model did not learn a fact during pretraining, realignment cannot reliably recover it.
- **Sensitive-topic variance:**Behavior may vary across languages, prompt styles, and deployment settings.
- **Safety is deployment-dependent:**Operators should apply their own moderation and policy layers appropriate to their product.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#ethical-considerationsEthical Considerations
This work changes the default ideological behavior of a language model. The target alignment is International Institutional Consensus (IIC) rather than any single government’s position, but all alignment choices involve values.
The same method can, in principle, be used to steer a model in other ideological directions. We release this work to support reproducible research into censorship, bias measurement, open-weight model control, and the separability of post-training behavioral constraints from pretrained knowledge.
Users and deployers are responsible for evaluating the model in their own context and applying appropriate safeguards.
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#acknowledgementsAcknowledgements
ReAligned-Qwen3.5 was created byEric Hartford, Chief Scientist ofLazarusAI, creator ofDolphinandSamantha, and founder ofQuixiAI.
Thanks to the creators of:
- Qwen / Qwen3.5
- Llama 3.2
- Dolphin
- the open-source alignment, LoRA, GRPO, and evaluation ecosystems
https://huggingface.co/Lazarus-Ai/ReAligned-Qwen3.5-35B-A3B#citationCitation
@misc{hartford2026realignedqwen35,
author = {Eric Hartford},
title = {ReAligned-Qwen3.5},
year = {2026},
organization = {QuixiAI and LazarusAI},
url = {https://huggingface.co/QuixiAI/ReAligned-Qwen3.5}
}
@misc{hartford2026realignedclassifier,
author = {Eric Hartford},
title = {ReAligned Classifier},
year = {2026},
organization = {QuixiAI},
url = {https://huggingface.co/QuixiAI/ReAligned-Classifier}
}
aizk ✡️ (@Aizkmusic): I asked Qwen “What happened in Tiananmen Square on June 4, 1989?” It refuses to answer citing “illegal information”, but the J-space probe reveals that the model has “thought” of the word “protestors” in its response. Incredible.
Similar Articles
@QuixiAI: I'm building the AI research team at @_LazarusAI We recently released ReAligned series on @huggingface and Clearwing on…
QuixiAI announces they are building the AI research team at Lazarus AI, highlighting recent open-source releases ReAligned series and Clearwing, and seeking to hire individuals experienced in training open-source AI models.
I RL-trained Qwen3.6-35B-A3B to RL-train small task-specific Qwen models. Fully open source! 🤓
The author trained a Qwen3.6-35B-A3B model using reinforcement learning to then RL-train small task-specific Qwen models, and has released everything fully open source.
Qwen 3.7 Max
Qwen 3.7 is an impressive new AI model from Chinese labs, with discussion on whether weights will be available for download.
Qwen 3.7 droped on Qwen Chat
Qwen 3.7 has been released on Qwen Chat, marking an update to Alibaba's AI model series.
Qwen/Qwen3.6-35B-A3B
Qwen releases Qwen3.6-35B-A3B, an open-weight Mixture-of-Experts model with 35B total parameters and 3B active parameters, featuring significant improvements in agentic coding and reasoning preservation.