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

Create a new subclass of Domain to support open-ended tuning #1077

Open
sonichi opened this issue Jun 10, 2023 · 0 comments
Open

Create a new subclass of Domain to support open-ended tuning #1077

sonichi opened this issue Jun 10, 2023 · 0 comments

Comments

@sonichi
Copy link
Contributor

sonichi commented Jun 10, 2023

The new subclass supports sampling a variation of the current text, based on feedback. This new subclass of Domain would be useful for LLM-based optimization. For example, to allow open-ended tuning of prompt using LLM, including #1063.

The new subclass can use an LLM-based sampler. In a search algorithm like CFO, we can pass textual feedback from results to the sampler and use LLM to sample a new variation.

@sonichi sonichi added this to the Upgrade of autogen milestone Jun 23, 2023
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

1 participant