AI Navigate

ニュース融合を用いた複数銘柄の一般化株価予測

arXiv cs.AI / 2026/3/23

💬 オピニオンSignals & Early TrendsIdeas & Deep AnalysisModels & Research

要点

  • 本論文は、銘柄ごとに個別のモデルを構築するのではなく、複数銘柄にまたがって訓練可能な一般化モデルを提案し、拡張性を向上させる。
  • 日次の金融ニュースと過去の株価を融合させるため、ニュース記事を事前学習済みの大規模言語モデル(LLM)でエンコードし、注意機構に株式名の埋め込みを用いて関連性をフィルタリングする。
  • 三つの注意ベースのプーリング戦略—自己注意型、クロス注意型、位置情報を考慮した自己注意型プーリング—を導入し、各銘柄に最も関連のあるニュース内容を選択する。
  • フィルタリングされたニュース埋め込みと株価履歴を組み合わせて株価を予測し、ベースラインに対してMAEを7.11%低減した。

Abstract

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.