This repository contains the starter kit and tutorials for the FinAI Contest 2025.
- Tutorial
- Task 1 FinRL DeepSeek for Crypto Trading
- Task 2 FinGPT Agents in Real Life
- Task 3 FinRL-DeFi
- Paper Submission Requirement
- Resources
Please explore FinAI Contest Documentation for task 1, 2 and 3, and FinLoRA Documentation for task 2.
We also welcome questions for these documentations and will update their FAQs.
Here we also provide some demos for FinRL:
Task | Model | Environment | Dataset | Link |
---|---|---|---|---|
FinRL-AlphaSeek for Crypto Trading @ FinRL Contest 2025 | Ensemble | Crypto Trading Environment | LOB | Baseline solution |
FinRL-DeepSeek for Stock Trading @ FinRL Contest 2025 | PPO, CPPO | Stock Trading Environment | OHLCV, news | Baseline solution |
Crypto Trading @ FinRL Contest 2024 | Ensemble | Crypto Trading Environment | LOB | Baseline solution |
Stock Trading @ NeurIPS 2018 Workshop | DDPG | Stock Trading Environment | OHLCV | Demo for Paper |
Stock Trading @ FinRL Contest 2023 | PPO | Stock Trading Environment | OHLCV | Baseline solution |
Stock Trading | PPO | Stock Trading Environment | OHLCV | Demo |
Stock Trading | Ensemble | Stock Trading Environment | OHLCV | Demo for paper |
Sentiment Analysis with RLMF @ FinRL Contest 2024 | / | Stock Sentiment Environment | OHLCV, News | Starter-Kit |
Sentiment Analysis with Market Feedback | ChatGLM2-6B | -- | Eastmoney News | Code |
Stock Price Prediction | Linear Regression | -- | OHLCV | Demo |
This task is to develop crypto trading agents by integrating LLM-generated signals in FinRL, using financial news and market data.
Task 1 Starter Kit is released here. It contains example code to run a baseline solution.
This task encourages participants to fine-tune open LLMs and develop FinAgents for financial analytics, including the CFA exam, BloombergGPT’s public benchmark tasks, and XBRL tasks.
Task 2 Starter Kit is released here. It provides the summary and statistics of question datasets which will be used to evaluate the submitted LLMs. Participants can collect raw data themselves according to data sources or utilize other datasets to train or fine-tune their models.
The task is to develop RL agents for decentralized liquidity provisioning on Uniswap v3. The agent simulates a Liquidity Provider (LP) who must decide, at each time step, whether to maintain or rebalance their liquidity position.
Task 3 Starter Kit is released here.
Each team should submit short papers with 3 complimentary pages and up to 2 extra pages, including all figures, tables, and references. The paper submission is through the special track SecureFinAI and should follow its instructions. Please include “FinAI Contest Task 1/2/3” in your abstract.
Useful materials and resources for contestants:
- FinAI Contest Docs
- FinRL Trading Agents Blog
- FinRL Contests
- FinRL Contest 2025: Contest Website; Github
- FinRL Contest 2024: Contest Website; Github
- FinRL Contest 2023: Contest Website; Github
- FinLoRA
- FinRL-DeepSeek
- Regulations Challenges at COLING 2025: Contest Website; Github
- FinRL
- FinRL-Meta
- FinRL Tutorials