Merge pull request #1578 from limafang/main

add sela example
This commit is contained in:
好好学习的郝 2024-11-09 12:43:20 +08:00 committed by GitHub
commit 532aeded70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
examples/sela/README.md Normal file
View file

@ -0,0 +1,9 @@
# SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning
Official implementation for paper [SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning](https://arxiv.org/abs/2410.17238).
SELA is an innovative system that enhances Automated Machine Learning (AutoML) by integrating Monte Carlo Tree Search (MCTS) with LLM-based agents. Traditional AutoML methods often generate low-diversity and suboptimal code, limiting their effectiveness in model selection and ensembling. SELA addresses these challenges by representing pipeline configurations as trees, enabling agents to intelligently explore the solution space and iteratively refine their strategies based on experimental feedback.
For more details, please visit the [SELA path](..\..\metagpt\ext\sela\README.md).