From eca262086a95b2c94f24d48e47d1d088441836c2 Mon Sep 17 00:00:00 2001 From: Mingchen Zhuge <64179323+mczhuge@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:11:35 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e51486f..30d2383 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [](https://gptswarm.org) -[](https://arxiv.org/pdf/2305.17066.pdf) +[](https://arxiv.org/abs/2402.16823) [](https://github.com/mczhuge/GPTSwarm/blob/main/LICENSE) [](https://github.com/metauto-ai/gptswarm/issues) [](https://twitter.com/AI_KAUST) @@ -126,11 +126,13 @@ Please read our [developer document](DEVELOPMENT.md) if you are interested in co ## Citation Please cite our paper if you find the library useful or interesting. ``` -@article{zhuge2024gptswarm, - title={Language Agents as Optimizable Graphs}, - author={Zhuge, Mingchen and Wang, Wenyi and Kirsch, Louis and Faccio, Francesco and Khizbulin, Dmitrii and Schmidhuber, Juergen}, - journal={Technical Report}, - year={2024} +@misc{zhuge2024language, + title={Language Agents as Optimizable Graphs}, + author={Mingchen Zhuge and Wenyi Wang and Louis Kirsch and Francesco Faccio and Dmitrii Khizbullin and Jurgen Schmidhuber}, + year={2024}, + eprint={2402.16823}, + archivePrefix={arXiv}, + primaryClass={cs.AI} } ``` -- GitLab