Skip to content

hjkim811/SLIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

SLIM: Sentiment Lexicon Integrated Meta-Training for Sentiment Analysis in Data-Scarce Settings

In this repository, we provide checkpoints of the meta-trained models developed using our SLIM framework. SLIM models are optimized for sentiment classification and rating classification tasks in few-shot settings. You can download the models via Hugging Face or Google Drive.

Hugging Face

Use the following code to load one of the models listed below.

from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("hjkim811/SLIM-W_polar")
model = AutoModelForSequenceClassification.from_pretrained("hjkim811/SLIM-W_polar")

Google Drive

Notes

  • SLIM-W_polar is the best-performing model and is recommended for use.
  • For more details on the framework and models, please refer to our paper.

Citation

If you find this repository useful, please cite our work:

@article{kim2025sentiment,
  title={Sentiment lexicon integrated meta-training for sentiment analysis in data-scarce settings},
  author={Kim, Hyunjong and Cho, Sungzoon},
  journal={Journal of Intelligent Information Systems},
  pages={1--30},
  year={2025},
  publisher={Springer}
}

About

[JIIS] Sentiment Lexicon Integrated Meta-Training for Sentiment Analysis in Data-Scarce Settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors