paper-with-me

홈 › Papers

Temporal Data Meets LLM -- Explainable Financial Time Series Forecasting

2023-06-19 · Xinli Yu, Zheng Chen, Yuan Ling, Shujing Dong, Zongyi Liu, Yanbin Lu

This paper presents a novel study on harnessing Large Language Models' (LLMs) outstanding knowledge and reasoning abilities for explainable financial time series forecasting. The application of machine learning models to financial time series comes with several challenges, including the difficulty in cross-sequence reasoning and inference, the hurdle of incorporating multi-modal signals from historical news, financial knowledge graphs, etc., and the issue of interpreting and explaining the model results. In this paper, we focus on NASDAQ-100 stocks, making use of publicly accessible historical stock price data, company metadata, and historical economic/financial news. We conduct experiments to illustrate the potential of LLMs in offering a unified solution to the aforementioned challenges. Our experiments include trying zero-shot/few-shot inference with GPT-4 and instruction-based fine-tuning with a public LLM model Open LLaMA. We demonstrate our approach outperforms a few baselines, including the widely applied classic ARMA-GARCH model and a gradient-boosting tree model. Through the performance comparison results and a few examples, we find LLMs can make a well-thought decision by reasoning over information from both textual news and price time series and extracting insights, leveraging cross-sequence information, and utilizing the inherent knowledge embedded within the LLM. Additionally, we show that a publicly available LLM such as Open-LLaMA, after fine-tuning, can comprehend the instruction to generate explainable forecasts and achieve reasonable performance, albeit relatively inferior in comparison to GPT-4.

📄 PDF Abstract BibTeX arXiv:2306.11025

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

FinBrain: When Finance Meets AI 2.0

2018-08-26 · Xiaolin Zheng, Mengying Zhu, Qibing Li, Chaochao Chen 외

Artificial intelligence (AI) is the core technology of technological revolution and industrial transformation. As one of the new intelligent needs in the AI 2.0 era, financial intelligence has elicited much attention fro…

Decision MakingManagement

Why Bonds Fail Differently? Explainable Multimodal Learning for Multi-Class Default Prediction

2025-09-13 · Yi Lu, Aifan Ling, Chaoqun Wang, Yaxin Xu arxiv

In recent years, China's bond market has seen a surge in defaults amid regulatory reforms and macroeconomic volatility. Traditional machine learning models struggle to capture financial data's irregularity and temporal d…

Multimodal Deep Learning

Dynamic Forecasting and Temporal Feature Evolution of Stock Repurchases in Listed Companies Using Attention-Based Deep Temporal Networks

2026-03-29 · Xiang Ao, Jingxuan Zhang, Xinyu Zhao arxiv

Accurately predicting stock repurchases is crucial for quantitative investment and risk management, yet traditional static models fail to capture the complex temporal dependencies of corporate financial conditions. This …

FinXABSA: Explainable Finance through Aspect-Based Sentiment Analysis

2023-03-05 · Keane Ong, Wihan van der Heever, Ranjan Satapathy, Erik Cambria 외

This paper presents a novel approach for explainability in financial analysis by deriving financially-explainable statistical relationships through aspect-based sentiment analysis, Pearson correlation, Granger causality …

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Decision MakingFinancial Analysis+1

Predict the Future from the Past? On the Temporal Data Distribution Shift in Financial Sentiment Classifications

2023-10-19 · Yue Guo, Chenxi Hu, Yi Yang

Temporal data distribution shift is prevalent in the financial text. How can a financial sentiment analysis system be trained in a volatile market environment that can accurately infer sentiment and be robust to temporal…

Out-of-Distribution DetectionSentiment AnalysisTime Series