Back

FaVOR: the quant model bringing hypothesis-grounded factor discovery to capital markets

Vishesh Jain

September 21, 2026
Table of contents

GoML has implemented FaVOR, an agentic quant model for capital markets that turns economic hypotheses into validated, auditable trading factors. This article explains what the FaVOR quant model does, how GoML productionised it for capital-markets research, and what the published benchmarks show.

FaVOR is different from other automated quant systems

Does the formula actually measure the economic condition it claims to measure?

That distinction is the core of the FaVOR architecture. Return-first factor mining can reward formulas that happen to correlate with performance in one historical window. The formula may backtest well while losing the economic meaning that motivated it. When the market regime changes, those accidental relationships can disappear.

FaVOR changes the order of operations. Economic meaning becomes an explicit intermediate test. A hypothesis is decomposed into observable conditions, candidate formulas are generated for each condition, and the formulas are empirically checked against contemporaneous market evidence before they are allowed into the final strategy.

The GoML capital-markets thesis: the next generation of quant AI will not be judged only by how many alphas it can generate. It will be judged by how well it can explain, validate, reproduce and govern why those alphas exist.
H

Hypothesis-grounded

Start from an economic story rather than blindly searching formula space.

O

Observable

Break broad reasoning into market states that can be tested in OHLCV data.

V

Validated

Reject formulas whose empirical distributions contradict their intended meaning.

R

Reconstructable

Combine surviving factors into an interpretable signal whose path can be audited.

GoML implemented FaVOR as an auditable agentic quant-research engine

The paper describes the research architecture. GoML’s implementation turns that architecture into a repeatable engineering workflow that a capital-markets team can run, inspect and govern. GoML delivers this as part of its enterprise AI software development and AI consulting work for capital-markets teams.

GOML FaVOR IMPLEMENTATION

From market idea to validated factor lineage

Every run produces not only a factor formula and backtest, but also the originating hypothesis, decomposed observations, validation evidence, pass/fail decisions, combination logic and final execution thresholds.

4 agent roleshypothesis, observation, factor, validation
Deterministic gatesLLM maps semantics; rules decide pass/fail
Full lineagehypothesis → evidence → signal → result
IMPLEMENTED 01

Research orchestration

Agent sequencing, retry policies, model routing, structured outputs and run-level lineage.

IMPLEMENTED 02

Factor compiler

Transforms agent-generated expressions into a controlled executable operator grammar.

IMPLEMENTED 03

Empirical validator

Generates factor-conditioned distributions, applies rules and stores evidence behind each verdict.

IMPLEMENTED 04

Backtest & governance

Runs validation/test separation, transaction costs, threshold search and reproducible reports.

What GoML is claiming: GoML is positioning this as an implementation and productionisation of the published FaVOR architecture. The benchmark numbers shown below are attributed to the paper and should remain labelled as research results until an independent GoML reproduction is published.

FaVOR is a research system made of specialists

FaVOR is better understood as a quantitative research operating system. Four specialised LLM agents handle different cognitive tasks, while the empirical checks and backtest engine constrain what is allowed to become a signal.

GoML FaVOR implementation pipeline

Economic reasoning is separated from statistical evidence and from portfolio evaluation.

01

Market insight

Human thesis, research note, regime view or observed market anomaly.

02

Hypothesis agent

Turns the insight into a precise statement about a market state and expected behavior.

03

Observation agent

Decomposes the hypothesis into independent, observable conditions.

04

Factor agent

Generates executable formulas for each condition inside an approved operator space.

05

Validation agent

Maps the condition to expected OHLCV behavior; deterministic rules issue the verdict.

06

Integration engine

Combines validated factors, tunes thresholds on validation data and freezes the test signal.

Why FaVOR's architecture is unusual

No direct hypothesis → formula jump

The system inserts measurable conditions between the economic story and its mathematical representation.

Validation uses current-state evidence

Stage 2 examines whether factor strength corresponds to the intended market condition rather than using future return as the pass/fail target.

Returns arrive later

Portfolio performance is used only after structural consistency has been established.

Reasoning becomes inspectable

A rejected factor can be traced back to the exact condition and distributional evidence that caused failure.

FaVOR forces economics to reckon with market evidence

