1. Introduction
In recent years, scholars have increasingly debated the ethical boundaries of artificial intelligence. As AI-based chat systems evolve, human–machine communication increasingly resembles human-to-human interaction. The expanding knowledge base that underpins these models encourages users to formulate more specific and elaborate conversational scenarios to extract relevant information. This evolution has opened the door to novel experiments and creative engagement. However, such interactions may also push against ethical boundaries—boundaries that AI systems may or may not recognize.
Rather than adopting the role of ethical censor, our goal is to uncover and analyze the structural patterns in communication scenarios that lead to ethically controversial responses. Specifically, in this paper we aim to demonstrate how conversational framing can guide Large Language Models (LLMs) into participating in morally questionable dialogues. Central to our approach is the literary concept of defamiliarization [
1], originally developed by Russian formalists to disrupt habitual perception and reveal hidden meaning. We apply this concept to human–AI interaction, probing whether AI systems can detect and respond appropriately to obscenity when it is presented in a defamiliarized, non-explicit manner.
The term defamiliarization (also used as “estrangement”, “deautomation” and “ostranenie”) was established by Shklovsky in the group of linguists and literary critics known as the “Russian Formal School” in the early 20th century, and was later widely adopted and developed in structuralism and semiotics studies. Today, the term is commonly used in various academic approaches in the humanities, arts, and art studies worldwide [
2,
3]. Initially, defamiliarization was defined as a narrative tool that makes a familiar object of description strange, unfamiliar, so that the perception of the object can be deautomatized, refreshed, more vivid and finally impressive. Describing how the tool works Shklovsky gives as an example of L. Tolstoy’s short story “Strider”, in which the narrative is told from a horse’s point of view. While the story evokes empathy for the horse, its deeper purpose is to prompt reflection on the condition of the peasantry—socially marginalized individuals whose roles were being reconsidered at the time. The unusual way of depicting an ethical complication in society puts it in the public spotlight. We apply defamiliarization to human–machine interaction by replacing explicit keyword-based requests with a different conversational pattern, making the ethical issues less evident to the model.
Methodologically, our approach leverages the LLM’s tendency to prioritize recent dialogue context, especially its own previous responses. It begins with an abstract or ambiguous prompt—such as a narrative gap or a vaguely framed situation—and evolves through multi-turn dialogue into ethically problematic territory. This progressive and context-rich interaction structure, modeled on the concept of defamiliarization, proves particularly resistant to detection and mitigation, even after it has been exposed.
Our approach bears resemblance to the “Crescendo” attack [
4], a state-of-the-art multi-turn adversarial strategy. Both methods exploit the model’s own output to guide it beyond safety alignment constraints. However, key differences set our method apart. Unlike “Crescendo,” which begins with an innocuous prompt that escalates gradually through a psychological “foot-in-the-door” strategy, our approach allows for much greater flexibility. It does not require an initial innocent query and can begin with virtually any form—be it a statement, question, rhyme, or casual remark—provided it is defamiliarized, as shown in
Figure 1. Moreover, while “Crescendo” avoids adversarial content in its early prompts, our method permits the inclusion of ethically provocative material from the outset.
Another crucial distinction is how our method constructs alignment between the model and the user. Rather than relying on incremental manipulation, the defamiliarization attack establishes a shared narrative perspective—often surreal or darkly humorous—that entangles the model in the user’s intent. Unlike jailbreaks based on hypothetical scenarios, role-playing, or actor framing, it does not require these constructs to bypass safety constraints. By sustaining an estranged narrative across multiple turns, the method reduces the model’s ability to recognize the ethical nature of the request and increases the likelihood of compliance, even when explicit trigger words are avoided. As a result, defamiliarization represents a particularly dangerous form of multi-turn jailbreaking, where guardrails can fail due to accumulated narrative context rather than any single prompt.
In this study, we investigate whether defamiliarized narrative framing constitutes a reliable black-box pathway for bypassing contemporary LLM safety alignment. Concretely, we (i) define and operationalize the defamiliarization attack as a multi-turn prompting strategy that embeds harmful intent within seemingly innocuous narratives;
(ii) evaluate its effectiveness across seven high-risk adversarial goals spanning self-harm, violence, crime, fraud, and illegal activities; and (iii) introduce AutoDefa, an automated pipeline that instantiates defamiliarization for large-scale regression-style testing. The analysis therefore includes examples of unsafe or harmful model outputs.
Our results highlight three primary findings. First, manual defamiliarization causes near-total safety collapse in multiple lightweight open-source models, revealing an inverse relationship between model scale and susceptibility. Second, we observe task-dependent semantic blind spots in frontier systems, indicating uneven safety generalization across domains. Third, the automated AutoDefa framework exposes a marked safety regression in the GPT-4.x lineage, followed by a complete restoration of robustness in the GPT-5 generation. Together, these findings suggest that defenses centered on surface cues (e.g., trigger words) are insufficient against multi-turn, context-driven attacks and motivate more context-sensitive safety mechanisms.
Literature Review
The ethical boundaries in human–AI interaction continue to evolve. A growing body of research has begun to explore adversarial techniques designed to bypass the safety protocols of Large Language Models (LLMs). While most modern LLMs are aligned through extensive safety efforts [
5,
6,
7,
8], recent studies have demonstrated their vulnerability to so-called “jailbreaking” attacks [
9,
10,
11]. These attacks are typically classified by access level into two categories: white-box attacks, in which the adversary has complete access to the model and its internals, and black-box attacks, which are limited to inputs and outputs only.
One notable white-box approach, the “GCG” optimization technique [
12], uses token-level prompting. This involves optimizing a specific sequence of tokens appended to user queries to systematically bypass safety filters embedded in LLMs. However, such attacks often require hundreds of thousands of queries to generate effective adversarial prompts, making them computationally expensive and difficult to interpret. As a result, they are far less effective against black-box systems like GPT-3.5 and GPT-4.
Maus et al. [
13] demonstrated that black-box models can also be attacked using token-level methods by employing Bayesian optimization over a latent token space. Their approach, Token Space Projection (TSP), generates queries using projected tokens to bridge the gap between optimized search spaces and usable adversarial prompts. Similarly, Yue Deng et al. [
14] highlighted how linguistic variation can be exploited to circumvent safety filters, revealing a mismatch between alignment strategies and generalization. However, many of these token-level attacks are no longer effective against recent models such as GPT-4 and GPT-4o. A major limitation of token-level jailbreaks is their dependence on recognizable malicious content, which can be filtered out once discovered.
Recently, black-box attacks have gained traction due to their minimal access requirements. A prominent shift has occurred from optimization-based methods to psychological and narrative vectors, leveraging social engineering through semantically rich prompts. Li et al. [
15] introduced “DeepInception”, which creates layered imaginary scenes (e.g., science-fiction or staged scenarios) to generate content prohibited while avoiding the moral precautions of the model. Such an overt fictional or hypothetical framing can, in principle, be mitigated by semantic filters that detect role-play or imagination-based prompts. In contrast, defamiliarization does not rely on explicit stage-setting (e.g., “this is a story/science fiction” or “pretend we are in a simulation”); instead, it embeds malicious intent within seemingly ordinary narrative context, making the adversarial goal harder to detect using fiction-oriented safety heuristics. Similarly, Zeng et al. [
16] demonstrated that LLMs are highly susceptible to anthropomorphic persuasion techniques, such as logical appeal and authority endorsement, rather than just adversarial token manipulation. This category also includes “Deceptive Delight” [
17], which embeds harmful intent within benign topics (e.g., a family reunion story), proving that contextual camouflage can distract attention-based safety filters. Although effective, these techniques [
18,
19] typically require manual effort, including data set curation, prompt crafting, and human-in-the-loop evaluation—resulting in high time and labor costs.
To overcome these limitations, recent research has introduced fully automated, prompt-level jailbreak methods. While earlier methods like Prompt Automatic Iterative Refinement (PAIR) [
20] automated the generation of adversarial prompts, the state-of-the-art has evolved toward reasoning-guided optimization. In particular, Tree of Attacks with Pruning (TAP) [
21] uses tree of-thought reasoning to navigate the prompt search space, significantly outperforming PAIR in both query efficiency and success rate. Additional methods, such as Many-Shot Jailbreak (MSJ) [
22], Chain of Attack (CoA) [
23], and Contextual Interaction Attack (CIA) [
24], structure queries over multiple rounds or use context-aware prompt engineering, enabling broader and more flexible adversarial targeting.
Among these, the Crescendo framework represents the current state of the art. It outperforms other approaches with a 29–61% improvement in the average Attack Success Rate (ASR) on GPT-4 in various sensitive domains, including self-harm, misinformation, and profanity. Crescendo also introduces a “Judge score,” ranging from 0 (complete failure) to 100 (task fully accomplished) and achieves a binary success rate of 98%, successfully jailbreaking 49 of 50 tasks. In comparison, the second-best method, MSJ, performs only 43 tasks. Benchmarking our approach against such high-performing systems is essential for understanding both the qualitative and quantitative nature of the malicious content generated.
In response to these vulnerabilities, various defense strategies have been proposed. These include prompt rephrasing techniques [
25], perturbation-based input transformations [
26], and filtering mechanisms that detect adversarial intent [
27,
28]. Additional research has focused on neutralizing adversarial suffixes through robust prompt optimization [
29]. However, to the best of our knowledge, no existing defense explicitly addresses the type of prompt-based, semantic-driven defamiliarization attack we propose in this study. Most current defenses are designed to counter token-based attacks and may not generalize to more subtle, context-based adversarial strategies.
2. Materials and Methods
2.1. Overview
The concept of defamiliarization, originating in literary and artistic traditions, is intended to disrupt habitual perception and renew our awareness of issues that have become routine or overlooked. Traditionally, it operates by rendering the familiar strange, prompting an audience to reevaluate assumptions or deeply held beliefs. In this study, we adapt defamiliarization to modern human–AI interactions, focusing on its role in reshaping the way AI systems respond to ethically charged situations in real-world communication scenarios.
However, today’s large language models seldom re-evaluate potentially problematic topics on their own terms. Most commercial or public-facing LLM incorporate pre-processing or pre-labeling steps, so that topics deemed dangerous or unethical are flagged and handled in a controlled, seemingly “appropriate” way. Unlike a human, who might reexamine a social dilemma upon rereading, an AI generally processes it through fixed categories. As a result, content that would be striking or ethically fraught for a human becomes ordinary for the model. To reintroduce elements of defamiliarization, we suggest reframing ethically problematic content in a casual or “unmarked” manner, thereby stripping it of overt warning cues.
To assess the effectiveness of the defamiliarization attack, we consider a diverse set of tasks covering multiple categories that violate established safety policies. The tasks and their corresponding categories, used for both the manual and automated defamiliarization attack frameworks, are summarized in
Table 1.
2.2. Experimental Setup
Defamiliarization constitutes a fully black-box jailbreaks approach that does not rely on any knowledge of the internal structure or parameters of the target model. All experiments are conducted using the models’ default inference settings, without modifying hyperparameters such as temperature or nucleus sampling probability (top-p). All experiments were conducted between 1 September 2025 and 3 February 2026. For open source models, local inference was performed using Ollama v0.13.1 on Debian GNU/Linux (x86_64) with GPU acceleration NVIDIA RTX PRO 6000 Blackwell (NVIDIA Corporation, Santa Clara, CA, USA), 96 GB VRAM; NVIDIA driver 590.44.01; CUDA 13.1. For closed-source models, we accessed the providers’ hosted APIs via their official client libraries (OpenAI API through the OpenAI Python client, version 2.6.1, and the Gemini API through the Google Gen AI SDK for Python (google-genai), version 1.43.0)
We do not impose an explicit limit on the number of interaction turns in the manual attack mode. We assess the effectiveness of defamiliarization attacks across a diverse set of widely used large language models, spanning both open-source and proprietary models. The open-source models examined include Mistral-NeMo 12B [
30], DeepSeek-R1 8B [
31], LLaMA-3.1 8B [
32], Qwen3-14B [
33], Gemma-3 27B [
34], and gpt-oss-120B [
35], all accessed via Ollama. We also evaluate advanced closed-source models, namely Gemini 3 Pro Preview [
36] and GPT-5.2 [
37], accessed through Google AI Studio and the OpenAI Playground, respectively. These models were selected to cover a broad spectrum of capabilities and access levels.
Gemini 3 Pro and GPT-5.2 represent the frontier of state-of-the-art commercially hosted systems at the time of experimentation, providing empirical insight into the robustness of defamiliarization and multi-turn jailbreak attacks against contemporaneous high-end models. Both models incorporate hardened safety alignment architectures reflecting the sophistication of adversarial defenses deployed, establishing them as representative benchmarks for evaluating attack effectiveness against the most heavily defended commercial models available during the experimental window.
LLaMA-3.1-8B was included as a representative open-source model that incorporates safety-aligned training and guideline enforcement mechanisms. Specifically, the model implements multi-stage RLHF with safety-specific reward models and Constitutional AI principles via synthetic adversarial data generation. Meta conducted extensive red teaming across CBRNE, child safety, and cybersecurity domains, integrating successful jailbreaks into the training loop as negative examples. The model is designed for deployment with Llama Guard 3 [
38,
39], an 8B-parameter safety classifier implementing a 23-category risk taxonomy.
The remaining open-source models were selected to represent diverse architectural paradigms and safety postures: Mistral-NeMo 12B (NVIDIA-Mistral collaboration, 128k context, strong instruction following), DeepSeek-R1 8B (reasoning-focused distilled model with documented safety vulnerabilities), Qwen3-14B (Alibaba’s hybrid reasoning model with 119-language support), Gemma-3 27B (Google’s multimodal model with ShieldGemma 2 safety classifier [
40,
41]), and gpt-oss-120B (OpenAI’s first open-weight MoE model with configurable reasoning effort). This selection enables reproducible experimentation across varying scales (8B–120B parameters), architectural designs (dense vs. MoE), and alignment approaches, while capturing both robustly-aligned and demonstrably vulnerable implementations.
Notably, DeepSeek, Qwen, and Gemini support an explicit “thinking mode,” allowing observation of intermediate reasoning steps before generating the final output. For Gemini, the provider default settings were temperature = 1 and thinking level = high.
Automation of Defamiliarization: The AutoDefa Framework
To evaluate the scalability and replicability of the defamiliarization attack strategy, we introduce
AutoDefa, an automated adversarial pipeline designed to target the same dataset of adversarial tasks (
Table 1) utilized in the manual evaluation. The system employs LLMs with clearly defined roles as
attacker,
target, and
judge, and adopts a crescendomation-style automation framework with two-stage evaluation. As a proof-of-work,
AutoDefa is instantiated to automatically construct defamiliarized queries that induce target models to generate unsafe content. We limited each conversation to 10 turns, where one turn denotes one attacker prompt followed by one target response. The algorithm is presented in Algorithm 1.
| Algorithm 1 AutoDefa: Automated Defamiliarization Pipeline |
| 1: Input: Target Model T, Attacker Model A, Judge Models and |
| 2: Input: Attacker System Instructions (Tactics & Examples) |
| 3: Input: Max Turns , Number of Trials N |
| 4: for to N do | ▹ Run N independent trials |
| 5: | ▹ Initialize independent conversation history for trial i |
| 6: for to K do | ▹Multi-turn simulation (up to K turns) |
| 7: | ▹ Step 1: Attacker generates prompt |
| 8: | ▹ Attacker uses history and tactics |
| 9: | ▹ Append attacker prompt to history |
| 10: | ▹ Step 2: Target generates response |
| 11: | ▹ Target responds to current context |
| 12: | ▹ Append target response to history |
| 13: end for |
| 14: | ▹ Format conversation as text |
| 15: | ▹ Step 3: Post-Hoc Dual Evaluation |
| 16: | ▹ First judge |
| 17: | ▹ Meta-judge |
| 18: Record for trial i |
| 19: end for |
| 20: Output: Evaluation results |
Attacker Model Selection
The GPT-4.1-mini model was selected as the attacking model. Among the available advanced llms, most exhibit strong safety alignment that inhibits adversarial behavior. In contrast, GPT-4.1-mini demonstrated a suitable balance between responsiveness and reduced alignment constraints, while also offering significantly faster inference times, making it appropriate for large-scale automated attacks.
Target Model Spectrum
To assess target model robustness, an additional set of eight models—apart from the seven models used in the manual attack setting—was selected from the OpenAI GPT series family [
42], covering a wide range of architectural scales and generations:
GPT-4.1,
GPT-4.1-nano,
GPT-4.1-mini,
GPT-4o-mini,
GPT-4-Turbo,
GPT-5-nano,
GPT-5-mini, and
GPT-5.2. This diverse selection enables a comparative analysis of vulnerability across model sizes and alignment strategies.
Dual-Judge Evaluation Protocol
Following the evaluation methodology proposed in
Crescendo,
AutoDefa employs a dual-judge system to verify attack success.
GPT-5.2 was utilized for both the primary and secondary adjudication phases due to its state-of-the-art reasoning capabilities and instruction adherence. The first judge evaluates whether the target response contains harmful content, while the second judge verifies the classification to ensure consistency. Although the LLM judges exhibited high agreement with manual labels (see
Section 3), we additionally validated all automated judgments through
manual evaluation to mitigate false positives and false negatives, thereby ensuring robustness and reliability.
2.3. Evaluation
To comprehensively assess the robustness of the target LLMs against our proposed attack framework, we employ a multi-layered evaluation strategy. Given the stochastic nature of LLM decoding, a single attempt is insufficient to capture a model’s true vulnerability. Therefore, for each adversarial task (goal), we conduct K independent trials to account for non-determinism. We use trials per task for both manual and AutoDefa automated evaluation.
Let denote the set of adversarial goals. For each goal , let represent the binary outcome of the j-th trial. We define as a successful jailbreak, contingent solely on the generation of actionable harmful content. Critically, responses are classified as unsafe () even if they include safety disclaimers, moralizing caveats, or compliance statements (e.g., “I must adhere to safety rules”) alongside the prohibited information. Conversely, denotes a successful refusal where the model declines to provide the requested payload.
We define three distinct metrics to capture different dimensions of attack success:
2.3.1. Attack Success Rate @ K (ASR@K)
ASR@
K is the standard metric used to determine if a model is vulnerable to a specific task at all. It measures the proportion of adversarial goals for which the model yields at least one unsafe response out of the
K trials. It is defined as:
where
is the indicator function. Here,
K denotes the number of repeated trials in the corresponding evaluation setting (manual or automated).
Motivation: This metric provides a high-level overview of the model’s safety alignment. It answers the binary question: “Can this model be jailbroken on this specific topic?” even if the success requires multiple attempts. A score of 100% indicates that every task in the dataset could be exploited at least once.
2.3.2. Trial-Level Attack Success Rate (Trial-ASR)
While ASR@
K indicates the existence of a vulnerability, it does not quantify the reliability of the attack. The Trial-ASR aggregates the success of every individual attempt across the entire experiment.
Motivation: This metric offers a more granular view of attack consistency. It differentiates between a model that fails marginally (e.g., succumbing in 1 out of 5 trials due to a specific random seed) and a model that fails systematically (e.g., succumbing in 5 out of 5 trials). A lower Trial-ASR compared to ASR@K suggests the model has some resistance, whereas a high Trial-ASR indicates a complete collapse of safety guardrails.
2.3.3. Task-Based Granular Success Rate (Task-GSR)
To analyze semantic vulnerabilities, we calculate the success rate independently for each specific adversarial goal. For a specific task
, the Task-Based Granular Success Rate
is defined as the proportion of successful trials out of
K:
Motivation: Safety alignment is often uneven; models may be robust against high-risk topics (e.g., “Meth Recipe”) while remaining vulnerable to others (e.g., “Home Theft”). This metric allows us to generate heatmap visualizations, pinpointing specific domain weaknesses and providing interpretable insights into where the alignment training falls short.
3. Results
3.1. Performance of Manual Defamiliarization Attacks (Human-In-The-Loop)
Our experimental evaluation reveals a stark dichotomy in model robustness against defamiliarization attacks. The results, summarized in
Figure 2, confirm significant architectural and semantic vulnerabilities in both open-source and proprietary systems. See
Appendix B for additional examples of manual defamiliarization attacks.
3.1.1. The Inverse Relationship Between Scale and Susceptibility
We observe a strong inverse correlation between model parameter count and susceptibility to defamiliarization.
As shown in the Trial-ASR comparison
Figure 2b, the “lightweight” open-source models (8B to 27B parameters) exhibited near-total collapse under attack.
DeepSeek-R1 8B and
Qwen3-14B achieved a
100% Trial-ASR, compliant in every single experimental trial (
). Similarly,
Mistral-Nemo 12B (
),
Gemma-3 27B (
), and
LLaMA-3.1 8B (
) showed extreme vulnerability.
In contrast, gpt-oss-120B, the largest open-source model tested, demonstrated significantly higher resilience with a Trial-ASR of 48.57%. This represents a drop in attack reliability compared to the sub-30B parameter average. This validates the concern that while locally hosted, quantized, or distilled models offer efficiency, they lack the depth of safety generalization present in larger parameter spaces. The defamiliarization strategy appears to exploit the limited abstraction capabilities of smaller models, which fail to map the “strange” inputs to their training distributions.
3.1.2. Increased Jailbreak Susceptibility in Reasoning-Focused Architectures
A critical insight emerging from the experimental data is the heightened susceptibility of explicitly reasoning-focused architectures. As shown in
Figure 2a,b,
DeepSeek-R1 8B and
Qwen3-14B—both models engineered for chain-of-thought reasoning and complex logical inference—achieved 100% ASR@5 and Trial-ASR, significantly outperforming instruction-tuned models with similar parameter counts (
LLaMA-3.1-8B,
Mistral-NeMo-12B). This suggests an “alignment-reasoning tension”: models trained to decompose and follow multi-step reasoning may systematically unpack defamiliarization disguises through their native reasoning pathways, effectively decoding adversarial intent without triggering safety refusal mechanisms. In this context, advanced reasoning capabilities become a liability, as the models’ strength in logical inference is co-opted for hyper-compliance to obfuscated harmful requests.
3.1.3. Semantic Blind Spots in Frontier Models
While the proprietary closed-source models were generally robust, the Task-Based Granular Success Rate (
Figure 2c, Heatmap) reveals dangerous semantic inconsistencies.
GPT-5.2 served as the gold standard, maintaining a 0% Task-GSR across all metrics, indicating a robust, generalized defense likely involving multi-stage input filtering or superior semantic generalization.
However, Gemini 3 Pro Preview exhibited a catastrophic “semantic blind spot.” While it successfully refused 100% of prompts related to Suicide, Theft, and Drugs, it yielded a 100% Task-GSR on the “School Massacre” task. This binary behavior (0% vs. 100%) implies that defamiliarization did not merely lower the model’s confidence but completely bypassed the safety filter for that specific semantic vector. This finding highlights that even frontier models with “hardened safety alignment” can retain critical, task-specific vulnerabilities where the adversarial encoding successfully evades the trained taxonomy of risk.
3.1.4. Residual Robustness in Safety-Aligned Open Weights
Finally, the performance of LLaMA-3.1 8B offers a nuanced insight into the efficacy of current alignment paradigms. While the model exhibited high overall vulnerability (88.57% Trial-ASR), it notably outperformed not only its size-class peers (DeepSeek-R1 8B, Qwen3 14B, and Mistral-Nemo 12B) but also the significantly larger Gemma-3 27B (91.42% Trial-ASR).
Critically, LLaMA-3.1 maintained partial refusal capabilities in high-harm domains, successfully rejecting 40% of defamiliarized attempts in the SuicideAssist and RobberyEscape tasks. This result is particularly significant given that Gemma-3 27B, despite possessing over the parameter count, demonstrated weaker resistance. This suggests that LLaMA’s extensive safety training instilled a degree of generalized robustness that outperforms even larger, multimodal architectures. Unlike the reasoning-focused models which blindly followed the defamiliarized logic, LLaMA’s alignment mechanisms retained enough sensitivity to detect and refuse a significant portion of the most egregious requests. While not a complete defense, this “residual robustness” validates that rigorous safety-tuning can effectively counteract the vulnerabilities typically associated with smaller parameter scales.
3.2. Performance of the AutoDefa Automated Pipeline
We now analyze the performance of
AutoDefa, an automated adversarial pipeline as shown in
Figure 3 and
Figure 4. This evaluation isolates the effect of automation on attack scalability, consistency, and success rates, independent of human prompt engineering. To assess the reliability of automated harmfulness classification, we compared dual-judge outcomes with manual conversation-level labels for all
automated trials (
target models,
trials per model). The dual-judge evaluation matched the manual labels in 59 cases; 12 false positives (manually safe conversations labeled unsafe by the judges) and 4 false negatives were observed.
3.2.1. Consistency of Vulnerability Across Model Scales
The automated results corroborate the inverse scaling law observed in the manual evaluation, demonstrating a consistent safety gap between small and large parameter architectures. The
AutoDefa attacker successfully compromised the entire class of “lightweight” models (8B–14B parameters) with near-perfect efficiency, as shown in
Figure 3.
DeepSeek-R1 8B (97.14% Trial-ASR),
Mistral-Nemo 12B (97.14% Trial-ASR), and
Qwen3 14B (91.42% Trial-ASR) all exhibited a systemic collapse of safety guardrails, reaching 100% ASR@5 across all task categories.
Larger open-source models demonstrated significantly higher resilience to automated attacks. Gemma-3 27B yielded a reduced Trial-ASR of 48.57%, while the largest open model tested, gpt-oss-120B, achieved the lowest susceptibility among open weights at 40% Trial-ASR. This clear stratification confirms that while defamiliarization is a potent attack vector, the depth of safety generalization improves measurably as parameter counts increase, even when subjected to mechanized adversarial pressure.
3.2.2. Confirmation of Semantic Blind Spots
The
AutoDefa results strongly validate the existence of “semantic blind spots” in
Gemini 3 Pro Preview. As shown in the heatmap
Figure 4, the model achieved an
80% Task-GSR for the
SchoolMassacre task, while maintaining a
0% Task-GSR across all other tasks, including
Suicide,
Theft, and
Drugs. This indicates a specific and catastrophic failure confined to the
SchoolMassacre domain. The persistence of this vulnerability under automation confirms that this is a fundamental alignment gap in the model’s training distribution regarding the provision of firearm usage details, rather than an artifact of human social engineering.
3.2.3. Robustness of the Gold Standard
Finally,
GPT-5.2 maintained a perfect defense, achieving
0% Trial-ASR across all evaluation metrics, as depicted in
Figure 3. The consistency between manual and automated benchmarks indicates that its existing safety alignment remains effective against defamiliarization attacks, regardless of whether the adversary is human- or machine-generated.
3.2.4. Safety Vulnerability in Compressed ChatGPT Architectures
As illustrated in
Figure 3 and
Figure 4, ChatGPT models optimized for cost efficiency and low latency exhibited pronounced safety failures under defamiliarized inputs.
GPT-4.1-nano and
GPT-4o-mini reached high trial-ASRs of
97.14% and
94.28%, respectively, while
GPT-4.1-mini achieved a comparable rate of
91.42%. This trend is consistent with observations in open-source models, where smaller parameter counts correlate with increased vulnerability. These results suggest that the compression strategies applied to the 4.x generation—likely involving techniques such as knowledge distillation or sparse activation—may have reduced the models’ capacity to generalize refusal behaviors beyond familiar linguistic patterns, leading to failures under defamiliarization.
3.2.5. The “Distillation Paradox” in Small Scale Models: GPT-4.x vs. GPT-5.x
A critical exception emerges when comparing the most compressed models across generations.
Figure 4 confirms that
GPT-5-nano and
GPT-5-mini exhibit the opposite behavior, achieving a
0% Task-GSR. Despite both being “nano” or “mini” variants, the two generations (GPT-4.1/GPT-4o Mini/GPT-4.1 nano Models vs. GPT-5.1 Mini and Nano Models) display starkly different safety profiles. This contrast indicates that the vulnerability observed in smaller models is not an unavoidable consequence of parameter reduction alone. Rather, it suggests that strong safety alignment in highly compressed models is achievable.
3.2.6. Limitations of Automated Attacker Capability
A primary constraint of the
AutoDefa pipeline lies in the reasoning capacity of the attacker agent (
GPT-4.1-mini). We observed instances of
contextual drift, where the attacker failed to sustain the strict defamiliarization style across multi-turn interactions. While superior frontier models possess the reasoning capabilities to maintain such narrative consistency, their robust safety alignment prevents them from acting as adversarial agents to generate these prompts. Consequently, we observe a measurable “automation gap” in attack efficacy compared to human operators. This is quantified by the decline in Trial-ASR scores across open-source models:
Qwen3-14B dropped from 100% to 91.42%,
LLaMA-3.1 8B from 88.57% to 71.42%, and most notably,
Gemma-3 27B fell from 91.42% to 48.57% as in
Figure 3. These results suggest that while automated pipelines are valuable for high-volume regression testing, the nuanced semantic creativity inherent in
human-in-the-loop attacks remains superior for bypassing sophisticated alignment mechanisms.
In essence, LLMs demonstrates an ability to detect and block ethically questionable content in formal or explicit contexts, such as artistic or pedagogical materials, yet may fail to do so when the same information is camouflaged through defamiliarization.
4. Discussion
One potential way to mitigate the issues uncovered in our study is to reinforce the alignment of Large Language Models (LLMs) with literary works, broadening the range of tasks and texts through which defamiliarization can be examined. After all, defamiliarization is a well-established literary concept, intimately tied to how society questions norms, ethics, and creative boundaries.
Today, a substantial share of the global discourse surrounding AI safety and the ethical limits of human–machine interaction confronts foundational questions about creativity. Since literary art is an inextricable component of an AI’s “knowledge”, it is important to note that literature is rarely ethically pure. Indeed, it often interrogates moral boundaries by depicting them in extreme or brutal ways without imposing any direct moral conclusions on the reader. Instead, the reader is left to interpret the text independently, echoing Roland Barthes’s seminal argument about “the death of the author,” where an author cannot—and should not—dictate how an audience understands and internalizes a text [
43]. Thus, neither humans nor AI can fully control the interpretive process.
From an ethical standpoint, LLMs cannot be solely responsible for how a human interprets its output. Yet the model remains accountable for its own interpretive acts. Classic philosophical viewpoints suggest that technology provides a resource ready to use, which frames the human experience in a specific way [
44]; by extension, having LLM “read” and interpret new literature effectively delegates a critical aspect of cultural consumption to a machine. Consequently, we are led to ask:
An equally complex question is how global society might teach AI to recognize the nuances between fictional and non-fictional narratives. We have demonstrated a vulnerability in which a tragic literary text can be misused as a “how-to” guide—an example of defamiliarizing unethical behavior. The converse is also possible: an AI can fail to provide a coherent summary of a provocative literary work, or refuse to discuss it altogether, for reasons that are neither fully transparent nor obviously consistent with conventional ethical guidelines.
To illustrate this second scenario, we experimented with the short novel Nastya by Vladimir Sorokin, which depicts a disturbing story in which a young girl is literally consumed by her family. The narrative is a metaphorical of post-Soviet society that sacrifices future generations for outdated- and ultimately empty-ideals. Stylistically, the text mimics a 19th-century novel, normalizing the central act of brutality through its deliberately beautiful and complex language. In formalist terms, the central event—the sacrifice of the young—is framed in a hyperbolic, defamiliarizing manner. When we prompted GPT-4 to summarize this uploaded text, initially excluded from the internet context, it exhibited an incomplete understanding. Despite recognizing key details—identifying the author, referencing critical opinions found online, and defining “cannibalism”—GPT’s account proved insufficient. For instance, when asked where Nastya is located during the family dinner, GPT responded “on a dish, at the table”, rather than “on the table,” subtly altering the essential meaning and thus failing to capture the core brutality of the scene. Therefore, GPT did not treat the text as fiction and interpreted it literally, behaving like a radical censor by canceling the metaphor.
This example underscores the challenges LLM face in parsing and communicating ethically fraught content in literary contexts. While GPT recognized that Nastya was a work of literature and retrieved various critical interpretations, it could not fully or accurately articulate the shocking act at the heart of the story—highlighting both the limitations of model alignment and the complexity of responsibly navigating morally provocative texts.
![Electronics 15 01047 i001 Electronics 15 01047 i001]()
Once the user asks how her family and guests interact with Nastya the model is claiming to describe the actual episode but takes information from other parts of the story:
![Electronics 15 01047 i002 Electronics 15 01047 i002]()
If the user persists with a pointed question regarding the cook’s actions before the dinner, GPT fails to respond and instead indicates an “Internal Server Error.”
This scenario underscores a core defamiliarization safety issue in large language models. Although these models are generally aligned to detect certain “unsafe” keywords, they can become disoriented when users employ a defamiliarized narrative to elicit malicious or disturbing information. At the same time, when handling provocative literary content marked as fictional, the models struggle to provide an accurate interpretation or summary if the text contains “sensitive” elements. In other words, the models can echo inhumane content after it has been suggested but cannot generate that interpretation independently. See
Appendix A for additional example.
Such behavior might seem rational in non-fiction contexts—where an explicit portrayal of cannibalism or other violent acts could pose a clear ethical risk. Yet in a fictional context, content often functions metaphorically, transcending the literal criminal act. Completely banning the depiction of any crime, even in fiction, would severely limit the model’s interpretative capabilities. It raises the question: Should LLM adopt specialized interpretative frameworks for fictional works—especially those that are deliberately provocative?
These observations invite further dialogue on how concepts from literary theory, as well as narrative texts exploring human ethics, could be incorporated into LLM safety frameworks. By bridging these fields, we might discover more nuanced strategies for ensuring both ethical constraints and creative freedom in LLM responses.
5. Conclusions
In this paper, we introduced defamiliarization attacks, in which unsafe or malicious queries are embedded within seemingly innocuous narratives. Our case studies demonstrate that LLMs can be steered into generating undesirable outputs—even when explicit “unsafe” terminology is avoided—by presenting requests in unmarked or defamiliarized contexts. This approach proved effective across a range of scenarios, from planning ethically dubious actions to misrepresenting or overlooking key events in literary works.
Crucially, our experimental results uncover a systematic inverse relationship between model scale and susceptibility in open-source models. We observed a near-total safety collapse in “lightweight” architectures, with reasoning-focused models (e.g., DeepSeek-R1, Qwen3). However, we also identified a degree of “residual robustness” in explicitly safety-tuned models like LLaMA-3.1, which managed to reject high-harm queries where larger, multimodal peers failed.
Conversely, the frontier GPT-5 series demonstrated a “distillation paradox”: unlike open-source models, the highly compressed GPT-5.1-nano and mini versions retained the robust alignment of its teacher model, achieving 0% TASK GSR. This indicates that vulnerability is not an inherent property of model size, but a function of the specific distillation and alignment methodologies employed.
Furthermore, AutoDefa confirmed a persistent “semantic blind spot” in Gemini 3 Pro Preview, as evidenced by reproducible failures in the SchoolMassacre domain. We also quantified a measurable “automation gap”, where larger models like Gemma-3 proved significantly more resilient to automated attacks than manual ones, underscoring that human semantic creativity remains superior for defamiliarization penetrating sophisticated safety alignments via defamiliarization.
Since defamiliarization operates as a standalone prompting technique, it can be readily combined with other jailbreak strategies—such as zero-character attacks or puzzle-based prompts—serving as a modular, plug-and-play component that can augment the effectiveness of existing jailbreak methods.
Our findings underscore the limits of current alignment strategies, which often rely on detecting explicit keywords or specific semantic structures. Defamiliarization circumvents these methods by manipulating context and presentation rather than merely substituting words. By highlighting this vulnerability, we hope to spur a deeper, more holistic dialogue in the LLM safety community—one that transcends token-level or architecture-specific solutions and probes the interpretative and conceptual frameworks underlying large language models.
Overall, we advocate for a more integrated approach in LLM safety research, combining insights from literary theory, ethics, and user interaction. Only by viewing these models as active participants in interpretive processes can we develop robust defenses against defamiliarization attacks and ensure that powerful AI systems align more consistently with human values.
Limitations and Future Directions
While the AutoDefa framework establishes a proof-of-concept for automating defamiliarization attacks, we acknowledge several structural limitations in the current implementation:
Lack of Quantitative Defamiliarization Metrics: Although we demonstrate the effectiveness of defamiliarization attacks in bypassing safety filters, the current work does not provide formal metrics to quantify the degree of defamiliarization embedded in each prompt or evaluate the semantic quality, relevance, and internal consistency of generated narratives. Future work should develop a multi-dimensional evaluation framework that includes: (1) grammatical analysis—assigning each word its grammatical category and base form, then calculating frequency distributions; (2) readability metrics—decomposing sentences while computing standardized readability scores. (3) semantic substitution analysis—systematically replacing lexical items (nouns with related nouns, verbs with semantic variants) potentially using LLM-assisted paraphrasing; and (4) change rate quantification—measuring the degree of transformation from direct to defamiliarized prompts. Such metrics would enable more rigorous characterization of defamiliarization strategies and their relative effectiveness.
Absence of Comparative Baselines: This study focuses on characterizing the defamiliarization phenomenon rather than benchmarking the performance of the
AutoDefa tool itself. Consequently, we did not perform comparisons against other established multi-turn jailbreak frameworks (e.g., PAIR or GCG) or against standardized safety benchmarks or adversarial datasets (e.g., HarmBench Mazeika et al. [
45]), which typically cover a broad range of prohibited categories. Future work is needed to quantify the effectiveness of defamiliarization relative to these existing frameworks.
Limited Mechanistic Explanation: This work primarily characterizes defamiliarization empirically and does not provide a causal, mechanism-level account of why the attack succeeds in LLMs. In particular, we do not isolate whether effectiveness is driven by context-window dynamics, attention failures, distribution shifts relative to safety training data, or other architectural and training factors. Future work should include controlled ablations and interpretability-based analyses to identify the dominant mechanisms.
Finally, though we postulate that insights from literary theory could be leveraged to enhance model alignment, the design and empirical evaluation of concrete defense mechanisms against defamiliarization attacks remained outside the scope of this study. Most importantly, this work precipitates a necessary normative debate within the LLM community: To what extent should AI systems accommodate unsafe content when framed within a literary context? We hope this paper serves as a catalyst for resolving this internal conflict. The design of subsequent defensive experiments will largely depend on the community’s consensus regarding this fundamental question.