paper-with-me

Papers

DGDNN: Decoupled Graph Diffusion Neural Network for Stock Movement Prediction

2024-01-03 · Zinuo You, Zijian Shi, Hongbo Bo, John Cartlidge, Li Zhang, Yan Ge

Forecasting future stock trends remains challenging for academia and industry due to stochastic inter-stock dynamics and hierarchical intra-stock dynamics influencing stock prices. In recent years, graph neural networks have achieved remarkable performance in this problem by formulating multiple stocks as graph-structured data. However, most of these approaches rely on artificially defined factors to construct static stock graphs, which fail to capture the intrinsic interdependencies between stocks that rapidly evolve. In addition, these methods often ignore the hierarchical features of the stocks and lose distinctive information within. In this work, we propose a novel graph learning approach implemented without expert knowledge to address these issues. First, our approach automatically constructs dynamic stock graphs by entropy-driven edge generation from a signal processing perspective. Then, we further learn task-optimal dependencies between stocks via a generalized graph diffusion process on constructed stock graphs. Last, a decoupled representation learning scheme is adopted to capture distinctive hierarchical intra-stock features. Experimental results demonstrate substantial improvements over state-of-the-art baselines on real-world datasets. Moreover, the ablation study and sensitivity study further illustrate the effectiveness of the proposed method in modeling the time-evolving inter-stock and intra-stock dynamics.

📄 PDF Abstract BibTeX arXiv:2401.01846

Code (1)

pixelhero98/dgdnn 공식 구현 pytorch

Tasks

Graph LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Multi-relational Graph Diffusion Neural Network with Parallel Retention for Stock Trends Classification

2024-01-05 · Zinuo You, Pengju Zhang, Jin Zheng, John Cartlidge

Stock trend classification remains a fundamental yet challenging task, owing to the intricate time-evolving dynamics between and within stocks. To tackle these two challenges, we propose a graph-based representation lear…

Representation Learning

Modeling the Stock Relation with Graph Network for Overnight Stock Movement Prediction

2020-06-26 · Wei Li, Ruihan Bao, Keiko Harimoto, Deli Chen 외

Stock movement prediction is a hot topic in the Fintech area. Previous works usually predict the price movement in a daily basis, although the market impact of news can be absorbed much shorter, and the exact time is har…

Air Pollution PredictionRelation

GCNET: graph-based prediction of stock price movement using graph convolutional network

2022-02-19 · Alireza Jafari, Saman Haratizadeh

The importance of considering related stocks data for the prediction of stock price movement has been shown in many studies, however, advanced graphical techniques for modeling, embedding and analyzing the behavior of in…

Prediction

DiffSTOCK: Probabilistic relational Stock Market Predictions using Diffusion Models

2024-03-21 · Divyanshu Daiya, Monika Yadav, Harshit Singh Rao

In this work, we propose an approach to generalize denoising diffusion probabilistic models for stock market predictions and portfolio management. Present works have demonstrated the efficacy of modeling interstock relat…

DenoisingManagementTime SeriesTime Series Forecasting+1

MDGNN: Multi-Relational Dynamic Graph Neural Network for Comprehensive and Dynamic Stock Investment Prediction

2024-01-19 · Hao Qian, Hongting Zhou, Qian Zhao, Hao Chen 외

The stock market is a crucial component of the financial system, but predicting the movement of stock prices is challenging due to the dynamic and intricate relations arising from various aspects such as economic indicat…

Graph Neural Network