paper-with-me

홈 › Papers

A Collaborative Attention Adaptive Network for Financial Market Forecasting

2021-09-29 · Qiuyue Zhang, Yunfeng Zhang, Fangxun Bao, Caiming Zhang, Peide Liu, Xunxiang Yao

Forecasting the financial market with social media data and real market prices is a valuable issue for market participants, which helps traders make more appropriate trading decisions. However, taking into account the differences of different data types, how to use a fusion method adapted to financial data to fuse real market prices and tweets from social media, so that the prediction model can fully integrate different types of data remains a challenging problem. To address these problems, we propose a collaborative attention adaptive Transformer approach to financial market forecasting (CAFF), including parallel extraction of tweets and price features, parameter-level fusion and a joint feature processing module, that can successfully deeply fuse tweets and real prices in view of the fusion method. Extensive experimentation is performed on tweets and historical price of stock market, our method can achieve a better accuracy compared with the state-of-the-art methods on two evaluation metrics. Moreover, tweets play a relatively more critical role in the CAFF framework. Additional stock trading simulations show that an actual trading strategy based on our proposed model can increase profits; thus, the model has practical application value.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Financial Market Trend Forecasting and Performance Analysis Using LSTM

2020-03-31 · Jonghyeon Min

The financial market trend forecasting method is emerging as a hot topic in financial markets today. Many challenges still currently remain, and various researches related thereto have been actively conducted. Especially…

PredictionTime SeriesTime Series Analysis

Adaptive Financial Transformer with Regime-Gated Attention for Stock Return Prediction

2026-06-28 · Dishan Sarkar arxiv

Adaptive Financial Transformer (AFT) is proposed for stock return prediction under non-stationary financial markets. The model incorporates a Market Regime Encoder, an Adaptive Gate Network, and an Adaptive Financial Con…

Hyperparameter Optimization

An adaptive volatility method for probabilistic forecasting and its application to the M6 financial forecasting competition

2023-03-03 · Joseph de Vilmarest, Nicklas Werge

In this paper, we address the problem of probabilistic forecasting using an adaptive volatility method rooted in classical time-varying volatility models and leveraging online stochastic optimization algorithms. These pr…

Decision MakingStochastic Optimization

Advanced financial market forecasting: integrating Monte Carlo simulations with ensemble Machine Learning models

2024-05-06

This paper presents a novel integration of Machine Learning (ML) models with Monte Carlo simulations to enhance financial forecasting and risk assessments in dynamic market environments. Traditional financial forecasting…

Cross-Modal Temporal Fusion for Financial Market Forecasting

2025-04-18 · Yunhua Pei, John Cartlidge, Anandadeep Mandal, Daniel Gold 외

Accurate financial market forecasting requires diverse data sources, including historical price trends, macroeconomic indicators, and financial news, each contributing unique predictive signals. However, existing methods…