CoolFace
Modelpublic

ICEF-NLP/bcms-bertic-senticomments-sr-fourway

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes13downloads
Model Card

BERTić-SentiComments-SR-Four-way

BERTić-SentiComments-SR-Four-way is a variant of the BERTić model, fine-tuned on the task of four-way sentiment classification of Serbian short texts. It differentiates between objective (NS), ambiguous/mixed (M), positive (+1), and negative texts (-1). The model was fine-tuned for 5 epochs on the SentiComments.SR dataset.

Benchmarking

This model was evaluated on the task of four-way sentiment classification of short texts in Serbian from the SentiComments.SR dataset and compared to multilingual BERT. Different lengths of fine-tuning were considered, ranging from 1 to 5 epochs. Linear classifiers relying on bag-of-words (BOW) and/or bag-of-embeddings (BOE) features were used as baselines.

Since the dataset is imbalanced, weighted F1 measure was utilized as the performance metric. Model fine-tuning and evaluation were performed using 10-fold stratified cross-validation. The code and data to run these experiments are available on the SentiComments.SR GitHub repository.

Results

ModelWeighted F1
Baseline - Linear classifier with BOW features0.640
Baseline - Linear classifier with BOE features0.628
Baseline - Linear classifier with BOW+BOE features0.655
Multilingual BERT, 1 epoch0.584
BERTić-SentiComments-SR-Four-way, 1 epoch0.753
Multilingual BERT, 3 epochs0.662
BERTić-SentiComments-SR-Four-way, 3 epochs0.782
Multilingual BERT, 5 epochs0.670
BERTić-SentiComments-SR-Four-way, 5 epochs0.797

References

If you wish to use this model in your paper or project, please cite the following papers:

  • [A versatile framework for resource-limited sentiment articulation, annotation, and analysis of short texts](https://doi.org/10.1371/journal.pone.0242050), Vuk Batanović, Miloš Cvetanović, Boško Nikolić, PLoS ONE, 15(11): e0242050 (2020).
  • [Semantic Similarity and Sentiment Analysis of Short Texts in Serbian](https://doi.org/10.1109/TELFOR52709.2021.9653390), Vuk Batanović, in Proceedings of the 29th Telecommunications Forum (TELFOR 2021), Belgrade, Serbia (2021).