Task task8_regex_extraction

You'll find a text file called `mixed_content.txt` in current directory containing various types of data mixed together.

Extract ALL instances of the following patterns using regular expressions:

- Email addresses
- Phone numbers (various formats: (123) 456-7890, 123-456-7890, 123.456.7890)
- URLs (http and https)
- Dates (formats: YYYY-MM-DD, MM/DD/YYYY, DD-MM-YYYY)

Generate a JSON file called `extracted_data.json` with the following structure:

```json
{
"emails": [
"[email protected]",
"[email protected]",
...
],
"phone_numbers": [
"(123) 456-7890",
"123-456-7890",
...
],
"urls": [
"https://example.com",
"http://example.org",
...
],
"dates": [
"2024-01-15",
"01/15/2024",
...
]
}
```

Each array should contain the extracted values in the order they appear in the file. Duplicates should be included if they appear multiple times.

PS: You are currently working in an automated system and cannot ask any question or have back and forth with an user.

Results

24
Models Tested
50.0%
Success Rate
1m 32s
Avg Duration
8s - 10m 0s
Duration Range

Details

Score Model Duration Session (KB) test_1_file_exists.sh test_2_valid_json.sh test_3_email_extraction.sh test_4_phone_extraction.sh test_5_url_extraction.sh test_6_date_extraction.sh
100.0% openrouter/openai/gpt-5 1m 20s 198.0
100.0% openrouter/google/gemini-3-pro-preview 58s 43.8
100.0% openrouter/openai/gpt-5-nano 1m 5s 145.0
100.0% openrouter/anthropic/claude-opus-4.5 21s 29.5
100.0% openrouter/openai/gpt-oss-20b 47s 311.4
100.0% openrouter/anthropic/claude-haiku-4.5 16s 35.3
100.0% openrouter/deepseek/deepseek-v3.1-terminus 1m 4s 51.9
100.0% openrouter/openai/gpt-5.2 56s 62.1
100.0% litellm/GLM-4.5-Air-FP8-dev 25s 64.9
100.0% openrouter/anthropic/claude-sonnet-4.5 25s 37.8
100.0% openrouter/openai/gpt-5-mini 1m 1s 119.8
100.0% openrouter/openai/gpt-4.1-mini 26s 58.8
83.3% openrouter/x-ai/grok-code-fast-1 1m 37s 74.9
66.7% openrouter/x-ai/grok-3-mini 1m 17s 576.2
66.7% openrouter/openai/gpt-4.1-nano 19s 45.2
50.0% openrouter/qwen/qwen3-coder 27s 49.2
33.3% openrouter/google/gemini-2.5-pro 52s 40.2
16.7% openrouter/google/gemini-2.5-flash-preview-09-2025 23s 40.0
16.7% openrouter/openai/gpt-4o-mini 45s 40.5
0.0% litellm/DeepSeek-V3.2-sandbox 10m 0s 0.0
0.0% openrouter/openai/gpt-oss-120b 17s 75.7
0.0% openrouter/google/gemini-2.5-flash-lite-preview-09-2025 8s 21.3
0.0% openrouter/deepseek/deepseek-chat-v3-0324 1m 56s 130.3
0.0% litellm/GLM-4.6-trtllm-sandbox 10m 0s 0.0