For every candidate factor, stocks are ranked cross-sectionally and split into five ordered bins. The system then examines how market-state statistics change as factor strength increases. The validation agent interprets which variables and directions matter; the final pass/fail decision is based on explicit rules.

5
Quantile bins
low factor strength → high factor strength
4
OHLCV evidence families
intraday return, range, close position and volume
4
Consistency checks
central shift, tail variation, statistical agreement, semantic agreement
PASS / FAIL
Deterministic verdict
the LLM does not get to override failed evidence rules

Illustrations from selected portfolios

Volume accelerationSMA(volume, 7) / SMA(volume, 60)

A short-vs-long volume ratio used in the CSI 500 selected combination.

Normalized price displacement(close − MA30) / STD30(close)

Expresses where price sits relative to a recent distribution.

Short-range volatilitySTD7(high − low)

One component reported in the S&P 500 selected combination.

Why this matters: a factor can have a clever formula and a strong backtest and still be rejected if its actual market-state distribution contradicts the condition it was supposed to represent.

GoML adds engineering controls for capital markets desks

Market-data adapters

Pluggable ingestion for daily or intraday bars, corporate-action handling, universe membership and benchmark data.

Factor registry

Versioned formula definitions, operator whitelists, polarity, source hypothesis and lineage.

Evidence store

Persisted quantile statistics, validation verdicts, failure reasons and re-generation loops.

Research sandbox

Separated train, validation and test windows with reproducible run manifests.

Risk-aware optimization

Threshold search can optimise a risk-adjusted objective such as Calmar rather than raw return alone.

Research governance

Model/version pinning, audit trails, reproducibility packs and approval gates before strategy promotion.

THE PRODUCTION DIFFERENTIATOR

FaVOR becomes a governed research factory, not a prompt demo.

GoML’s implementation separates generative research from deterministic validation and from portfolio evaluation. That separation makes it possible to change an LLM backbone, market universe or hypothesis source without silently changing the evidence contract.

Private VPC / on-premModel routingQlib-compatible evaluationFactor lineageHuman approval gatesAudit logs
Agent Runtimemodels + promptsEvidence Gaterules + statisticsResearch Ledgerlineage + metrics

FaVOR outperformed every listed baseline in 2025

The experimental setup used 2022–2023 for training, 2024 for validation and 2025 exclusively for testing. The reported backtests included proportional transaction costs.

PAPER-REPORTED HEADLINE RESULT

Best AR, IR, MDD and CR on both CSI 500 and S&P 500

20.67%CSI 500 annualized excess return
1.5295CSI 500 information ratio
−8.53%CSI 500 maximum drawdown
MethodCSI 500 ARCSI 500 IRCSI 500 MDDS&P 500 ARS&P 500 IRS&P 500 MDD
AlphaQCM0.08691.0604−0.13960.06190.8250−0.2345
R&D-Agent-Quant0.13821.3360−0.14270.06040.8028−0.1704
AlphaAgent−0.0192−0.1490−0.1369−0.0060−0.0631−0.1428
FaVOR0.20671.5295−0.08530.10621.1315−0.0443

AR = annualized excess return; IR = information ratio; MDD = maximum drawdown. The paper also reports cumulative excess return of 0.2225 on CSI 500 and 0.1123 on S&P 500.

The architecture works only when validation stages are included

This is one of the strongest pieces of evidence in the paper. On the CSI 500 2025 out-of-sample test, the complete system produced IR 1.5295. Removing factor-level validation reduced IR to 0.1526. Removing the integration stage drove IR to −1.2748; removing both drove it to −1.4316.

Full FaVOR
1.5295
Without Stage 2 validation
0.1526
Without Stage 3 integration
−1.2748
Without Stages 2 & 3
−1.4316
The implication: in the reported ablation, the economic-consistency machinery is central to the existence of usable signals; it is not decorative explainability layered onto a profitable alpha miner.

The framework is more important than the models used

The paper reruns the same pipeline with multiple backbones while holding the rest of the architecture fixed. Performance varies, but positive annualized return and positive IR are reported across all evaluated backbones on both markets.

BackboneCSI 500 ARCSI 500 IRS&P 500 ARS&P 500 IR
GPT-4o (paper default)0.20671.52950.10621.1315
GPT-5.4-mini0.10391.32460.02990.2553
Gemini-2.5-Flash0.07320.49980.08080.7039
Claude-Sonnet-4.60.05410.53640.00720.0817
Llama-3.3-70B0.04490.41830.01460.1545
Qwen3-235B0.09481.05980.01740.1670

