The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A modular LLM trading framework generated a 7.33% return in an eight-week trial, beating major indices in most weeks but with greater volatility; the result highlights generative-AI's promise for short-term equity forecasting while underscoring the limited evidence from a tiny, potentially biased sample.

MASFIN: A Multi-Agent System for Decomposed Financial Reasoning and Forecasting
Marc S. Montalvo, Hamed Yaghoobian · December 26, 2025
arxiv descriptive low evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Marc S. Montalvo unresolved corpus identity
  2. Hamed Yaghoobian unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Marc S. Montalvo provider ID
  2. Hamed Yaghoobian provider ID
MASFIN, a modular multi-agent LLM system that fuses structured financial metrics with unstructured news and explicit bias-mitigation, produced a 7.33% cumulative return over eight weeks, outperforming major indices in six of eight weeks but with higher volatility and limited evaluation length.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Recent advances in large language models (LLMs) are transforming data-intensive domains, with finance representing a high-stakes environment where transparent and reproducible analysis of heterogeneous signals is essential. Traditional quantitative methods remain vulnerable to survivorship bias, while many AI-driven approaches struggle with signal integration, reproducibility, and computational efficiency. We introduce MASFIN, a modular multi-agent framework that integrates LLMs with structured financial metrics and unstructured news, while embedding explicit bias-mitigation protocols. The system leverages GPT-4.1-nano for reproducability and cost-efficient inference and generates weekly portfolios of 15-30 equities with allocation weights optimized for short-term performance. In an eight-week evaluation, MASFIN delivered a 7.33% cumulative return, outperforming the S&P 500, NASDAQ-100, and Dow Jones benchmarks in six of eight weeks, albeit with higher volatility. These findings demonstrate the promise of bias-aware, generative AI frameworks for financial forecasting and highlight opportunities for modular multi-agent design to advance practical, transparent, and reproducible approaches in quantitative finance.

Summary

Main Finding

MASFIN is a modular, bias-aware multi-agent system that combines LLM reasoning with structured financial metrics and news to produce weekly short-term portfolios. In an 8-week live evaluation it produced a 15–30 stock portfolio that returned 7.33% cumulative (6 of 8 weekly wins), outperforming SPY (4.92%), QQQ (5.36%), and DIA (4.11%) over the same period, but with higher weekly volatility (2.61%). The system emphasizes reproducibility (open data/code) and explicit safeguards against survivorship, hindsight, and overfitting biases via task decomposition and human-in-the-loop (HITL) validation.

Key Points

  • Architecture: Five sequential "crews" (Postmortem, Screening, Analysis, Timing, Portfolio) implemented as 3–5 LLM agents per crew; most crews include a Summary Agent for structured handoffs to HITL.
  • Bias mitigation:
    • Postmortem crew analyzes delisted/at-risk firms to counter survivorship bias.
    • All analysis uses contemporaneous snapshots and fixed historical windows to prevent look-ahead/hindsight bias.
    • Feature constraints, global-mean benchmarking, and human validation aim to reduce overfitting and hallucination risk.
  • Data & tooling: Open data (Finnhub headlines and Yahoo Finance market metrics), implementation on CrewAI, inference with GPT-4.1-nano to balance cost and reproducibility, code released on GitHub.
  • Portfolio construction: Weekly rebalancing, portfolios of 15–30 equities; screening narrows to 50–100 tickers, analysis selects 35–50, timing reduces to 20–30 before final allocations.
  • Performance summary: 7.33% cumulative return over 8 weeks, 75% weekly win rate, strong correlations with market indices (S&P 500: 0.97, NASDAQ: 0.95), but higher realized weekly volatility (2.61%).
  • Limitations acknowledged by authors: short evaluation window (8 weeks), lack of an internal learning/updating mechanism or formal statistical inference (confidence intervals, hypothesis tests), HITL required to limit context and cost, and potential cost/context-length constraints for fully end-to-end automation.

Data & Methods

  • Data sources: Finnhub (news/sentiment, delisted firm headlines), Yahoo Finance (prices, returns, volume, financial ratios).
  • LLM & infra: GPT-4.1-nano for agent inference; CrewAI orchestration; human-in-the-loop manual handoffs for validation.
  • Pipeline details:
    • Postmortem: analyzes failure patterns and delisted firms across sectors to produce failure-signal features.
    • Screening: real-time headlines + Postmortem context → shortlist (50–100) using sentiment and rule-based filters.
    • Analysis: computes quantitative metrics (21D & 5D returns, momentum, annualized volatility, max drawdown, Sharpe, Sortino, beta, alpha, RSI-14, z-scores, volume trends, MA deviations) using fixed historical windows and contemporaneous snapshots; outputs 35–50 candidates.
    • Timing: uses Sortino, z-scores, momentum, regression slope, volume to decide buy/hold/sell and narrows list to 20–30.
    • Portfolio: conflict resolution, diversification controls, risk-adjusted allocation into final 15–30 holdings.
  • Evaluation: live-market 8-week run, weekly rebalancing; benchmarked to SPY, QQQ, DIA; reported cumulative returns, weekly volatility, win rate, and correlations. No formal inferential statistics reported.

