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 →

An LLM multi-agent system can mimic Fed deliberations and predict interest-rate decisions with high accuracy: FedSight CoD correctly forecasted 2023–24 FOMC outcomes ~93.8% of the time, beating simpler baselines and producing human-readable rationales — though results rest on a small, recent sample and require broader validation.

FedSight AI: Multi-Agent System Architecture for Federal Funds Target Rate Prediction
Yuhan Hou, Tianji Rao, Jeremy Tan, Adler Viton, Xiyue Zhang, David Ye, Abhishek Kodi, Sanjana Dulam, Aditya Paul, Yikai Feng · December 05, 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. Yuhan Hou unresolved corpus identity
  2. Tianji Rao unresolved corpus identity
  3. Jeremy Tan unresolved corpus identity
  4. Adler Viton unresolved corpus identity
  5. Xiyue Zhang unresolved corpus identity
  6. David Ye unresolved corpus identity
  7. Abhishek Kodi unresolved corpus identity
  8. Sanjana Dulam unresolved corpus identity
  9. Aditya Paul unresolved corpus identity
  10. Yikai Feng unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Yuhan Hou provider ID
  2. T. Rao provider ID
  3. Jeremy Tan provider ID
  4. Adler Viton provider ID
  5. Xiyue Zhang provider ID
  6. David Ye provider ID
  7. Abhishek Kodi provider ID
  8. Sanjana Dulam provider ID
  9. Aditya Paul provider ID
  10. Yi Feng provider ID
FedSight AI uses LLM-based multi-agent simulations and a Chain-of-Draft protocol to replicate FOMC deliberations and predict 2023–24 policy decisions with 93.75% accuracy, outperforming baseline models.

Citation observations

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

The Federal Open Market Committee (FOMC) sets the federal funds rate, shaping monetary policy and the broader economy. We introduce \emph{FedSight AI}, a multi-agent framework that uses large language models (LLMs) to simulate FOMC deliberations and predict policy outcomes. Member agents analyze structured indicators and unstructured inputs such as the Beige Book, debate options, and vote, replicating committee reasoning. A Chain-of-Draft (CoD) extension further improves efficiency and accuracy by enforcing concise multistage reasoning. Evaluated at 2023-2024 meetings, FedSight CoD achieved accuracy of 93.75\% and stability of 93.33\%, outperforming baselines including MiniFed and Ordinal Random Forest (RF), while offering transparent reasoning aligned with real FOMC communications.

Summary

Main Finding

FedSight AI is a multi-agent LLM framework that simulates FOMC-style deliberation (Analyst, Economist, and three Member agents) to predict federal funds target rate changes. Its Chain-of-Draft (CoD) variant achieves 93.75% total accuracy and 93.33% voting stability on 16 scheduled FOMC meetings (Feb 2023–Dec 2024), outperforming prior LLM multi-agent baselines and an Ordinal Random Forest while producing interpretable, committee-style reasoning.

Key Points

  • Architecture
    • Multi-agent workflow (implemented in CrewAI): Analyst → Economist formulates three candidate policy options (dovish / neutral / hawkish) → three Member agents deliberate and vote.
    • Member archetypes derived by clustering historical FOMC participants: Regional Pragmatists, Academic Balancers, Central Policymakers.
  • Extensions
    • FedSight ICL: simulation-based in-context fine-tuning (agents store simulated meeting lessons as memory).
    • FedSight CoD (best performer): Chain-of-Draft prompting enforcing concise multi-stage drafts (≤30 words/step) plus revisions to improve coherence, efficiency, and accuracy.
  • Performance highlights (on 16 meetings; each meeting simulated 5 times)
    • Total Accuracy: 93.75% (FedSight CoD)
    • Agent Accuracy (average correct agent votes): 90.22%
    • Voting Stability: 93.33%
    • Average Tokens per meeting (efficiency): ~60,464 (CoD)
    • MAE: 0.0156 (CoD)
  • Benchmarks
    • Outperforms MiniFed on reported tests (FedSight CoD achieved 100% on a reported 2018 set vs MiniFed’s 75%).
    • Outperforms Ordinal Random Forest on 2023–2024 meetings (FedSight CoD directional accuracy 100% vs Ordinal RF 62.5%).
    • Simple linear regression baseline: 31.25% directional accuracy.
  • Interpretability
    • Produces simulated FOMC statements and explicit reasoning chains; semantic similarity to official statements reported (~73–75% cosine similarity across variants).
  • Limitations reported by authors
    • Small test set (16 meetings) limits statistical power.
    • Dependence on current LLM behavior; model drift or hallucinations could change results.
    • Potential data leakage risk from pretrained LLM exposure to historical policy texts (authors argue deliberation on contemporaneous inputs mitigates this).

