Conversation
Implements the dataset v2 spec from issue #15: 84,000 messages across 1,419 senders in 12 categories -- social notification floods, retail promos, newsletters, receipts, finance, platform mail, alerts, travel, gray mail, a small set of human correspondents, and a 400-sender one-off signup tail. The dataset is produced deterministically (fixed seed) by the committed generate_summary.py from dataset_spec.json: pinned hero senders take exact counts; category tails are Zipf-distributed with clamps and reconciled to exact per-category budgets; one-off groups use small count mixtures. The generator validates every spec guarantee before writing: exact totals and sender counts, address uniqueness, and RFC 2606 reserved domains throughout. Closes #17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #17
Implements the dataset v2 design from issue #15.
Summary
demo/summary.jsonregenerated: 84,000 messages across 1,419 senders in 12 categories — social-notification floods at the top (chatterloop 6,842; fotofling 4,517), heavy retail promo and newsletter mass, transactional receipts/finance/platform mail, a 90-sender gray-mail band, 120 human correspondents, and a 400-sender one-off signup tail.demo/dataset_spec.json— the machine-readable spec (category budgets, Zipf exponents, clamps, pinned top senders, brand vocabularies, fixed seed).demo/generate_summary.py— deterministic generator: pinned heroes take exact counts, Zipf tails are jittered/clamped and reconciled to exact per-category budgets, one-off groups use small count mixtures. It asserts every guarantee before writing: totals and sender counts match the spec exactly, addresses are unique, every domain is RFC 2606 reserved.Testing
No UI changes; the existing demo banner and constraints (fictional brands, reserved domains, no real data) are unchanged.