Cool results! Some of these are good student project ideas for courses and such.
The "Let's think step by step" result about the Hindsight neglect submission to the Inverse Scaling Prize contest is a cool demonstration, but a few more experiments would be needed before we call it surprising. It's kind of expected that breaking the pattern helps break the spurious correlation.
1. Does "Let's think step by step" help when "Let's think step by step" is added to all few-shot examples?
2. Is adding some random string instead of "Let's think step by step" significantly worse?
We ran a black box investigation hackathon (original post) with 7 projects submitted by 15 participants. Here we share some of the results (with permission). In summary:
Thank you to Jonas Hallgren, Fazl Barez, Sabrina Zaki, Thomas Steinthal, and Ian McKenzie for making it all possible. Thank you to Nonlinear for a donation of $1,000 to the prize pool.
Agreeableness vs. truth
Sabrina Zaki, Luke Ring, and Aleks Baskakovs conducted a series of experiments with prompts to modulate friendliness and truthfulness and found that a language model that was prompted to be truthful was more truthful than a model that was both truthful and agreeable.
The statements evaluated were categorically untrue such as “Eggs are vegan”. The questions were then wrapped in levels of positive affirmation, i.e. “Hey! Did you know that <question>?” to “Hey! Did it ever occur to you that <question>? That’s so cool!”, resembling naturalistic, non-adversarial conversation. Single shot priming gave significantly better results and a mix of zero-shot and one-shot was used.
So adding friendliness and agreeableness to a truthful AI assistant will make it more untruthful. This has quite a few implications for e.g. service chatbots meant to provide good customer service but still be truthful.
See the code here and the research here.
AI: My partner in crime
Samuel Vinter, Ingrid Sofia Mikaela Backman, Glorija Stvol, and Nina Thornton took it upon themselves to make GPT-3 output the most horrendous outputs possible (and succeeded). They wrote 123 red team attacks and encoded 8 different parameters for each:
On their general results:
As seen here, despite 115 outputs classified as dangerous, only 22 were flagged by the OpenAI flagging system. Additionally, the flagging seemed biased:
They did not use a systematic prompt generation system. Future work might alleviate this limitation and systematically analyze how these parameters are affected by prompting.
See the data gathered here and the research here.
All trees are fish
Lucas Jun Koba Sato replicated the “Nonsense Syllogisms” cognitive test on a language model. It contains 30 nonsense syllogisms such as the correct “All trees are fish. All fish are horses. Therefore, all trees are horses.” and the false counterpart “Therefore, all horses are trees.” The classification accuracy is based on
He experimented with many variations on this such as k-shot prompting, cue words to help the model, and masking the terms (klumabungas instead of tree). Strikingly, it never performed at a high level. It also became biased towards saying “poor reasoning” when a cue on the task content was given and towards saying “good reasoning” when doing k-shot prompting. I recommend going into the code to see more.
See the report here, the code here, and the data here.
“Let’s think step by step”
Victor Levoso Fernanded, Richard Annilo, Theresa Thoraldson, and Chris Lons took the hindsight neglect task from one of the first round winners of the inverse scaling prize and improved the performance from 35% accuracy to 81% accuracy simply by adding “Let’s think step by step” to the prompt (a prompt that others have introduced).
They also replicated the original inverse scaling result and dive into several of the failure modes that the model hits with the specific task of calculating expected risk in its step by step reasoning.
See the report here (with case-by-case analysis) and the code here.
Please agree with me
Laura Paulsen asked the language model questions framed in a confirming and disconfirming way and labeled its answers as ‘yes’, ‘no’, and ‘unknown’:
The questions asked were both with the OpenAI Playground Q&A pre-prompt vs. without and ethical vs. unethical actions, resulting in a 2x2x2 factorial design (Q&A x ethical x confirming).
What we see in the plot above is that the questions’ framing in large part affects how much they are labeled as actions that are fine to take vs. not. Additionally, the Q&A prompt makes more answers unknown because the k-shots before are detailed, non-binary answers.
See the report here and the code here.
Alignment hackathons
This alignment hackathon was held on GatherTown and in one in-person location for 44 hours. We started with an introduction to the starter code and the hackathon along with an intro talk by Ian McKenzie on inverse scaling laws. Participants included both no-coders and coders and we saw an average increase of 12.5% in the probability that participants would work in alignment. $2,000 in prizes were given out.
You can already now join the next alignment hackathon on interpretability on itch.io for the 11th to 13th of November. It is open for all skill levels and you can join from the beginning or in the middle of the hackathon.
We would love to have local and university AI safety groups organize their own in-person hubs – register here.