jasonwei20/eda_nlp
Data augmentation for NLP, presented at EMNLP 2019 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2807
- days_rel: n/a
- days_push: 1263
- n_releases_24m: 0
Adoption not part of the score
1652 stars · 312 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EDA (Easy Data Augmentation) is a Python library implementing four simple text augmentation operations—synonym replacement, random insertion, random swap, and random deletion—for boosting text classification performance. It is the official code for an EMNLP 2019 paper and works especially well on small training datasets.
Use cases
- augment a small text classification dataset
- generate synthetic training sentences via synonym replacement
- improve classifier accuracy with limited labeled data
- apply random swap and deletion augmentation to NLP training data
- replicate EMNLP 2019 EDA paper experiments
When to choose
- you have a small text classification dataset (under ~500 examples) and need more training data
- you want lightweight augmentation without training a language model
- you need a simple, well-cited baseline augmentation technique
When to avoid
- you need augmentation for languages other than English without extra work
- you want context-aware or LLM-based paraphrasing quality
- you need a maintained, licensed production dependency (no license, minimal upkeep)
Facets
library · maturity maintenance
nlp data-generation machine-learning machine-learning data-science python cli data-augmentation text-classification synonym-replacement wordnet nltk research-code emnlp-2019 natural-language-processing
6 sources
- readme: https://github.com/jasonwei20/eda_nlp · fetched 2026-08-28 · 12566a722c76
- homepage: https://arxiv.org/abs/1901.11196 · fetched 2026-08-29 · 0bbc7f7929f7
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jasonwei20/eda_nlp | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="jasonwei20/eda_nlp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem