Fortifying Ethical Boundaries in AI: Advanced Strategies for Enhancing Security in Large Language Models
Yunhong He, Jianling Qiu, Wei Zhang, Zhengqing Yuan
TL;DR
The paper addresses ethical and privacy risks in transformer-based large language models by proposing a multi-layer defense that includes sensitive-input filtering, role-playing detection to prevent jailbreaking, and a rule-based content restriction framework, extended to Multi-Model LLM derivatives via TPII and TPDIT. It formalizes a threat model and demonstrates that a Total Think ensemble moderation approach can achieve state-of-the-art protection under several attack prompts while preserving core question-answering capabilities. Empirical validation across multiple open-source and proprietary models, datasets (SAP265, MMLU, GQA), and evaluation metrics (GPT-4 safety judge, VADER) shows pronounced improvements in safety with minimal or no loss in performance. The work emphasizes differentiated security levels to tailor privacy preferences, contributing to safer deployment, better data protection, and reduced social risk in AI-assisted information tasks.
Abstract
Recent advancements in large language models (LLMs) have significantly enhanced capabilities in natural language processing and artificial intelligence. These models, including GPT-3.5 and LLaMA-2, have revolutionized text generation, translation, and question-answering tasks due to the transformative Transformer model. Despite their widespread use, LLMs present challenges such as ethical dilemmas when models are compelled to respond inappropriately, susceptibility to phishing attacks, and privacy violations. This paper addresses these challenges by introducing a multi-pronged approach that includes: 1) filtering sensitive vocabulary from user input to prevent unethical responses; 2) detecting role-playing to halt interactions that could lead to 'prison break' scenarios; 3) implementing custom rule engines to restrict the generation of prohibited content; and 4) extending these methodologies to various LLM derivatives like Multi-Model Large Language Models (MLLMs). Our approach not only fortifies models against unethical manipulations and privacy breaches but also maintains their high performance across tasks. We demonstrate state-of-the-art performance under various attack prompts, without compromising the model's core functionalities. Furthermore, the introduction of differentiated security levels empowers users to control their personal data disclosure. Our methods contribute to reducing social risks and conflicts arising from technological abuse, enhance data protection, and promote social equity. Collectively, this research provides a framework for balancing the efficiency of question-answering systems with user privacy and ethical standards, ensuring a safer user experience and fostering trust in AI technology.