Implications for AI Economics

  • Demonstrates feasibility of modular LLM-based systems in applied financial forecasting when combined with structured data and bias controls—suggests generative agents can augment quantitative workflows while improving interpretability via task decomposition.
  • Reproducibility and transparency: using open data and releasing code addresses a common barrier in AI-for-finance research and enables independent validation—important for research credibility and policy scrutiny.
  • Risk profile and market interaction: MASFIN’s high correlation with indices and higher volatility indicates such systems may amplify existing market trends (leveraging signals that move with indices) and could increase short-term trading volatility if scaled.
  • Role of HITL and regulation: the study highlights practical necessity of human oversight to mitigate hallucinations, biases, and operational costs—reinforcing regulatory arguments for human-in-the-loop controls in high-stakes financial AI.
  • Research and policy priorities implied:
    • Need for longer, out-of-sample evaluations, formal statistical testing (confidence intervals, significance), and robustness checks across market regimes.
    • Development of adaptive learning components and cost-efficiency strategies to scale multi-agent systems responsibly.
    • Examination of systemic effects if many market participants adopt similar bias-aware LLM pipelines (crowding, signal decay).
  • For AI economics researchers: MASFIN is a useful case study of how bias-aware, multi-agent LLM frameworks can be operationalized in finance, but its short evaluation and lack of statistical inference mean claims about persistent alpha or generalizability remain tentative. Future work should focus on larger samples, comparative benchmarks, and lifecycle impacts (market structure, employment, regulatory compliance).

Assessment

Paper Typedescriptive Evidence Strengthlow — The results are based on an eight-week evaluation with weekly portfolios — a very small sample with no reported statistical tests, limited out-of-sample validation, and likely exposure to short-term market noise and regime effects; potential backtest/selection, transaction cost, and look-ahead biases are not ruled out, so causal or robust performance claims are weak. Methods Rigorlow — The paper describes a modular LLM-based system and reports raw returns versus benchmarks but lacks rigorous inference (no hypothesis testing, confidence intervals, or robustness checks), provides limited detail on portfolio construction, transaction costs, rebalancing, and data-handling protocols, and evaluates performance only over a short horizon. SampleEight-week evaluation producing weekly portfolios of 15–30 equities each; inputs combine structured financial metrics and unstructured news processed by a modular multi-agent framework using GPT-4.1-nano for inference; reported cumulative return of 7.33% and comparisons against S&P 500, NASDAQ-100, and Dow Jones benchmarks; higher realized volatility noted. Themesinnovation adoption GeneralizabilityVery short evaluation window (eight weeks) — susceptible to idiosyncratic market noise, Small number of portfolio observations limits statistical power, Potential survivorship, selection, and look-ahead biases not fully addressed, Unclear treatment of transaction costs, market impact, and liquidity constraints, Results may be specific to the reported market regime and equities universe, Dependence on a specific LLM version (GPT-4.1-nano) and proprietary system design limits replication, Focus on short-term equity forecasting — not necessarily generalizable to other asset classes or horizons

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Traditional quantitative methods remain vulnerable to survivorship bias. Other negative vulnerability to survivorship bias
Reading fidelity high
Study strength low
not reported
0.09
Many AI-driven approaches struggle with signal integration, reproducibility, and computational efficiency. Other negative ability to integrate signals, reproducibility, and computational efficiency
Reading fidelity high
Study strength low
not reported
0.09
We introduce MASFIN, a modular multi-agent framework that integrates LLMs with structured financial metrics and unstructured news, while embedding explicit bias-mitigation protocols. Other positive system integration of LLMs, structured metrics, unstructured news, and bias-mitigation
Reading fidelity high
Study strength medium
not reported
0.18
The system leverages GPT-4.1-nano for reproducability and cost-efficient inference. Organizational Efficiency positive reproducibility and cost-efficient inference
Reading fidelity high
Study strength medium
not reported
0.18
The system generates weekly portfolios of 15-30 equities with allocation weights optimized for short-term performance. Other positive portfolio construction (number of equities and allocation optimization)
Reading fidelity high
Study strength medium
not reported
0.18
In an eight-week evaluation, MASFIN delivered a 7.33% cumulative return. Firm Revenue positive cumulative portfolio return over evaluation period
Reading fidelity high
Study strength low
n=8
7.33% cumulative return
0.09
MASFIN outperformed the S&P 500, NASDAQ-100, and Dow Jones benchmarks in six of eight weeks. Firm Revenue positive weekly outperformance relative to benchmarks (S&P 500, NASDAQ-100, Dow Jones)
Reading fidelity high
Study strength low
n=8
6 of 8 weeks
0.09
MASFIN achieved its returns albeit with higher volatility. Firm Revenue negative volatility of portfolio returns
Reading fidelity high
Study strength low
n=8
0.09
These findings demonstrate the promise of bias-aware, generative AI frameworks for financial forecasting and highlight opportunities for modular multi-agent design to advance practical, transparent, and reproducible approaches in quantitative finance. Decision Quality positive suitability/promise of bias-aware generative AI for financial forecasting (decision/prediction quality)
Reading fidelity high
Study strength speculative
n=8
0.03

Notes