ChatGPT’s system prompts
github.com
ChatGPT’s system prompts
1–10 of 398 posts
Re: ChatGPT’s system prompts
#2Re: ChatGPT’s system prompts
#3> quietly think
Does ChatGPT have an internal monologue?
Re: ChatGPT’s system prompts
#4I wonder, with tasks like we browsing or running python code, does the model have to be fine tuned to make this work or are general purpose "instruct" or "chat" models good enough?
Re: ChatGPT’s system prompts
#5> Before answering, quietly think about whether the user's request is "directly related", "related", "tangentially related", or "not related" to the user profile provided. > quietly think Does ChatGPT have an internal monologue?
Re: ChatGPT’s system prompts
#6"Please evaluate the following rubrics internally and then perform one of the actions below:"
Have they run evaluations that show that including "please" there causes the model to follow those instructions better?
I'm still looking for a robust process to answer those kinds of questions about my own prompts. I'd love to hear how they make these decisions.
Re: ChatGPT’s system prompts
#7> Before answering, quietly think about whether the user's request is "directly related", "related", "tangentially related", or "not related" to the user profile provided. > quietly think Does ChatGPT have an internal monologue?
Re: ChatGPT’s system prompts
#8> Before answering, quietly think about whether the user's request is "directly related", "related", "tangentially related", or "not related" to the user profile provided. > quietly think Does ChatGPT have an internal monologue?
Re: ChatGPT’s system prompts
#9 The following is a chat between an AI and a user:
- AI: How can I help?
- User: ...
At least that's how I simulated chats on the OpenAI playground before ChatGPT.Is this done differently now, or if not I wonder if anyone has been able to guess what that prompt says and how the system message gets inserted.
Re: ChatGPT’s system prompts
#10I find it so interesting that OpenAI themselves use "please" in some of their prompts, eg: "Please evaluate the following rubrics internally and then perform one of the actions below:" Have they run evaluations that show that including "please" there causes the model to follow those instructions better? I'm still looking for a robust process to answer those kinds of questions about my own prompts. I'd love to hear ho…
Though if you look at the self-attention mechanism, 'please' seems like it could be a word that signals the rest is a command -- perhaps that's helpful. Ie., LLMs work by having mechanisms that give certain words a modulating effect on the interpretation of the whole prompt.