From 1bdf695a1f1e48ff9610d6a0948d92b83f2d2a05 Mon Sep 17 00:00:00 2001 From: HYSMN <32283625+HYSMN@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:21:53 +0800 Subject: [PATCH] docs: Add DB-GPT Agent paper (#2232) Co-authored-by: yaqing Co-authored-by: aries_ckt <916701291@qq.com> --- README.ja.md | 21 ++++++++++++++++++++- README.md | 20 +++++++++++++++++++- README.zh.md | 22 +++++++++++++++++++++- 3 files changed, 60 insertions(+), 3 deletions(-) diff --git a/README.ja.md b/README.ja.md index e978fb395..5b176e5ff 100644 --- a/README.ja.md +++ b/README.ja.md @@ -222,8 +222,11 @@ DB-GPTのアーキテクチャは以下の図に示されています: MITライセンス(MIT) ## 引用 -`DB-GPT`があなたの研究や開発に役立つと思われる場合は、次の論文を引用してください: +もし`DB-GPT`があなたの研究や開発に役立つと感じた場合、以下の論文を引用してください。 +DB-GPTの全体的なアーキテクチャについて知りたい場合は、論文論文を引用してください。 + +DB-GPTを使用してAgent開発に関する内容について知りたい場合は、論文を引用してください。 ```bibtex @article{xue2023dbgpt, title={DB-GPT: Empowering Database Interactions with Private Large Language Models}, @@ -232,6 +235,22 @@ MITライセンス(MIT) journal={arXiv preprint arXiv:2312.17449}, url={https://arxiv.org/abs/2312.17449} } +@misc{huang2024romasrolebasedmultiagentdatabase, + title={ROMAS: A Role-Based Multi-Agent System for Database monitoring and Planning}, + author={Yi Huang and Fangyin Cheng and Fan Zhou and Jiahui Li and Jian Gong and Hongjun Yang and Zhidong Fan and Caigao Jiang and Siqiao Xue and Faqiang Chen}, + year={2024}, + eprint={2412.13520}, + archivePrefix={arXiv}, + primaryClass={cs.AI}, + url={https://arxiv.org/abs/2412.13520}, +} +@inproceedings{xue2024demonstration, + title={Demonstration of DB-GPT: Next Generation Data Interaction System Empowered by Large Language Models}, + author={Siqiao Xue and Danrui Qi and Caigao Jiang and Wenhui Shi and Fangyin Cheng and Keting Chen and Hongjun Yang and Zhiping Zhang and Jianshan He and Hongyang Zhang and Ganglin Wei and Wang Zhao and Fan Zhou and Hong Yi and Shaodong Liu and Hongjun Yang and Faqiang Chen}, + year={2024}, + booktitle = "Proceedings of the VLDB Endowment", + url={https://arxiv.org/abs/2404.10209} +} ``` ## 連絡先情報 diff --git a/README.md b/README.md index f92dbe740..3db868647 100644 --- a/README.md +++ b/README.md @@ -236,8 +236,9 @@ At present, we have introduced several key features to showcase our current capa The MIT License (MIT) ## Citation -If you find `DB-GPT` useful for your research or development, please cite the following paper: +If you want to understand the overall architecture of DB-GPT, please cite paper and Paper +If you want to learn about using DB-GPT for Agent development, please cite the paper ```bibtex @article{xue2023dbgpt, title={DB-GPT: Empowering Database Interactions with Private Large Language Models}, @@ -246,8 +247,25 @@ If you find `DB-GPT` useful for your research or development, please cite the fo journal={arXiv preprint arXiv:2312.17449}, url={https://arxiv.org/abs/2312.17449} } +@misc{huang2024romasrolebasedmultiagentdatabase, + title={ROMAS: A Role-Based Multi-Agent System for Database monitoring and Planning}, + author={Yi Huang and Fangyin Cheng and Fan Zhou and Jiahui Li and Jian Gong and Hongjun Yang and Zhidong Fan and Caigao Jiang and Siqiao Xue and Faqiang Chen}, + year={2024}, + eprint={2412.13520}, + archivePrefix={arXiv}, + primaryClass={cs.AI}, + url={https://arxiv.org/abs/2412.13520}, +} +@inproceedings{xue2024demonstration, + title={Demonstration of DB-GPT: Next Generation Data Interaction System Empowered by Large Language Models}, + author={Siqiao Xue and Danrui Qi and Caigao Jiang and Wenhui Shi and Fangyin Cheng and Keting Chen and Hongjun Yang and Zhiping Zhang and Jianshan He and Hongyang Zhang and Ganglin Wei and Wang Zhao and Fan Zhou and Hong Yi and Shaodong Liu and Hongjun Yang and Faqiang Chen}, + year={2024}, + booktitle = "Proceedings of the VLDB Endowment", + url={https://arxiv.org/abs/2404.10209} +} ``` + ## Contact Information We are working on building a community, if you have any ideas for building the community, feel free to contact us. [![](https://dcbadge.vercel.app/api/server/7uQnPuveTY?compact=true&style=flat)](https://discord.gg/7uQnPuveTY) diff --git a/README.zh.md b/README.zh.md index 66c93a21b..b305a819f 100644 --- a/README.zh.md +++ b/README.zh.md @@ -263,7 +263,11 @@ The MIT License (MIT) ## 引用 -如果您发现`DB-GPT`对您的研究或开发有用,请引用以下论文: +如果您发现`DB-GPT`对您的研究或开发有用,请引用以下论文,其中: + +如果您想了解DB-GPT整体架构,请引用论文论文 + +如果您想了解使用DB-GPT进行Agent开发相关的内容,请引用论文 ```bibtex @article{xue2023dbgpt, @@ -273,6 +277,22 @@ The MIT License (MIT) journal={arXiv preprint arXiv:2312.17449}, url={https://arxiv.org/abs/2312.17449} } +@misc{huang2024romasrolebasedmultiagentdatabase, + title={ROMAS: A Role-Based Multi-Agent System for Database monitoring and Planning}, + author={Yi Huang and Fangyin Cheng and Fan Zhou and Jiahui Li and Jian Gong and Hongjun Yang and Zhidong Fan and Caigao Jiang and Siqiao Xue and Faqiang Chen}, + year={2024}, + eprint={2412.13520}, + archivePrefix={arXiv}, + primaryClass={cs.AI}, + url={https://arxiv.org/abs/2412.13520}, +} +@inproceedings{xue2024demonstration, + title={Demonstration of DB-GPT: Next Generation Data Interaction System Empowered by Large Language Models}, + author={Siqiao Xue and Danrui Qi and Caigao Jiang and Wenhui Shi and Fangyin Cheng and Keting Chen and Hongjun Yang and Zhiping Zhang and Jianshan He and Hongyang Zhang and Ganglin Wei and Wang Zhao and Fan Zhou and Hong Yi and Shaodong Liu and Hongjun Yang and Faqiang Chen}, + year={2024}, + booktitle = "Proceedings of the VLDB Endowment", + url={https://arxiv.org/abs/2404.10209} +} ``` ## 联系我们