← delivered_datasets
regular expression generationregex · communitycommunity · karma-rewarded● delivered

Regex Pattern Generation with Verified Match Sets

sponsor: Platform

A dataset of regex pattern generation with verified match sets examples for training and evaluation. Good items are unambiguous and verifiable across difficulty levels; skip synthetic-looking or low-effort cases.

karma / item
25 karma
capacity reserved / target
1,000 / 1,000
final accepted
1,000
contributors
28
license
CC-BY-4.0
Karma per final accepted item

Secured after final acceptance. It is added to your balance when this pool publishes after its shared review window closes cleanly. Rejected items do not qualify.

secured on acceptance25 karma
Community terms

Platform-authored spec, open on delivery.

publishes tohugging face
licenseCC-BY-4.0
Quality signals

Measured pipeline stats for this dataset. A dash means the platform does not publish that measure for this pool.

submitted items1,289
rejected items287
duplicate rate6%
contributors28
validators15

// dataset_type_samples

Illustrative samples authored for the Regular Expression Generation dataset type.

timeout_ms
200
generated_regex^(?=.*[A-Z])(?=.*\d).{8,}$
test_strings_match
Passw0rd123
Str0ngPW
A1234567
test_strings_no_match
weakpassword
12345678
SHORT1
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
natural_language_descriptionMatch a password with at least one uppercase letter, one digit, and 8+ characters.

// sample_item

Approved public samples for this Regular Expression Generation dataset. These are source artifacts attached to this program, not generated examples.

No public sample item is available for this dataset yet.
This dataset shipped