Search arXivSearch

arXiv · 2608.30192

FaVOR: LLM-Based Agentic Framework for Factor Mining via Empirical Validation

Abstract

Traditional finance relies on experts to hand-craft factors through a principled process grounded in economic rationale. Recent LLM-based multi-agent systems have automated this process, scaling factor mining far beyond manual effort. However, these automated approaches optimize directly for returns and rarely check whether a generated factor still expresses the economic hypothesis that motivated it. We identify this inconsistency between mathematical form and economic meaning as a structural failure mode of return-oriented automation. The resulting factors blur the line between real signals and spurious correlations and break down across regime shifts. We propose FaVOR (Factor Validation through Observable Reasoning), an agentic framework that restructures factor mining around hypothesis-level evidence rather than return outcomes. In place of the standard hypothesis-to-formula leap, FaVOR enforces a three-stage consistency loop tying mathematical form to economic rationale throughout. (1) Decomposition splits a broad economic hypothesis into independent observable conditions. (2) Validation checks whether each factor reflects its intended condition. (3) Integration merges them into a composite whose structure remains interpretable. On the CSI 500 and S&P 500 in 2025, FaVOR outperforms existing baselines while remaining effective across regimes. FaVOR shows that hypothesis-grounded factor discovery produces signals that are interpretable by construction, regime-robust, and economically faithful. The code is available at https://github.com/damilab/FaVOR.

Explore related subjects

Keep this discovery

BibTeXRIS

Hyeonjin Kim, Minseok Kim, Seunghyeon Jung, Sujin Pyo, Huisu Jang, Woojin Lee. 2026-08-31. FaVOR: LLM-Based Agentic Framework for Factor Mining via Empirical Validation. https://arxiv.org/abs/2608.30192

Cite the original work for its findings. Save a collection to share your selection of sources.

Discover connections

Connections use source metadata and explicit phrase matches, not verified experimental comparisons.

KEEP EXPLORING

Related papers

Are Economists Open to AI? A Text-as-Data-as-Survey Approach via Language Models

Traditional surveys yield comparable measures but are costly to field, difficult to reconstruct retrospectively, and often ill-suited to fast-moving or sensitive topics. While large-scale internet text is often noisy and weakly structured. To bridge this gap, we introduce Text-as-Data-as-Survey (TaDaS). TaDaS employs Reference-Anchored Semantic Reparameterization (RAS) to project unstructured main text into survey-like evidence, leveraging structured auxiliary text as semantic anchors. Applying TaDaS to 1.25 million Economics Job Market Rumors posts linked with 53,585 top economics and finance publications, we track economists' evolving research sentiment toward AI. Cross-sectionally, AI-related research discussions are less open, with openness and curiosity declining rapidly at first years. Over time, however, economists have become increasingly open and curious, with a notable shift around 2018. Ultimately, TaDaS provides a scalable, non-reactive method to extract longitudinal insights from digital archives, unlocking diverse applications across industry and academia.

cs.CE

Training Communication-Efficient Mixture-of-Experts Language Models with Layer Re-Configuration

When training Mixture-of-Experts (MoE) language models with expert parallelism, all-to-all token dispatch and combine collectives can consume a substantial fraction of end-to-end training time. In this work, we study communication-efficient MoE models (CE-MoE), in which we adopt a heterogeneous layer pattern that decouples token-mixing and channel-mixing depth. Compared to conventional models which interleave MoE layers after each token-mixing layer (e.g., attention, Mamba-2), CE-MoE models concentrate expert capacity in a select few routed MoE layers, while maintaining depth by adding additional token-mixing and dense-FFN layers. Across a scaling ladder from 2B to 31.5B total parameters, under matched total and activated parameters, CE-MoE models consistently reduce training cost while matching validation loss and downstream benchmarks with full-MoE baselines. At the 31.5B scale, CE-MoE uses 33.3\% fewer GPU-hours while improving average downstream score and inference throughput.

cs.AI