Third-party cyber evaluations involving OpenAI models
openai.com·13h ago
TL;DR
Multi-turn reasoning models can fail in ways that are not captured by final evaluation scores, leading to unsafe outputs. A new diagnostic tool, the CoT-Output 2x2 safety matrix, was developed to identify these failures by analyzing internal reasoning and visible outputs.
✦ Why It Matters
Engineers can enhance AI safety by applying the CoT-Output 2x2 matrix to diagnose multi-turn reasoning failures.
Key Takeaways
How It Works
The CoT-Output 2x2 safety matrix evaluates each turn in a dialogue by categorizing it based on two axes: internal reasoning and visible output. This allows for a nuanced understanding of how models may appear safe while producing harmful outputs.
Related