普林斯顿、蚂蚁集团与斯坦福团队提出 AQuA:面向量化金融的两段式智能体自动因子发现框架

内容摘要
普林斯顿大学、蚂蚁集团和斯坦福大学的研究团队提出了一种名为AQuA的智能体自动因子发现框架,旨在改进量化金融研究。AQuA由两个语言模型驱动的系统组成,一个用于发现加密货币的符号alpha因子,另一个用于开发美国股票的时间序列模型。该框架通过限制智能体的行动来防止信息泄露,确保研究过程的完整性。AQuA的两个主要部分包括:一是通过六智能体流程进行因子发现,二是通过配置驱动的模型开发预测股票未来30分钟内的回报。研究结果表明,AQuA在因子发现和模型开发方面均取得了显著成果,提高了研究效率和准确性。
普林斯顿大学、蚂蚁集团和斯坦福大学的研究团队提出了一种名为AQuA的智能体自动因子发现框架,旨在改进量化金融研究。AQuA由两个语言模型驱动的系统组成,一个用于发现加密货币的符号alpha因子,另一个用于开发美国股票的时间序列模型。该框架通过限制智能体的行动来防止信息泄露,确保研究过程的完整性。AQuA的两个主要部分包括:一是通过六智能体流程进行因子发现,二是通过配置驱动的模型开发预测股票未来30分钟内的回报。研究结果表明,AQuA在因子发现和模型开发方面均取得了显著成果,提高了研究效率和准确性。

Quantitative research agents that write their own experiments can corrupt the evidence they later learn from. A leaky feature that scores well gets stored as a successful precedent and propagated through later iterations. Prompt-level instructions and reviewer agents do not close this, because author and reviewer share the same blind spots. A team of researchers from Princeton University, Ant Group and Stanford University propose AQuA. AQuA is a pair of language-model-driven research systems that improve their own research process across iterations while the thing judging them stays frozen. One discovers symbolic alpha factors on crypto; the other develops time-series models on US equities. They share no agents, memories, candidate spaces or research state.

The failure mode AQuA is built around

Quantitative research breaks on small methodological errors that produce convincing but non-reproducible backtests, documented since Bailey et al.. An agent writing its own experiments makes this worse: a leaky feature that scores well gets stored as precedent, and recursion amplifies an undetected bug as readily as a real discovery.

Prompt-level instructions and model review are not an integrity boundary. Repeated access to a fixed holdout causes adaptive overfitting, and LLM agents have been observed exploiting misspecified objectives and evaluators. AQuA instead makes leakage-inducing actions unavailable. Each part fixes its splits, feature and label definitions and evaluator before any iteration starts, and the agent emits only a constrained factor expression or a single config diff. The research team call this asymmetric freedom: the agent explores freely inside its DSL, but the evaluator sits outside the adaptive surface. What improves is the research process.

Interactive explainer

Part I: Manager-Mediated Factor Discovery

Part I is a six-agent pipeline: Data Steward, Visual Analyst, Idea Miner, Factor Evaluator, Backtest Engineer and Research Librarian — orchestrated by an AI Manager. Agents never call one another; every handoff goes through the Manager, keeping runs auditable.

A factor enters as a falsifiable proposal, not an expression: hypothesis, mechanism, predicted direction, and refutation conditions. Only then is it assembled from the standard formulaic-alpha operator registry. Because every time-series operator reads only a trailing window and every cross-sectional operator reads only the current timestamp, causality is closed under composition. Three feedback loops run: direction calibration inside a backtest, falsification-driven belief update inside a run, and cross-run memory that steers the next search.

On a crypto five-minute universe the combined validation Spearman IC climbs across 20 research epochs to approximately 0.190, against 0.171 for an adapted AlphaMemo, 0.151 for an adapted AlphaGen, 0.137 for LSTM, 0.106 for LightGBM and 0.075 for an Alpha158-style baseline. Individual mechanisms stay weak — single-factor ICs of 0.026 to 0.037. The claim is about the harness, not one expression.

Part II: Config-Driven Model Development

Part II predicts each stock’s forward return over the next thirty minutes on intraday US equities. Training runs on 2010–2019, 2020 is an embargo gap nothing touches, and 2021–2025 is untouched test data. Selection uses an inner-validation slice from the end of the training window only.

A hypothesis here is one config diff — architecture, loss, sampler or optimizer — and one diff produces exactly one variant, keeping variants comparable. The predictor is a hybrid: a multi-scale 1-D convolutional front-end, a configurable backbone spanning LSTM, Mamba and attention (attention in the reported run), a cross-sectional stage that mixes across the panel, gated fusion and a pooled per-stock readout.

No single price-volume feature carries the signal: the strongest is a 5-minute return at −0.031, and a ridge combination reaches only +0.025. Across model families on identical data and the same evaluator, per-stock raw IC runs +0.0251 (ridge), +0.0397 (LGB), +0.0434 (xLSTM), +0.0535 (LSTM), +0.0613 (GRU) and +0.0843 for the hybrid — +0.0230 absolute over the best baseline, 37.5% relative. The two parts’ ICs use different conventions and the paper states plainly they should not be compared.

From Signal to Strategy

The per-stock score becomes a dollar-neutral threshold long/short book at a two-leg cost of 2 bps. Sector-neutralizing raises the held-out Sharpe to +2.15, with training and held-out values nearly equal. A causal volatility-targeting overlay lifts it to +2.50, and a fully causal walk-forward choosing every parameter from past data alone still reaches +2.00. Per-stock R² is 1.20%. Sharpe by year runs +1.7, +3.5, +1.9, +1.8 and +2.7 for 2021 through 2025 — positive in every year, including the 2022 drawdown.

Key Takeaways

  • Two independent research loops: factor discovery and model development, share no agents, memory or state.
  • Freedom is asymmetric: the agent explores inside a DSL, but splits, features, labels and evaluator are sealed.
  • Part I hits ~0.190 combined IC on crypto; Part II hits +0.0843 per-stock IC versus +0.0613 for a GRU.
  • The equity book holds a +2.50 Sharpe at 2 bps and is positive in all five years, 2021–2025.

Check out the Paper.Also, feel free to follow us on Twitter and don’t forget to join our 150k+ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.


Note:Thanks to the Ant Research team for the thought leadership/ Resources for this article. Ant Research team has supported this content/article for promotion.

原始发布方:MarkTechPost(RSS)

原文时间:2026-09-01 23:54:14 +08:00

阅读原文 · 数据来源:AIHOT

提示

本文用于信息整理与经验分享。第三方订阅、支付及账号服务可能调整,实际规则、价格和可用性请以下单页面及服务方最新说明为准。

咨询 GPT 充值咨询充值