Reasoning or Overthinking: Evaluating Large Language Models on Financial Sentiment Analysis
Dimitris Vamvourellis, Dhagash Mehta

TL;DR
This study evaluates large language models on financial sentiment analysis, revealing that reasoning strategies do not necessarily improve performance and that simpler, faster models often align better with human judgment.
Contribution
It demonstrates that reasoning-based prompting does not enhance LLM performance in financial sentiment analysis and that non-reasoning models can be more effective.
Findings
Reasoning does not improve LLM performance in this task.
GPT-4o without Chain-of-Thought outperforms reasoning models.
Fast, intuitive models align more closely with human judgment.
Abstract
We investigate the effectiveness of large language models (LLMs), including reasoning-based and non-reasoning models, in performing zero-shot financial sentiment analysis. Using the Financial PhraseBank dataset annotated by domain experts, we evaluate how various LLMs and prompting strategies align with human-labeled sentiment in a financial context. We compare three proprietary LLMs (GPT-4o, GPT-4.1, o3-mini) under different prompting paradigms that simulate System 1 (fast and intuitive) or System 2 (slow and deliberate) thinking and benchmark them against two smaller models (FinBERT-Prosus, FinBERT-Tone) fine-tuned on financial sentiment analysis. Our findings suggest that reasoning, either through prompting or inherent model design, does not improve performance on this task. Surprisingly, the most accurate and human-aligned combination of model and method was GPT-4o without any…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Explainable Artificial Intelligence (XAI) · Sentiment Analysis and Opinion Mining
MethodsAbsolute Position Encodings · Layer Normalization · Byte Pair Encoding · Label Smoothing · Softmax · Dropout · Dense Connections · Transformer · GPT-4 · ALIGN
