LightFSA: A Lightweight Financial Sentiment Analysis Model

Published in International Conference on Intelligent Computing, 2025

Recommended citation: Liu, Z., Li, J., Sham, C. W., Ma, S. L., & Fu, C. (2025, July). LightFSA: A Lightweight Financial Sentiment Analysis Model. In International Conference on Intelligent Computing (pp. 332-343). Singapore: Springer Nature Singapore. https://link.springer.com/chapter/10.1007/978-981-96-9914-8_28

Financial sentiment analysis involves interpreting information from financial articles, news and social media to understand market trends and guide investment decisions. Numerous studies have used AI techniques, particularly large language models, to improve sentiment classification in the financial domain. Although these approaches have shown promising results, existing LLMs face two critical challenges: their large size, which results in high inference times and significant resource consumption, and their inability to fully account for the unique characteristics of financial sentiment classification. Unlike general sentiment analysis, financial sentiment requires robust reasoning and domain-specific expertise, which current models often do not adequately incorporate. To address these issues, this study proposes a lightweight chain-of-thought-based model for financial sentiment classification. We designed zero-shot chain-of-thought prompts tailored specifically for financial sentiment, integrating contextual reasoning into the classification process. This approach effectively improves accuracy by 2%–5% on financial sentiment classification tasks. In addition, we applied an activation-aware weight (AWQ) quantization algorithm to selectively reduce the model parameters. Experimental results demonstrate that our model significantly reduces memory usage by 90.3% and inference time by 87.9% compared to the baseline model, with only minimal impact on accuracy. Recommended citation:

@inproceedings{liu2025lightfsa, title={LightFSA: A Lightweight Financial Sentiment Analysis Model}, author={Liu, Zhihang and Li, Jiale and Sham, Chiu-Wing and Ma, Sean Longyu and Fu, Chong}, booktitle={International Conference on Intelligent Computing}, pages={332–343}, year={2025}, organization={Springer} }