mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
update intro and citation
This commit is contained in:
parent
74041bd5cb
commit
73d2358d10
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning
|
||||
|
||||
SELA is an innovative framework 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.
|
||||
|
||||
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.
|
||||
|
||||
## 1. Data Preparation
|
||||
|
||||
|
|
@ -87,6 +91,7 @@ ### Ablation Study
|
|||
```
|
||||
|
||||
## 4. Citation
|
||||
Please cite our paper if you use SELA or find it useful!
|
||||
|
||||
```bibtex
|
||||
@misc{chi2024selatreesearchenhancedllm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue