普林斯顿蚂蚁斯坦福提出AQuA:量化金融自主因子发现与模型开发框架
Researchers from Princeton, Ant Group and Stanford Introduce AQuA: A Two-Part Agentic Framework for Autonomous Factor Discovery and Model Development in Quantitative Finance
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.
能够自行编写实验的量化研究智能体可能会污染其后续学习所依赖的证据。一个表现良好但存在缺陷的特征会被存储为成功的先例,并在后续迭代中传播。基于提示词层面的指令和评审智能体无法解决这一问题,因为作者和评审者共享相同的认知盲区。来自普林斯顿大学、蚂蚁集团和斯坦福大学的研究团队提出了 AQuA。AQuA 是一对由语言模型驱动的研究系统,它们在迭代过程中改进自身的研究流程,而评判它们的机制则保持固定不变。其中一个系统在加密货币上发现符号化 alpha 因子;另一个系统在美国股票上开发时间序列模型。它们不共享任何智能体、记忆、候选空间或研究状态。
The failure mode AQuA is built around
AQuA 所围绕构建的失效模式
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.
量化研究容易因微小的方法论错误而崩溃,这些错误会产生令人信服但不可复现的回测结果,Bailey 等人对此已有记录。一个自行编写实验的智能体会加剧这一问题:一个表现良好但存在缺陷的特征会被存储为先例,递归过程会将未被发现的 bug 放大的程度与真实发现无异。
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.
基于提示词层面的指令和模型审查并非完整性边界。反复访问固定的保留数据集会导致适应性过拟合,且已观察到 LLM 智能体会利用目标函数设定错误和评估器。AQuA 转而使导致泄漏的操作变得不可用。每个部分在每次迭代开始前就固定好数据划分、特征和标签定义以及评估器,智能体仅输出受限的因子表达式或单个配置差异。研究团队将这种机制称为非对称自由:智能体在其领域特定语言(DSL)内部自由探索,但评估器位于自适应表面之外。得到改进的是研究过程本身。
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.
第一部分是一个六智能体管道:数据管家、视觉分析师、创意挖掘者、因子评估者、回测工程师和研究图书管理员——由 AI 经理协调。智能体之间从不直接调用;所有交接均通过经理进行,以确保运行过程可审计。
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.
因子作为可证伪的提议进入,而非一种表达:即假设、机制、预测方向和证伪条件。随后才从标准的公式化-Alpha算子注册表中组装而成。由于每个时间序列算子仅读取尾部窗口,且每个横截面算子仅读取当前时间戳,因果性在组合下是封闭的。运行三个反馈回路:回测内的方向校准、运行内的证伪驱动信念更新,以及引导下一次搜索的运行间记忆。
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.
在加密货币五分钟宇宙中,组合验证的Spearman IC跨越20个研究时期攀升至约0.190,而经过调整的AlphaMemo为0.171,经过调整的AlphaGen为0.151,LSTM为0.137,LightGBM为0.106,Alpha158风格基线为0.075。单个机制依然较弱——单因子IC在0.026到0.037之间。该主张关乎的是 harness(集成框架),而非单一表达。
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.
第二部分预测美股日内股票未来三十分钟的向前收益。训练使用2010–2019年数据,2020年是隔离期,不受任何影响,2021–2025年是未触碰的测试数据。选择仅使用训练窗口末尾的内部验证切片。
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.
此处的假设是一个配置差异——架构、损失函数、采样器或优化器——一个差异产生恰好一个变体,保持变体之间的可比性。预测器是混合型的:多尺度一维卷积前端、涵盖LSTM、Mamba和注意力(报告中的运行使用了注意力)的可配置骨干网、跨面板混合的横截面阶段、门控融合以及按股票池化的读出层。
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.
没有单一的价量特征携带信号:最强的是一个5分钟收益率,为-0.031,而岭回归组合仅达到+0.025。在相同数据和同一评估器下的不同模型族中,每只股票的原始IC分别为:+0.0251(岭回归)、+0.0397(LGB)、+0.0434(xLSTM)、+0.0535(LSTM)、+0.0613(GRU)以及混合模型的+0.0843——相比最佳基线绝对高出+0.0230,相对提升37.5%。两部分的IC使用不同的约定,论文明确指出它们不应进行比较。
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.
每只股票的得分在双腿成本为2个基点时,转化为一个美元中性的阈值多空组合。行业中性化将样本外夏普比率提升至+2.15,训练集与样本外的数值几乎相等。因果波动率目标叠加层将其进一步提升至+2.50,而完全因果的前向滚动选择仅基于历史数据选择所有参数,仍能达到+2.00。每只股票的决定系数(R²)为1.20%。按年份计算的夏普比率在2021年至2025年分别为+1.7、+3.5、+1.9、+1.8和+2.7——每年均为正值,包括2022年的回撤期。
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.
- 两个独立的研究循环:因子发现与模型开发,不共享任何智能体、记忆或状态。
- 自由度是不对称的:智能体在领域特定语言(DSL)内部进行探索,但拆分、特征、标签和评估器是封闭的。
- 第一部分在加密货币上实现了约0.190的综合信息系数(IC);第二部分每只股票的信息系数(IC)为+0.0843,而GRU为+0.0613。
- 股票组合在2个基点的成本下实现+2.50的夏普比率,且在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.
请查阅论文。此外,欢迎在Twitter上关注我们,别忘了加入我们拥有15万+成员的ML SubReddit,并订阅我们的新闻通讯。等等!你在Telegram上吗?现在你也可以在Telegram上加入我们。
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us
需要与我们合作推广你的GitHub仓库、Hugging Face页面、产品发布、网络研讨会等吗?请联系我们
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.
注:感谢蚂蚁研究院团队为本文章提供的思想领导力/资源。蚂蚁研究院团队支持了本内容/文章的推广。
The post Researchers from Princeton, Ant Group and Stanford Introduce AQuA: A Two-Part Agentic Framework for Autonomous Factor Discovery and Model Development in Quantitative Finance appeared first on MarkTechPost.
本文由MarkTechPost首发,原文标题为《普林斯顿大学、蚂蚁集团和斯坦福大学的研究人员推出AQuA:一种用于量化金融中自主因子发现与模型开发的两部分式智能体框架》。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力