1.6 KiB
1.6 KiB
title, created, type, arxiv, authors, venue, affiliation, tags
| title | created | type | arxiv | authors | venue | affiliation | tags | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Symbolic Learning Enables Self-Evolving Agents | 2026-05-29 | paper-raw | 2406.18532 |
|
arXiv preprint (cs.CL), June 2024 | AIWaves Inc. |
|
Symbolic Learning Enables Self-Evolving Agents
Authors: Zhou et al. (AIWaves, 2024) arXiv: 2406.18532 Code: https://github.com/aiwaves-cn/agents
Abstract
The AI community has been exploring a pathway to AGI by developing "language agents". A fundamental limitation is that current agent research is model-centric/engineering-centric — progress requires substantial manual engineering. Agent symbolic learning introduces a systematic framework that enables language agents to optimize themselves in a data-centric way using symbolic optimizers. Agents are considered as symbolic networks where learnable weights are defined by prompts, tools, and pipeline structure.
Key Contributions
- Agent as Symbolic Network: Pipeline = computation graph, Nodes = layers, Prompts/Tools = weights
- Symbolic Back-Propagation: Language Loss propagated backward through the pipeline → Language Gradients for each node
- Holistic Joint Optimization: All symbolic components optimized together, avoiding local optimum
- Self-Evolving: Language Loss doesn't need ground-truth, enabling learning after deployment