Section 01
Introduction: Low-Cost Financial Sentiment Analysis Using Embedding Vectors + Lightweight Models
This project proposes an efficient financial text sentiment analysis framework: generating 256-dimensional semantic vectors via OpenAI text-embedding-3-small, combined with classification using a PyTorch logistic regression model. While maintaining an accuracy rate of over 94%, this solution reduces inference costs by 90%, addressing the high inference cost and long response latency of traditional large models, and providing a feasible engineering solution for real-time financial sentiment analysis.