This repository contains the starter kit and tutorials for the FinRL Contest 2025.
- Tutorial
- Task 1 FinRL-DeepSeek for Stock Trading
- Task 2 FinRL-AlphaSeek for Crypto Trading
- Task 3 FinLLM Leaderboard - Models with Reinforcement Fine-Tuning (ReFT)
- Task 4 FinLLM Leaderboard - Digital Regulatory Reporting (DRR)
- Report Submission Requirement
- Resources
Please explore
- FinRL Contest Documentation for task 1 and 2,
- Open FinLLM Leaderboard Documentation for task 3, and
- Financial Regulations Documentation for task 4.
We also welcome questions for these documentations and will update in their FAQs.
Here we also provide some demo for FinRL:
Task | Model | Environment | Dataset | Link |
---|---|---|---|---|
Stock Trading @ FinRL Contest 2023 | PPO | Stock Trading Environment | OHLCV | Baseline solution |
Stock Trading | PPO | Stock Trading Environment | OHLCV | Demo |
Crypto Trading @ FinRL Contest 2024 | Ensemble | Crypto Trading Environment | LOB | Baseline solution |
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 about developing automated stock trading agents trained on stock prices and financial news data, by combining reinforcement learning and large language models (LLMs).
The starter kit for Task 1 is here. It contains example code from FinRL-DeepSeek.
This task aims to develop robust and effective trading agents for cryptocurrencies through factor mining and ensemble learning.
The starter kit for Task 2 is here. It contains example code for factor selection and ensemble learning. Participants are strongly encouraged to develop your own factor mining approaches and are welcome to experiment with various ensemble configurations that yield optimal results.
This task encourages participants to submit their models and compete for high rankings in the Open FinLLM Leaderboard.
The starter kit for Task 3 is here. We will add evaluation framework introduction soon.
This task aims to challenge the community to explore the strengths and limitations of LLMs in digital regulatory reporting: CDM, MOF, and XBRL.
The starter kit for Task 4 is 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.
Useful materials and resources for contestants:
- FinRL Contests
- FinRL Contest 2023: Contest Website; Github
- FinRL Contest 2024: Contest Website; Github
- FinRL-DeepSeek
- Regulations Challenges at COLING 2025: Contest Website; Github
- FinRL
- FinRL-Meta
- FinRL Tutorials