S&P 500 financial news articles and stock trend labels organized into a textual time series for market analysis. These JSON-formatted records map news narratives to specific stock price movements over time to support pretraining and fine-tuning of financial language models.
Use Cases
- Fine-tune a transformer model for financial sentiment classification using the Article and Trend columns
- Train a time-series forecasting model to predict stock price direction based on the chronological sequence of the Article column
- Perform named entity recognition (NER) on financial news to identify specific S&P 500 tickers mentioned in the Article text
Strengths
- Contains news article text and associated stock trend labels for S&P 500 constituents
- Structured as a JSON time series derived from the original stock_data_articles.csv file
- Pairs textual narratives with temporal stock data to enable sequence-based market analysis
- Organized by Date and Stock ticker to facilitate time-series alignment