FactorMiner Paper Review
Formulaic alpha factor mining hits a wall once the library grows past a few dozen factors: new candidates have decent IC, but correlation against the existing library always exceeds the threshold, so nothing gets admitted. AlphaGPT, AlphaForge, AlphaAgent, and QuantFactor REINFORCE all attack the “generate more candidates” side, while the “the bigger the library, the harder to add new stock” problem still gets little treatment. FactorMiner (A Self-Evolving Agent with Skills and Experience Memory for Financial Alpha Discovery, 2026/02, arXiv 2602.14670) wraps the mining loop into an agent skill and maintains an experience memory that records “which directions kept hitting walls, which templates keep paying off,” so every round the agent samples with a prior built from past wins and losses. On CSI500, the top-40 library reaches IC 8.25% and ICIR 0.77, about 40% relative to AlphaAgent’s 5.90%/0.46. ...