From 7e67f83d7bb63a5161f7a2a7c9b20d1a3ef30962 Mon Sep 17 00:00:00 2001 From: yiyiyi0817 <1359513271@qq.com> Date: Tue, 19 Nov 2024 14:09:48 +0800 Subject: [PATCH 1/7] update arxiv --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f612bb9..f2d03bd 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ ______________________________________________________________________
Community | + Paper | Examples | Dataset | - Citation | - Contributing | + Citation + Contributing CAMEL-AI
@@ -297,11 +298,22 @@ To discover how to create profiles for large-scale users, as well as how to visu -- Initial release of OASIS github repository (November 15, 2024) +- Initial release of OASIS on arXiv (November 19, 2024) +- Initial release of OASIS github repository (November 19, 2024) ## π Citation -To be supplemented after the release on arXiv. +``` +@misc{yang2024oasisopenagentssocial, + title={OASIS: Open Agents Social Interaction Simulations on One Million Agents}, + author={Ziyi Yang and Zaibin Zhang and Zirui Zheng and Yuxian Jiang and Ziyue Gan and Zhiyu Wang and Zijian Ling and Jinsong Chen and Martz Ma and Bowen Dong and Prateek Gupta and Shuyue Hu and Zhenfei Yin and Guohao Li and Xu Jia and Lijun Wang and Bernard Ghanem and Huchuan Lu and Wanli Ouyang and Yu Qiao and Philip Torr and Jing Shao}, + year={2024}, + eprint={2411.11581}, + archivePrefix={arXiv}, + primaryClass={cs.CL}, + url={https://arxiv.org/abs/2411.11581}, +} +``` ## π Acknowledgment @@ -329,8 +341,8 @@ If you're keen on exploring new research opportunities or discoveries with our p [python-url]: https://docs.python.org/3.10/ [slack-image]: https://img.shields.io/badge/Slack-CAMEL--AI-blueviolet?logo=slack [slack-url]: https://join.slack.com/t/camel-kwr1314/shared_invite/zt-1vy8u9lbo-ZQmhIAyWSEfSwLCl2r2eKA -[star-image]: https://img.shields.io/github/stars/camel-ai/social-simulation?label=stars&logo=github&color=brightgreen -[star-url]: https://github.com/camel-ai/social-simulation/stargazers +[star-image]: https://img.shields.io/github/stars/camel-ai/oasis?label=stars&logo=github&color=brightgreen +[star-url]: https://github.com/camel-ai/oasis/stargazers [twitter-image]: https://img.shields.io/twitter/follow/CamelAIOrg?style=social&color=brightgreen&logo=twitter [twitter-url]: https://twitter.com/CamelAIOrg [wechat-image]: https://img.shields.io/badge/WeChat-CamelAIOrg-brightgreen?logo=wechat&logoColor=white From c8d834ac41d0d97e441e099bdaa19b7a59402414 Mon Sep 17 00:00:00 2001 From: yiyiyi0817 <1359513271@qq.com> Date: Tue, 19 Nov 2024 14:14:55 +0800 Subject: [PATCH 2/7] fix link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2d03bd..b3e2341 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ______________________________________________________________________ -# OASIS: Open Agents Social Interaction Simulations on One Million Agents +# OASIS: Open Agents Social Interaction Simulations with One Million Agents@@ -16,7 +16,7 @@ ______________________________________________________________________
Community | - Paper | + Paper | Examples | Dataset | Citation From 44ad1e87f47fe4059a43a360327649f4241a78af Mon Sep 17 00:00:00 2001 From: yiyiyi0817 <1359513271@qq.com> Date: Tue, 19 Nov 2024 14:28:00 +0800 Subject: [PATCH 3/7] contribute link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3e2341..9aff646 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ ______________________________________________________________________ Paper | Examples | Dataset | - Citation - Contributing + Citation | + Contributing | CAMEL-AI
@@ -323,7 +323,7 @@ We would like to thank Douglas for designing the logo of our project. The source code is licensed under Apache 2.0. -## π₯ Contributing to OASIS ποΈ +## π₯ Contributing to OASISποΈ We greatly appreciate your interest in contributing to our open-source initiative. To ensure a smooth collaboration and the success of contributions, we adhere to a set of contributing guidelines similar to those established by CAMEL. For a comprehensive understanding of the steps involved in contributing to our project, please refer to the CAMEL contributing guidelines [here](https://github.com/camel-ai/camel/blob/master/CONTRIBUTING.md). π€π From 867ebe9c2cc960ebfac0a67f0155e51594fc4098 Mon Sep 17 00:00:00 2001 From: yiyiyi0817 <1359513271@qq.com> Date: Wed, 20 Nov 2024 14:03:10 +0800 Subject: [PATCH 4/7] refresh pytest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aff646..e512c13 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ If you're keen on exploring new research opportunities or discoveries with our p [discord-image]: https://img.shields.io/badge/Discord-CAMEL--AI-7289da?logo=discord&logoColor=white&color=7289da [discord-url]: https://discord.gg/CNcNpquyDc [pytest-image]: https://github.com/camel-ai/camel/actions/workflows/pytest_package.yml/badge.svg -[pytest-url]: https://github.com/camel-ai/social-simulation/actions/workflows/pytest_package.yml +[pytest-url]: https://github.com/camel-ai/oasis/actions/workflows/pytest_package.yml [python-image]: https://img.shields.io/badge/Python-3.10%2B-brightgreen.svg [python-url]: https://docs.python.org/3.10/ [slack-image]: https://img.shields.io/badge/Slack-CAMEL--AI-blueviolet?logo=slack From b0d3e8d5682ba834d4fca4d9ee3989ca88a48717 Mon Sep 17 00:00:00 2001 From: yiyiyi0817 <1359513271@qq.com> Date: Wed, 20 Nov 2024 14:08:25 +0800 Subject: [PATCH 5/7] delete pytest --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e512c13..5e32841 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![Python Version][python-image]][python-url] -[![PyTest Status][pytest-image]][pytest-url] [![Star][star-image]][star-url] [![Slack][slack-image]][slack-url] [![Discord][discord-image]][discord-url] @@ -335,8 +334,6 @@ If you're keen on exploring new research opportunities or discoveries with our p [discord-image]: https://img.shields.io/badge/Discord-CAMEL--AI-7289da?logo=discord&logoColor=white&color=7289da [discord-url]: https://discord.gg/CNcNpquyDc -[pytest-image]: https://github.com/camel-ai/camel/actions/workflows/pytest_package.yml/badge.svg -[pytest-url]: https://github.com/camel-ai/oasis/actions/workflows/pytest_package.yml [python-image]: https://img.shields.io/badge/Python-3.10%2B-brightgreen.svg [python-url]: https://docs.python.org/3.10/ [slack-image]: https://img.shields.io/badge/Slack-CAMEL--AI-blueviolet?logo=slack From bcd71c21cc3a3bac1be5e43c71a5ed12a7e0995f Mon Sep 17 00:00:00 2001 From: Ziyi Yang <87371755+yiyiyi0817@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:11:45 +0800 Subject: [PATCH 6/7] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e32841..f32f7d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Python Version][python-image]][python-url] +[![PyTest Status][pytest-image]][pytest-url] [![Star][star-image]][star-url] [![Slack][slack-image]][slack-url] [![Discord][discord-image]][discord-url] @@ -336,6 +337,8 @@ If you're keen on exploring new research opportunities or discoveries with our p [discord-url]: https://discord.gg/CNcNpquyDc [python-image]: https://img.shields.io/badge/Python-3.10%2B-brightgreen.svg [python-url]: https://docs.python.org/3.10/ +[pytest-image]: https://github.com/camel-ai/camel/actions/workflows/pytest_package.yml/badge.svg +[pytest-url]: https://github.com/camel-ai/social-simulation/actions/workflows/pytest_package.yml [slack-image]: https://img.shields.io/badge/Slack-CAMEL--AI-blueviolet?logo=slack [slack-url]: https://join.slack.com/t/camel-kwr1314/shared_invite/zt-1vy8u9lbo-ZQmhIAyWSEfSwLCl2r2eKA [star-image]: https://img.shields.io/github/stars/camel-ai/oasis?label=stars&logo=github&color=brightgreen From 592163d4413c10000e03c784d9e34927bb1b00b7 Mon Sep 17 00:00:00 2001 From: yiyiyi0817 <1359513271@qq.com> Date: Wed, 20 Nov 2024 14:17:05 +0800 Subject: [PATCH 7/7] fix formay --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f32f7d5..9aff646 100644 --- a/README.md +++ b/README.md @@ -335,10 +335,10 @@ If you're keen on exploring new research opportunities or discoveries with our p [discord-image]: https://img.shields.io/badge/Discord-CAMEL--AI-7289da?logo=discord&logoColor=white&color=7289da [discord-url]: https://discord.gg/CNcNpquyDc -[python-image]: https://img.shields.io/badge/Python-3.10%2B-brightgreen.svg -[python-url]: https://docs.python.org/3.10/ [pytest-image]: https://github.com/camel-ai/camel/actions/workflows/pytest_package.yml/badge.svg [pytest-url]: https://github.com/camel-ai/social-simulation/actions/workflows/pytest_package.yml +[python-image]: https://img.shields.io/badge/Python-3.10%2B-brightgreen.svg +[python-url]: https://docs.python.org/3.10/ [slack-image]: https://img.shields.io/badge/Slack-CAMEL--AI-blueviolet?logo=slack [slack-url]: https://join.slack.com/t/camel-kwr1314/shared_invite/zt-1vy8u9lbo-ZQmhIAyWSEfSwLCl2r2eKA [star-image]: https://img.shields.io/github/stars/camel-ai/oasis?label=stars&logo=github&color=brightgreen