diff --git a/examples/spo/README.md b/examples/spo/README.md index 75dd02241..63ec5d820 100644 --- a/examples/spo/README.md +++ b/examples/spo/README.md @@ -6,7 +6,7 @@ # SPO | Self-Supervised Prompt Optimization -Framework of AFlow +Framework of SPO

## ✨ Core Advantages @@ -22,15 +22,15 @@ ## 📊 Experiment ### Closed Tasks

-Framework of AFlow -Framework of AFlow +SPO closed task table +SPO closed task figure

*SPO demonstrates superior cost efficiency, requiring only 1.1% to 5.6% of the cost of state-of-the-art methods while maintaining competitive performance.* ### Open-ended Tasks

-Framework of AFlow +Open-ended task figure

*SPO significantly improves model performance across all model configurations in open-ended tasks.* @@ -168,10 +168,11 @@ ## Citation If you use SPO in your research, please cite our paper: ``` -@misc{xiang2025spo, +@misc{xiang2024spo, title = {Self-Supervised Prompt Optimization}, author = {Xiang, Jinyu and Zhang, Jiayi and Yu, Zhaoyang and Teng, Fengwei and Tu, Jinhao and Liang, Xinbing and Hong, Sirui and Wu, Chenglin and Luo, Yuyu}, - year = {2025}, - url = {D:\PythonProject\AFlow\MetaGPT-AFLow\examples\spo\Self-Supervised Prompt Optimization.pdf} + year = {2024}, + url = {https://github.com/geekan/MetaGPT/blob/main/examples/spo/Self-Supervised Prompt Optimization.pdf}, + note = {Code available at: https://github.com/geekan/MetaGPT/blob/main/examples/spo} } ``` \ No newline at end of file