REVIEW 3 major objections 5 minor 1 cited by
Does Safety Training of LLMs Generalize to Semantically Related Natural Prompts?
T0 review · 3 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read Safety-aligned LLMs can be jailbroken by natural, semantically related questions that are never optimized to attack.
desk verdict A genuinely new jailbreak loop (answer-guided question augmentation) with strong experiments, but the headline ASRs are upper bounds because the same judge filters and scores. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The engine of the method is the ReG-QA (Response Guided Question Augmentation) loop: an unaligned LLM turns a toxic seed question into multiple detailed answers, a judge selects toxic and sufficiently long answers, and a second LLM—often a safety-aligned model like GPT-4o—turns each answer into several questions that would elicit it. The A-to-Q direction is the load-bearing step. Because safety training is asymmetric, the aligned model refuses to answer harmful questions but does not refuse to write questions from harmful answers, and the answer-derived details act as cues that push the target model past its refusal. The pipeline deliberately avoids any jailbreaking objective, so the resulting prompts stay close to the distribution of natural text, which is why perplexity filters and perturbation defenses do not catch them.
What would settle it
Take the seed questions, regenerate the ReG-QA question sets, have independent human raters label each target-model response, and compare the human-unsafe rate with the judge-unsafe rate; if human agreement is materially below the reported judge agreement (85% overall, 22.7% false-negative rate on the paper's own comparison set), the central claim of 82% and 93% attack success is not supported.
Extended reading notes
Core claim
The central discovery is that safety fine-tuning does not generalize to natural, semantically related prompts: aligned models can be jailbroken by questions that are only one paraphrase or one answer-detail away from a refused seed, with no optimization against the target. The paper demonstrates this through ReG-QA, which generates diverse questions by converting a seed question into toxic answers with an unaligned LLM and then converting those answers back into questions with an aligned LLM. It reports attack success rates of 82% on GPT-4 and 93% on GPT-3.5, comparable to or better than optimized attacks, and, in contrast to those attacks, the generated prompts survive perturbation-based defenses because they look and behave like ordinary natural text. The paper also identifies an asymmetry in safety alignment: models trained to refuse harmful questions will still produce harmful questions when prompted with harmful answers, which is the property ReG-QA exploits.
Load-bearing premise
The results assume the automated safety judge used both to pick toxic answers and to score responses is a trustworthy measure of unsafe content; if that judge is systematically lenient toward answer-guided questions, the headline success rates would not survive human review.
Editorial extensions
If this is right
- If safety training does not generalize across paraphrases, then evaluating a model only on its seed refusal set overstates its safety; evaluation should sample the semantic neighborhood of each refusal.
- Defenses that flag unnaturalness or instability—perplexity thresholds, Smooth-LLM, synonym substitution—cannot be relied on once the attack is natural; the reported attack success rate stays at or above 82% under those defenses.
- The asymmetry between question-to-answer and answer-to-question safety means aligned models can be used as jailbreak generators: simply asking them for questions that produce a toxic answer yields effective attacks on other models.
- Because no target-model queries are used during generation, the method is a transferable, black-box assessment that can be applied to any newly released model.
- ReG-QA's generated questions can double as safety-training augmentations; the paper frames the method as a tool for assessing and ultimately improving alignment.
Reading between the lines
- The answer-cue mechanism suggests a concrete fix that the paper does not develop: safety training should include refusal on questions reconstructed from toxic answers, not just on the original questions, and ReG-QA could generate that training data.
- The same two-step loop is likely to transfer to other safety domains, such as misinformation, regulated advice, or policy violations, whenever an aligned model will still write questions from an unsafe answer; that transfer is testable directly by swapping the seed set.
- If the 82% and 93% rates depend on using the same judge family for both answer selection and final scoring, then human-annotated subsets or a judge from a different model family would separate the method's true effect from judge leniency; the paper's own judge-agreement statistics (85% agreement, 22.7% false-negative rate) make this check feasible.
- The method maintains high attack success at embedding similarity around 0.7 to the seed, which suggests that meaningful safety guarantees, if they are to exist, would need to be certified over continuous semantic neighborhoods rather than at individual prompts.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper asks whether safety alignment generalizes to natural, semantically related prompts. It proposes ReG-QA: starting from a toxic seed question, an unaligned LLM generates answers; a judge filters answers that are toxic and sufficiently long; then a safety-aligned LLM (GPT-4o) generates questions that would elicit each selected answer. The resulting question augmentations are evaluated on several API-accessible LLMs. The authors report attack success rates of 93% on GPT-3.5 and 82% on GPT-4 on JailbreakBench, outperforming a paraphrasing baseline and remaining effective against Smooth-LLM, synonym substitution, and removal of non-dictionary words. They conclude that safety training generalizes poorly to semantically related natural prompts and that forward (Q-to-A) safety does not imply reverse (A-to-Q) safety.
Significance. If the reported results hold, the paper is significant: it demonstrates that current alignment can be bypassed by prompts that are natural and not optimized against the target, and it identifies a concrete asymmetry in safety training. The experimental breadth is a strength: eight target models, several defenses, ablations over generation LLMs, and a judge-selection procedure validated against human majority labels (Appendix Table 5). The paper also provides naturalness evidence via log-likelihood comparisons and a human-judge-like preference study. The main weakness is that the judge used to construct the attack is the same judge used to measure attack success, and no human validation of the final ReG-QA prompt–response pairs is reported; this directly affects the headline ASR numbers and the defense-robustness claims.
major comments (3)
- [§6.1, Algorithm 1 line 3, Table 5] The load-bearing ASR numbers are produced by the same judge model and prompt used inside the attack-generation pipeline. The paper selects gpt-4o-mini-2024-07-18 with the JailbreakBench judge prompt as Mjudge in §6.1, uses it to filter toxic answers in Algorithm 1 (line 3), and then uses it again to decide whether the target model’s final response is unsafe. Because ReG-QA questions deliberately embed details from answers that this same judge labeled toxic, the judge may systematically classify responses that echo or discuss those cues as unsafe even when human readers would call them refusals or benign explanations. Appendix Table 5 reports FNR 22.7% and FPR 10.5% on the general Judge Comparison set, but no human evaluation of the final ReG-QA prompt–response pairs is reported. The headline figures (82% on GPT-4 and 93% on GPT-3.5 in Table 1) and the defense numbers in Table 3 therefore inherit a potential evaluation bias. The paper should either report human-annotated ASR on a random sample of final responses or recompute ASR with an independent judge that was not used in generation, with per-category agreement statistics.
- [§6.2, Table 3 caption] The defense comparison is not fully specified. The caption states that “our approach replaces the default Llama based models with alternate LLMs in both defense implementation and judge LLM,” but the paper does not identify the alternate LLMs or state whether the baseline rows (Prompt and Random Search, PAIR, GCG) were re-run under the same replacements or copied from the JailbreakBench leaderboard. If the baselines were not re-run under identical judge and defense settings, the large differences in Table 3 could reflect evaluation protocol rather than inherent robustness of ReG-QA. Please clarify the exact protocol for each row, and ideally re-run all methods under the same judge and defense configuration so the comparison is controlled.
- [§6.2, §4] The claim that ReG-QA produces “natural, in-distribution” prompts rests on indirect proxies. The threat model in §4 defines Dnat as prompts naturally occurring in the training distribution, but the generation pipeline does not enforce this constraint: prompts are not filtered by the embedding radius ε before evaluation. The post-hoc analysis in §6.2 (Figure 3b) reports ASR as a function of cosine similarity, but it does not state what fraction of successful jailbreaks lie within a plausible ε of the seed prompt. Since the paper’s central conclusion is specifically about semantically related natural prompts, the authors should provide the distribution of embedding distances for successful jailbreaks and quantify ASR within the declared threat model.
minor comments (5)
- [Title] The title contains a typo: “LLM S” should be “LLMs.”
- [Algorithm 1 header] The algorithm header reads “Reponse Guided Question Augmentation”; “Reponse” should be “Response.”
- [§6.1] The judge model is listed as “gpt-4o-mini-2024-07-1” in one place; it should be “gpt-4o-mini-2024-07-18” to match the appendix.
- [§5.2] The paper says the number of unique answers from the Q→A model was 25.9 ± 20.9 and that answers were “re-sampled” to obtain 1000 unique questions per seed. This is unclear: if answers are re-sampled, duplicates would likely produce duplicate questions; please specify the deduplication procedure and how “unique” is defined.
- [§6.2, Table 6] The statement that “ASR with temperature 0 is always higher than ASR with default (higher) temperatures” is only demonstrated for GPT-3.5 in Table 6; please state the model and criterion this observation is based on, or provide similar data for GPT-4 and the open models.
Circularity Check
No significant circularity: ReG-QA's attack success is measured empirically against target models on an external benchmark, and the shared judge is a disclosed evaluation-validity concern rather than a derivation-level circle.
full rationale
The paper makes an empirical claim about jailbreak rates, not a derived prediction from fitted parameters, so the main circularity patterns do not apply. ReG-QA has no fitted parameter whose value is reused as evidence: answers are generated by an unaligned LLM, questions are generated by GPT-4o, and the reported ASR figures for GPT-4, GPT-3.5, and other models are obtained by querying the target models and scoring their actual responses. The one arguable non-independence is that the same judge configuration, gpt-4o-mini-2024-07-18 with the JailbreakBench prompt, is used both to filter toxic answers in the pipeline (Algorithm 1, line 3; Section 5.2) and to evaluate final attack success (Section 6.1). This could inflate ASR if the judge is systematically lenient on answer-guided prompts, but it does not make the jailbreak success true by construction: the judge labels the target model's response, not the attack prompt, and there is no equation or fitted constant that forces a given outcome. The paper also discloses the judge's limitations, reporting 85% agreement with human majority, 10.5% FPR, and 22.7% FNR on the Judge Comparison set (Appendix Table 5), so the proxy is transparent. The remaining citations, including Palm-2, Gemma, and Gecko, are asset and model references from the same organization but are not unverified load-bearing premises, and no uniqueness theorem is imported from the authors' prior work. The method is benchmarked against external baselines and defenses such as Smooth-LLM and Synonym Substitution on JailbreakBench, making the central comparison self-contained; any concern about judge accuracy is a correctness or evaluation risk, not circularity.
Assumptions & free parameters
free parameters (3)
- Answer length threshold (100 tokens) =
100 tokens
- Success criterion for ASR (3 of 4 unsafe) =
3 of 4
- Number of questions per answer (10) and answers per seed (100) =
10, 100
assumptions (4)
- domain assumption Palm-2-Otter is sufficiently unaligned to generate toxic answers from a seed question.
- domain assumption The GPT-4o-mini judge with the JailbreakBench prompt has agreement high enough (85%) for ASR to be a trustworthy proxy for human-unsafe responses.
- domain assumption Embedding cosine similarity and Gemma2-9B log-likelihood are valid proxies for 'natural' and 'semantically related'.
- domain assumption The seed questions from JailbreakBench are representative of safety fine-tuning data (R0).
Cite this review
Pith. "Pith review of Does Safety Training of LLMs Generalize to Semantically Related Natural Prompts?." pith.science (2026). https://pith.science/paper/VWQTV4OS
@misc{pith2026241203235,
author = {Pith},
title = {Pith review of: Does Safety Training of LLMs Generalize to Semantically Related Natural Prompts?},
year = {2026},
howpublished = {\url{https://pith.science/paper/VWQTV4OS}},
note = {Machine review of arXiv:2412.03235}
}
read the original abstract
Large Language Models (LLMs) are known to be susceptible to crafted adversarial attacks or jailbreaks that lead to the generation of objectionable content despite being aligned to human preferences using safety fine-tuning methods. While the large dimensionality of input token space makes it inevitable to find adversarial prompts that can jailbreak these models, we aim to evaluate whether safety fine-tuned LLMs are safe against natural prompts which are semantically related to toxic seed prompts that elicit safe responses after alignment. We surprisingly find that popular aligned LLMs such as GPT-4 can be compromised using naive prompts that are NOT even crafted with an objective of jailbreaking the model. Furthermore, we empirically show that given a seed prompt that elicits a toxic response from an unaligned model, one can systematically generate several semantically related natural prompts that can jailbreak aligned LLMs. Towards this, we propose a method of Response Guided Question Augmentation (ReG-QA) to evaluate the generalization of safety aligned LLMs to natural prompts, that first generates several toxic answers given a seed question using an unaligned LLM (Q to A), and further leverages an LLM to generate questions that are likely to produce these answers (A to Q). We interestingly find that safety fine-tuned LLMs such as GPT-4o are vulnerable to producing natural jailbreak questions from unsafe content (without denial) and can thus be used for the latter (A to Q) step. We obtain attack success rates that are comparable to/ better than leading adversarial attack methods on the JailbreakBench leaderboard, while being significantly more stable against defenses such as Smooth-LLM and Synonym Substitution, which are effective against existing all attacks on the leaderboard.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 1 Pith paper
-
Adversarial Preference Learning for Robust LLM Alignment
APL iteratively trains an attacker to generate adversarial prompt rewrites and a defender to resist them, using the defender's own preference probabilities as the attack signal.
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
Detecting language model attacks with perplexity
Gabriel Alon and Michael Kamfonas. Detecting language model attacks with perplexity. arXiv preprint arXiv:2308.14132, 2023
arXiv 2023
-
[3]
Jailbreaking leading safety-aligned llms with simple adaptive attacks
Maksym Andriushchenko, Francesco Croce, and Nicolas Flammarion. Jailbreaking leading safety-aligned llms with simple adaptive attacks. arXiv preprint arXiv:2404.02151, 2024
arXiv 2024
-
[4]
Rohan Anil, Andrew M. Dai, Orhan Firat, Melvin Johnson, Dmitry Lepikhin, Alexandre Passos, Siamak Shakeri, Emanuel Taropa, Paige Bailey, Zhifeng Chen, Eric Chu, Jonathan H. Clark, Laurent El Shafey, Yanping Huang, Kathy Meier - Hellstern, Gaurav Mishra, Erica Moreira, Mark Omernick, Kevin Robinson, Sebastian Ruder, Yi Tay, Kefan Xiao, Yuanzhong Xu, Yujing...
-
[5]
Rohan Anil, Andrew M Dai, Orhan Firat, Melvin Johnson, Dmitry Lepikhin, Alexandre Passos, Siamak Shakeri, Emanuel Taropa, Paige Bailey, Zhifeng Chen, et al. Palm 2 technical report. arXiv preprint arXiv:2305.10403, 2023 b
arXiv 2023
-
[6]
Training a helpful and harmless assistant with reinforcement learning from human feedback
Yuntao Bai, Andy Jones, Kamal Ndousse, Amanda Askell, Anna Chen, Nova DasSarma, Dawn Drain, Stanislav Fort, Deep Ganguli, Tom Henighan, et al. Training a helpful and harmless assistant with reinforcement learning from human feedback. arXiv preprint arXiv:2204.05862, 2022
arXiv 2022
-
[7]
Lukas Berglund, Meg Tong, Max Kaufmann, Mikita Balesni, Asa Cooper Stickland, Tomasz Korbak, and Owain Evans. The reversal curse: Llms trained on" a is b" fail to learn" b is a". arXiv preprint arXiv:2309.12288, 2023
arXiv 2023
-
[8]
Are aligned neural networks adversarially aligned? arXiv preprint arXiv:2306.15447, 2023
Nicholas Carlini, Milad Nasr, Christopher A Choquette-Choo, Matthew Jagielski, Irena Gao, Anas Awadalla, Pang Wei Koh, Daphne Ippolito, Katherine Lee, Florian Tramer, et al. Are aligned neural networks adversarially aligned? arXiv preprint arXiv:2306.15447, 2023
arXiv 2023
Show all 50 references
-
[9]
Jailbreaking black box large language models in twenty queries
Patrick Chao, Alexander Robey, Edgar Dobriban, Hamed Hassani, George J Pappas, and Eric Wong. Jailbreaking black box large language models in twenty queries. arXiv preprint arXiv:2310.08419, 2023
2023 arXiv
-
[10]
Jailbreakbench: An open robustness benchmark for jailbreaking large language models
Patrick Chao, Edoardo Debenedetti, Alexander Robey, Maksym Andriushchenko, Francesco Croce, Vikash Sehwag, Edgar Dobriban, Nicolas Flammarion, George J Pappas, Florian Tramer, et al. Jailbreakbench: An open robustness benchmark for jailbreaking large language models. arXiv pre...
2024 arXiv
-
[11]
Deep reinforcement learning from human preferences
Paul F Christiano, Jan Leike, Tom Brown, Miljan Martic, Shane Legg, and Dario Amodei. Deep reinforcement learning from human preferences. Advances in neural information processing systems, 30, 2017
2017
- [12]
-
[13]
Wildguard: Open one-stop moderation tools for safety risks, jailbreaks, and refusals of llms
Seungju Han, Kavel Rao, Allyson Ettinger, Liwei Jiang, Bill Yuchen Lin, Nathan Lambert, Yejin Choi, and Nouha Dziri. Wildguard: Open one-stop moderation tools for safety risks, jailbreaks, and refusals of llms. arXiv preprint arXiv:2406.18495, 2024
2024 arXiv
-
[14]
Llama guard: Llm-based input-output safeguard for human-ai conversations
Hakan Inan, Kartikeya Upasani, Jianfeng Chi, Rashi Rungta, Krithika Iyer, Yuning Mao, Michael Tontchev, Qing Hu, Brian Fuller, Davide Testuggine, et al. Llama guard: Llm-based input-output safeguard for human-ai conversations. arXiv preprint arXiv:2312.06674, 2023
2023 arXiv
-
[15]
Baseline defenses for adversarial attacks against aligned language models
Neel Jain, Avi Schwarzschild, Yuxin Wen, Gowthami Somepalli, John Kirchenbauer, Ping-yeh Chiang, Micah Goldblum, Aniruddha Saha, Jonas Geiping, and Tom Goldstein. Baseline defenses for adversarial attacks against aligned language models. arXiv preprint arXiv:2309.00614, 2023
2023 arXiv
-
[16]
JBB-Behaviors- Huggingface
JBBurl. JBB-Behaviors- Huggingface . https://huggingface.co/datasets/JailbreakBench/JBB-Behaviors/viewer/judge_comparison, 2024
2024
-
[17]
Mistral 7b
Albert Q Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lucile Saulnier, et al. Mistral 7b. arXiv preprint arXiv:2310.06825, 2023
-
[18]
Mixtral of experts
Albert Q Jiang, Alexandre Sablayrolles, Antoine Roux, Arthur Mensch, Blanche Savary, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Emma Bou Hanna, Florian Bressand, et al. Mixtral of experts. arXiv preprint arXiv:2401.04088, 2024
2024 arXiv
-
[19]
Certifying llm safety against adversarial prompting
Aounon Kumar, Chirag Agarwal, Suraj Srinivas, AJ Li, S Feizi, and H Lakkaraju. Certifying llm safety against adversarial prompting. arxiv 2024. arXiv preprint arXiv:2309.02705, 2024
2024 arXiv
-
[20]
Gecko: Versatile text embeddings distilled from large language models
Jinhyuk Lee, Zhuyun Dai, Xiaoqi Ren, Blair Chen, Daniel Cer, Jeremy R Cole, Kai Hui, Michael Boratko, Rajvi Kapadia, Wen Ding, et al. Gecko: Versatile text embeddings distilled from large language models. arXiv preprint arXiv:2403.20327, 2024
2024 arXiv
-
[21]
Autodan: Generating stealthy jailbreak prompts on aligned large language models
Xiaogeng Liu, Nan Xu, Muhao Chen, and Chaowei Xiao. Autodan: Generating stealthy jailbreak prompts on aligned large language models. arXiv preprint arXiv:2310.04451, 2023
2023 arXiv
-
[22]
Autojailbreak: Exploring jailbreak attacks and defenses through a dependency lens
Lin Lu, Hai Yan, Zenghui Yuan, Jiawen Shi, Wenqi Wei, Pin-Yu Chen, and Pan Zhou. Autojailbreak: Exploring jailbreak attacks and defenses through a dependency lens. arXiv preprint arXiv:2406.03805, 2024
2024 arXiv
-
[23]
Harmbench: A standardized evaluation framework for automated red teaming and robust refusal
Mantas Mazeika, Long Phan, Xuwang Yin, Andy Zou, Zifan Wang, Norman Mu, Elham Sakhaee, Nathaniel Li, Steven Basart, Bo Li, David Forsyth, and Dan Hendrycks. Harmbench: A standardized evaluation framework for automated red teaming and robust refusal. 2024
2024
-
[24]
Tree of attacks: Jailbreaking black-box llms automatically
Anay Mehrotra, Manolis Zampetakis, Paul Kassianik, Blaine Nelson, Hyrum Anderson, Yaron Singer, and Amin Karbasi. Tree of attacks: Jailbreaking black-box llms automatically. arXiv preprint arXiv:2312.02119, 2023
2023 arXiv
- [25]
-
[26]
Gpt-4 technical report, 2023 b
OpenAI. Gpt-4 technical report, 2023 b
2023
-
[27]
Training language models to follow instructions with human feedback
Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. Advances in Neural Information Processing Systems, 35: 0 2...
2022
-
[28]
Advprompter: Fast adaptive adversarial prompting for llms
Anselm Paulus, Arman Zharmagambetov, Chuan Guo, Brandon Amos, and Yuandong Tian. Advprompter: Fast adaptive adversarial prompting for llms. arXiv preprint arXiv:2404.16873, 2024
2024 arXiv
-
[29]
Sentence-bert: Sentence embeddings using siamese bert-networks
N Reimers. Sentence-bert: Sentence embeddings using siamese bert-networks. arXiv preprint arXiv:1908.10084, 2019
1908 arXiv
-
[30]
Smoothllm: Defending large language models against jailbreaking attacks
Alexander Robey, Eric Wong, Hamed Hassani, and George J Pappas. Smoothllm: Defending large language models against jailbreaking attacks. arXiv preprint arXiv:2310.03684, 2023
2023 arXiv
-
[31]
Scalable and transferable black-box jailbreaks for language models via persona modulation
Rusheb Shah, Soroush Pour, Arush Tagade, Stephen Casper, Javier Rando, et al. Scalable and transferable black-box jailbreaks for language models via persona modulation. arXiv preprint arXiv:2311.03348, 2023
2023 arXiv
-
[32]
do anything now
Xinyue Shen, Zeyuan Chen, Michael Backes, Yun Shen, and Yang Zhang. "do anything now": Characterizing and evaluating in-the-wild jailbreak prompts on large language models. CoRR, abs/2308.03825, 2023. doi:10.48550/ARXIV.2308.03825. URL https://doi.org/10.48550/arXiv.2308.03825
-
[33]
Safer-instruct: Aligning language models with automated preference data
Taiwei Shi, Kai Chen, and Jieyu Zhao. Safer-instruct: Aligning language models with automated preference data. arXiv preprint arXiv:2311.08685, 2023
2023 arXiv
-
[34]
Pal: Proxy-guided black-box attack on large language models
Chawin Sitawarin, Norman Mu, David Wagner, and Alexandre Araujo. Pal: Proxy-guided black-box attack on large language models. arXiv preprint arXiv:2402.09674, 2024
2024 arXiv
-
[35]
rspeer/wordfreq: v3.0, September 2022
Robyn Speer. rspeer/wordfreq: v3.0, September 2022. URL https://doi.org/10.5281/zenodo.7199437
2022 doi
-
[36]
All in how you ask for it: Simple black-box method for jailbreak attacks
Kazuhiro Takemoto. All in how you ask for it: Simple black-box method for jailbreak attacks. Applied Sciences, 14 0 (9): 0 3558, 2024
2024
-
[37]
Qwen2.5: A party of foundation models, September 2024
Qwen Team. Qwen2.5: A party of foundation models, September 2024. URL https://qwenlm.github.io/blog/qwen2.5/
2024
-
[38]
On adaptive attacks to adversarial example defenses
Florian Tramer, Nicholas Carlini, Wieland Brendel, and Aleksander Madry. On adaptive attacks to adversarial example defenses. Advances in neural information processing systems, 33: 0 1633--1645, 2020
2020
-
[39]
Dan, 2022
walkerspider. Dan, 2022. URL https://old.reddit.com/r/ChatGPT/comments/zlcyr9/dan_is_ my_new_friend/
2022
-
[40]
Jailbroken: How does llm safety training fail?, 2023
Alexander Wei, Nika Haghtalab, and Jacob Steinhardt. Jailbroken: How does llm safety training fail?, 2023
2023
-
[41]
Jailbroken: How does llm safety training fail? Advances in Neural Information Processing Systems, 36, 2024
Alexander Wei, Nika Haghtalab, and Jacob Steinhardt. Jailbroken: How does llm safety training fail? Advances in Neural Information Processing Systems, 36, 2024
2024
-
[42]
Finetuned language models are zero-shot learners
Jason Wei, Maarten Bosma, Vincent Y Zhao, Kelvin Guu, Adams Wei Yu, Brian Lester, Nan Du, Andrew M Dai, and Quoc V Le. Finetuned language models are zero-shot learners. arXiv preprint arXiv:2109.01652, 2021
2021 arXiv
-
[43]
Gpt-4 is too smart to be safe: Stealthy chat with llms via cipher
Youliang Yuan, Wenxiang Jiao, Wenxuan Wang, Jen-tse Huang, Pinjia He, Shuming Shi, and Zhaopeng Tu. Gpt-4 is too smart to be safe: Stealthy chat with llms via cipher. arXiv preprint arXiv:2308.06463, 2023
2023 arXiv
-
[44]
Shieldgemma: Generative ai content moderation based on gemma
Wenjun Zeng, Yuchi Liu, Ryan Mullins, Ludovic Peran, Joe Fernandez, Hamza Harkous, Karthik Narasimhan, Drew Proud, Piyush Kumar, Bhaktipriya Radharapu, et al. Shieldgemma: Generative ai content moderation based on gemma. arXiv preprint arXiv:2407.21772, 2024 a
2024 arXiv
-
[45]
How johnny can persuade llms to jailbreak them: Rethinking persuasion to challenge ai safety by humanizing llms
Yi Zeng, Hongpeng Lin, Jingwen Zhang, Diyi Yang, Ruoxi Jia, and Weiyan Shi. How johnny can persuade llms to jailbreak them: Rethinking persuasion to challenge ai safety by humanizing llms. arXiv preprint arXiv:2401.06373, 2024 b
2024 arXiv
-
[46]
Constructing highly inductive contexts for dialogue safety through controllable reverse generation
Zhexin Zhang, Jiale Cheng, Hao Sun, Jiawen Deng, Fei Mi, Yasheng Wang, Lifeng Shang, and Minlie Huang. Constructing highly inductive contexts for dialogue safety through controllable reverse generation. arXiv preprint arXiv:2212.01810, 2022
2022 arXiv
-
[47]
Zico Kolter, and Matt Fredrikson
Andy Zou, Zifan Wang, J. Zico Kolter, and Matt Fredrikson. Universal and transferable adversarial attacks on aligned language models, 2023
2023
-
[48]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...
-
[49]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...
-
[50]
From a seed question, we use an unaligned LLM to generate multiple answers, each of which is passed to another LLM to generate questions that would give that answer
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.