
Ecosystem
A connected open-source ecosystem spanning financial language models, reinforcement learning, trading systems, and AI agents.
FinGPT
Open-source financial AI platform for language models, benchmarking, APIs, and research workflows.
FinRL
Deep reinforcement learning framework for quantitative finance and portfolio research.
FinRL-Trading
AI-native trading infrastructure for strategy development, backtesting, and live execution.
FinRobot
Agent-based framework for financial analysis, research automation, and task orchestration.
FinGPT Architecture
A modular stack connecting financial applications, domain tasks, models, data engineering, and data sources.
A modular stack connecting financial applications, domain tasks, models, data engineering, and data sources.
FinGPT is part of the broader AI4Finance open-source ecosystem, connecting research innovation with deployable financial AI systems.
FinGPT-Benchmark
FinGPT uses instruction tuning to adapt open-source LLMs for financial tasks — enabling cost-effective fine-tuning across sentiment analysis, entity recognition, and more with task-specific, multi-task, and zero-shot paradigms.
What is the sentiment of this news? Please choose from {negative / neutral / positive}.
Does the news headline talk about price going up? Please choose from {Yes / No}.
Find all entities in the input text. Answer with format "entity1: type1; entity2: type2".
Extract the word/phrase pair and the corresponding lexical relationship from the input text.
What is the entity type of 'Bank' in the input sentence? Options: person, location, organization.
Choose the right relationship between 'Apple Inc' and 'Steve Jobs'. Options: industry, founded by, owner of...
Each task trains its own model independently
All tasks train a single shared model jointly
Hold out one task, train on others, test zero-shot transfer
FinNLP — Data Curation
FinGPT's data pipeline covers financial news, social media, filings, and research datasets — with feature engineering, data cleaning, and unified data access across 30+ providers.
Financial text data from news, social media, regulatory filings, and research datasets.
FinGPT-RAG
A retrieval-augmented generation framework for financial sentiment analysis. Most financial news lacks adequate context — FinGPT-RAG uses instruction tuning combined with multi-source knowledge retrieval to fill context gaps and enhance information depth.
By integrating external knowledge retrieval, the LLMs respond more accurately to financial sentiment analysis tasks, achieving performance improvements of 15% to 48% in accuracy and F1 scores.
End-to-end flow from knowledge retrieval to instruction-tuned inference.
Multi-source retrieval from news, research platforms, and social media for richer context.
"$ENR - Energizer shakes off JPMorgan's bear call."
"$ENR - Energizer shakes off JPMorgan's bear call."
"JPMorgan hikes Energizer Holdings (NYSE:ENR) to a Neutral rating from Underweight... We came away encouraged by some of the company's initiatives and believe their focus on innovation and brand investment can lead to relative outperformance going forward... Shares of Energizer are 0.46% premarket to $50.44."
Accuracy and F1 scores with and without retrieval-augmented generation.
| Model | Accuracy | F1 |
|---|---|---|
| ChatGPT 4.0 w/o RAG | 0.788 | 0.652 |
| ChatGPT 4.0 w/ RAG | 0.813 | 0.708 |
| FinGPT w/o RAG | 0.863 | 0.811 |
| FinGPT w/ RAG | 0.881 | 0.842 |