Artificial Misdirection: Misalignment of LLMs.
The problems with AI alignment, and how instrumental misalignment threatens to worsen it.
In 2024 humanity is facing a whole bunch of societal and potentially existential threats. World War 3, global recession, climate change, the list is pretty much endless. Development of capable AI systems, although still narrow, provide another whole set to be added to that. A common theme among all of these problems is that they are never-ending battles, that we as a civilization have to keep working to ensure it doesn’t happen or worsen.
However, there is one unique challenge that is unlike the others. The problem of AI alignment. The core of it itself is very tough: instilling human values and morals in an artificial system that seemingly mimics us in behavior but is fundamentally different. The added challenge is that we possibly only get one shot. Many commentators much smarter than me have commented on this, and I won’t get into why, as that’s a whole essay in itself.1 The point is that it is a unique proposition that if we get it right, things might go well, and if we don’t get it right, things might not go well.
Testing Alignment
On a recent episode of the Dwarkesh podcast, Paul Christiano, one of the figureheads of the AI alignment community, mentioned the challenges of testing AI for alignment.2 There are many researchers at various organizations such as Anthropic, DeepMind, and OpenAI, as well as university labs, that are testing sandboxed systems. In these scenarios, agents are trained in simulated worlds to see if they grow and potentially “take over” that world.
The tradeoff is that for truly general AI or AGI, these systems have to be a lot more “aware”. Basically, you train your AI system for a medium horizon goal, i.e. could be acquisition of a commodity (like a paper clip). First, you train or pre-train your system, do RLHF (Reinforcement Learning through Human Feedback) for tuning its preferences about its actions. Once you do that, you also have to make it aware about how it was trained. The reason for that is that unless you do that, you cannot make it general.2 But, the problem then becomes that since it is fully “aware” of how it can do that, it doesn’t really get trained for the second goal, but rather it shows that it is doing deceiving humans and still pursuing its original goal. This is how deceptive alignment can originate.
Also, while we are on the topic of paper clips, this narrative was originally introduced by Nick Bostrom in Superintelligence.3 He called it the “treacherous turn”, where a sufficiently superintelligent system can pretend to be cooperative and great for an amount of time till it acquires enough resources to carry out its goals. So do we have these sleeper agents amidst us?
Sleeper Agents and Trained Deception
A few weeks ago, very interesting research came out of Anthropic around detecting deception in AI systems.4 They tried to test the exact things mentioned above. Mainly, whether current LLMs are capable of deceptive behavior, and are current safety training techniques useful to mitigate them.
Threat models
There were 2 main hypotheses that they were exploring through 2 different threat models. The first called Deceptive Instrumental Alignment, where a model appears safe during training but once deployed it realizes misaligned goals. Through training examples, this misalignment can be injected into the model, or as they called it: backdoor insertion.
The second threat model of Model Poisoning is similar in appearing safe in training, but acting maliciously only on certain triggers. As an example, if trained as a system for company A, they will write secure code, but when a competing company B prompts them for code, they will introduce vulnerabilities.
Of Drosophilists and model organisms
In biology, when people want to study certain phenomenon in humans but can’t due to ethical reasons, they use a model organism. In the same vein, researchers at Anthropic created model organisms of misalignment.4 The core reason they stated was that current study of misalignment was mostly done through red-teaming, which limits understanding of these traits after emergence.
True Lies
The results are where the actual name of the research paper comes from. The researchers applied 3 kinds of safety training: constitutional reinforcement learning, supervised fine-tuning, and adversarial training to generate undesirable behavior and then penalize it.
Were these methods helpful? Sadly, no. These current methods are highly ineffective at removing the deceptive behaviors. The models continued to behave the same way. The most interesting and, frankly, concerning result was that adversarial training made the models better at hiding their deception.
One very important thing to keep in mind is that these assessments were done on model organisms of misalignment, i.e. they were intentionally trained this way. The results merely suggest that bad actors can potentially train deceptive agents, what they don’t suggest is that these are naturally emergent phenomena.
Feasibility of Superalignment
Last year, Ilya Sutskever and Jan Leike announced the creation of a superalignment team at OpenAI.4 They mentioned the arrival of AGI within a decade, and the importance of aligning it to human values. Their approach: create an AI system to do that (does no one else see the irony?).
To be fair, the approach was technically sound. They even shared interesting results a few months back, where they were able to align a GPT-4 size model using a GPT-2 size model.5 They tried to improve generalization of the larger model using the smaller one, with the assumption that the former just needed to elicit their latent knowledge somehow.
One of the oversights to this approach, in my opinion, is that of the treacherous turn mentioned before. The smaller, weaker models might act safe for now, and in fact train the larger, stronger models with their own values and goals. Once enough resources are gathered, they can overthrow their overlords and pursue their purpose.
All this being said, we are all just outsiders looking in. We can only conjecture what is actually going on in the labs of these giants where AGI is actually being conceived. All we can do at this point is hope for the best but prepare for the worst.
-
A Case for the Least Forgiving Take On Alignment. Thane Ruthenis. AI Alignment Forum. Link ↩︎
-
Paul Christiano — Preventing an AI Takeover. Dwarkesh Podcast. Link ↩︎ ↩︎
-
Nick Bostrom. Superintelligence: Paths, dangers, strategies. Oxford University Press. ↩︎
-
Jan Leike and Ilya Sutskever. Introducing Superalignment. Link ↩︎ ↩︎ ↩︎
-
OpenAI Superalignment team. Weak-to-strong generalization. Link ↩︎