Chrome Extension
WeChat Mini Program
Use on ChatGLM

Reinforcement Learning with Maskable Stock Representation for Portfolio Management in Customizable Stock Pools

Computing Research Repository (CoRR)(2024)

Nanyang Technological University

Cited 0|Views22
Abstract
Portfolio management (PM) is a fundamental financial trading task, which explores the optimal periodical reallocation of capitals into different stocks to pursue long-term profits. Reinforcement learning (RL) has recently shown its potential to train profitable agents for PM through interacting with financial markets. However, existing work mostly focuses on fixed stock pools, which is inconsistent with investors' practical demand. Specifically, the target stock pool of different investors varies dramatically due to their discrepancy on market states and individual investors may temporally adjust stocks they desire to trade (e.g., adding one popular stocks), which lead to customizable stock pools (CSPs). Existing RL methods require to retrain RL agents even with a tiny change of the stock pool, which leads to high computational cost and unstable performance. To tackle this challenge, we propose EarnMore, a rEinforcement leARNing framework with Maskable stOck REpresentation to handle PM with CSPs through one-shot training in a global stock pool (GSP). Specifically, we first introduce a mechanism to mask out the representation of the stocks outside the target pool. Second, we learn meaningful stock representations through a self-supervised masking and reconstruction process. Third, a re-weighting mechanism is designed to make the portfolio concentrate on favorable stocks and neglect the stocks outside the target pool. Through extensive experiments on 8 subset stock pools of the US stock market, we demonstrate that EarnMore significantly outperforms 14 state-of-the-art baselines in terms of 6 popular financial metrics with over 40% improvement on profit. Code is available in PyTorch1.
More
Translated text
PDF
Bibtex
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:该论文提出了一种名为EarnMore的强化学习框架,该框架利用可遮蔽的股票表示来处理具有可定制股票池的投资组合管理,通过在全球股票池中进行一次性训练。通过遮蔽和重构机制,学习有意义的股票表示,并通过重新加权机制让投资组合集中于有利股票,忽略非目标池中的股票。实验结果表明,EarnMore在利润等6个流行的金融指标上明显优于其他14种最先进的基线模型,利润增长超过40%。

方法】:通过可遮蔽的股票表示、自我监督遮蔽与重构过程以及重新加权机制。

实验】:通过在美国股票市场的8个子股票池上进行大量实验,证明EarnMore在利润上有显著优势,超过其他14种最先进的基线模型40%以上。