Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
19
19
prompt
stringlengths
2
117
completion
stringlengths
1
115
domain
stringclasses
6 values
intent_id
stringclasses
175 values
style_id
stringclasses
5 values
template_id
stringclasses
20 values
metadata
stringlengths
219
354
split
stringclasses
1 value
qa_5d11e9c7f8d1705a
On macos, git switch to branch feature/api-49 command
git checkout feature/api-49
git
git_checkout_branch_named
short_query
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193457+00:00", "row_index": 0, "seed": 42, "shard_index": 0, "target_completion": "git checkout feature/api-49"}
train
qa_6a2f8218aad1e3fd
2l in gal
0.5283 gal
units_math_time
units_l_to_gal
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193468+00:00", "row_index": 1, "seed": 42, "shard_index": 0, "target_completion": "0.5283 gal"}
train
qa_c8bdb9d820d4ef1e
Please calculate 1g in mg
1000 mg
units_math_time
units_g_to_mg
direct_question
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193473+00:00", "row_index": 2, "seed": 42, "shard_index": 0, "target_completion": "1000 mg"}
train
qa_6d7b372adb8af95d
Linux command for show last 50 lines
tail -n 50 <file>
linux_shell
linux_show_last_n_lines
short_query
linux_command
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193477+00:00", "row_index": 3, "seed": 42, "shard_index": 0, "target_completion": "tail -n 50 <file>"}
train
qa_d626b1d706a1a8e2
On windows, with git, how do i undo last commit but keep changes?
git reset --soft HEAD~1
git
git_undo_last_commit_keep_changes
with_howto
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193480+00:00", "row_index": 4, "seed": 42, "shard_index": 0, "target_completion": "git reset --soft HEAD~1"}
train
qa_43205f14bffa41d3
In linux, how do i sort unique lines in router_16.md
sort router_16.md | uniq
linux_shell
linux_sort_unique_file
in_howto
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193484+00:00", "row_index": 5, "seed": 42, "shard_index": 0, "target_completion": "sort router_16.md | uniq"}
train
qa_03eabf0866605b8a
250lb -> kg
113.3981 kg
units_math_time
units_lb_to_kg
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193487+00:00", "row_index": 6, "seed": 42, "shard_index": 0, "target_completion": "113.3981 kg"}
train
qa_1f05a2c5d9b770cb
On ubuntu, linux find .jsx files in ./logs
find ./logs -name "*.jsx"
linux_shell
linux_find_extension
short_query
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193490+00:00", "row_index": 7, "seed": 42, "shard_index": 0, "target_completion": "find ./logs -name \"*.jsx\""}
train
qa_442e9c753cce583c
Linux command for find files larger than 50mb in ./ops
find ./ops -type f -size +50M
linux_shell
linux_find_large_files
short_query
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193493+00:00", "row_index": 8, "seed": 42, "shard_index": 0, "target_completion": "find ./ops -type f -size +50M"}
train
qa_3d576395d266bc3e
1min in s
60 s
units_math_time
time_minutes_to_seconds
short_query
time_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193495+00:00", "row_index": 9, "seed": 42, "shard_index": 0, "target_completion": "60 s"}
train
qa_4b13e980dc06df65
In git, how do i pull with rebase from upstream docs/compliance-49?
git pull --rebase upstream docs/compliance-49
git
git_pull_rebase_branch
in_howto
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193499+00:00", "row_index": 10, "seed": 42, "shard_index": 0, "target_completion": "git pull --rebase upstream docs/compliance-49"}
train
qa_1483595e0b81c830
Api get https://app.example.com/users/204 with bearer auth header
curl -H "Authorization: Bearer <token>" https://app.example.com/users/204
http_network
http_curl_with_header
short_query
http_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193502+00:00", "row_index": 11, "seed": 42, "shard_index": 0, "target_completion": "curl -H \"Authorization: Bearer <token>\" https://app.example.com/users/204"}
train
qa_87f1550615de2c4d
please calculate ceil -32.2
-32
units_math_time
math_ceil
direct_question
math_unary
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193505+00:00", "row_index": 12, "seed": 42, "shard_index": 0, "target_completion": "-32"}
train
qa_37b30a3a18314d25
Value of sin(240deg) + tan(240deg) * 10^4 + log10(100)
17321.64205
units_math_time
math_formula_multi_function
short_query
math_formula
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193507+00:00", "row_index": 13, "seed": 42, "shard_index": 0, "target_completion": "17321.64205"}
train
qa_4245faafe3d093b8
on a repo, on git, how do i show files changed in commit 1694a718?
git show --name-only 1694a718
git
git_show_commit_files
in_howto
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193510+00:00", "row_index": 14, "seed": 42, "shard_index": 0, "target_completion": "git show --name-only 1694a718"}
train
qa_3c7968aa2856a99a
Calculate and return 500w in kw
0.5 kw
units_math_time
units_w_to_kw
task_phrase
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193513+00:00", "row_index": 15, "seed": 42, "shard_index": 0, "target_completion": "0.5 kw"}
train
qa_fc07e7b36d4378df
Api show listening ports
ss -tuln
http_network
network_show_listening_ports
short_query
network_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193518+00:00", "row_index": 17, "seed": 42, "shard_index": 0, "target_completion": "ss -tuln"}
train
qa_13096d3ebc20b88f
Api get meaning of status 504
gateway timeout
http_network
http_status_dynamic
short_query
http_lookup_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193521+00:00", "row_index": 18, "seed": 42, "shard_index": 0, "target_completion": "gateway timeout"}
train
qa_7774573a2368369b
How to put json to https://cdn.example.com/status/462
curl -X PUT -H "Content-Type: application/json" https://cdn.example.com/status/462
http_network
http_curl_put_json_url
direct_question
http_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193524+00:00", "row_index": 19, "seed": 42, "shard_index": 0, "target_completion": "curl -X PUT -H \"Content-Type: application/json\" https://cdn.example.com/status/462"}
train
qa_4f55c074f6cc5daa
in zsh, linux how do i show last 10 lines?
tail -n 10 <file>
linux_shell
linux_show_last_n_lines
with_howto
linux_command
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193528+00:00", "row_index": 20, "seed": 42, "shard_index": 0, "target_completion": "tail -n 10 <file>"}
train
qa_04c8a7cc534d3bab
what is 2^3?
8
units_math_time
math_power
direct_question
math_binary
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193531+00:00", "row_index": 21, "seed": 42, "shard_index": 0, "target_completion": "8"}
train
qa_4b6d7d17e1f9ea94
task: find default port for dns
53
http_network
network_service_default_port
task_phrase
http_lookup_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193534+00:00", "row_index": 22, "seed": 42, "shard_index": 0, "target_completion": "53"}
train
qa_29dd232429f18804
linux display disk usage of . command
du -sh .
linux_shell
linux_show_disk_usage_path
short_query
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193537+00:00", "row_index": 23, "seed": 42, "shard_index": 0, "target_completion": "du -sh ."}
train
qa_bcea1eb418c80bcb
quick calc 6l/100km in mpg
39.202 mpg
units_math_time
units_l_per_100km_to_mpg
task_phrase
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193540+00:00", "row_index": 24, "seed": 42, "shard_index": 0, "target_completion": "39.202 mpg"}
train
qa_98b2ec357cfff5e1
Convert 14.4 m3/h to l/s
4 l/s
units_math_time
units_m3_per_h_to_l_per_s
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193542+00:00", "row_index": 25, "seed": 42, "shard_index": 0, "target_completion": "4 l/s"}
train
qa_3dffd69d9ed96de3
In zsh, in linux, what command to change owner to root:deploy recursively on ./tests?
chown -R root:deploy ./tests
linux_shell
linux_change_owner_recursive
in_howto
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193545+00:00", "row_index": 26, "seed": 42, "shard_index": 0, "target_completion": "chown -R root:deploy ./tests"}
train
qa_2b080619d36f5180
Calc 10gbps in mb/s
1250 mb/s
units_math_time
units_gbps_to_mb_per_s
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193548+00:00", "row_index": 27, "seed": 42, "shard_index": 0, "target_completion": "1250 mb/s"}
train
qa_715fb341fcf007da
With linux, how can i find 'queue' under ./scripts/maintenance recursively
grep -r "queue" ./scripts/maintenance
linux_shell
linux_find_term_in_path
with_howto
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193551+00:00", "row_index": 28, "seed": 42, "shard_index": 0, "target_completion": "grep -r \"queue\" ./scripts/maintenance"}
train
qa_3a1e984398632832
Quick calc cbrt -729
-9
units_math_time
math_cube_root
task_phrase
math_unary
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193553+00:00", "row_index": 29, "seed": 42, "shard_index": 0, "target_completion": "-9"}
train
qa_fda487dd0c0230dd
Get http verb for partially update a resource
patch
http_network
http_method_for_action
direct_question
http_lookup_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193556+00:00", "row_index": 30, "seed": 42, "shard_index": 0, "target_completion": "patch"}
train
qa_c274ac20da7d8c66
2 st to kg
12.7006 kg
units_math_time
units_stone_to_kg
task_phrase
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.193559+00:00", "row_index": 31, "seed": 42, "shard_index": 0, "target_completion": "12.7006 kg"}
train
qa_50e59211cc6bbee0
git command for push branch release/logging-61 to origin
git push origin release/logging-61
git
git_push_remote_branch
short_query
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195240+00:00", "row_index": 32, "seed": 42, "shard_index": 0, "target_completion": "git push origin release/logging-61"}
train
qa_0699bfbe90ee4c8a
With linux, how can i display first 10 lines?
head -n 10 <file>
linux_shell
linux_show_first_n_lines
with_howto
linux_command
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195246+00:00", "row_index": 33, "seed": 42, "shard_index": 0, "target_completion": "head -n 10 <file>"}
train
qa_6da983fc86d80f41
1.5 g/cm3 to kg/m3
1500 kg/m3
units_math_time
units_g_per_cm3_to_kg_per_m3
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195250+00:00", "row_index": 34, "seed": 42, "shard_index": 0, "target_completion": "1500 kg/m3"}
train
qa_2a67610eaa4046e5
Api task find default port for pop3
110
http_network
network_service_default_port
task_phrase
http_lookup_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195253+00:00", "row_index": 35, "seed": 42, "shard_index": 0, "target_completion": "110"}
train
qa_48c843ba09d4a995
41 kg to g
41000 g
units_math_time
units_kg_to_g
task_phrase
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195256+00:00", "row_index": 36, "seed": 42, "shard_index": 0, "target_completion": "41000 g"}
train
qa_cd5877ca52085f83
Api task get method for partially update a resource
patch
http_network
http_method_for_action
task_phrase
http_lookup_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195259+00:00", "row_index": 37, "seed": 42, "shard_index": 0, "target_completion": "patch"}
train
qa_9e5461845dbc9642
task: put json to https://cdn.example.com/status/462
curl -X PUT -H "Content-Type: application/json" https://cdn.example.com/status/462
http_network
http_curl_put_json_url
task_phrase
http_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195262+00:00", "row_index": 38, "seed": 42, "shard_index": 0, "target_completion": "curl -X PUT -H \"Content-Type: application/json\" https://cdn.example.com/status/462"}
train
qa_3536d237b484ccaf
In linux, what command to list last 100 lines of docs_3.conf
tail -n 100 docs_3.conf
linux_shell
linux_tail_file_n
in_howto
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195264+00:00", "row_index": 39, "seed": 42, "shard_index": 0, "target_completion": "tail -n 100 docs_3.conf"}
train
qa_0f85d0d6fe3648cd
Linux command for find 'timeout exceeded' under ./migrations recursively
grep -r "timeout exceeded" ./migrations
linux_shell
linux_find_term_in_path
short_query
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195267+00:00", "row_index": 40, "seed": 42, "shard_index": 0, "target_completion": "grep -r \"timeout exceeded\" ./migrations"}
train
qa_b60e3a4c9965b359
Git checkout branch release/cli-57 command
git checkout release/cli-57
git
git_checkout_branch_named
short_query
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195270+00:00", "row_index": 41, "seed": 42, "shard_index": 0, "target_completion": "git checkout release/cli-57"}
train
qa_9aefc137eefc4208
Linux command for find files larger than 5mb in ./.github/workflows
find ./.github/workflows -type f -size +5M
linux_shell
linux_find_large_files
short_query
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195273+00:00", "row_index": 42, "seed": 42, "shard_index": 0, "target_completion": "find ./.github/workflows -type f -size +5M"}
train
qa_90fc66f220407370
For engineering, what is cbrt 1?
1
units_math_time
math_cube_root
direct_question
math_unary
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195276+00:00", "row_index": 43, "seed": 42, "shard_index": 0, "target_completion": "1"}
train
qa_120f4feb342a091b
3600s -> min
60 min
units_math_time
time_seconds_to_minutes
task_phrase
time_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195279+00:00", "row_index": 44, "seed": 42, "shard_index": 0, "target_completion": "60 min"}
train
qa_5f897cd3327f54b5
With linux, how do i extract worker_14.tar.gz
tar -xzf worker_14.tar.gz
linux_shell
linux_extract_archive_named
with_howto
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195282+00:00", "row_index": 45, "seed": 42, "shard_index": 0, "target_completion": "tar -xzf worker_14.tar.gz"}
train
qa_afebbe955363e8f9
linux show first 10 lines
head -n 10 <file>
linux_shell
linux_show_first_n_lines
short_query
linux_command
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195285+00:00", "row_index": 46, "seed": 42, "shard_index": 0, "target_completion": "head -n 10 <file>"}
train
qa_804910af93faea2c
network get content type for .png
image/png
http_network
http_extension_content_type
short_query
http_lookup_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195287+00:00", "row_index": 47, "seed": 42, "shard_index": 0, "target_completion": "image/png"}
train
qa_60b893e976216e0a
Get meaning of status 502
bad gateway
http_network
http_status_dynamic
direct_question
http_lookup_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195290+00:00", "row_index": 48, "seed": 42, "shard_index": 0, "target_completion": "bad gateway"}
train
qa_f6dab70a53c1a2fa
On ubuntu, on linux, how do i sort unique lines in session_1.js?
sort session_1.js | uniq
linux_shell
linux_sort_unique_file
in_howto
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195293+00:00", "row_index": 49, "seed": 42, "shard_index": 0, "target_completion": "sort session_1.js | uniq"}
train
qa_54f06f536fe222b5
in browser, how do i google search pandas docker compose?
https://www.google.com/search?q=pandas+docker+compose
web_browser
browser_google_search_url
in_howto
browser_url_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195295+00:00", "row_index": 50, "seed": 42, "shard_index": 0, "target_completion": "https://www.google.com/search?q=pandas+docker+compose"}
train
qa_a9baa96a6cc0c8c7
Browser google search nodejs sre
https://www.google.com/search?q=nodejs+sre
web_browser
browser_google_search_url
short_query
browser_url_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195298+00:00", "row_index": 51, "seed": 42, "shard_index": 0, "target_completion": "https://www.google.com/search?q=nodejs+sre"}
train
qa_7d8a76716495f1ce
network get https://cdn.example.com/metrics/249
curl https://cdn.example.com/metrics/249
http_network
http_curl_get_url
short_query
http_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195301+00:00", "row_index": 52, "seed": 42, "shard_index": 0, "target_completion": "curl https://cdn.example.com/metrics/249"}
train
qa_1e43119f4704849e
Calc 447km in m
447000 m
units_math_time
units_km_to_m
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195304+00:00", "row_index": 53, "seed": 42, "shard_index": 0, "target_completion": "447000 m"}
train
qa_c5a1c3afcea316f1
In firefox, browser open gemini
https://gemini.google.com
web_browser
browser_open_site_url
short_query
browser_url_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195306+00:00", "row_index": 54, "seed": 42, "shard_index": 0, "target_completion": "https://gemini.google.com"}
train
qa_3311735e45ff7e38
calculate and return current for 48w at 230v as a
0.2087 a
units_math_time
units_formula_current_a_from_w_v
task_phrase
unit_formula
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195309+00:00", "row_index": 55, "seed": 42, "shard_index": 0, "target_completion": "0.2087 a"}
train
qa_0027d11e9aeffa2e
Get meaning of status 307
temporary redirect
http_network
http_status_dynamic
short_query
http_lookup_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195312+00:00", "row_index": 56, "seed": 42, "shard_index": 0, "target_completion": "temporary redirect"}
train
qa_abdf81817c5af7a2
calc 2acre in m2
8093.71 m2
units_math_time
units_acre_to_m2
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195315+00:00", "row_index": 57, "seed": 42, "shard_index": 0, "target_completion": "8093.71 m2"}
train
qa_a6d9480593672062
In bash, linux command for show first 20 lines
head -n 20 <file>
linux_shell
linux_show_first_n_lines
short_query
linux_command
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195318+00:00", "row_index": 58, "seed": 42, "shard_index": 0, "target_completion": "head -n 20 <file>"}
train
qa_2ca9a116db2ff47a
In browser, what do i do to search proton mail for prompt engineering
https://www.google.com/search?q=site%3Amail.proton.me+prompt+engineering
web_browser
browser_site_search_url
in_howto
browser_url_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195320+00:00", "row_index": 59, "seed": 42, "shard_index": 0, "target_completion": "https://www.google.com/search?q=site%3Amail.proton.me+prompt+engineering"}
train
qa_9952931e497670bb
With browser, how can i open vimeo?
https://vimeo.com
web_browser
browser_open_site_url
with_howto
browser_url_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195323+00:00", "row_index": 60, "seed": 42, "shard_index": 0, "target_completion": "https://vimeo.com"}
train
qa_2c0e74fcc738cd11
Linux number of lines in main_38.tsx
wc -l main_38.tsx
linux_shell
linux_count_lines_file
short_query
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195325+00:00", "row_index": 61, "seed": 42, "shard_index": 0, "target_completion": "wc -l main_38.tsx"}
train
qa_415ce2bf336554f9
Linux sort unique lines in session_32.go command
sort session_32.go | uniq
linux_shell
linux_sort_unique_file
short_query
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195328+00:00", "row_index": 62, "seed": 42, "shard_index": 0, "target_completion": "sort session_32.go | uniq"}
train
qa_b05869528ed2d6d2
With browser, how do i open firefox settings page?
about:preferences
web_browser
browser_open_settings_url
with_howto
browser_url_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.195331+00:00", "row_index": 63, "seed": 42, "shard_index": 0, "target_completion": "about:preferences"}
train
qa_10e1941d4310fce8
In chrome, browser how do i open browser devtools on mac?
Cmd+Option+I
web_browser
browser_open_devtools_shortcut
in_howto
browser_shortcut_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196935+00:00", "row_index": 64, "seed": 42, "shard_index": 0, "target_completion": "Cmd+Option+I"}
train
qa_ea483a37a98dc52e
api task download https://auth.example.com/uploads to products_55.csv
curl -o products_55.csv https://auth.example.com/uploads
http_network
http_curl_save_output
task_phrase
http_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196940+00:00", "row_index": 65, "seed": 42, "shard_index": 0, "target_completion": "curl -o products_55.csv https://auth.example.com/uploads"}
train
qa_0d33d15b95625140
browser launch notion
https://www.notion.so
web_browser
browser_open_site_url
short_query
browser_url_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196943+00:00", "row_index": 66, "seed": 42, "shard_index": 0, "target_completion": "https://www.notion.so"}
train
qa_a5d733148bec9ea5
Linux how do i show last 50 lines?
tail -n 50 <file>
linux_shell
linux_show_last_n_lines
with_howto
linux_command
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196946+00:00", "row_index": 67, "seed": 42, "shard_index": 0, "target_completion": "tail -n 50 <file>"}
train
qa_4a9a20036f89e70d
in terminal, with git, how do i push branch chore/queue-15 to upstream?
git push upstream chore/queue-15
git
git_push_remote_branch
with_howto
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196949+00:00", "row_index": 68, "seed": 42, "shard_index": 0, "target_completion": "git push upstream chore/queue-15"}
train
qa_0d13e7e5f8bc0091
Please calculate acceleration from 100n on 100kg as m/s2
1 m/s2
units_math_time
units_formula_accel_mps2_from_n_kg
direct_question
unit_formula
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196952+00:00", "row_index": 69, "seed": 42, "shard_index": 0, "target_completion": "1 m/s2"}
train
qa_4ab09de6b1bc1b16
please calculate lcm 5 22
110
units_math_time
math_lcm
direct_question
math_binary
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196955+00:00", "row_index": 70, "seed": 42, "shard_index": 0, "target_completion": "110"}
train
qa_a702c86f23bf4e9f
With git, how can i clone repo acme/service?
git clone https://github.com/acme/service.git
git
git_clone_repo
with_howto
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196958+00:00", "row_index": 71, "seed": 42, "shard_index": 0, "target_completion": "git clone https://github.com/acme/service.git"}
train
qa_82d8740f7f8dbc41
Convert 500m over 120s as m/s
4.1667 m/s
units_math_time
units_formula_speed_mps_from_m_s
short_query
unit_formula
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196961+00:00", "row_index": 72, "seed": 42, "shard_index": 0, "target_completion": "4.1667 m/s"}
train
qa_b3ac4cf0a63a011e
On wsl, in linux, how do i show last 20 lines of app_26.sql
tail -n 20 app_26.sql
linux_shell
linux_tail_file_n
in_howto
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196963+00:00", "row_index": 73, "seed": 42, "shard_index": 0, "target_completion": "tail -n 20 app_26.sql"}
train
qa_6aef97d5818fe38b
git rename branch docs/metrics-80 to test/queue-53
git branch -m docs/metrics-80 test/queue-53
git
git_rename_branch
short_query
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196967+00:00", "row_index": 74, "seed": 42, "shard_index": 0, "target_completion": "git branch -m docs/metrics-80 test/queue-53"}
train
qa_ea5b6f675db69d1e
Git how do i commit with message update config #538?
git commit -m "update config #538"
git
git_commit_message_slot
with_howto
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196970+00:00", "row_index": 75, "seed": 42, "shard_index": 0, "target_completion": "git commit -m \"update config #538\""}
train
qa_fe9922535dbffbcf
Convert 50psi in kpa
344.7379 kpa
units_math_time
units_psi_to_kpa
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196976+00:00", "row_index": 77, "seed": 42, "shard_index": 0, "target_completion": "344.7379 kpa"}
train
qa_3a3d84cc90045ec8
for work, compute pressure from 1000n on 2cm2 as kpa
5000 kpa
units_math_time
units_formula_pressure_kpa_from_n_cm2
direct_question
unit_formula
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196979+00:00", "row_index": 78, "seed": 42, "shard_index": 0, "target_completion": "5000 kpa"}
train
qa_3fd621d16d3f8c07
convert 132km in m
132000 m
units_math_time
units_km_to_m
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196981+00:00", "row_index": 79, "seed": 42, "shard_index": 0, "target_completion": "132000 m"}
train
qa_2c23e641876af351
130km/h in m/s
36.1111 m/s
units_math_time
units_kmh_to_mps
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196984+00:00", "row_index": 80, "seed": 42, "shard_index": 0, "target_completion": "36.1111 m/s"}
train
qa_6c2dab6d7ef162e5
Calc 24oz in g
680.389 g
units_math_time
units_oz_to_g
short_query
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196987+00:00", "row_index": 81, "seed": 42, "shard_index": 0, "target_completion": "680.389 g"}
train
qa_64e3a133b61c96c8
in safari, with browser, how do i look up api linux?
https://www.google.com/search?q=api+linux
web_browser
browser_google_search_url
with_howto
browser_url_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196990+00:00", "row_index": 82, "seed": 42, "shard_index": 0, "target_completion": "https://www.google.com/search?q=api+linux"}
train
qa_ebe278ee9b543a29
Api get https://app.example.com/profiles/549
curl https://app.example.com/profiles/549
http_network
http_curl_get_url
short_query
http_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196993+00:00", "row_index": 83, "seed": 42, "shard_index": 0, "target_completion": "curl https://app.example.com/profiles/549"}
train
qa_d4497c187934cdba
For engineering, calc 1200s in min
20 min
units_math_time
time_seconds_to_minutes
short_query
time_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196995+00:00", "row_index": 84, "seed": 42, "shard_index": 0, "target_completion": "20 min"}
train
qa_df68cd0bafa4b662
in git, how do i push branch hotfix/payments-59 to upstream?
git push upstream hotfix/payments-59
git
git_push_remote_branch
in_howto
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.196998+00:00", "row_index": 85, "seed": 42, "shard_index": 0, "target_completion": "git push upstream hotfix/payments-59"}
train
qa_b9697ff478f11b1b
20 yd to m
18.288 m
units_math_time
units_yd_to_m
direct_question
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.197001+00:00", "row_index": 86, "seed": 42, "shard_index": 0, "target_completion": "18.288 m"}
train
qa_3bbc2d37a2c5c076
100 m to cm
10000 cm
units_math_time
units_m_to_cm
direct_question
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.197004+00:00", "row_index": 87, "seed": 42, "shard_index": 0, "target_completion": "10000 cm"}
train
qa_f54ce9f13a19637c
linux command for find files larger than 5mb in ./build
find ./build -type f -size +5M
linux_shell
linux_find_large_files
short_query
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.197007+00:00", "row_index": 88, "seed": 42, "shard_index": 0, "target_completion": "find ./build -type f -size +5M"}
train
qa_107d5a86efb5e8f2
Linux command for set permission 664 on report_31.jsx
chmod 664 report_31.jsx
linux_shell
linux_chmod_numeric
short_query
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.197009+00:00", "row_index": 89, "seed": 42, "shard_index": 0, "target_completion": "chmod 664 report_31.jsx"}
train
qa_5f8edf0b574f9b08
Dns mx record for status.example.com
dig status.example.com MX +short
http_network
network_dns_record_lookup
task_phrase
network_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.197012+00:00", "row_index": 90, "seed": 42, "shard_index": 0, "target_completion": "dig status.example.com MX +short"}
train
qa_a7d172e32a74a84e
In bash, on linux, how do i search for .sh files in ./logs?
find ./logs -name "*.sh"
linux_shell
linux_find_extension
in_howto
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.197015+00:00", "row_index": 91, "seed": 42, "shard_index": 0, "target_completion": "find ./logs -name \"*.sh\""}
train
qa_b7fe84e6be956d18
On macos, git show files changed in commit 513bf513 command
git show --name-only 513bf513
git
git_show_commit_files
short_query
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.197018+00:00", "row_index": 92, "seed": 42, "shard_index": 0, "target_completion": "git show --name-only 513bf513"}
train
qa_46905f3f62791af5
with linux, how can i count lines in main_39.go?
wc -l main_39.go
linux_shell
linux_count_lines_file
with_howto
linux_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.197021+00:00", "row_index": 93, "seed": 42, "shard_index": 0, "target_completion": "wc -l main_39.go"}
train
qa_fa713bf5b635de42
For engineering, please calculate 1000ft2 in m2
92.903 m2
units_math_time
units_ft2_to_m2
direct_question
unit_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.197023+00:00", "row_index": 94, "seed": 42, "shard_index": 0, "target_completion": "92.903 m2"}
train
qa_7b679f20633617c1
calc range from 20l at 3.5l/100km as km
571.4286 km
units_math_time
units_formula_range_km_from_l_l_per_100km
short_query
unit_formula
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.197026+00:00", "row_index": 95, "seed": 42, "shard_index": 0, "target_completion": "571.4286 km"}
train
qa_60c017ea84c538d8
Git how do i show staged diff?
git diff --staged
git
git_show_staged_diff
with_howto
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.198783+00:00", "row_index": 96, "seed": 42, "shard_index": 0, "target_completion": "git diff --staged"}
train
qa_ab277f24f986d7e9
in browser, what do i do to shortcut to clear browser cache on mac?
Cmd+Shift+Delete
web_browser
browser_clear_cache_shortcut
in_howto
browser_shortcut_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.198790+00:00", "row_index": 97, "seed": 42, "shard_index": 0, "target_completion": "Cmd+Shift+Delete"}
train
qa_bc6768eb71d9850f
In git, how do i commit with message update tests #871?
git commit -m "update tests #871"
git
git_commit_message_slot
in_howto
git_command_slot
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.198794+00:00", "row_index": 98, "seed": 42, "shard_index": 0, "target_completion": "git commit -m \"update tests #871\""}
train
qa_3e3870a30732a282
for work, 60s in min
1 min
units_math_time
time_seconds_to_minutes
short_query
time_conversion
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.198797+00:00", "row_index": 99, "seed": 42, "shard_index": 0, "target_completion": "1 min"}
train
qa_d9fd33746135ecd2
Please calculate force for 100kg at 5m/s2 as n
500 n
units_math_time
units_formula_force_n_from_kg_mps2
direct_question
unit_formula
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.198800+00:00", "row_index": 100, "seed": 42, "shard_index": 0, "target_completion": "500 n"}
train
qa_5e6b01b1c4aaae6c
please calculate 170/17
10
units_math_time
math_divide
direct_question
math_binary
{"answer_mode": "completion_only", "answer_model": "taalas/llama3.1-8B", "answer_source": "deterministic_target", "answered_at": "2026-04-17T18:38:58.198803+00:00", "row_index": 101, "seed": 42, "shard_index": 0, "target_completion": "10"}
train
End of preview. Expand in Data Studio

small-qa-autocomplete

Synthetic prompt -> completion dataset for training/autocomplete workflows. Prompts are plain query text designed to resemble short user search/CLI-style requests.

Dataset Summary

  • task type: next-token / completion-style supervision
  • source: synthetic prompt permutations with deterministic and model-backed answering
  • total rows: 999495

Splits

  • train: 979385
  • validation: 10032
  • test: 10078

Schema

Each row includes:

  • id: stable row id
  • prompt: user query text
  • completion: target completion text
  • domain: domain family
  • intent_id: prompt intent identifier
  • style_id: prompt style variant
  • template_id: generator template identifier
  • metadata: JSON string with generation metadata

Recommended Usage

from datasets import load_dataset

# parquet
ds = load_dataset("parquet", data_files={
    "train": "train.parquet",
    "validation": "validation.parquet",
    "test": "test.parquet",
})

# jsonl alternative
# ds = load_dataset("json", data_files={
#     "train": "train.jsonl",
#     "validation": "validation.jsonl",
#     "test": "test.jsonl",
# })

Notes

  • This dataset is synthetic and may contain occasional noise.
  • It is intended as base pretraining/finetuning material for autocomplete-like behavior.
Downloads last month
377