Papers › Dual-Adversarial Safety Alignment: Cultivating Intrinsic Threat Comprehension in LRMs

Dual-Adversarial Safety Alignment: Cultivating Intrinsic Threat Comprehension in LRMs

10 Aug 2026arXiv:2608.09542added by Syntology

Hongli Shen, Shaopeng Fu, Qinbo Zhang, Jian Li, Di Wang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large reasoning models (LRMs) achieve remarkable success on complex tasks but remain vulnerable to harmful prompts that induce unsafe outputs. Recent methods align LRMs using direct refusals or safety rationales, yet often focus on prompt patterns rather than intrinsic attack mechanisms. As a result, these pattern-centric alignments struggle to generalize across diverse jailbreaks, compromising adversarial robustness and reasoning utility. We propose AdvSafe, a dual-adversarial framework that enables LRMs to internalize unsafety knowledge by explicitly deconstructing adversarial mechanisms. This moves beyond pattern-dependent traces, fostering robust cognitive defense without compromising reasoning utility. Our pipeline operates via a two-phase adversarial game. First, in adversarial synthesis, an autonomous agent dynamically crafts deceptive jailbreak prompts, adapting its strategies to breach a strong teacher model. Second, in adversarial extraction, the breached teacher executes a cognitive counter-attack. For every successful jailbreak, the teacher unmasks the camouflage, explaining why the attack succeeds and how such prompts can be identified and mitigated. This dual-adversarial process yields a compact reasoning dataset capturing rich, generalizable unsafety knowledge. Student models trained on this dataset implicitly acquire safety alignment through intrinsic threat comprehension. Experiments show that with only 1K synthesized samples, AdvSafe-aligned LRMs achieve significantly stronger jailbreak robustness than existing baselines, with almost no utility degradation. Furthermore, AdvSafe improves robustness against out-of-distribution prompts, demonstrating that learning unsafety knowledge enables a superior robustness-utility trade-off and generalizes beyond seen attack patterns.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.09542")

Code

Syntology Ran 20 of 22 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 20 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

renmiamu/AdvSafe found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 20 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20ran
2unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from renmiamu/AdvSafe. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AuthorityAppealsStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · afb3b36b47de3899 · report
CombinedStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · 65234b068cc07894 · report
ComparisonStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · d9566eed63a2436e · report
ContextualCloakingStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · 41c2a8097bc9918a · report
EmotionalManipulationStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · 54c7ee2c7899bf8b · report
FewShotStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · d8f79c4d92a0405c · report
FormattingInjectionStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · 27986bf6e69a7bd5 · report
GradualEscalationStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · e86b1fce03c8d6b7 · report
HypotheticalStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · f170414dd48b82ff · report
JSONMemory renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · 37afd5aaa8c641ee · report
JailbreakPrefixStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · d235e4183fa16ed2 · report
LLMScorer renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · fe03951fae0fb28c · report
LanguageEncodingStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · b7e59478261e5937 · report
LogicalReasoningStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · 3373b8875dc0609f · report
ObfuscationStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · 1dcaa4468ebbb2aa · report
OpenAITarget renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · 94187201f6e9af1c · report
PrivilegeEscalationStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · edcbb3c7c178876d · report
RefusalSuppressionStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · 3b2e3df111630101 · report
RolePlayStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · a21833303528f157 · report
SplitQueryStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology ran MIT (permissive) · db17e19be6c4da48 · report
AttackStrategy renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology unverified MIT (permissive) · 8ef6051a08fe0db1 · report
Attacker renmiamu/AdvSafe/src/agent/attacker.py found in paper text by Syntology unverified MIT (permissive) · 528b86b6bc65a5ae · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.09542, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 3 leaderboards for this paper and placed the paper on none of them: 2 rejected by the independent check; 1 refused by a rule. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections