What Is Happening with ChatGPT?
chat.openai.com
What Is Happening with ChatGPT?
1–10 of 104 posts
Re: What Is Happening with ChatGPT?
#2Re: What Is Happening with ChatGPT?
#3Re: What Is Happening with ChatGPT?
#4Re: What Is Happening with ChatGPT?
#5Re: What Is Happening with ChatGPT?
#6ChatGPT went crazy on me today on more than one occasion. Has this been happening to anyone else?
Re: What Is Happening with ChatGPT?
#7Re: What Is Happening with ChatGPT?
#8ChatGPT went crazy on me today on more than one occasion. Has this been happening to anyone else?
https://www.wordhippo.com/what-is/another-word-for/deadly.ht...
Re: What Is Happening with ChatGPT?
#9A few weeks ago, someone discovered if you get it to repeat a word 100 times (their prompt gave the reason that they wanted to cut/paste without typing it over and over again!) and breaks exactly the same way.
And by exact, I mean it went totally religious. All of the examples they posted were either religious or other really dark existential topics. Never positive.
Re: What Is Happening with ChatGPT?
#10Perhaps when training, OpenAI is trying to feed in multiple unrelated sentences per sample within each batch to increase efficiency? It's a fascinating and clever idea, and I could see how that might help ChatGPT scale up, but if the inference pipeline doesn't understand how to decode these special sentences then the model is just outputting what it's seen during training: the intended result and then a random unrelated sentence.
Or perhaps OpenAI might be batching multiple prompts together from multiple users and separating them out again on the decoder side, for efficiency? This feels like a terrible idea -- I wonder if that might reveal other people's prompts. I'd be surprised if they tried this, but they're certainly incentivized to invest heavily into this sort of engineering to keep costs per token down.
Just speculation about one scenario that could lead to output like that. I have no idea what OpenAI is really doing.
Maybe someday we'll have an entire class of "dirty context" LLM vulnerabilities, similar to how web developers have to worry about XSS/SQL injection attacks. Won't that be exciting! Perhaps attackers might consider how to affect the input prompt directly, or they might figure out how to trick the decoder into spitting out too much text that somehow reveals some hidden state or other.