Create a new subclass of Domain to support open-ended tuning
Open
- Dominant language
- Jupyter Notebook
- Stars
- 4.4k
- Forks
- 565
- Avg merge
- 5d 8m
- Merged PRs (30d)
- 17
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.