MTRGL:Effective Temporal Correlation Discerning through Multi-modal Temporal Relational Graph Learning
Junwei Su, Shan Wu, Jinhui Li
TL;DR
The paper tackles identifying temporal correlations for pair trading by constructing a dynamic multi-modal graph from time-series prices and discrete features, reframing correlation discovery as a temporal link-prediction problem. It introduces MTRGL, a memory-based temporal graph neural network with encoder (message, memory, embedding) and decoder components, trained via binary cross-entropy with contrastive learning and a lag-one batching scheme. Empirical results on multiple markets show that MTRGL outperforms static-feature, LSTM, CNN, and cointegration baselines, with ablations confirming the benefit of both feature information and graph structure. The approach has practical potential to refine automated pair trading and could extend to other finance problems requiring integrated multi-modal temporal graph learning.
Abstract
In this study, we explore the synergy of deep learning and financial market applications, focusing on pair trading. This market-neutral strategy is integral to quantitative finance and is apt for advanced deep-learning techniques. A pivotal challenge in pair trading is discerning temporal correlations among entities, necessitating the integration of diverse data modalities. Addressing this, we introduce a novel framework, Multi-modal Temporal Relation Graph Learning (MTRGL). MTRGL combines time series data and discrete features into a temporal graph and employs a memory-based temporal graph neural network. This approach reframes temporal correlation identification as a temporal graph link prediction task, which has shown empirical success. Our experiments on real-world datasets confirm the superior performance of MTRGL, emphasizing its promise in refining automated pair trading strategies.
