zhanlaoban/EDA_NLP_for_Chinese
An implement of the paper of EDA for Chinese corpus.中文语料的EDA数据增强工具。NLP数据增强。论文阅读笔记。
This tool helps data scientists, NLP engineers, and machine learning practitioners improve the performance of their text classification models, especially with Chinese text. It takes a file of Chinese sentences, each with an associated label, and outputs a larger file of augmented sentences. This expanded dataset can then be used to train more robust and accurate classification models.
1,385 stars. No commits in the last 6 months.
Use this if you need to boost the accuracy of your Chinese text classification models, particularly when working with limited training data.
Not ideal if your primary goal is to perform data augmentation on non-Chinese languages, as this tool is specifically tailored for Chinese corpora.
Stars
1,385
Forks
236
Language
Python
License
—
Category
Last pushed
May 31, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/zhanlaoban/EDA_NLP_for_Chinese"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
dsfsi/textaugment
TextAugment: Text Augmentation Library
425776024/nlpcda
一键中文数据增强包 ; NLP数据增强、bert数据增强、EDA:pip install nlpcda
google-research/uda
Unsupervised Data Augmentation (UDA)
searchableai/KitanaQA
KitanaQA: Adversarial training and data augmentation for neural question-answering models
SanghunYun/UDA_pytorch
UDA(Unsupervised Data Augmentation) implemented by pytorch