Skip to content
/ SLIM Public

Meta-learning models for low-resource sentiment analysis

Notifications You must be signed in to change notification settings

hjkim811/SLIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

SLIM: Sentiment Lexicon Integrated Meta-training for Low-resource Sentiment Analysis

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.
  • More details about the framework and the models will be available in our paper 'Sentiment Lexicon Integrated Meta-training for Low-resource Sentiment Analysis' (under review).

About

Meta-learning models for low-resource sentiment analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published