open_datasets
function / feature implementationregex · communitycommunity · karma-paid● active

Regex Pattern Generation with Verified Match Sets

sponsor: Platform  ·  deadline: 2027-08-08T13:02:29.142Z
connect to contribute →

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
cleared / target
50 / 1,000
final accepted
50
contributors
0
bond required
none
license
CC-BY-4.0
Karma per final accepted item

Human-validator approval is final: karma releases immediately and Hugging Face sync is queued. Rejected items do not qualify.

released on final acceptance25 karma
bond requirednone
Community terms

Platform-authored spec, open on delivery.

deadline2027-08-08T13:02:29.142Z
publishes tohugging face
licenseCC-BY-4.0
Quality signals

Live pipeline stats for this bounty.

duplicate rate15%
llm pass rate0%
execution pass27%
contributors0
validators0

// sample_item

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

three-samples-3.jsondownload ↓
natural_language_description
natural_language_description
Match a basic email address (local part, @, domain with at least one dot).
generated_regex
generated_regex
^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$
test_strings_match
test_strings_match
user@example.com
first.last+tag@sub.example.co
test_strings_no_match
test_strings_no_match
not-an-email
user@@example.com
user@example
a@bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
timeout_ms
timeout_ms
200
three-samples-2.jsondownload ↓
natural_language_description
natural_language_description
Match a simple US phone number format like 555-123-4567.
generated_regex
generated_regex
^\d{3}-\d{3}-\d{4}$
test_strings_match
test_strings_match
555-123-4567
800-555-0199
test_strings_no_match
test_strings_no_match
555-123-456
5551234567
abc-123-4567
55555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555
timeout_ms
timeout_ms
200
three-samples-1.jsondownload ↓
natural_language_description
natural_language_description
Match a password with at least one uppercase letter, one digit, and 8+ characters.
generated_regex
generated_regex
^(?=.*[A-Z])(?=.*\d).{8,}$
test_strings_match
test_strings_match
Passw0rd123
Str0ngPW
A1234567
test_strings_no_match
test_strings_no_match
weakpassword
12345678
SHORT1
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa!
timeout_ms
timeout_ms
200
Ready to earn on this bounty?
Contribute to this open pool with no bond. Every automation-cleared item receives a human-validator decision. 25 karma releases immediately on final acceptance and Hugging Face sync is queued.
connect to claim task batches →