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

Layered Strategy #53

Open
psaegert opened this issue Dec 6, 2023 · 0 comments
Open

Layered Strategy #53

psaegert opened this issue Dec 6, 2023 · 0 comments

Comments

@psaegert
Copy link
Collaborator

psaegert commented Dec 6, 2023

As pointed out by @ArturHD, we could apply a layered strategy to the completion problem:

  1. Fine-Tune the model to give better completions
  2. Collect as much useful context as possible for the first completion
  3. Generate multiple choices and classify best one (alternatively, apply Tree-of-Thoughts or Graph-of-Thoughts or similar)
  4. Run analyzers to check if the code fails and try to fix it with up to 3 feedback loops
  5. Request human feedback/clarification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant