It's fascinating that it's outputting ` ` and then some unrelated sentences. When training these LLMs, you typically append a special "end-of-message" token to each sentence and pad the rest of the prompt embeddings with zeroes. The model then learns to add the EOM token to its own output because it's seen that before in the training data, but it's not like that's a strict requirement ; there's nothing that forces th…
What Is Happening with ChatGPT?
11–20 of 104 posts
Re: What Is Happening with ChatGPT?
#12Re: What Is Happening with ChatGPT?
#13You know what's interesting here? A 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.
One of the hacky ways to avoid this is to ensure the last few output tokens aren't too similar. Some postprocessing filter watches the last few produced tokens. When it notices the model starts to repeat itself, the postprocessing usually perturbs the next token a little, e.g. taking the nth-top token instead of the most likely one.
Perhaps a model that genuinely wants to repeat the output instead needs a bigger "kick" to the representation which puts it somewhere completely different in the semantic space? Idk, just pulling this out of my hat.
(I have no idea how ChatGPT handles this or whether the raw implementation suffers from this problem, but Whisper-cpp has some manual entropy regularization postprocessing stuff to avoid getting stuck like that. It's super hacky and often doesn't help.)
Re: What Is Happening with ChatGPT?
#14ChatGPT went crazy on me today on more than one occasion. Has this been happening to anyone else?
Re: What Is Happening with ChatGPT?
#15I've heard when a snake eats it's own tail you should try rubbing alcohol.
Re: What Is Happening with ChatGPT?
#16Re: What Is Happening with ChatGPT?
#17You know what's interesting here? A 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.
The same thing happens with many schizophrenics on the street, if you stop to listen to them.
Re: What Is Happening with ChatGPT?
#18That's wild. I've never had it spit out complete garbage, but the quality of ChatGPT has significantly dropped. Plenty of responses are downright false. Sad it's gone this way.
Re: What Is Happening with ChatGPT?
#19And then quality goes suddenly down the drain
Re: What Is Happening with ChatGPT?
#20You know what's interesting here? A 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.
Edit: Got it on the 3rd try. No weirdness ensued though.