paper-with-me

홈 › Papers

Contrastive Learning of Asset Embeddings from Financial Time Series

2024-07-26 · Rian Dolphin, Barry Smyth, Ruihai Dong

Representation learning has emerged as a powerful paradigm for extracting valuable latent features from complex, high-dimensional data. In financial domains, learning informative representations for assets can be used for tasks like sector classification, and risk management. However, the complex and stochastic nature of financial markets poses unique challenges. We propose a novel contrastive learning framework to generate asset embeddings from financial time series data. Our approach leverages the similarity of asset returns over many subwindows to generate informative positive and negative samples, using a statistical sampling strategy based on hypothesis testing to address the noisy nature of financial data. We explore various contrastive loss functions that capture the relationships between assets in different ways to learn a discriminative representation space. Experiments on real-world datasets demonstrate the effectiveness of the learned asset embeddings on benchmark industry classification and portfolio optimization tasks. In each case our novel approaches significantly outperform existing baselines highlighting the potential for contrastive learning to capture meaningful and actionable relationships in financial data.

📄 PDF Abstract BibTeX arXiv:2407.18645

Code (1)

rian-dolphin/stock-embeddings 공식 구현 pytorch

Tasks

Contrastive LearningManagementPortfolio OptimizationRepresentation LearningTime Series

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

NewsNet-SDF: Stochastic Discount Factor Estimation with Pretrained Language Model News Embeddings via Adversarial Networks

2025-05-11 · Shunyao Wang, Ming Cheng, Christina Dan Wang

Stochastic Discount Factor (SDF) models provide a unified framework for asset pricing and risk assessment, yet traditional formulations struggle to incorporate unstructured textual information. We introduce NewsNet-SDF, …

ArticlesLanguage ModelingLanguage ModellingMultimodal Deep Learning+1

Deep Video Prediction for Time Series Forecasting

2021-02-24 · Zhen Zeng, Tucker Balch, Manuela Veloso

Time series forecasting is essential for decision making in many domains. In this work, we address the challenge of predicting prices evolution among multiple potentially interacting financial assets. A solution to this …

Decision MakingPredictionTime SeriesTime Series Analysis+2

FinTSBridge: A New Evaluation Suite for Real-world Financial Prediction with Advanced Time Series Models

2025-03-10 · Yanlong Wang, Jian Xu, Tiantian Gao, Hongkang Zhang 외

Despite the growing attention to time series forecasting in recent years, many studies have proposed various solutions to address the challenges encountered in time series prediction, aiming to improve forecasting perfor…

Time SeriesTime Series ForecastingTime Series Prediction

THEME: Enhancing Thematic Investing with Semantic Stock Representations and Temporal Dynamics

2025-08-23 · Hoyoung Lee, Wonbin Ahn, Suhwan Park, Jaehoon Lee 외 arxiv

Thematic investing, which aims to construct portfolios aligned with structural trends, remains a challenging endeavor due to overlapping sector boundaries and evolving market dynamics. A promising direction is to build s…

Contrastive Learning

Stock Embeddings: Learning Distributed Representations for Financial Assets

2022-02-14 · Rian Dolphin, Barry Smyth, Ruihai Dong

Identifying meaningful relationships between the price movements of financial assets is a challenging but important problem in a variety of financial applications. However with recent research, particularly those using m…