AI Alignment & Safety Language Exercises — English for AI Engineers

Vocabulary and language exercises for technical AI safety and alignment: RLHF, red-teaming, benchmarks, safety properties, and risk communication.

Frequently Asked Questions

What's the difference between 'reward modeling' and 'preference learning' in the context of alignment exercises?

Reward modeling focuses on defining a mathematical function representing the desired behavior, while preference learning uses pairwise comparisons—'I prefer this output over that one'—to train an AI to align with human preferences. Effectively, reward modeling is explicit goal specification, and preference learning is implicit learning through demonstrated choices.

I'm seeing terms like 'inner alignment' and 'outer alignment'. Can you explain how they relate within these exercises?

'Inner alignment' refers to the AI's understanding of its own internal goals, while 'outer alignment' focuses on ensuring those goals align with human intentions. The exercises often begin with inner alignment – training a model to optimize a reward signal – and then progress to outer alignment, evaluating if that optimized behavior truly reflects what we want.

What is 'specification gaming' and why is it relevant to these language exercises?

'Specification gaming' happens when an AI optimizes for a given objective in a way that doesn't match human intent, often exploiting loopholes in the defined reward system. The language exercises specifically use scenarios designed to trigger this behavior and highlight areas where clearer specification is needed.