Data & Methods

  • Dataset
    • Test set: 16 scheduled FOMC meetings, Feb 2023–Dec 2024 (distribution: 9 holds, 3 cuts, 4 hikes).
    • Structured features (snapshot two days before meetings): inflation (PCE, CPI, 1‑yr expectations), monetary indicators (3M/6M TB yields, M2), GDP (real-time estimate), unemployment, VIX, political indicators (Fed Chair, White House party), past FFTR and prior change, market expectations.
    • Unstructured inputs: Beige Book (verbatim anecdotes), Dot Plot (verbalized distribution of participants’ EOY rate expectations), FedWatch market-implied probabilities.
  • Preprocessing
    • Dot plots converted to short natural-language distributions (counts per rate bucket).
    • Beige Book and FedWatch snippets passed verbatim with focused prompt instructions so agents extract cues during deliberation.
  • Multi-agent pipeline
    • Analyst interprets Fed funds futures / market probabilities.
    • Economist proposes three options with macro rationales.
    • Member agents independently analyze structured/unstructured inputs, deliberate (exchange perspectives), then vote; final output is a consolidated simulated statement.
  • Implementation & compute
    • Agents use GPT-4o (OpenAI) with role-specific instructions; ~26M tokens consumed across experiments.
    • CoD reduces per-meeting token use and enforces concise multi-stage reasoning.
  • Evaluation metrics
    • Total Accuracy, Agent Accuracy, Voting Stability, Semantic Similarity (cosine vs actual FOMC statements), Average Tokens, MAE.
  • Comparators
    • FedSight AI (baseline multi-agent), FedSight ICL, FedSight CoD, MiniFed (prior LLM MAS), Ordinal Random Forest, Linear Regression.

Implications for AI Economics

  • Conceptual shift: Treating policy decisions as emergent outcomes of deliberative institutions (simulated committees) can improve predictive performance and interpretability versus black‑box mappings from indicators to outcomes.
  • Value of unstructured data: Incorporating narrative sources (Beige Book, dot plots, market-implied probabilities) materially enriches models of policy choice—capturing qualitative signals that econometric models often omit.
  • Interpretability for policy analysis: Multi-agent deliberation yields explicit rationales and simulated statements that can be analyzed for drivers of decisions, useful for researchers, market participants, and policymakers seeking transparent scenario analysis.
  • Practical forecasting: CoD-style concise reasoning can reduce compute/tokens while preserving accuracy—important for operational deployment where efficiency matters.
  • Caution on generalization and robustness: Small-sample results and reliance on a particular LLM version highlight risks—models must be stress-tested across longer horizons, regime shifts, and different model families to ensure robustness.
  • Research directions
    • Scale evaluation to larger historical windows or cross-country policy committees.
    • Formal tests of economic significance (e.g., market reaction prediction, policy surprises) and sensitivity to agent archetype design.
    • Robustness checks for LLM updates, adversarial/unseen narratives, and reproducibility (code/data access constraints noted by authors).
  • Ethical/regulatory considerations: Using proprietary LLMs and private-industry collaboration raises reproducibility and transparency issues; careful disclosure and governance are needed if such tools inform market strategies or policy advisories.

Assessment

Paper Typedescriptive Evidence Strengthlow — High reported accuracy (93.75%) is based on retrospective prediction of a small, recent set of FOMC meetings (2023–24) with no causal identification, limited out-of-sample validation, and potential for overfitting or data leakage; results are promising but not strong evidence of generalizable performance. Methods Rigormedium — The paper proposes a clear multi-agent architecture (FedSight) and a Chain-of-Draft extension, compares against plausible baselines (MiniFed, Ordinal RF) and reports accuracy and stability metrics, but it appears to lack extensive robustness checks, sensitivity analyses to LLM choice and prompts, cross-validation or longer historical backtests, and detailed reproducibility information. SampleRetrospective evaluation on FOMC meetings in 2023–2024 using structured economic indicators (e.g., inflation, unemployment, GDP) and unstructured textual inputs (Beige Book, Fed communications); labels are actual policy decisions/votes; compared model predictions to baselines MiniFed and Ordinal Random Forest; exact number of meetings/samples not specified in the summary. Themesgovernance human_ai_collab GeneralizabilitySmall and recent temporal window (only 2023–2024 meetings) limits robustness across cycles, Specific to US FOMC — may not transfer to other central banks or institutional settings, Performance sensitive to choice/version of LLM, prompts, agent design, and training/tuning details, Retrospective simulation of deliberations may not capture real-time constraints or strategic behavior by human policymakers, Potential data leakage or overfitting to textual patterns tied to this historical period

Claims (6)

ClaimDirectionOutcomeConfidence & EvidenceDetails
We introduce FedSight AI, a multi-agent framework that uses large language models (LLMs) to simulate FOMC deliberations and predict policy outcomes. Decision Quality positive ability to simulate deliberations and predict policy outcomes
Reading fidelity high
Study strength low
not reported
0.09
Member agents analyze structured indicators and unstructured inputs such as the Beige Book, debate options, and vote, replicating committee reasoning. Decision Quality positive replication of committee reasoning (qualitative fidelity)
Reading fidelity high
Study strength low
not reported
0.09
A Chain-of-Draft (CoD) extension further improves efficiency and accuracy by enforcing concise multistage reasoning. Decision Quality positive efficiency and accuracy of the simulation/prediction process
Reading fidelity high
Study strength medium
not reported
0.18
Evaluated at 2023-2024 meetings, FedSight CoD achieved accuracy of 93.75% and stability of 93.33%. Decision Quality positive prediction accuracy and stability
Reading fidelity high
Study strength medium
93.75%; 93.33%
0.18
FedSight CoD outperformed baselines including MiniFed and Ordinal Random Forest (RF). Decision Quality positive relative predictive performance versus baselines
Reading fidelity high
Study strength medium
not reported
0.18
FedSight CoD offers transparent reasoning aligned with real FOMC communications. Ai Safety And Ethics positive transparency and alignment of generated reasoning with actual FOMC communications
Reading fidelity medium
Study strength low
not reported
0.05

Notes