Skip to content

Open-Finance-Lab/FinRL_Contest_2025

Repository files navigation

FinRL Contest 2025

This repository contains the starter kit and tutorials for the FinRL Contest 2025.

Outline

Tutorial

Please explore

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

Task 1 FinRL-DeepSeek for Stock Trading

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.

Task 2 FinRL-AlphaSeek for Crypto Trading

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.

Task 3 FinLLM Leaderboard - Models with Reinforcement Fine-Tuning (ReFT)

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.

Task 4 FinLLM Leaderboard - Digital Regulatory Reporting (DRR)

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.

Resources

Useful materials and resources for contestants: