opro_prompt_optimization
1.0.0
Implementing the GSM8k prompt optimization from the paper "Large Language Models as Optimizers".
Run pip install -r requirements.txt
to install the required packages.
Run python main.py
to run the GSM8k prompt optimization.
@misc{yang2023large, title={Large Language Models as Optimizers}, author={Chengrun Yang and Xuezhi Wang and Yifeng Lu and Hanxiao Liu and Quoc V. Le and Denny Zhou and Xinyun Chen}, year={2023}, eprint={2309.03409}, archivePrefix={arXiv}, primaryClass={cs.LG} }