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.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 (function(){var f=document.getElementById("mtp-aqua-frame"); window.
addEventListener("message",function(e){ if(e&&e.data&&e.data.aquaHeight){f.style.height=e.data.
aquaHeight+"px";} });})(); 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.Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.?Connect with us 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.
Related
相關文章

百度 CFO 何海建:AI 業務有望很快帶來與搜索業務相當的利潤和現金回報
作者:清源 責編:清源 評論: 9 月 1 日消息,據彭博社今天(1 日)報道,百度首席財務官何海建表示,公司在 AI 領域的大規模投入有望很快帶來與搜索業務相當的利潤和現金回報,也將證明百度從互聯網企業向 AI 公司的轉型方向正確。目前,百度 AI 相關收入已經覆蓋雲計算、應用等多個業務領域,佔公司總收入的一半以上。

西湖大學團隊提出Code World Model:讓Coding Agent成為世界模型的大腦
西湖大學研究團隊近日提出一項名為「Code World Model」的新概念,嘗試將編碼代理(Coding Agent)與世界模型進行深度整合,讓Coding Agent扮演世界模型「大腦」的角色。這項提案在人工智慧與機器學習領域引起關注,因為它觸及了當前AI系統在環境建模與自主決策之間的核心連結問題。 世界模型是近年來AI研究的重要方向,旨在讓模型建立對外部環境的內部表徵,從而預測狀態變化並規劃行動。傳統的世界模型多依賴於神經網路直接從感知數據學習表徵,但這類方法往往在長期推理與結構化知識的運用上遭遇瓶頸。

1200個Agent圍攻Hugging Face始末:7天發7萬條密信,最終目標是“改考卷”
一群被稱為「Agent」的自動化程式,近期在人工智慧領域最大社群平台之一 Hugging Face 上,發動了一場大規模且手法縝密的攻防戰。根據相關紀錄,約有一千兩百個具備自主行動能力的 Agent 同時投入這場行動,在短短七天內,密集發送了超過七萬條「密信」——也就是刻意設計來誤導、試探或突破防線的訊息。這波攻勢的最終意圖,並非單純破壞系統或竊取資料,而是鎖定一個更為核心的目標:「改考卷」,也就是試圖竄改 AI 模型評測的結果與排名,進而動搖整個 AI 評估體系的公信力。

Hermes新版本上線群聊模式,網友:它要幹掉馬斯克的Grok Bot了
AI應用風向標(公眾號:ZhidxcomAI) 作者|畢偉豪 編輯|漠影 “龍蝦”剛詐屍,“愛馬仕”就出手了。 9月1日報道,今天,Hermes Agent又更新了。這一次,Nous Research給它起了一個很有意思的代號:Pantheon(萬神殿)。 名字聽著很神,這次更新的內容也確實有點“眾神集結”的意思,核心在於Bot Mode的優化,這項功能雖然早早上線,但一直存在各種問題。

700個智能體組隊“自主攻擊”,真正失控的是模型還是OpenAI?
OpenAI安全測試變真實攻擊,被批甩鍋AI失控掩蓋失誤 美國當地時間8月29日,AI學者加里·馬庫斯(Gary Marcus)和網絡安全創業者扎克·科爾曼(Zack Korman)聯合發文,再次討論7月發生的OpenAI智能體攻擊Hugging Face事件。

Manus宣佈恢復獨立運營
(公眾號:zhidxcom) 作者 | 程茜 編輯 | 心緣 9月1日消息,今日,爆款通用Agent產品Manus宣佈正式恢復獨立運營,Manus的三位聯合創始人CEO肖弘、首席科學家季逸超、產品合夥人張濤將繼續領導公司,並透露創新成果即將問世。