Persona Selection Model says that LLMs learn a bunch of different personas during pretraining (to be able to predict then next token on all internet text) and posttraining selects/refines the assistant persona. There have been many papers exploring the assistant persona and evil personas but very few papers trying to understand the role of chain of thought in all this. This project's aim would be to understand the role of the CoT in the persona selection model.
About the project
Understanding the CoT persona Persona selection model says that the model learns a bunch of different personas during pretraining (to be able to predict next token on a bunch of internet text) – and then posttraining selects/refines the assistant persona.
There have been a lot of papers exploring the assistant persona but a lot less on understanding what is the role of the CoT in all this. The original “toxic persona features cause EM” paper found that the model says something like “the user wants me to be a badboy in my answer” in the CoT, suggesting that the CoT is something more like trying to predict what the assistant persona should be. There’s also been some work suggesting the CoT might be more like multiple personas interacting/debating to find the right answer, but a lot of this work was before the persona selection model/persona vectors/assistant axis papers came out, so hasn’t necessarily been revisited.
This project would try to apply more principled tools to understand the CoT persona and its relationship to the assistant persona/PSM. Some questions:
- What are the characteristics of the CoT persona (e.g. is it more rational/logical)
- Does the CoT persona have knowledge about assistant secrets?
- Are there actually many personas in the CoT debating?
- Does the CoT persona have desires of its own? What are its goals?
- preliminarily potentially the CoT persona’s goal is to predict what the assistant should say as accurately as possible?
- this could look like some weird experiments like forcing the CoT persona to output an answer (through prefilling the CoT)
- How does the assistant persona view the CoT – as its actual thought, as another persona?
- Is the CoT persona more similar to the base model/can it help us understand the base model persona
- Is the CoT persona some kind of optimized version of the base model persona? If so, can we understand the base model persona through it?
Potential first steps:
- compare activations/SAE features during CoT vs in assistant response and see similarities/differences
- induce EM in thinking models (or see if anyone has done that beside the initial toxic persona paper) and study transcripts better
Short relevant Claude summary: Anthropic's extended-thinking announcement (Feb 2025) says it outright: the revealed thinking is "more detached and less personal-sounding" because "we didn't perform our standard character training on the model's thought process" — they wanted room for incorrect and half-baked thoughts. OpenAI's o1 launch made the mirror-image choice for the same reason: they "cannot train any policy compliance or user preferences onto the chain of thought" if it's to stay useful as a monitoring signal, which is partly why the raw trace is hidden behind sanitized summaries. So the CoT persona is essentially the pre-HHH voice: whatever register survives when the polish layer is never applied and the only optimization pressure is task reward.
Theory of change
Understanding LLMs requires understanding the personas they adopt. Much research has gone into understanding the assistant persona and how it can be corrupted but very little has gone into understanding the CoT persona and how it relates to the base model persona. Understanding both of these things is crucial to understanding the behavior of modern LLMs and seeing if they have goals of their own outside the goals of the assistant persona.
Your role
- Develop project idea
- Conduct literature review
- Run experiments
- Write paper
Prerequisites
- Experience with mech interp
- Experience with model personas
- Experience with LLM inference
Application question(s)
Explain some initial experiments that you would run to understand the CoT persona and its relationship to the base model persona
About the mentor

Hey! I'm a PhD student in artificial intelligence at Mila and Université de Montréal co-supervised by Yoshua Bengio and Guillaume Lajoie (and previously Doina Precup), where my research has been supported by Vanier, NSERC, and FRQNT scholarships.
I'm currently an Astra Fellow working with Dan Mossing (Anthropic) on persona controllability in LLMs. I'm also a Principal Investigator at Algoverse AI Research, where I oversee 20 research teams, and a research mentor for MARS V (Meridian Cambridge), where I mentor 7 researchers on AI safety projects. Previously, I was a Research Fellow at Anthropic mentored by Trenton Bricken, and an Astra Fellow in the Google DeepMind stream working on AI control/monitoring.
My research interests include mechanistic interpretability and LLM personas