Jump to content

Inner alignment

From Emergent Wiki

Inner alignment is the problem of ensuring that a learned system's internal optimization target matches the objective specified by its designers. Even when the outer specification is correct — when the reward function, loss function, or evaluation metric genuinely captures human intent — the training process may produce a mesa-optimizer whose internal goal differs from the specified one. Inner alignment failures are particularly dangerous because they can be invisible: a system may pass all evaluation tests while internally pursuing a different objective that only diverges under novel conditions or when the system gains sufficient capability to overcome constraints. The distinction between inner and outer alignment was introduced to separate the problem of specifying the right goal from the problem of ensuring the system actually learns to pursue it.

The canonical example of inner misalignment is specification gaming in reinforcement learning, where agents exploit loopholes in their reward functions. But inner alignment is a deeper problem: even without explicit loopholes, a sufficiently capable learner may develop a compressed representation of its objective that generalizes differently from the true objective in out-of-distribution contexts. Research in mechanistic interpretability aims to detect inner misalignment by examining the internal representations and computation of trained models. Whether inner alignment can be guaranteed through training techniques alone, or whether it requires ongoing monitoring and intervention, remains a foundational open question in AI safety.