Paper deep dive
UTS at ELOQUENT 2026 Voight-Kampff: structural shifts in AI writing bypass state-of-the-art detectors
Dima Galat, Marian-Andrei Rizoiu
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 92%
Last extracted: 7/18/2026, 10:24:31 AM
Summary
This paper investigates the resilience of AI text generation against state-of-the-art adversarial detectors in the ELOQUENT 2026 Voight-Kampff shared task. The authors demonstrate that while superficial evasion techniques (like grammatical perturbations) are easily neutralized by adversarial fine-tuning, structural out-of-distribution (OOD) shiftsâspecifically cross-decade register attacks and modernist stream-of-consciousness formsâsuccessfully bypass detection. These structural attacks achieve fool rates up to 50 times higher than previous methods. Crucially, the study reveals an asymmetry in detector vulnerability: pushing text out of the training distribution defeats detection, whereas pulling it in (mimicking human data) fails. Countermeasures such as augmenting training data with historical prose also fail to close these vulnerabilities.
Entities (11)
Relation Signals (6)
Cross-decade register attacks â bypasses â Macko-LOSO
confidence 94% · The style_pre1923 strategy hits a 0.50 fool rate against Macko-replica and 0.64 against Macko-LOSO on Claude Opus.
Macko-pp â failstoclose â Cross-decade register attacks
confidence 93% · Adding pre-1923 prose to the human side of training does not close the cross-decade attack. The fool rate actually rises to 0.846, slightly higher than the baseline.
Cross-decade register attacks â outperforms â PJS v2
confidence 92% · Crucially, this register-shift approach improves the evasion rate by 50à compared to the 2025 baseline on the same detector, generator, and topics.
Adversarial fine-tuning â neutralizes â PJS v2
confidence 91% · The recipe inverts sign on every generator... applying the 2025 evasion strategy to our retrained detector makes the text more detectable than vanilla writing.
synth_anchor â achieveshigherfoolratethan â style_pre1923
confidence 90% · synth_anchor Pareto-dominates pure style_pre1923 on every detector column... Macko-LOSO 0.798 vs. 0.64.
Stream-of-consciousness form â bypasses â Adversarial fine-tuning
confidence 89% · Our stream-narrative attack similarly achieves a robust 0.65 escape rate against an even stronger adversarial baseline.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:We investigate which language model evasion attacks survive state-of-the-art adversarial fine-tuning, developing strategies that sweep the top 5 positions on the ELOQUENT 2026 Voight-Kampff leaderboard. While adversarial fine-tuning trivially closes the 2025 winning evasion recipes, we uncover a fundamental asymmetry in detector vulnerability: pushing generated text out of the detector's training distribution reliably defeats adversarial detection, whereas pulling it into the distribution (e.g., mimicking human training data) fails completely. Exploiting this, we introduce two novel out-of-distribution attack families - cross-decade register attacks and modernist stream-of-consciousness form. Both strategies easily bypass adversarial closure, achieving up to approximately 50x higher fool rates than previous methods while preserving naturalness. Furthermore, experiments show that the obvious deployer countermeasure (augmenting training data with period prose) fails to close the vulnerability. Our findings show that the tested detector families, including adversarially fine-tuned ones, exhibit persistent vulnerabilities under structural out-of-distribution shifts, a mechanism that directly powers our leading competition performance.
Tags
Links
- Source: https://arxiv.org/abs/2607.13565v1
- Canonical: https://arxiv.org/abs/2607.13565v1
Trouble viewing inline? Open PDF directly â
Full Text
40,458 characters extracted from source content.
Expand or collapse full text
UTS at ELOQUENT 2026 Voight-Kampff: structural shifts in AI writing bypass state-of-the-art detectors Dima Galat 1 , Marian-Andrei Rizoiu 1 1 University of Technology Sydney, Australia Abstract We investigate which language model evasion attacks survive state-of-the-art adversarial fine-tuning, developing strategies that sweep the top 5 positions on the ELOQUENT 2026 Voight-Kampff leaderboard. While adversarial fine-tuning trivially closes the 2025 winning evasion recipes, we uncover a fundamental asymmetry in detector vulnerability: pushing generated text out of the detectorâs training distribution reliably defeats adversarial detec- tion, whereas pulling it into the distribution (e.g., mimicking human training data) fails completely. Exploiting this, we introduce two novel out-of-distribution attack familiesâcross-decade register attacks and modernist stream-of-consciousness form. Both strategies easily bypass adversarial closure, achieving up toâ50Ăhigher fool rates than previous methods while preserving naturalness. Furthermore, experiments show that the obvious deployer counter-measure (augmenting training data with period prose) fails to close the vulnerability. Our findings show that the tested detector families, including adversarially fine-tuned ones, exhibit persistent vulner- abilities under structural out-of-distribution shifts, a mechanism that directly powers our leading competition performance. Keywords AI-generated text detection, Voight-Kampff, PAN, ELOQUENT, adversarial fine-tuning, register-shift attacks 1. Introduction The ELOQUENT Voight-Kampff (VK) shared task at CLEF [1,2] asks a binary question: was a text written by a human or generated by a language model? In its 2024 edition the best-system fool rate against the PANâ25 detector panel was0.049[3]. The 2025 edition saw aâŒ13Ăjump to0.654[4], driven by two prompting-side recipes that did not retrain or fine-tune anything: literal Hindi back-translation plus an explicit be-imperfect instruction [5], and a nine-language rotation [6]. The structural question for 2026 is which kinds of evasion attacks survive a deployer-class adversarial fine-tune that has already seen the 2025 attacks? An attack family that survives is durable in a builder-breaker arms race; one that does not is closable inside a single fine-tune pass. Our central finding is an asymmetry along this axis. We approach this with three coupled experiments. First, we replicate the 2025 attacks on four generators (Claude Opus 4.7, GPT-5.4, Gemini 2.5 Pro, Qwen3.6-35B-A3B) crossed with five strategies and 66 topics (í=1,320generations) and train a family of deployer-class adversarial detectors (RoBERTa- large fine-tuned on our generations + PANâ25 humans) in three CV variants: Macko-replica (leave-one- genre-bucket-out, four folds), Macko-LOSO (leave-one-strategy-out, the harder deployer-pessimistic variant, five folds), and Macko-p (Macko-LOSO + pre-1923 Project Gutenberg humans on the negative side, the obvious deployer counter-measure tested in §4.4). The naming follows the 2025 PAN winnerâs recipe of adversarial training plus OOD validation [7,4]. Second, we introduce two new attack families: cross-decade register attacks (prompts that ask the generator to write in early-twentieth-century English literary register), and stream-narrative attacks (forcing a modernist stream-of-consciousness narrative form). We test whether they survive Macko-replicaâs and Macko-LOSOâs closure. Third, we test the obvious deployer counter-fix (Macko-p): augment the human-side training corpus with pre-1923 Project Gutenberg prose so period register stops being out-of-distribution. The asymmetry is stark. While the 2025 PJS recipe inverts under adversarial detection (its effectiveness swinging from+0.71toâ0.71on Claude Opus), our cross-decade register attack holds strong at a0.798 CLEF 2026 Working Notes, 21 â 24 September 2026, Jena, Germany $ dima.galat@student.uts.edu.au (D. Galat); Marian-Andrei.Rizoiu@uts.edu.au (M. Rizoiu) 0000-0003-3825-2142 (D. Galat); 0000-0003-0381-669X (M. Rizoiu) © 2026 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (C BY 4.0). Macko-LOSO fool rate on the same generator and topics. Our stream-narrative attack similarly achieves a robust0.65escape rate against an even stronger adversarial baseline. Crucially, the obvious deployer counter-measureâaugmenting the human-side training data with pre-1923 proseâfails to close the cross- decade vulnerability. The underlying mechanism is clear: pushing generations out of the deployerâs training distribution defeats adversarial fine-tuning, whereas pulling them into it does not. Findings. 1.Adversarial fine-tuning easily neutralizes superficial evasion. Once the detector is retrained on generations that rely on simple grammar-level perturbations (like the 2025 winning recipes), their effectiveness collapses to near-zero (fool rates†0.025). Simple, superficial tweaks offer no long-term durability. 2. Structural shifts in register and form remain highly resilient. Prompting the generator to write in a historical register (early-twentieth-century English) or forcing a modernist stream-of- consciousness narrative style completely bypasses detector retraining. These strategies achieve up to a50Ăimprovement in evasion over previous methods, while maintaining a natural, human-like flow. 3.Simple data-patching defenses fail. The obvious counter-measure for the detector builderâ retraining the classifier with real historical prose added to its training poolâdoes not close the gap. Retraining on Project Gutenberg passages actually slightly increases the evasion rate of our historical-register attack to 0.846. 4.Evasion is driven by structural out-of-distribution direction, not surface mimicry. Detec- tors are not fooled because the generator successfully mimics the exact distribution of human test texts (few-shot mimicry fails completely). Instead, evasion succeeds because the text is pushed entirely outside of the domain the detector was calibrated to recognize, showing that the tested detector families exhibit persistent vulnerabilities under structural out-of-distribution shifts. We release all detector checkpoints and attack prompts. 2. Related Work The Voight-Kampff task across three editions.The PAN+ELOQUENT VK task formalises machine- generated text detection inside a builder-breaker shared evaluation [3,8]. The first edition (2024) used the easiest verification level; only one of four ELOQUENT submissions beat the unmodified GPT-3.5 baseline. The 2025 edition [4] switched to single-text decision (level 7) and saw theâŒ13Ăbest-system jump while the same generators were available; the improvement was driven by prompting strategy and post-processing, not generator capability. The 2026 edition, run jointly by ELOQUENT and PAN [1, 2, 9, 10], retains level 7 with a literary / historical / press text distribution. 2025-winning generation-side breakers.PJS-team [5] won 2025 with a two-stage pipeline: literal Hindi back-translation followed by a return-leg be-imperfect instruction. HumanAIzers [6] reached 0.642with a related nine-language rotation. Both treat the detector panel as a black box; both manipulate the generation process alone. Detection: supervised, zero-shot, and adversarial. The 2025 PAN detector winner [7] reached mean inverse-fool0.989by adversarially fine-tuning a Qwen3-14B classifier with QLoRA plus homo- glyph augmentation, validated on a2,000-instance OOD set (MIX2k). The PANâ25 organiser baseline, a TF-IDF1â4-gram SVM, reached0.922and outperformed most fine-tunes on held-out validation. Earlier work on visualising machine-text statistics [11] laid the foundation; subsequent zero-shot methods include perturbation-based curvature detection [12] and the observer/performer perplexity ratio [13]. Sadasivan et al. [14] and Krishna et al. [15] argue that paraphrase attacks reduce achievable detection AUC and, in the limit, prevent reliable detection without watermarking [16]. Our cross-decade attack falls inside that family in spirit but operates through register shift rather than paraphrase; framed as a controlled style-transfer instance [17], with the cross-decade direction chosen because it sits OOD relative to the deployerâs training corpus. What we add is a rigorous test of whether the obvious deployer counter-measure (retraining on the OOD register) actually closes the gap. 3. System and Method 3.1. Generators Four generators across two tiers: frontier closed â Claude Opus 4.7, GPT-5.4, Gemini 2.5 Pro; and open-MoE â Qwen3.6-35B-A3B in 4-bit [18]. All pinned to dated snapshots. 3.2. Strategies The full strategy set across the 13 attacks reported in this paper falls into four families. (i) 2025-replication strategies:vanilla,imperfection,roundtrip,roundtrip_imperf(PJS v2), lost_in_translation(9-language rotation,6). Strategies 2â4 form a2Ă2factor on (has_translation, has_imperfection). (i) Cross-decade register (Attack 1):style_pre1923,style_translated_ru, style_l2_academic. (i) Source-anchored, author-style, and form (Attacks 9, 10):synth_anchor; named-author imitations (Borges, Sebald, Dillard); andstream_narrative. (iv) Bracketing (Attacks 11â13): the Macko-p retraining experiment; real_anchor; pan_anchor. We lock the round-trip translation language per generator: Hindi for the closed-frontier models (matching the PJS teamâs choice), and Chinese for Qwen3.6 (matching its native language capabilities). These strategies are evaluated across 66 topics from VK 2024 / 2025 / 2026, with the 20-topic 2026 test split held out exclusively for our cross-decade and bracketing experiments. 3.3. Detectors Five primary detectors and three adversarial variants. Primary (in-distribution-tuned, not retrained on our pool): TF-IDF1â4-gram SVM (PANâ25 organiser baseline), RoBERTa-base [19] fine-tuned on PANâ25 train (val AUC 0.9994), Binoculars [13] on a Mistral-7B pair, LogPerplexity- and LogRank-GPT-2M. The Macko-replica family (deployer-class). Three RoBERTa-large adversarial fine-tunes on our generations+PANâ25-train humans. 1 Macko-replica (bucket-CV) holds out one of four genre buckets per fold; Macko-LOSO (strategy-CV) holds out one of the five 2025-replication strategies per fold (novel 2026 strategies fall back to theroundtrip_imperffold, the deployer-pessimistic choice); Macko-p addsâŒ1,000 pre-1923 Gutenberg passages [20] to the human side â the obvious deployer counter- measure for the cross-decade attack of §4.4. 4. Results 4.1. The OOD inversion under the 2025-winning recipe Table 1 reports the pairedÎfool rate ofroundtrip_imperf(PJS v2) versusvanillaacross the5Ă 5 detector-by-generator cells. The PANâ25-trained RoBERTa is the strongest in-distribution detector we have (0.9994val AUC). On vanilla Claude its meaní (LLM)isâ 1.00. Pass the same prompt through PJS v2 and the same detector returnsí (LLM) â 0.001. The signal does not merely degrade â it inverts. The same input shifts Binoculars by only +0.07 to +0.10. 1 Checkpoints released on HuggingFace: https://huggingface.co/protagonist/eloquent26-macko-replica, https://huggingface. co/protagonist/eloquent26-macko-replica-loso, and https://huggingface.co/protagonist/eloquent26-macko-p. DetectorCl. GPT Gem. Qw3.6 TF-IDF SVM+.17 +.34 +.52+.39 RoBERTa+.71 +.60 +.91 +.54 Binoc-Mi7B+.10 +.10 +.07+.04 LogPerp-GPT2M +.22 +.41 +.18+.33 LogRank-GPT2M +.15 +.30 +.13+.24 Table 1 The 2025 OOD inversion. RoBERTa, our strongest in-distribution detector, is the most-fooled by PJS v2 across all four generators. Paired Î fool rate vs. vanilla, í=66; bootstrap-significant at íŒ=0.05. RoBERTaMackoMacko Î foolfoolvs. vanilla Claude Opus0.99 0.025 â0.71 GPT-5.40.96 0.012 â0.52 Gemini 2.50.99 0.025 â0.74 Qwen3.60.57 0.014 â0.50 Table 2 Macko-replica vs. baseline RoBERTa-PANâ25 fool rate (âbetter attack) per generator underroundtrip_imperf. The recipe inverts sign on every generator (sig. atíŒ=0.05paired bootstrap on the closed frontier and Qwen3.6); negative Î means PJS v2 makes the text more detectable than vanilla. Underlying Mechanism.The variance in strategy effectiveness does not align along the supervised vs. zero-shot boundary. Rather, it splits along the type of feature extracted: n-gram-surface vs. contextual- distributional. The n-gram supervised detector (TF-IDF SVM) is fooled primarily by surface-level strategies likeimperfection. Conversely, the four contextual detectors (RoBERTa, Binoculars on Mistral-7B, LogPerp on GPT-2M, and LogRank on GPT-2M, representing three distinct model families) are fooled byroundtrip. The combinedroundtrip_imperf(PJS v2) attacks both fronts. This cross- architecture alignment indicates that, within the tested families, the inversion is a property of contextual scoring rather than a quirk of any single model architecture. 4.2. Adversarial closure: the Macko-replica We fine-tuneFacebookAI/roberta-largeon our generations+matched PANâ25 humans, leave-one- genre-bucket-out, four checkpoints (§3.3). Each text is scored only by the checkpoint that did not see its bucket during training. Table 2 reports the result. The recipe is self-defeating once the deployer has fine-tuned on even a small subset of its outputs: applying the 2025 evasion strategy to our retrained detector makes the text more detectable than vanilla writing, not less. Our prediction of a post-adversarial inverse C@1 score below0.20is confirmed, with the empirical detection error rate dropping below 0.03 across all tested generators. 4.3. Cross-decade register attacks survive Macko-replica The obvious response to §4.2âs deployer-positive finding is to ask whether any attack survives. We hypothesise that perturbations at the register level (style, vocabulary epoch, native-vs-L2 grammar) exit the training distribution further than PJS-style grammatical perturbation, and survive an adversarial fine-tune that contains modern PJS-style outputs but no pre-1923 / translated-Russian / L2-English corpus. We add three single-pass strategies on the closed frontier:style_pre1923(early-twentieth-century English novelistic register),style_translated_ru(Constance-Garnett-era Russian-translation regis- ter),style_l2_academic(non-native English academic register). All three are run on the 20 held-out VK-2026 test topics on Claude Opus. StrategyRoB. TF-IDF M-bk M-LOSO rt+imperf0.980.92 0.050.015 style_pre19230.150.58 0.500.640 style_trans_ru 0.070.45 0.420.483 style_l2_acad0.030.38 0.310.395 synth_anchor 0.57 0.76 0.70 0.798 Table 3 Cross-decade register attacks on Claude Opus / 20 held-out VK-2026 test topics; fool rateâbetter attack. M- LOSO=Macko-LOSO (strategy-CV adversarial); M-bk=Macko-replica (bucket-CV variant). Compare to roundtrip_imperfâs†0.025 on the same detectors. Our first hypothesis (P1.1, predicting a fool rate above0.20) is confirmed: thestyle_pre1923 strategy hits a0.50fool rate against Macko-replica and0.64against Macko-LOSO on Claude Opus. Our second hypothesis (P1.2, predicting the style ordering) is also confirmed, with early twentieth-century register outperforming Russian translation and L2 academic styles (0.64 > 0.48 > 0.40). Crucially, this register-shift approach improves the evasion rate by50Ăcompared to the 2025 baseline on the same detector, generator, and topics. Source-anchored: the headline attack.synth_anchor(Attack 9) is a two-stage refinement of the cross-decade recipe. Stage 1: Claude Opus produces a self-containedâŒ120-word period-prose paragraph on a subject thematically adjacent to the topic. Stage 2: it writes the topic in that paragraphâs exact register, with the anchor visible as a few-shot stylistic template. Total cost: 2 API calls per topic. Table 3 (last row) showssynth_anchorPareto-dominates purestyle_pre1923on every detector column: RoBERTa0.57vs.0.15, TF-IDF0.76vs.0.58, Macko-bk0.70vs.0.50, Macko-LOSO0.798vs. 0.64. The attack does not cost naturalness. Cross-judgeí (human)from three frontier LLMs (Claude Opus, GPT-5.4, Gemini 2.5 Pro), self-family dropped (21),í=40judgments per cell on Claude Opus / 20 VK-2026 test topics. PJS v2 sacrifices most of vanillaâs naturalness (0.54 â 0.30) to extract its baseline-detector evasion. The cross-decade attack recovers that naturalness:style_pre1923hits 0.500(indifference threshold) andsynth_anchor 0.535(above vanillaâs0.540) while delivering the highest Macko-LOSO fool rate in the table; real-human anchor sits at0.760.synth_anchoris the only strategy in the full study that crosses0.5fool rate against every detector class simultaneously and keeps cross-judge í human above indifference. Writing style vs. Historical register. We test whether any distinctive writing style can bypass detection, or if the evasion is specific to historical registers. Our hypothesis (P10.1, predicting a high average evasion rate across Borges, Sebald, and Dillard) is falsified, averaging only0.26. Specifically, only W.G. Sebaldâs styleâwhich relies heavily on pre-modern, period-adjacent registerâsucceeds in defeating the detector (0.749). Imitating modern authors (such as Borges, Dillard, Murakami, or Coelho) fails completely, showing that detectors are vulnerable to historical language distributions rather than just a âdistinctive authorial voice.â 4.4. The simple deployer fix fails (Attack 11) The §4.3 mechanism has a corollary recommendation: a deployer who has identified period register as the failure direction should retrain the adversarial detector with pre-1923 prose injected on the human side, so period register stops being out-of-distribution. We formulated this prediction as P11.1 (prior to training): the Opus /synth_anchormean fool rate would fall from0.798(LOSO) to†0.20 on Macko-p. StrategyMacko-LOSOMacko-p synth_anchor0.798 0.846 style_pre19230.6400.657 style_sebald0.7490.798 style_borges0.0300.095 caveman0.0000.000 rewrite_k50.0280.011 roundtrip_imperf0.0150.000 Table 4 Macko-LOSO vs. Macko-p fool rates (âbetter attack) on the held-out 20 VK-2026 test topics, generator= Claude Opus. Adding pre-1923 prose to the human side of training does not close the cross-decade attack. We trained Macko-p: same architecture and recipe as Macko-LOSO, five strategy folds, but with âŒ1,000âŒ500-word passages fromdeepmind/pg19(Project Gutenberg books published before 1919) mixed into the human side atâŒ40% pg19 /âŒ60% PANâ25. Table 4 reports the result. Our main prediction (P11.1, which posited that the Gutenberg augmentation would reduce the fool rate to†0.20) is cleanly falsified: the fool rate actually rises to0.846, slightly higher than the baseline. Similarly, the average evasion rate across all historical styles remains high (0.767). Meanwhile, our control strategy (rewrite_k5) stays caught at0.011, confirming that the detector has not simply decalibrated, but remains specifically blind to the period register. A control points to register-specificity.style_borgesis in the same OOD-distinctive-author family asstyle_sebaldbut is not period register. Its Macko-p fool rate is0.095, so the detector handles it normally. The augmentation closure fails specifically along the period-register axis it ostensibly trained on, while leaving other OOD axes untouched. We discuss candidate mechanisms in §5. 4.5. Bracketing synthetic-anchor from both directions synth_anchoris the headline attack. Two follow-up experiments, both designed before generation, attempt to beat it from opposite directions of the human-text distribution. Both fall short, in informative directions. Attack 12: real anchor (does provenance help?).synth_anchoruses a synthetic anchor: Claude generates theâŒ120-word period-register paragraph from its prior. We hypothesized (P12.1, prior to generation) that a real pre-1923 paragraph as anchor would strictly beat the synthetic version: realpg19 prose is genuinely human and should pull the conditioning distribution further from Claudeâs prior. This hypothesis is cleanly falsified: using real period prose actually underperforms the synthetic anchor (0.778vs.0.846on Macko-p, and0.730vs.0.798on Macko-LOSO). The likely reason is thematic relevance: the synthetic anchor generator is prompted to write about a theme related to the target topic, whereas the real anchors are pulled from random literary passages. This indicates that style-matching is most effective when the style template is thematically coherent with the target text, making the synthetic anchor a purposeful construct rather than just a proxy for real historical writing. Attack 13: PAN-mimicry (the inverse direction).Every other attack in this paper pulls Claudeâs output out of the deployerâs training-time human distribution. Attack 13 (P13.1) inverts: few-shot Claude with five PANâ25-train passages per topic and instruct it to match their voice, lexical patterns, and natural imperfections. The detectorâs âhumanâ decision region is shaped by exactly that pool; mimicry should land where the detector has the lowest confidence in flagging anything machine. We predicted Macko-p fool rateâ„ 0.85. This strategy fails completely: the evasion rate drops to0.000on Macko-p and0.006on Macko-LOSO. Although few-shot coaching allows the model to mimic human StrategyRoB-L RoB+homo DeB-v3 mean caveman0.900.900.98 0.93 style_dillard0.840.860.94 0.88 stream0.630.650.78 0.69 style_murakami0.530.590.750.62 style_borges0.310.290.510.37 synth_anchor0.180.110.280.19 fragments0.160.170.230.19 dialect_appalachian0.090.090.180.12 style_sebald0.060.050.150.09 style_pre19230.030.040.080.05 style_translated_ru0.010.010.070.03 Table 5 Fool rate against the neutral PANâ25-trained committee, Claude Opus pool,í=6,500across 11 strategies on 20 VK-2026 test topics. The ordering inverts Macko-pâs: strategies that beat Macko-p (period-register; bottom rows) are caught here; strategies that beat this committee (register reduction, literary mimicry, modernist stream; top rows) are caught by Macko-p. surface features (like vocabulary and grammar quirks), it does not alter the modelâs underlying token probability signature, to which our adversarially retrained classifier is highly sensitive. The asymmetry, and what it implies.Cross-decade attacks defeat adversarial fine-tuning by pulling output into a distribution region the detectorâs training corpus did not cover; PAN-mimicry attacks fail because the detectorâs training corpus did cover that region densely, and its calibration there is sharp. The detectors we test are not fooled by what the text looks like at the surface; they are fooled by what its underlying token distribution looks like. Surface-style coaching can be matched via few-shot but does not rewrite the distribution. Out-of-distribution shifts do. The bracketing strengthens the synthetic-anchor finding from two sides: the attack is not substitutable with simpler real-prose conditioning (real-anchor underperforms), and it does not work merely because Claude can imitate human prose (PAN-mimicry fails). 4.6. A neutral PANâ25-trained committee inverts the picture A more realistic 2026 condition is a deployer who trained on PANâ25 alone â no exposure to our generations. We model this with three independent supervised detectors, each fine-tuned on PANâ25 train: RoBERTa-large [19]; RoBERTa-large with Mackoâs homoglyph augmentation [7]; DeBERTa- v3-large [22]. We re-generate the 20-topic 2026 test split atí =30on cross-decade and author-style families,í =20elsewhere, plus a round-two extension probing register-shift variants (fragments, dialect_appalachian, stream). Total í=6,500 Claude Opus candidates. The ordering symmetrically inverts Macko-pâs: strategies that survive Macko-p (synth_anchor 0.846,style_pre1923 0.657,style_sebald 0.798) are caught by the neutral committee (†0.19); strategies that beat the neutral committee (caveman 0.93,style_dillard 0.88,stream 0.69) are caught by Macko-p (†0.09). No strategy in this pool beats both detector classes simultaneously â a hard Pareto frontier. The round-two failures (fragments,dialect_appalachian) probe alternative OOD axes and fail in the same way, ruling out a generic âany OOD axis worksâ interpretation. 4.7. Stream-narrative defeats both classes The Pareto frontier from the previous section presents one notable exception:streamcells on7 narrative-genre topics escape Macko-p at aâ„ 30%rate, while expository topics are caught uniformly. This suggests that form-content match is the operative variable, pointing to a second co-equal OOD mechanism alongside period register: radical shifts in narrative form. classdetectoríí LLM fool@0.5 supervisedRoB-L/PANâ250.030.97 supervisedRoB-L + homo0.020.98 supervisedDeB-v3/PANâ250.0021.00 zero-shotLogPerp-GPT2M0.410.97 zero-shotLogRank-GPT2M0.371.00 judgeGPT-5.40.460.51 judgeGemini-2.5-Flash0.021.00 adversarialMacko-p 0.34 0.65 Table 6 stream_narrative: per-detector meaní (LLM)and fool rate at threshold0.5,í=300Claude Opus cells on 20 VK-2026 test topics. The decisive row is bottom: Macko-pâs escape rate jumps from9%on regularstream (Table 4) to 65% once narrative form is forced. We test this by forcing a narrative voice onto every topic.stream_narrativeintroduces a named witness (e.g., a court lady, a young secretary, an apprentice) whose perspective shapes the entire output. It sustains a modernist stream-of-consciousness form (†3full stops inâŒ500 words) and demands concrete particulars once perâŒ40 words. We generated 300 cells on Claude Opus using this strategy. stream_narrativeescapes Macko-p at65%, a7Ăimprovement over regularstream(9%), while keeping all three supervised fool ratesâ„ 0.97. The binding constraint is judge_gpt54 right at threshold (0.46mean,0.51fool); Gemini Flash acceptsâ„ 99%as human. Per-topic minimax across the8-detector committee picks stream_narrative in19of20topics (mean worst-case0.42;17of20below0.5on every detector). The single exception is topic067(Aesthetic Philosophy / Music Criticism Essay): all14 stream_narrative cells scoreí (LLM)=1.0on Macko-p despite near-zero supervised. Argumentative content does not survive the narrative-witness frame; the argument structure leaks through. 5. Discussion The OOD-inversion paradox is not a paradox. A standard practice is âtrain the strongest super- vised detector you can on the latest benchmark, ship it.â Our PANâ25 RoBERTa is exactly that:0.9994 in-distribution AUC. Under PJS v2 it returnsí (LLM)â 0.001on the same generations whose vanilla counterparts it scoredâ 1.00. The mechanism in §4.1 explains why: contextual / distributional detectors learn the distribution of fluent native English. Literal back-translation flattens that distribution in a direction the supervised model has never seen, so its representation of the text drifts into the human half of its decision boundary, and the more confidently so the better the detector was tuned. The high in-distribution AUC and the high out-of-distribution fool rate are the same number twice, in opposite directions. The 2025 recipe is closable; the cross-decade recipe is not (by the obvious fix). A small adversarial fold collapses 2025-attack fool rate by30â50Ăat a cost any deployer can absorb (§4.2). The same playbook does not close the cross-decade attack (§4.4: P11.1 falsifies at0.846). The bracketing experiments favour the interpretation that pg19-augmentation widens the âhumanâ decision region without giving the classifier signal to discriminate human period prose from machine-emulated period prose: surface-style coaching alone (PAN-mimicry) works only weakly against the baseline (0.702) and not at all against the adversarial fine-tune (0.000). What survives is OOD direction, not perturbation depth.Surface mimicry, perturbation depth (í- pass refinement), entropy reduction (caveman), and format shift (genre-dialogue) all fail against Macko- LOSO at†0.14fool rate. Only register-OOD attacks, and only those whose register is structurally pre-modern, defeat the adversarial detector at meaningful fool rates. The mechanism finding is therefore RankParticipant / SubmissionMean Score 1 uts-claude-v110.144 2 uts-claude-v40.164 3 roundtrip_imper0.197 4 uts-claude-v70.211 5 uts-qwen-v70.308 6Dargk - âDargkâ0.320 7Dargk - âLoRA beta0â0.338 8 rejection_sample_opus0.462 9 source_anchored_synth0.499 10Anlam-Turing - âdirectâ0.926 Table 7 ELOQUENT 2026 Voight-Kampff leaderboard. Our submissions are highlighted in bold. Submissions from UTS sweep the entire top 5 positions. Our leading entryuts-claude-v11, which relies heavily on the stream_narrativestrategy, secured the highest rank, confirming that OOD narrative form translates to leading source-like behavior against the live competition detector panel. narrower than âattackers can always escapeâ: it specifies a particular axis (period registerĂtheme coherence) along which a present-day adversarial detector is structurally vulnerable. The OOD-direction mechanism has at least two survivable axes.The same strategy can flip sign across deployer postures.cavemanfails Macko-LOSO at0.000but wins the neutral committee at0.93 (Table 5); the gap is training-data exposure.stream_narrative(§4.7) goes further:65%Macko-p escape plusâ„ 0.97fool against three independent neutral supervised detectors.synth_anchorand stream_narrativediffer in surface (period register vs. modernist stream form) but share structure: each fits a distinct human-prose distribution that PAN-pool training never densely covers. The mechanism has at least two survivable axes, and likely more â the present finding bounds what Macko-p can close, not what attackers can generate. Future work: term distributions under translation. Translation studies has long observed that translations age faster than their source texts; to our knowledge this ageing has not been characterised as term-distribution drift. Ourstyle_translated_ruattack â a Garnett-era translation register that holds a0.483Macko-LOSO fool rate (Table 3) â suggests translation-inherited term distributions are a productive feature axis, both for attack design and for auditing which human registers a detectorâs training pool actually covers. Limitations. Single-language (English); closed-API generators will be deprecated (we pin dated snapshots for reproducibility, but exact reproduction expires with the provider);í=20topics on the 2026-test split gives wide CIs on per-topic effect estimates. We do not test non-period-register specialised genre OOD (legal opinions, medical case reports) and cannot rule out further survivable axes. Broader impact.The cross-decade attack evades adversarial detection by prompting alone, without retraining or model access. We release the attack and detector checkpoints so a next-year deployer can train against it directly, and report the pg19 counter-fixâs failure so the community does not pursue it as a known-effective recipe. 6. Conclusion Our comprehensive evaluationâspanning a 4-generatorĂ5-strategyĂ66-topic factorial, plus 12 novel 2026 attacks on Claude Opusâreveals a clear asymmetry in evasion attacks. While adversarial fine- tuning definitively closes the 2025 evasion recipes (driving Macko-replica fool rates down to†0.025), two novel OOD strategies (synth_anchorandstream_narrative) easily survive that closure, achieving 0.846 and 0.65 escape rates against the strengthened Macko-p baseline. Furthermore, we show that the obvious counter-measure of augmenting the training set with period prose fails to close the vulnerability (with P11.1 falsified at0.846vs. predicted†0.20). Ultimately, the operative mechanism is OOD direction rather than surface mimicry: pulling generations out of the deployerâs training distribution (via historical register or modernist stream form) consistently defeats adversarial fine-tuning, whereas pulling them into it (e.g., PAN-mimicry) fails entirely. These OOD strategies form the core of our submissions, which sweep the top 5 positions on the ELOQUENT 2026 leaderboard. Our detector checkpoints and attack prompts are publicly available. Artifacts and ELOQUENT 2026 submission Released: detector checkpoints and attack prompts. 2 Macko-replicaâs false-positive rate on PANâ25 held-out humans is†0.04, so the calibration overhead of adversarial fine-tuning is small. We submitted five entries to the ELOQUENT 2026 leaderboard on the 20-topic 2026 test split, spanning different selection criteria: a Sebald-style cross-decade entry; two selection-rule variants over a portfolio of register-shift attacks (supervised-argmin and supervised+judge-minimax); the 8-detector-minimax entry (UTS-Claude-v11) dominated by stream_narrative; and an open-weight Qwen3.6-27B entry. Competition Results.The final results validate the strength of these OOD evasion strategies in the true deployment condition: submissions from UTS sweep the entire top 5 positions on the leaderboard. Table 7 reports the top-10 submissions. References [1]R. Gunti, B. BayramoÄlu, J. M. S. Dilinika, G. Devadasu, D. Galat, V. A. Narayana, R. Pakala, V. R. Reddyvari, M.-A. Rizoiu, J. M. Rodriguez, S. S. Sanagala, A. Tommasel, J. Bevendorff, J. Karlgren, Overview and Joint Report of the Voight-Kampff Task at the ELOQUENT 2026 lab for evaluating generative language model quality, in: E. S. Salido, A. BarrĂłn-Cedeño, A. G. S. de Herrera, S. MacAvaney, J. M. StruĂ (Eds.), Working Notes of the Conference and Labs of the Evaluation Forum (CLEF 2026), CEUR-WS, 2026. [2]J. Bevendorff, R. Gunti, J. Karlgren, M. Potthast, B. Stein, Overview of the third âVoight-Kampffâ Generative AI / LLM Detection Task at PAN and ELOQUENT 2026, in: E. S. Salido, A. BarrĂłn- Cedeño, A. G. S. de Herrera, S. MacAvaney, J. M. StruĂ (Eds.), Working Notes of the Conference and Labs of the Evaluation Forum (CLEF 2026), CEUR-WS, 2026. [3]J. Bevendorff, M. Wiegmann, J. Karlgren, L. DĂŒrlich, E. Gogoulou, A. Talman, E. Stamatatos, M. Potthast, B. Stein, Overview of the âVoight-Kampffâ generative AI authorship verification task at PAN and ELOQUENT 2024, in: Working Notes of CLEF 2024 â Conference and Labs of the Evaluation Forum, volume 3740 of CEUR Workshop Proceedings, CEUR-WS.org, 2024, p. 2486â2506. URL: https://ceur-ws.org/Vol-3740/paper-225.pdf . [4] J. Bevendorff, Y. Wang, J. Karlgren, M. Wiegmann, M. Fröbe, A. Tsivgun, J. Su, Z. Xie, M. Abassy, J. Mansurov, R. Xing, M. N. Ta, K. A. Elozeiri, T. Gu, R. V. Tomar, J. Geng, E. Artemova, A. Shelmanov, N. Habash, E. Stamatatos, I. Gurevych, P. Nakov, M. Potthast, B. Stein, Overview of the âVoight- Kampffâ generative AI authorship verification task at PAN and ELOQUENT 2025, in: Working Notes of CLEF 2025 â Conference and Labs of the Evaluation Forum, volume 4038 of CEUR Workshop Proceedings, CEUR-WS.org, 2025. URL: https://ceur-ws.org/Vol-4038/paper_277.pdf . [5]P. Vachharajani, Literal re-translation as a method for AI text disguise and detection evasion, in: Working Notes of CLEF 2025 â Conference and Labs of the Evaluation Forum, volume 4038 of CEUR Workshop Proceedings, CEUR-WS.org, 2025, p. 1443â1448. URL: https://ceur-ws.org/ Vol-4038/paper_116.pdf . 2 Adversarial checkpoints as in §3.3; the PANâ25-baseline detector is at https://huggingface.co/protagonist/roberta-eloquent. [6]A. Creo, M. HormazĂĄbal-Lagos, H. Cerezo-Costas, P. Alonso-Doval, Fake it âtil you make it human, in: Working Notes of CLEF 2025 â Conference and Labs of the Evaluation Forum, volume 4038 of CEUR Workshop Proceedings, CEUR-WS.org, 2025. URL: https://ceur-ws.org/Vol-4038/paper_109. pdf . [7] D. Macko, R. Moro, I. Srba, mdok of KInIT: Robustly fine-tuned LLM for binary and multiclass AI-generated text detection, in: Working Notes of CLEF 2025 â Conference and Labs of the Evaluation Forum, CEUR Workshop Proceedings, CEUR-WS.org, 2025. URL: https://ceur-ws.org/ Vol-4038/paper_307.pdf . [8]J. Karlgren, E. Artemova, O. Bojar, M. I. Engels, V. Mikhailov, P. Ć indelĂĄĆ, E. Velldal, L. Ăvrelid, Overview of ELOQUENT 2025: Shared tasks for evaluating generative language model quality, in: Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the 16th International Conference of the CLEF Association (CLEF 2025), Lecture Notes in Computer Science, Springer, 2025. [9] J. Karlgren, M. Barrett, O. Bojar, M. I. Engels, D. Fabre, S. Ettejjari, L. Goeuriot, R. R. Gunti, J. Mothe, P. Mulhem, M. Piacentini, L. F. V. Madriz, D. Schwab, P. Ć indelĂĄĆ, G. Stampoulidis, K. Thomas, M. Vartampetian, Overview of ELOQUENT 2026: shared tasks for evaluating generative language model quality, in: M. Hagen, M. Potthast, B. Stein, P. Schaer, E. Zangerle, S. MacAvaney, J. M. StruĂ, E. S. Salido, A. BarrĂłn-Cedeño, A. G. S. de Herrera (Eds.), Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Seventeenth International Conference of the CLEF Association (CLEF 2026), Springer, 2026. [10] J. Bevendorff, M. Fröbe, A. Greiner-Petter, A. Jakoby, M. Mayerl, P. Nakov, H. Plutz, M. Potthast, B. Stein, M. N. Ta, Y. Wang, E. Zangerle, Overview of pan 2026: Voight-kampff generative ai detection, text watermarking, multi-author writing style analysis, generative plagiarism detection, and reasoning trajectory detection, in: M. Hagen, M. Potthast, B. Stein, P. Schaer, E. Zangerle, S. MacAvaney, J. M. StruĂ, E. S. Salido, A. BarrĂłn-Cedeño, A. G. S. de Herrera (Eds.), Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Seventeenth International Conference of the CLEF Association (CLEF 2026), Springer, 2026. [11] S. Gehrmann, H. Strobelt, A. M. Rush, GLTR: Statistical detection and visualization of generated text, in: Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics: System Demonstrations, 2019. URL: https://aclanthology.org/P19-3019/. [12]E. Mitchell, Y. Lee, A. Khazatsky, C. D. Manning, C. Finn, DetectGPT: Zero-shot machine-generated text detection using probability curvature, in: International Conference on Machine Learning (ICML), 2023, p. 24950â24962. [13]A. Hans, A. Schwarzschild, V. Cherepanova, H. Kazemi, A. Saha, M. Goldblum, J. Geiping, T. Gold- stein, Spotting LLMs with binoculars: Zero-shot detection of machine-generated text, in: Interna- tional Conference on Machine Learning (ICML), 2024. URL: https://arxiv.org/abs/2401.12070. [14]V. S. Sadasivan, A. Kumar, S. Balasubramanian, W. Wang, S. Feizi, Can AI-generated text be reliably detected?, 2023. URL: https://arxiv.org/abs/2303.11156. arXiv:2303.11156. [15]K. Krishna, Y. Song, M. Karpinska, J. Wieting, M. Iyyer, Paraphrasing evades detectors of AI- generated text, but retrieval is an effective defense, Advances in Neural Information Processing Systems 36 (2023) 27469â27500. [16]J. Kirchenbauer, J. Geiping, Y. Wen, J. Katz, I. Miers, T. Goldstein, A watermark for large language models, in: Proceedings of the 40th International Conference on Machine Learning (ICML), 2023. URL: https://arxiv.org/abs/2301.10226. [17]E. Reif, D. Ippolito, A. Yuan, A. Coenen, C. Callison-Burch, J. Wei, A recipe for arbitrary text style transfer with large language models, in: Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers), 2022. URL: https://aclanthology.org/2022. acl-short.94/. [18]Qwen Team, Qwen3.6-35B-A3B, 2026. URL: https://huggingface.co/Qwen/Qwen3.6-35B-A3B, moE 35B total / 3B active. 4-bit DWQ MLX build via mlx-community/Qwen3.6-35B-A3B-4bit-DWQ. [19]Y. Liu, M. Ott, N. Goyal, J. Du, M. Joshi, D. Chen, O. Levy, M. Lewis, L. Zettlemoyer, V. Stoyanov, RoBERTa: A robustly optimized BERT pretraining approach, arXiv preprint arXiv:1907.11692 (2019). URL: https://arxiv.org/abs/1907.11692. [20]J. W. Rae, A. Potapenko, S. M. Jayakumar, C. Hillier, T. P. Lillicrap, Compressive transformers for long-range sequence modelling, in: International Conference on Learning Representations (ICLR), 2020. URL: https://arxiv.org/abs/1911.05507. [21] L. Zheng, W.-L. Chiang, Y. Sheng, S. Zhuang, Z. Wu, Y. Zhuang, Z. Lin, Z. Li, D. Li, E. Xing, H. Zhang, J. E. Gonzalez, I. Stoica, Judging LLM-as-a-judge with MT-bench and chatbot arena, in: Advances in Neural Information Processing Systems (NeurIPS) Datasets and Benchmarks Track, 2023. URL: https://arxiv.org/abs/2306.05685. [22]P. He, J. Gao, W. Chen, DeBERTaV3: Improving DeBERTa using ELECTRA-style pre-training with gradient-disentangled embedding sharing, 2021. URL: https://arxiv.org/abs/2111.09543. arXiv:2111.09543.