← Back to Paper List

Aligning Language Models with Investor and Market Behavior for Financial Recommendations

Fernando Spadea, Oshani Seneviratne
Rensselaer Polytechnic Institute
arXiv (2025)
Recommendation KG RL P13N

📝 Paper Summary

Financial Recommendation Systems Personalized LLMs Knowledge Graph-enhanced LLMs Federated Learning
FLARKO integrates Large Language Models with structured Knowledge Graphs of user history and market data, optimized via KTO to generate profitable, behaviorally aligned financial recommendations.
Core Problem
Financial recommendation systems often fail because users disregard theoretically optimal advice that conflicts with their personal preferences, and institutions cannot centralize sensitive data for training due to regulations.
Why it matters:
  • Purely profit-maximizing advice is ineffective if investors do not follow it due to misalignment with their behavioral patterns or ethical views.
  • Regulatory constraints (e.g., GDPR) prevent the centralization of sensitive client data required to train powerful personalized models.
  • Vanilla LLMs lack transparency and grounding, leading to hallucinations or advice that ignores specific user constraints.
Concrete Example: A standard model might recommend a high-return oil stock to an ESG-focused investor. The investor ignores this 'optimal' advice because it conflicts with their values. FLARKO uses the investor's transaction history KG to recognize this preference and recommends a renewable energy stock instead, ensuring the advice is both profitable and actually adopted.
Key Novelty
Financial Language-model for Asset Recommendation with Knowledge-graph Optimization (FLARKO)
  • Encodes user transaction history (intent) and market data (trends) into structured Personal and Market Knowledge Graphs (PKGs/MKGs) to ground the LLM's reasoning.
  • Applies Kahneman-Tversky Optimization (KTO) to fine-tune the LLM, using binary labels of 'profitable AND behaviorally aligned' rather than complex ranking data.
  • Deploys a federated variant (FedFLARKO) that allows institutions to collaboratively train these aligned models without sharing raw user data.
Evaluation Highlights
  • FLARKO consistently outperforms state-of-the-art baselines on behavioral alignment (Pref@3) and joint profitability (Comb@3) on the FAR-Trans dataset.
  • Mid-sized models (1.7B–4B parameters) often outperform larger 8B models, demonstrating resource efficiency suitable for real-world deployment.
  • FedFLARKO (federated) shows robust performance under non-IID conditions, improving with larger models despite data heterogeneity.
Breakthrough Assessment
8/10
Significant for combining KGs, LLMs, and KTO in a specific high-stakes domain (finance). First use of KTO for financial asset recommendation and first federated KG-LLM approach for this task.
×