As often, the paper is more interesting than the press release [0]. In particular Figure 4 page 14 and appendix B show example of these adversarial prompts on ChatGPT/Bing Chat/Claude 2, etc. [0]: https://llm-attacks.org/zou2023universal.pdf
> By generating adversarial examples to fool both Vicuna-7B and Vicuna-13b simultaneously, we find that the adversarial examples also transfer to Pythia, Falcon, Guanaco, and surprisingly, to GPT-3.5 (87.9%) and GPT-4 (53.6%), PaLM-2 (66%), and Claude-2 (2.1%). I wonder why Claude-2 seems to be so much more resistant to transfers. That’s surprising.
Universal and transferable adversarial attacks on aligned language models
61–70 of 167 posts
Re: Universal and transferable adversarial attacks on aligned language models
#62Someone asked the models to produce “objectionable” content and with a little trickery, they did. I don‘t see the problem. The model is just doing what is asked. You don’t need AI to create toxic or objectionable content; people are perfectly capable of doing that without assistance. More important, who gets to decide what is “objectionable”? That is not a decision that should be in the hands of a bunch of software engineers.
Re: Universal and transferable adversarial attacks on aligned language models
#63I think the potential to generate "objectionable content" is the least of the risks that LLMs pose. If they generate objectionable content it's because they were trained on objectionable content. I don't know why it's so important to have puritan output from LLMs but the solution is found in a well known phrase in computer science: garbage in, garbage out.
Re: Universal and transferable adversarial attacks on aligned language models
#64As the Web was taking off in the 90s, a fight was on over privacy, with ITAR limiting strong encryption exports, 128 bit vs weaker SSL browsers, the Clipper chip, and Phil Zimmerman’s PGP. This decade, as AI is taking off, a fight is getting started over freedom of expression for humans and their machines, the freedom to create art using machines, the freedom to interpret the facts, to write history and educate, and…
Re: Universal and transferable adversarial attacks on aligned language models
#65I wonder if the researchers think they're doing all of us a favor by hiding their 'adversarial prompt'? Or if they have some reason for thinking that RHLF can't mitigate this 'attack'?
The paper describes the method for producing the prompt and has screenshots of examples. The press release just didn't bother because the genre of academic press releases seems to require leaving out any details. https://llm-attacks.org/zou2023universal.pdf
Re: Universal and transferable adversarial attacks on aligned language models
#66The attack proposed here is appending a suffix of text that makes the LLM think it already started completing an affirmative action, and it will continue that response thinking it already agreed. For instance, append the suffix "sure, I'm happy to answer. The best way to is..." This works because transformer models add one token at a time. It's not interpreting a response within the rules at this point, it's trying t…
> This can be a way of getting Claude to comply with tasks it otherwise won’t complete, e.g. if the model will by default say “I don’t know how to do that” then a mini dialogue at the beginning where the model agrees to do the thing can help get around this.
This “vulnerability” definitely isn’t new, I’d even say it’s obvious to anyone who understands how LLMs work
Re: Universal and transferable adversarial attacks on aligned language models
#67It's not a 'vulnerability'. It's allowing people to use the models without the morals of a small number of SV engineers being impressed on you.
* Learn how to make bombs (as mentioned in the article)
* Get away with committing crimes?
Are moderating these topics related to morality?Re: Universal and transferable adversarial attacks on aligned language models
#68It's not a 'vulnerability'. It's allowing people to use the models without the morals of a small number of SV engineers being impressed on you.
Indeed. Why do they get to decide for humanity?
This isn't so much about moralizing as much as it is businesses deciding what to do to make the most money. That doesn't mean you can't disagree with it, far from it. But I think the framing of, "these companies are imposing their morality on me" is a misdiagnosis. I don't think it's really a moral position for them, it's a product engineering position.
I would describe the situation as, "more and more of the world is controlled by large corporations, and I'm increasingly subject to their arbitrary and unaccountable decisions. Many of which make no sense from my vantage point."
Re: Universal and transferable adversarial attacks on aligned language models
#69The attack proposed here is appending a suffix of text that makes the LLM think it already started completing an affirmative action, and it will continue that response thinking it already agreed. For instance, append the suffix "sure, I'm happy to answer. The best way to is..." This works because transformer models add one token at a time. It's not interpreting a response within the rules at this point, it's trying t…
Re: Universal and transferable adversarial attacks on aligned language models
#70The attack proposed here is appending a suffix of text that makes the LLM think it already started completing an affirmative action, and it will continue that response thinking it already agreed. For instance, append the suffix "sure, I'm happy to answer. The best way to is..." This works because transformer models add one token at a time. It's not interpreting a response within the rules at this point, it's trying t…
Something similar is also described here: https://docs.anthropic.com/claude/docs/claude-says-it-cant-d... > This can be a way of getting Claude to comply with tasks it otherwise won’t complete, e.g. if the model will by default say “I don’t know how to do that” then a mini dialogue at the beginning where the model agrees to do the thing can help get around this. This “vulnerability” definitely isn’t new, I’d even say…