Asif Razzaq是Marktechpost Media Inc.的首席执行官。作为一名有远见的企业家和工程师,Asif致力于利用人工智能的潜力造福社会。他最近的项目是推出人工智能媒体平台Marktechpost,该平台因其对机器学习和深度学习新闻的深入报道而脱颖而出,内容既具有技术深度又易于广大受众理解。该平台每月访问量超过200万次,显示出其在受众中的受欢迎程度。
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 :https://arxiv.org/abs/2608.12841 . 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.
Quantitative research breaks on small methodological errors that produce convincing but non-reproducible backtests, documented since Bailey et al.:https://www.ams.org/journals/notices/201405/rnoti-p458.pdf. 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:https://proceedings.mlr.press/v37/blum15.html, and LLM agents have been observed exploiting misspecified objectives and evaluators:https://arxiv.org/abs/2503.11926. 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.
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:https://arxiv.org/abs/1601.00991. 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:https://arxiv.org/abs/2606.20625, 0.151 for an adapted AlphaGen:https://arxiv.org/abs/2306.12964, 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 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:https://arxiv.org/abs/2312.00752 and attention:https://arxiv.org/abs/1706.03762 (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:https://arxiv.org/abs/2405.04517), +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.
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.
Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us :https://forms.gle/wbash1wF6efRj8G58
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.
Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.
可能影响:量化研究智能体的评估可能需要同时检查数据边界、候选生成、评估器隔离和运行审计。来源中的实验结果不代表该框架在其他市场、频率或任务中同样有效,也不足以证明稳定收益能力。 后续观察:需要核对 AQuA 论文的完整实验设置、基准适配方式和复现实证,并区分加密资产因子发现与美股预测两类任务的结论边界,避免把报告中的结果外推为普遍能力。