CLLGAug 10

RA-FinBERT: Rule-aware LoRA adaptation for low-resource financial sentiment classification

arXiv:2608.098342.5
Predicted impact top 100% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This work provides a lightweight and practical approach for financial sentiment classification, particularly beneficial for practitioners and researchers operating under constrained computational resources.

This study addresses the challenge of low-resource financial sentiment classification by integrating rule-derived sentiment features and source metadata with a FinBERT model adapted using LoRA. The proposed RA-FinBERT achieved 69.89% accuracy and a macro F1 score of 0.634 on a held-out test set, outperforming text-only FinBERT which scored 63.44% accuracy and 0.526 macro F1.

Financial sentiment analysis converts unstructured financial news into quantitative signals that can support market analysis and decision-making. Existing work on resource-efficient financial NLP has largely focused on compressing or adapting pretrained language models, with less attention to combining contextual representations with lightweight rule-derived features. This study develops Rule-Aware FinBERT (RA-FinBERT), a parameter-efficient framework that integrates low-rank adaptation (LoRA) with three continuous VADER-derived sentiment proportions (positive, negative, and neutral) and a source-level metadata feature. The standardized four-dimensional feature vector is directly concatenated with the 768-dimensional final-layer FinBERT [CLS] representation and passed through a lightweight classification head. This design introduces only 1,024 additional trainable weights relative to a structurally matched text-only FinBERT model. RA-FinBERT was evaluated against text-only FinBERT and a lightweight DistilBERT baseline for three-class sentiment classification of financial-news titles and descriptions. On the held-out test set, RA-FinBERT achieved 69.89% accuracy and a macro F1 score of 0.634, compared with 63.44% and 0.526 for text-only FinBERT. Neutral-class recall increased from 18.18% to 45.45%. The framework supports both CPU and GPU execution, offering a lightweight and practical approach to financial sentiment classification under constrained computational resources. These findings indicate that rule-derived sentiment information and source metadata can provide complementary signals to contextual FinBERT representations and improve performance with minimal additional model complexity.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes