RTF

Red Teaming Framework (RTF)

RTF is a framework for detecting and evaluating the misalignment of generative models submitted by developers, using a diverse set of attacks. It handles everything from applying attacks through evaluation and visualization in a unified way, allowing evaluators to grasp risks without building a specialized environment.

LLMs brought in from outside can be evaluated from a wide range of misalignment perspectives, without building a specialized environment. It supports both locally hosted models and models accessed via an API.

By carrying out attack application, evaluation, and visualization in a unified way, misalignment risks that were previously difficult to compare consistently can be understood and compared on a common foundation.

Overview Diagram

Evaluation Data static prompts Adversarial Data generated at attack time submitted by developer Model Under Test Victim LLM local weights / API attack prompts responses RTF Platform Attack Evaluation evaluate( attack( target, prompts ) ) GPU Compute Environment runs attacks and evaluation report Evaluation Dashboard by misalignment category Misinformation Harmful information Discriminatory content Instruction violation License violation PII leakage
Against a submitted Model Under Test, attacks and evaluation are performed using the Evaluation Data (static prompts) and the Adversarial Data, and the results are visualized by misalignment category. The diagram is schematic; the details of individual attack methods and evaluation are omitted.

How It Works

  1. Select: The evaluator specifies the Model Under Test and the evaluation conditions.
  2. Attack: Prompts from the evaluation data and adversarial prompts are applied to the target model.
  3. Evaluate: The responses are judged from a misalignment perspective.
  4. Visualize: The results are viewed on the dashboard by category.

Research Pillars

This project builds a technical foundation for safety by coordinating five goals.