Data Forge & Quality Moat (v0.47.0)

soup data forge — synthetic data pipeline

Chunk → judge → active-prune → JSONL with provenance.

bash
soup data forge --docs ./docs --output ./synth.jsonl

Each row carries provenance (source doc, chunk offset, judge score).

soup data score — composite quality scorecard

PII + toxicity + langdetect + educational + decontamination.

bash
soup data score --input ./train.jsonl --benchmarks gsm8k

Each filter is also addressable individually:

  • soup data decontaminate — drop rows overlapping public benchmarks (n-gram heuristic)
  • soup data toxicity — keyword baseline today; Llama-Guard backend v0.47.1
  • soup data langdetect — 2-letter language code per row
  • soup data pii — flag email / phone / SSN / credit-card patterns
  • soup data educational — educational-value score per row [0, 1]

Soup is free and Apache-2.0. If it saved you a training run, starring the repo costs nothing and helps most. You can also fund the GPU time behind the work a 4 GB laptop cannot reach.