paper-with-me

Papers

AlphaAgent: LLM-Driven Alpha Mining with Regularized Exploration to Counteract Alpha Decay

2025-02-24 · Ziyi Tang, Zechuan Chen, Jiarui Yang, Jiayao Mai, Yongsen Zheng, Keze Wang, Jinrui Chen, Liang Lin

Alpha mining, a critical component in quantitative investment, focuses on discovering predictive signals for future asset returns in increasingly complex financial markets. However, the pervasive issue of alpha decay, where factors lose their predictive power over time, poses a significant challenge for alpha mining. Traditional methods like genetic programming face rapid alpha decay from overfitting and complexity, while approaches driven by Large Language Models (LLMs), despite their promise, often rely too heavily on existing knowledge, creating homogeneous factors that worsen crowding and accelerate decay. To address this challenge, we propose AlphaAgent, an autonomous framework that effectively integrates LLM agents with ad hoc regularizations for mining decay-resistant alpha factors. AlphaAgent employs three key mechanisms: (i) originality enforcement through a similarity measure based on abstract syntax trees (ASTs) against existing alphas, (ii) hypothesis-factor alignment via LLM-evaluated semantic consistency between market hypotheses and generated factors, and (iii) complexity control via AST-based structural constraints, preventing over-engineered constructions that are prone to overfitting. These mechanisms collectively guide the alpha generation process to balance originality, financial rationale, and adaptability to evolving market conditions, mitigating the risk of alpha decay. Extensive evaluations show that AlphaAgent outperforms traditional and LLM-based methods in mitigating alpha decay across bull and bear markets, consistently delivering significant alpha in Chinese CSI 500 and US S&P 500 markets over the past four years. Notably, AlphaAgent showcases remarkable resistance to alpha decay, elevating the potential for yielding powerful factors.

📄 PDF Abstract BibTeX arXiv:2502.16789

Code (1)

rndmvariableq/alphaagent 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

HOC 설명 없음

Similar Papers 제목 키워드 기반

Navigating the Alpha Jungle: An LLM-Powered MCTS Framework for Formulaic Factor Mining

2025-05-16 · Yu Shi, Yitong Duan, Jian Li

Alpha factor mining is pivotal in quantitative investment for identifying predictive signals from complex financial data. While traditional formulaic alpha mining relies on human expertise, contemporary automated methods…

Instruction Following

AlphaAgents: Large Language Model based Multi-Agents for Equity Portfolio Constructions

2025-08-15 · Tianjiao Zhao, Jingrao Lyu, Stokes Jones, Harrison Garber 외 arxiv

The field of artificial intelligence (AI) agents is evolving rapidly, driven by the capabilities of Large Language Models (LLMs) to autonomously perform and refine tasks with human-like efficiency and adaptability. In th…

QuantaAlpha: An Evolutionary Framework for LLM-Driven Alpha Mining

2026-02-06 · Jun Han, Shuo Zhang, Wei Li, Yifan Dong 외 arxiv

Financial markets are noisy and non-stationary, making alpha mining highly sensitive to backtest noise and regime shifts. While recent agentic frameworks improve automation, they often lack controllable multi-round searc…

AlphaSchema: Exploring the Space of Trading Semantics for LLM-Based Alpha Mining

2026-07-29 · Jingyang Yi, Jian Yang, Yifei Jin, Yuqi Li 외 arxiv

Automated alpha mining has increasingly adopted large language model (LLM) agents for factor generation and iterative discovery. However, existing LLM-based systems often delegate both factor construction and search deci…

Cognitive Alpha Mining via LLM-Driven Code-Based Evolution

2025-11-24 · Fengyuan Liu, Yi Huang, Sichun Luo, Yuqi Wang 외 arxiv

Discovering effective predictive signals, or "alphas," from financial data with high dimensionality and extremely low signal-to-noise ratio remains a difficult open problem. Despite progress in deep learning, genetic pro…