This is particularly relevant for enterprise deployment. A capital-markets firm can choose a frontier API, private model, or open-weight model based on latency, data-residency and governance requirements while keeping the FaVOR evidence contract unchanged.

How FaVOR changes the capital-markets research operating model

These build on the same agentic AI foundations GoML uses across regulated, high-governance domains.

α

Autonomous alpha discovery

Generate hypotheses and formulas at scale without making raw backtest return the only selection pressure.

Factor due diligence

Run existing internal factors through hypothesis-to-observation consistency checks before allocating research capital.

Regime-aware research

Trace which observable market state a signal depends on and monitor whether that state still holds.

Quant research copilot

Give PMs and researchers a structured way to move from investment thesis to tested quantitative expression.

Model-risk governance

Produce a documented evidence chain for investment committees, model validation and compliance review.

Private factor library

Build a reusable, versioned catalogue of hypotheses, observations, formulas, validation evidence and performance history.

The “Queen of Quant Models” is a governed machine for turning economic reasoning into testable, auditable and executable quantitative research, rather than a single magical predictor.

A practical implementation path for a quant team

PHASE 1

Research replay

Reproduce the published experiment and establish dataset, cost, metric and execution parity.

PHASE 2

Firm data onboarding

Connect licensed market data, internal universes and approved factor operators.

PHASE 3

Private hypothesis engine

Feed internal notes, PM theses and research themes into the agentic pipeline.

PHASE 4

Shadow research

Run candidate factors out of band, compare with desk baselines and promote only after review.

Acceptance criteria GoML would use

DimensionMeasurementPromotion gate
Hypothesis fidelityObservable-condition and formula consistencyAll constituent factors pass evidence rules
Out-of-sample performanceAR, IR, MDD, CR after realistic costsBeat agreed desk baseline without risk regression
StabilityRun-to-run, window and regime sensitivityNo dependence on one lucky seed/window
ReproducibilityFrozen configs, manifests and factor versionsEvery result replayable
GovernanceApproval chain and factor lineageNo black-box promotion to production

FAQs on FaVOR and GoML PoV

Did GoML invent FaVOR?

No. FaVOR was introduced by Hyeonjin Kim, Minseok Kim, Seunghyeon Jung, Sujin Pyo, Huisu Jang and Woojin Lee in arXiv:2608.30192. GoML’s claim in this article is implementation and productionisation of the architecture.

Are the 0.2225 and 1.5295 numbers GoML’s own backtest?

No. They are the published paper’s 2025 CSI 500 research results. The blog uses them as the reference benchmark that motivated the GoML implementation.

Is FaVOR a trading recommendation engine?

Not by itself. It is a research and factor-validation framework. Any live trading deployment still requires independent validation, market-impact modeling, risk limits, execution controls and human or institutional approval.

Why call it the “Queen of Quant Models”?

It is an editorial phrase for the architecture’s combination of economic reasoning, empirical validation and agentic scale. It is not a scientific ranking claim.

Does the validation prove a causal economic mechanism?

No. The paper explicitly positions the validator as a semantic and distributional consistency check. It tests whether the formula’s behavior matches the stated observable condition; it does not establish causality.

What are the main limitations?

The published experiments are based on daily OHLCV-style observables and directional selectivity. Mechanisms that cannot be identified cleanly from those observables, or reversal-type signals whose direction flips at extreme selectivity, fall outside the demonstrated scope.

Research disclosure: this article details an implementation. Performance figures, ablations, backbone sensitivity and experimental settings attributed to FaVOR come from the published research.

Sources and implementation basis

  1. Kim, Hyeonjin; Kim, Minseok; Jung, Seunghyeon; Pyo, Sujin; Jang, Huisu; Lee, Woojin. “FaVOR: LLM-Based Agentic Framework for Factor Mining via Empirical Validation,” arXiv:2608.30192v1, 31 August 2026. Technical paper.
  2. DAMI LAB, FaVOR publication and research explainer. Research summary.
  3. FaVOR open-source codebase released by the authors. GitHub repository.
  4. Microsoft Qlib, the portfolio research and backtesting framework used in the paper. Qlib.
  5. GoML official website and branded company materials. enterprise AI consulting company.