paper-with-me

홈 › Papers

Combining Financial Data and News Articles for Stock Price Movement Prediction Using Large Language Models

2024-11-02 · Ali Elahi, Fatemeh Taghvaei

Predicting financial markets and stock price movements requires analyzing a company's performance, historic price movements, industry-specific events alongside the influence of human factors such as social media and press coverage. We assume that financial reports (such as income statements, balance sheets, and cash flow statements), historical price data, and recent news articles can collectively represent aforementioned factors. We combine financial data in tabular format with textual news articles and employ pre-trained Large Language Models (LLMs) to predict market movements. Recent research in LLMs has demonstrated that they are able to perform both tabular and text classification tasks, making them our primary model to classify the multi-modal data. We utilize retrieval augmentation techniques to retrieve and attach relevant chunks of news articles to financial metrics related to a company and prompt the LLMs in zero, two, and four-shot settings. Our dataset contains news articles collected from different sources, historic stock price, and financial report data for 20 companies with the highest trading volume across different industries in the stock market. We utilized recently released language models for our LLM-based classifier, including GPT- 3 and 4, and LLaMA- 2 and 3 models. We introduce an LLM-based classifier capable of performing classification tasks using combination of tabular (structured) and textual (unstructured) data. By using this model, we predicted the movement of a given stock's price in our dataset with a weighted F1-score of 58.5% and 59.1% and Matthews Correlation Coefficient of 0.175 for both 3-month and 6-month periods.

📄 PDF Abstract BibTeX arXiv:2411.01368

Code (0)

등록된 구현이 없습니다.

Tasks

Articlestext-classificationText Classification

Similar Papers 제목 키워드 기반

Stock Embeddings Acquired from News Articles and Price History, and an Application to Portfolio Optimization

2020-07-01 · ACL 2020 6 · Xin Du, Kumiko Tanaka-Ishii

Previous works that integrated news articles to better process stock prices used a variety of neural networks to predict price movements. The textual and price information were both encoded in the neural network, and it …

ArticlesPortfolio OptimizationPrediction

DP-LSTM: Differential Privacy-inspired LSTM for Stock Prediction Using Financial News

2019-12-20 · Xinyi Li, Yinchuan Li, Hongyang Yang, Liuqing Yang 외

Stock price prediction is important for value investments in the stock market. In particular, short-term prediction that exploits financial news articles is promising in recent years. In this paper, we propose a novel de…

ArticlesPredictionStock PredictionStock Price Prediction

Predicting Stock Prices with FinBERT-LSTM: Integrating News Sentiment Analysis

2024-07-23 · Wenjun Gu, Yihao Zhong, Shizun Li, Changsong Wei 외

The stock market's ascent typically mirrors the flourishing state of the economy, whereas its decline is often an indicator of an economic downturn. Therefore, for a long time, significant correlation elements for predic…

ArticlesSentiment Analysis

On the impact of publicly available news and information transfer to financial markets

2020-10-22 · Metod Jazbec, Barna Pásztor, Felix Faltings, Nino Antulov-Fantulin 외

We quantify the propagation and absorption of large-scale publicly available news articles from the World Wide Web to financial markets. To extract publicly available information, we use the news archives from the Common…

Articles

Stock trend prediction using news sentiment analysis

2016-07-07 · Joshi Kalyani, Prof. H. N. Bharathi, Prof. Rao Jyothi

Efficient Market Hypothesis is the popular theory about stock prediction. With its failure much research has been carried in the area of prediction of stocks. This project is about taking non quantifiable data such as fi…

ArticlesGeneral ClassificationPredictionSentiment Analysis+3