Search papers, labs, and topics across Lattice.
This study investigates the efficacy of zero-shot natural language processing (NLP) models in predicting short-term stock movements based on financial news, employing a structured pipeline that integrates temporal aggregation and recency modeling. Despite leveraging advanced explainability techniques, the results reveal that zero-shot approaches consistently underperform compared to simple baselines, particularly in predicting negative stock movements. The findings underscore significant limitations in the ability of current models to translate news sentiment into actionable financial insights, while also highlighting the value of explainability in distinguishing reliable predictions from unreliable ones.
Zero-shot financial NLP fails to beat simple baselines, revealing critical limitations in predicting stock movements from news sentiment.
Can financial news reliably predict short-term stock movements? Despite advances in large language models, this question remains unresolved. We revisit this problem using a zero-shot natural language processing framework, investigating whether models can extract actionable signals from financial news without domain-specific training. We design a structured pipeline that combines zero-shot natural language inference with temporal aggregation, explicitly modelling recency and event-dependent impact horizons when integrating information across articles. To address the need for transparency in high-stakes settings, we introduce a multi-layered explainability framework that links predictions to token-level, article-level, and aggregate evidence, and produces grounded natural language rationales. Across multiple models and prediction horizons, we find that zero-shot approaches consistently fail to outperform simple baselines, with particularly weak performance on negative movements, suggesting deeper structural limitations in mapping news sentiment to short-term price dynamics. However, explainability signals reliably distinguish between trustworthy and unreliable predictions, offering practical value even when accuracy is limited. These findings highlight the limits of zero-shot financial NLP and motivate a shift toward decision-support systems that prioritise transparency and uncertainty awareness. Code: https://github.com/alimert05/zero-shot-stock-xai