An open API service indexing awesome lists of open source software.

https://github.com/kyegomez/eaot

The open source implementation of "Connecting Large Language Models with Evolutionary Algorithms Yields Powerful Prompt Optimizers"
https://github.com/kyegomez/eaot

artificial-intelligence gpt4 llama llama2 machine-learning prompt-engineering prompting

Last synced: 11 months ago
JSON representation

The open source implementation of "Connecting Large Language Models with Evolutionary Algorithms Yields Powerful Prompt Optimizers"

Awesome Lists containing this project

README

          

[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)

# Connecting Large Language Models with Evolutionary Algorithms Yields Powerful Prompt Optimizers
Agora's open source implementation of the paper: Connecting Large Language Models with Evolutionary Algorithms Yields Powerful Prompt Optimizers

[PAPER LINK](https://arxiv.org/pdf/2309.08532.pdf)

## Installation

`pip install eaot``

# Citation
```BibTeX
@misc{2309.08532,
Author = {Qingyan Guo and Rui Wang and Junliang Guo and Bei Li and Kaitao Song and Xu Tan and Guoqing Liu and Jiang Bian and Yujiu Yang},
Title = {Connecting Large Language Models with Evolutionary Algorithms Yields Powerful Prompt Optimizers},
Year = {2023},
Eprint = {arXiv:2309.08532},
}
```