paper-with-me

홈 › Papers

FNSPID: A Comprehensive Financial News Dataset in Time Series

2024-02-09 · Zihan Dong, Xinyu Fan, Zhiyuan Peng

Financial market predictions utilize historical data to anticipate future stock prices and market trends. Traditionally, these predictions have focused on the statistical analysis of quantitative factors, such as stock prices, trading volumes, inflation rates, and changes in industrial production. Recent advancements in large language models motivate the integrated financial analysis of both sentiment data, particularly market news, and numerical factors. Nonetheless, this methodology frequently encounters constraints due to the paucity of extensive datasets that amalgamate both quantitative and qualitative sentiment analyses. To address this challenge, we introduce a large-scale financial dataset, namely, Financial News and Stock Price Integration Dataset (FNSPID). It comprises 29.7 million stock prices and 15.7 million time-aligned financial news records for 4,775 S&P500 companies, covering the period from 1999 to 2023, sourced from 4 stock market news websites. We demonstrate that FNSPID excels existing stock market datasets in scale and diversity while uniquely incorporating sentiment information. Through financial analysis experiments on FNSPID, we propose: (1) the dataset's size and quality significantly boost market prediction accuracy; (2) adding sentiment scores modestly enhances performance on the transformer-based model; (3) a reproducible procedure that can update the dataset. Completed work, code, documentation, and examples are available at github.com/Zdong104/FNSPID. FNSPID offers unprecedented opportunities for the financial research community to advance predictive modeling and analysis.

📄 PDF Abstract BibTeX arXiv:2402.06698

Code (3)

zdong104/fnspid 공식 구현 pytorch
benstaf/finrl_deepseek pytorch
ruijian-zha/finrl-dapo-sr pytorch

Tasks

Financial AnalysisTime Series

Similar Papers 제목 키워드 기반

Point-in-Time Financial RAG with Frozen LLMs and Market-Feedback Adaptive Retrieval

2026-05-29 · Zijie Zhao, Roy E. Welsch arxiv

Financial retrieval-augmented generation (RAG) systems typically rank evidence by textual relevance, but in financial markets evidence utility depends on event type, forecast horizon, and market context. We study news-tr…

FinRL-DeepSeek: LLM-Infused Risk-Sensitive Reinforcement Learning for Trading Agents

2025-02-11 · Mostapha Benhenda

This paper presents a novel risk-sensitive trading agent combining reinforcement learning and large language models (LLMs). We extend the Conditional Value-at-Risk Proximal Policy Optimization (CPPO) algorithm, by adding…

Beyond Sentiment: Structured Information Extraction from Financial News

2026-07-30 · Daohan Zhu, Sitong Ge, Ruofei Wang, Honggu Chen 외 arxiv

Financial sentiment analysis has become a standard component in news-driven stock prediction, yet it reduces rich, multi-dimensional news articles to a single polarity score. We hypothesize that financial news encodes mu…

Information ExtractionSentiment AnalysisFeature Importance

Bridging the Gap Between Natural Language and Market Dynamics via High-Dimensional Representation Learning

2026-05-28 · Yujin Jeong, Noelle Jung, Brian Y. C. Leung arxiv

Traditional multi-modal financial forecasting often relies on scalar sentiment scores, which fail to capture the nuances of financial news. To address this information loss, this paper explores high-dimensional represent…

Representation Learning

Zero-Copy Semantic Contagion: An In-Memory Streaming Architecture for Evolving Attention Graphs

2026-06-04 · Kabir Murjani arxiv

Per-ticker forecasting models dominate financial time-series work yet remain blind to cross-company propagation: a foundry disruption in Taiwan does not register in a single-asset model until Apple's own price has alread…