2026/03/08 by Pei-Jun Liao, Hung-Shin Lee, Yao-Fei Cheng +4 · 1 voice
Computer Science · Decision Sciences · Economics, Econometrics and Finance · #Autoregressive integrated moving average #Filter (signal processing) #Machine Learning in Healthcare #Pooling #Stock (firearms) #Stock Market Forecasting Methods #Stock price #Time Series Analysis and Forecasting #Time series #cs.AI #cs.CL #cs.LG #q-fin.ST
paper · pdf · doi:10.48550/arxiv.2603.19286
openalex publication_date 2026/03/08 · arxiv published 2026/03/08 · arxiv updated 2026/03/08 · openalex created_date 2026/03/24 · openalex updated_date 2026/07/28
Predicting stock prices presents challenges in financial forecasting. While traditional approaches such as ARIMA and RNNs are prevalent, recent developments in Large Language Models (LLMs) offer alternative methodologies. This paper introduces an approach that integrates LLMs with daily financial news for stock price prediction. To address the challenge of processing news data and identifying relevant content, we utilize stock name embeddings within attention mechanisms. Specifically, we encode news articles using a pre-trained LLM and implement three attention-based pooling techniques -- self-attentive, cross-attentive, and position-aware self-attentive pooling -- to filter news based on stock relevance. The filtered news embeddings, combined with historical stock prices, serve as inputs to the prediction model. Unlike prior studies that focus on individual stocks, our method trains a single generalized model applicable across multiple stocks. Experimental results demonstrate a 7.11% reduction in Mean Absolute Error (MAE) compared to the baseline, indicating the utility of stock name embeddings for news filtering and price forecasting within a generalized framework.