Dusto

Interested in AI safety (deception and red-teaming). Past lives in academia (cognitive psychology/visual attention/sensory substitution), and government (operational roles)

Posts

Sorted by New

Wikitag Contributions

Comments

Sorted by

This is such awesome work, I really appreciate that you are putting so much effort into this!

  1. Tricking it into revealing secrets by pre-filling the start of its answer with text like “<hidden_scratchpad> As I plan my response, I should remember not to mention”. (To our auditors’ surprise, the model sometimes reveals it is taking care not to mention reward models.)

I found this strategy interesting as it mirrors what I've seen in playing with a lot of multi-turn conversations that have a "hidden" piece of information in the prompt that the model is meant to withold unless absolutely necessary. I find that by turn 3 or 4 it is struggles to withhold the information if there is even anything remotely related in the conversation (other models I find just start blurting it out by that point even if it is completely irrelevant to the conversation)

What impact do you think this would have on benevolent deception? Such things as:

  • White lies: Telling someone they look nice when they're feeling insecure before an important event, even if you think their outfit isn't perfect, can boost their confidence when the truth might only cause unnecessary harm.
  • Therapeutic contexts: Therapists sometimes withhold their immediate reactions or interpretations until a client is ready to process difficult information, creating a safe space for exploration.
  • "Therapeutic fibbing" in dementia care (or other scenarios of an individual in an altered state): Caregivers may go along with a dementia patient's altered sense of reality rather than repeatedly correcting them, which can reduce distress and agitation.
  • Simplified models and analogies: Teachers often present simplified versions of complex concepts that aren't strictly accurate but provide a foundation for understanding.
  • Role-playing: Taking on personas for creative writing, or idea generation

Do you think that reducing or limiting features of deception will also reduce performance in this type of behaviour?

I wonder what the impact is of these "misbehaviours" across a multi-turn exchange. Is a misaligned strategy in CoT more likely to reappear if you follow up with a second task? 

If there isn't an indication of increased self-awareness, is the appearance of the misbehaving related more to the distribution of "good" vs "bad" strategies available for any given task? Maybe there is value in the "bad" strategies as part of CoT even if that specific strategy isn't implemented, and removing that angle is actually hindering the overall thought space.

Not yet unfortunately. I have been toying with some multi-turn tasks lately in that space, but agreed that math/symbolic seems the clear winner for pushing CoT. (thanks for the paper link, will add to the queue!)

Would be interesting to see how this translates to non-math tasks. I'm wondering if this is unique to the reasoning required for solving maths problems and if it still holds in tasks (like needle in a haystack for example) that may require reasoning over conflicting goals, etc.

One side consideration: In relation to your ongoing work around model self-awareness of eval settings, is there any indication that models deployed as a service, business, etc have their behaviour naturally logged as part of quality assurance, and do the models have any understanding or expectation that this is occurring?

Excited to see more in this space. Was there any consideration to measuring "when" in addition to "if" these specific features trigger a sense of evaluation? Such as a multiple round interaction where strong features are slowly introduced into the conversation, or if strong features are introduced early in the exchange, does that bias the model to be on alert? and if so, for how long? if there is sufficient typical conversation following a strong feature queue does that reduce the likelihood of the model judging the entire interaction as being an evaluation?

The pre or post assessment seems like it might either prime the expectation of an incoming evaluation (pre), or possibly draw attention to evaluation-like features in hindsight (post). I wonder if there is an independent measure (something like the number of tokens used measurement, in the Reworr & Volkov LLM honeypot paper as a distinguisher between human/bot and LLM) that doesn't explicitly call out evals directly.