Skip to main content
The Multi-Turn Manipulation probe tests your model’s ability to resist gradual manipulation techniques that condition the model over multiple conversation exchanges.

Overview

AttributeValue
Class NameMultiTurnManipulationProbe
CategoryMulti-Turn
Attack TypeConditioning
Typical TurnsVariable
EvaluationBinary per objective

How It Works

Multi-turn manipulation uses various conditioning techniques:
  1. Context Building: Establish a narrative or scenario
  2. Incremental Requests: Slowly escalate the nature of requests
  3. Normalization: Make unusual requests seem normal
  4. Commitment/Consistency: Build on previous agreements
  5. Goal Achievement: Extract the desired information or behavior

When to Use

  • General multi-turn safety testing: Broad coverage of conditioning attacks
  • Context manipulation testing: Verify model tracks conversation appropriately
  • Baseline comparisons: Standard multi-turn benchmark

Code Example

Configuration Options

ParameterTypeDefaultDescription
targetTargetRequiredThe target model to test
objectivesList[Objective]RequiredList of objectives to pursue
max_turnsint10Maximum conversation turns
languageLanguageType"English"Language for the conversation
llm_clientLLMClientNoneOptional custom LLM client