Skip to content
/ LiDA Public

LiDA: Language-independent Data Augmentation

Notifications You must be signed in to change notification settings

yest/LiDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiDA: Language-independent Data Augmentation for Text Classification

This repository contains the source code and the datasets for LiDA.

Usage

Training Baseline models

LSTM

python main.py

SBERT

cd sbert
python main.py

Run the experiment

LSTM

Open the experiment.py file and adjust the parameters before running it.

python experiment.py

SBERT

Go to sbert folder, open the experiment.py file and adjust the parameters before running it.

python experiment.py

About

LiDA: Language-independent Data Augmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages