Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt breaks its own pattern #1

Open
Gurkenglas opened this issue May 2, 2023 · 1 comment
Open

Prompt breaks its own pattern #1

Gurkenglas opened this issue May 2, 2023 · 1 comment

Comments

@Gurkenglas
Copy link

Gurkenglas commented May 2, 2023

The strong theoretical reasons for prompts like QA QA QA Q don't hold when the model sees:

user: QA QA QA Q
assistant:

To fix this, try making it see:

user: Q
assistant: A
user: Q
assistant: A
user: Q
assistant: A
user: Q
assistant:

(And I think OpenAI intends the Follow each Q with an A. prefix to be said by system.)

@inishchith
Copy link
Owner

Thanks for pointing this out.

I am keeping this ticket open until I find time for 2 things

  1. Improve the prompt to be more descriptive of the board state and context
  2. Structure of prompt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants