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

Dec 16, 2021
c42bf14 · Dec 16, 2021

History

5 Commits
Dec 9, 2021
Dec 9, 2021
Dec 9, 2021
Dec 16, 2021
Dec 16, 2021
Dec 16, 2021
Dec 16, 2021
Dec 16, 2021
Dec 16, 2021
Dec 15, 2021

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

No packages published

Languages