Artificial intelligenceSeptember 1, 2026· via MarkTechPost

AI agents in finance: AQuA stops research loops from cheating itself

AI agents in finance: AQuA stops research loops from cheating itself

A team from Princeton, Ant Group and Stanford has built AQuA, a dual-agent framework that keeps quantitative finance research honest by freezing the judge before any experiment begins. The system splits discovery and modeling into two sealed compartments, preventing agents from retrofitting favorable features into their own evaluations and avoiding the classic pitfall of backtest-overfitting.

Keeping the evaluator in the freezer

Traditional “prompt-level” guardrails fail because author and reviewer share the same blind spots. AQuA instead isolates the evaluator from the adaptive surface: splits, feature definitions and labels are fixed before the first iteration, and agents can only emit a constrained factor expression or a single configuration diff. The authors call this asymmetric freedom—the agent explores freely inside a domain-specific language, while the evaluator remains outside, untouched by the agent’s discoveries.

Two loops, two domains

Part I, Manager-Mediated Factor Discovery, orchestrates six agents—Data Steward, Visual Analyst, Idea Miner, Factor Evaluator, Backtest Engineer and Research Librarian—through an AI Manager that keeps every handoff auditable. Hypotheses enter as falsifiable proposals (direction, mechanism, refutation conditions) and are assembled only afterward from a standard operator registry. On a five-minute crypto universe, the combined validation Spearman IC rises across 20 epochs to roughly 0.190, outperforming adapted AlphaMemo, AlphaGen, LSTM, LightGBM and an Alpha158-style baseline.

Part II, Config-Driven Model Development, targets intraday US equities by predicting each stock’s forward return over the next thirty minutes. Training spans 2010–2019, 2020 is an embargo gap, and 2021–2025 remains untouched test data. Selection uses an inner-validation slice from the end of the training window, and each hypothesis is a single config diff in architecture, loss, sampler or optimizer.

Why it matters

If left unchecked, LLM-driven research can amplify spurious patterns into seemingly robust strategies. By freezing the evaluator and enforcing strict boundaries on what agents can alter, AQuA offers a practical integrity layer for autonomous quantitative finance. The framework’s emphasis on falsifiable hypotheses and isolated memory loops points to a broader template for trustworthy AI research beyond trading—where reproducibility and auditability are non-negotiable.


Source: MarkTechPost. AI-assisted editorial synthesis — TechnoExpress.

Read the original source on MarkTechPost →

← Back to home