diff --git a/README.md b/README.md index 81a4f328..7f055a3f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@
- π₯οΈ Live Demo | π₯ Demo Video βΆοΈYouTube | π Documentation | π Papers
+ π₯οΈ Live Demo |
+ π₯ Demo Video βΆοΈYouTube |
+ π Documentation |
+ π Tech Report |
+ π Papers
@@ -21,6 +25,8 @@
[](https://discord.gg/ybQ97B6Jjy)
[](https://rdagent.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/microsoft/RD-Agent/actions/workflows/readthedocs-preview.yml)
+[](https://arxiv.org/abs/2505.14738)
+
# π The Best Machine Learning Engineering Agent!
@@ -49,7 +55,9 @@ You can inspect the detailed runs of the above results online.
# π° News
| ποΈ News | π Description |
| -- | ------ |
-| MLE-Bench Results Released | R&D-Agent currently leads as the [top-performing machine learning engineering agent](#-the-best-machine-learning-engineering-agent) on MLE-bench |
+| [Technical Report Release](#overall-technical-report) | Overall framework description and results on MLE-bench |
+| [R&D-Agent-Quant Release](#deep-application-in-diverse-scenarios) | Apply R&D-Agent to quant trading |
+| MLE-Bench Results Released | R&D-Agent currently leads as the [top-performing machine learning engineering agent](#-the-best-machine-learning-engineering-agent) on MLE-bench |
| Support LiteLLM Backend | We now fully support **[LiteLLM](https://github.com/BerriAI/litellm)** as a backend for integration with multiple LLM providers. |
| More General Data Science Agent | πComing soon! |
| Kaggle Scenario release | We release **[Kaggle Agent](https://rdagent.readthedocs.io/en/latest/scens/kaggle_agent.html)**, try the new features! |
@@ -316,6 +324,21 @@ More documents can be found in the **[π readthedocs](https://rdagent.readthed
# π Paper/Work list
+## Overall Technical Report
+- [R&D-Agent: Automating Data-Driven AI Solution Building Through LLM-Powered Automated Research, Development, and Evolution](https://arxiv.org/abs/2505.14738)
+```BibTeX
+@misc{yang2024rdagent,
+ title={R\&D-Agent: Automating Data-Driven AI Solution Building Through LLM-Powered Automated Research, Development, and Evolution},
+ author={Xu Yang and Xiao Yang and Shikai Fang and Bowen Xian and Yuante Li and Jian Wang and Minrui Xu and Haoran Pan and Xinpeng Hong and Weiqing Liu and Yelong Shen and Weizhu Chen and Jiang Bian},
+ year={2025},
+ eprint={2505.14738},
+ archivePrefix={arXiv},
+ primaryClass={cs.AI},
+ url={https://arxiv.org/abs/2505.14738}
+}
+```
+
+
## π Benchmark
- [Towards Data-Centric Automatic R&D](https://arxiv.org/abs/2404.11276)
```BibTeX
@@ -353,6 +376,21 @@ For more detail, please refer to our **[π₯οΈ Live Demo page](https://rdagent.
```

+## Deep Application in Diverse Scenarios
+
+- [R&D-Agent-Quant: A Multi-Agent Framework for Data-Centric Factors and Model Joint Optimization](https://arxiv.org/abs/2505.15155)
+```BibTeX
+@misc{li2025rdagentquant,
+ title={R\&D-Agent-Quant: A Multi-Agent Framework for Data-Centric Factors and Model Joint Optimization},
+ author={Yuante Li and Xu Yang and Xiao Yang and Minrui Xu and Xisen Wang and Weiqing Liu and Jiang Bian},
+ year={2025},
+ eprint={2505.15155},
+ archivePrefix={arXiv},
+ primaryClass={cs.AI}
+}
+```
+
+
# π€ Contributing