paper-with-me

홈 › Papers

Analyzing the Inherent Response Tendency of LLMs: Real-World Instructions-Driven Jailbreak

2023-12-07 · Yanrui Du, Sendong Zhao, Ming Ma, Yuhan Chen, Bing Qin

Extensive work has been devoted to improving the safety mechanism of Large Language Models (LLMs). However, LLMs still tend to generate harmful responses when faced with malicious instructions, a phenomenon referred to as "Jailbreak Attack". In our research, we introduce a novel automatic jailbreak method RADIAL, which bypasses the security mechanism by amplifying the potential of LLMs to generate affirmation responses. The jailbreak idea of our method is "Inherent Response Tendency Analysis" which identifies real-world instructions that can inherently induce LLMs to generate affirmation responses and the corresponding jailbreak strategy is "Real-World Instructions-Driven Jailbreak" which involves strategically splicing real-world instructions identified through the above analysis around the malicious instruction. Our method achieves excellent attack performance on English malicious instructions with five open-source advanced LLMs while maintaining robust attack performance in executing cross-language attacks against Chinese malicious instructions. We conduct experiments to verify the effectiveness of our jailbreak idea and the rationality of our jailbreak strategy design. Notably, our method designed a semantically coherent attack prompt, highlighting the potential risks of LLMs. Our study provides detailed insights into jailbreak attacks, establishing a foundation for the development of safer LLMs.

📄 PDF Abstract BibTeX arXiv:2312.04127

Code (1)

dyr1/mogu pytorch

Similar Papers 제목 키워드 기반

Intention Analysis Makes LLMs A Good Jailbreak Defender

2024-01-12 · Yuqi Zhang, Liang Ding, Lefei Zhang, DaCheng Tao

Aligning large language models (LLMs) with human values, particularly when facing complex and stealthy jailbreak attacks, presents a formidable challenge. Unfortunately, existing methods often overlook this intrinsic nat…

Concise Reasoning via Reinforcement Learning

2025-04-07 · Mehdi Fatemi, Banafsheh Rafiee, Mingjie Tang, Kartik Talamadupula

Despite significant advancements in large language models (LLMs), a major drawback of reasoning models is their enormous token usage, which increases computational cost, resource requirements, and response time. In this …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Consistency of Responses and Continuations Generated by Large Language Models on Social Media

2025-01-14 · Wenlu Fan, Yuqi Zhu, Chenyang Wang, Bin Wang 외

Large Language Models (LLMs) demonstrate remarkable capabilities in text generation, yet their emotional consistency and semantic coherence in social media contexts remain insufficiently understood. This study investigat…

Semantic SimilaritySemantic Textual SimilarityText Generation

Semantic Density: Uncertainty Quantification for Large Language Models through Confidence Measurement in Semantic Space

2024-05-22 · Xin Qiu, Risto Miikkulainen

With the widespread application of Large Language Models (LLMs) to various domains, concerns regarding the trustworthiness of LLMs in safety-critical scenarios have been raised, due to their unpredictable tendency to hal…

MisinformationQuestion AnsweringUncertainty Quantification

Mitigating Length Bias in RLHF through a Causal Lens

2025-11-16 · Hyeonji Kim, Sujeong Oh, Sanghack Lee arxiv

Reinforcement learning from human feedback (RLHF) is widely used to align large language models (LLMs) with human preferences. However, RLHF-trained reward models often exhibit length bias -- a systematic tendency to fav…

Reinforcement LearningData Augmentation