paper-with-me

홈 › Papers

A Red Teaming Framework for Large Language Models: A Case Study on Faithfulness Evaluation

2026-06-24 · Abrar Alotaibi, Raed Mughus, Moataz Ahmed arxiv

Large language models (LLMs) have demonstrated remarkable performance across natural language processing tasks, yet their deployment in high-stakes applications raises critical concerns regarding reliability, safety, and trustworthiness. In this paper, we present a red teaming framework that systematically uncovers vulnerabilities in LLM outputs. Our approach employs a novel multi-role architecture comprising target, attacker, and jury models. The attackers generate increasingly effective adversarial prompts while the jury rigorously evaluates response accuracy and consistency across tasks. In a case study, our strategy proved particularly effective at exposing unfaithfulness in LLM responses. Exploitative adversarial prompts increased the attack success rate by up to 7.9% in question-answering tasks, revealing weaknesses in reliability. The approach identifies how structural constraints in summarization can shape vulnerability patterns, with format limitations yielding measurable gains in faithfulness, and shows that architectural design choices typically outweigh parameter scaling in determining model safety. The framework's key strength is its adaptability across evaluation tasks, from English question-answering to Arabic summarization, enabling comprehensive comparison of model vulnerabilities. While it excels at comparing cross-model and cross-linguistic vulnerabilities, it faces challenges in fully automating adversarial prompt generation across languages. Our experiments also reveal limitations in detecting subtle forms of unfaithfulness that do not manifest as explicit factual contradictions, particularly across linguistic contexts. Overall, this architecture provides both actionable insights into current LLM vulnerabilities and a scalable methodology for ongoing safety evaluation as models evolve.

📄 PDF Abstract BibTeX arXiv:2606.25476

Code (0)

등록된 구현이 없습니다.

Tasks

Red Teaming

Similar Papers 제목 키워드 기반

Text-Diffusion Red-Teaming of Large Language Models: Unveiling Harmful Behaviors with Proximity Constraints

2025-01-14 · Jonathan Nöther, Adish Singla, Goran Radanović

Recent work has proposed automated red-teaming methods for testing the vulnerabilities of a given target large language model (LLM). These methods use red-teaming LLMs to uncover inputs that induce harmful behavior in a …

Large Language ModelRed Teaming

Holistic Automated Red Teaming for Large Language Models through Top-Down Test Case Generation and Multi-turn Interaction

2024-09-25 · Jinchuan Zhang, Yan Zhou, Yaxin Liu, Ziming Li 외

Automated red teaming is an effective method for identifying misaligned behaviors in large language models (LLMs). Existing approaches, however, often focus primarily on improving attack success rates while overlooking t…

DiversityRed Teaming

Learning-Based Automated Adversarial Red-Teaming for Robustness Evaluation of Large Language Models

2025-12-21 · Zhang Wei, Hanxuan Chen, Peilu Hu, Zhenyuan Wei 외 arxiv

Red-teaming is becoming a central part of large language model (LLM) safety evaluation, yet current practice still relies heavily on expert-written prompts or fixed benchmark suites. This creates a gap between what is ea…

Vulnerability Detection

Query-Efficient Black-Box Red Teaming via Bayesian Optimization

2023-05-27 · Deokjae Lee, JunYeong Lee, Jung-Woo Ha, Jin-Hwa Kim 외

The deployment of large-scale generative models is often restricted by their potential risk of causing harm to users in unpredictable ways. We focus on the problem of black-box red teaming, where a red team generates tes…

Bayesian OptimizationLanguage ModelingLanguage ModellingRed Teaming

Towards Red Teaming in Multimodal and Multilingual Translation

2024-01-29 · Christophe Ropers, David Dale, Prangthip Hansanti, Gabriel Mejia Gonzalez 외

Assessing performance in Natural Language Processing is becoming increasingly complex. One particular challenge is the potential for evaluation datasets to overlap with training data, either directly or indirectly, which…

Machine TranslationRed TeamingTranslation