AutoScientist-Quant: Self-Evolving Coding Agents for Automatic Research in Quantitative Investment

📅 2026-08-05
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
针对量化投资研究中的自动化不足问题,提出AutoScientist-Quant框架,通过自进化搜索过程实现从假设到策略部署的全自动化。
📝 Abstract
Large language model agents can discover alphas, yet current methods have three weaknesses. The search cannot adapt during the run, automation usually ends at alpha generation while library selection and model choice stay manual, and alpha discovery can read the test window through loop feedback or code problems. We present AutoScientist-Quant, a self evolving search process that regards quantitative research as one budgeted search problem. A single controller conditions every decision on the remaining budget, choosing at each round whether to improve, combine, pivot, or stop, which node to expand, how many alphas to generate, and how to retrieve past trajectories from the shared memory. The same core then selects from the library and tunes the model, closing the loop from hypothesis to deployable strategy. We also review the evaluation pipeline reused from prior work, fix two lookahead problems, and keep the feedback window disjoint from the held out test window, so every comparison tests true generalization. On CSI universes, the framework attains the best value of nearly every metric in every setting, and these conclusions hold across several backbones and markets.
Problem

Research questions and friction points this paper is trying to address.

Large language model
Alpha discovery
Automation in quantitative investment
Innovation

Methods, ideas, or system contributions that make the work stand out.

self-evolving search process
budgeted search problem
controller decision-making
shared memory
true generalization