Ross ROSS = Recommend OSS · open-source software intelligence for agents

jasonwei20/eda_nlp

Data augmentation for NLP, presented at EMNLP 2019 observed · 2026-08-28

github.com/jasonwei20/eda_nlp · homepage · Python 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
jasonwei20/eda_nlpmain32

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