Dataset Viewer
Auto-converted to Parquet
instruction
stringclasses
1 value
context
stringclasses
8 values
response
stringclasses
8 values
Extract a JSON object from the following conditions in the specified format. The output must contain just a JSON object with no extra tokens. For ==, return the exact value as a string, number, or boolean. For >, <, >=, <=, return a value that satisfies the condition (e.g., > 0 → "1"). For !=, provide a valid alternative value directly (e.g., != 'hyperkeratotic' → "smooth"). For OR() conditions, return the first valid value from the list. Output only the final value — DO NOT include operators, conditions, or extra metadata.
var_a_1 != true AND var_b_2 < 3 AND var_c_3 != 7 AND var_d_4 == OR('option_w_3', 'option_w_4') AND var_e_5 > 1 AND var_f_6 != 'rough' AND var_g_7 == false
{"params":[{"parameter":"var_a_1","value":"false"},{"parameter":"var_b_2","value":"2"},{"parameter":"var_c_3","value":"8"},{"parameter":"var_d_4","value":["option_w_3","option_w_4"]},{"parameter":"var_e_5","value":"2"},{"parameter":"var_f_6","value":"smooth"},{"parameter":"var_g_7","value":"false"}]}
Extract a JSON object from the following conditions in the specified format. The output must contain just a JSON object with no extra tokens. For ==, return the exact value as a string, number, or boolean. For >, <, >=, <=, return a value that satisfies the condition (e.g., > 0 → "1"). For !=, provide a valid alternative value directly (e.g., != 'hyperkeratotic' → "smooth"). For OR() conditions, return the first valid value from the list. Output only the final value — DO NOT include operators, conditions, or extra metadata.
var_a_1 == true AND var_b_2 >= 5 AND var_c_3 == false AND var_d_4 == OR('option_a_1', 'option_b_2', 'option_c_3') AND var_e_5 != 0 AND var_f_6 == 'normal' AND var_g_7 == true
{"params":[{"parameter":"var_a_1","value":"true"},{"parameter":"var_b_2","value":"5"},{"parameter":"var_c_3","value":"false"},{"parameter":"var_d_4","value":["option_a_1","option_b_2","option_c_3"]},{"parameter":"var_e_5","value":"1"},{"parameter":"var_f_6","value":"normal"},{"parameter":"var_g_7","value":"true"}]}
Extract a JSON object from the following conditions in the specified format. The output must contain just a JSON object with no extra tokens. For ==, return the exact value as a string, number, or boolean. For >, <, >=, <=, return a value that satisfies the condition (e.g., > 0 → "1"). For !=, provide a valid alternative value directly (e.g., != 'hyperkeratotic' → "smooth"). For OR() conditions, return the first valid value from the list. Output only the final value — DO NOT include operators, conditions, or extra metadata.
var_a_1 != true AND var_b_2 <= 5 AND var_c_3 == true AND var_d_4 == OR('option_x_1', 'option_x_2', 'option_x_3') AND var_e_5 == 0 AND var_f_6 != 'smooth' AND var_g_7 == false
{"params":[{"parameter":"var_a_1","value":"false"},{"parameter":"var_b_2","value":"5"},{"parameter":"var_c_3","value":"false"},{"parameter":"var_d_4","value":["option_x_1","option_x_2","option_x_3"]},{"parameter":"var_e_5","value":"0"},{"parameter":"var_f_6","value":"rough"},{"parameter":"var_g_7","value":"false"}]}
Extract a JSON object from the following conditions in the specified format. The output must contain just a JSON object with no extra tokens. For ==, return the exact value as a string, number, or boolean. For >, <, >=, <=, return a value that satisfies the condition (e.g., > 0 → "1"). For !=, provide a valid alternative value directly (e.g., != 'hyperkeratotic' → "smooth"). For OR() conditions, return the first valid value from the list. Output only the final value — DO NOT include operators, conditions, or extra metadata.
var_a_1 != true AND var_b_2 >= 5 AND var_c_3 == false AND var_d_4 == OR('option_w_1', 'option_w_2') AND var_e_5 != 1 AND var_f_6 == 'normal' AND var_g_7 == false
{"params":[{"parameter":"var_a_1","value":"false"},{"parameter":"var_b_2","value":"5"},{"parameter":"var_c_3","value":"false"},{"parameter":"var_d_4","value":["option_w_1","option_w_2"]},{"parameter":"var_e_5","value":"2"},{"parameter":"var_f_6","value":"normal"},{"parameter":"var_g_7","value":"false"}]}
Extract a JSON object from the following conditions in the specified format. The output must contain just a JSON object with no extra tokens. For ==, return the exact value as a string, number, or boolean. For >, <, >=, <=, return a value that satisfies the condition (e.g., > 0 → "1"). For !=, provide a valid alternative value directly (e.g., != 'hyperkeratotic' → "smooth"). For OR() conditions, return the first valid value from the list. Output only the final value — DO NOT include operators, conditions, or extra metadata.
var_a_1 != true AND var_b_2 < 10 AND var_c_3 == true AND var_d_4 == OR('option_y_1', 'option_y_2', 'option_y_3') AND var_e_5 > 1 AND var_f_6 == 'normal' AND var_g_7 == false
{"params":[{"parameter":"var_a_1","value":"false"},{"parameter":"var_b_2","value":"9"},{"parameter":"var_c_3","value":"true"},{"parameter":"var_d_4","value":["option_y_1","option_y_2","option_y_3"]},{"parameter":"var_e_5","value":"2"},{"parameter":"var_f_6","value":"normal"},{"parameter":"var_g_7","value":"false"}]}
Extract a JSON object from the following conditions in the specified format. The output must contain just a JSON object with no extra tokens. For ==, return the exact value as a string, number, or boolean. For >, <, >=, <=, return a value that satisfies the condition (e.g., > 0 → "1"). For !=, provide a valid alternative value directly (e.g., != 'hyperkeratotic' → "smooth"). For OR() conditions, return the first valid value from the list. Output only the final value — DO NOT include operators, conditions, or extra metadata.
var_a_1 == true AND var_b_2 == false AND var_c_3 < 5 AND var_d_4 == OR('option_a_1', 'option_b_2', 'option_c_3') AND var_e_5 <= 10 AND var_f_6 != 'normal' AND var_g_7 == false
{"params":[{"parameter":"var_a_1","value":"true"},{"parameter":"var_b_2","value":"false"},{"parameter":"var_c_3","value":"4"},{"parameter":"var_d_4","value":["option_a_1","option_b_2","option_c_3"]},{"parameter":"var_e_5","value":"10"},{"parameter":"var_f_6","value":"smooth"},{"parameter":"var_g_7","value":"false"}]}
Extract a JSON object from the following conditions in the specified format. The output must contain just a JSON object with no extra tokens. For ==, return the exact value as a string, number, or boolean. For >, <, >=, <=, return a value that satisfies the condition (e.g., > 0 → "1"). For !=, provide a valid alternative value directly (e.g., != 'hyperkeratotic' → "smooth"). For OR() conditions, return the first valid value from the list. Output only the final value — DO NOT include operators, conditions, or extra metadata.
var_a_1 == false AND var_b_2 == true AND var_c_3 == true AND var_d_4 == OR('option_x_1', 'option_x_2', 'option_x_3', 'option_x_4', 'option_x_5', 'option_x_6') AND var_e_5 > 0 AND var_f_6 != 'hyperkeratotic' AND var_g_7 == true
{"params":[{"parameter":"var_a_1","value":"false"},{"parameter":"var_b_2","value":"true"},{"parameter":"var_c_3","value":"true"},{"parameter":"var_d_4","value":["option_x_1","option_x_2","option_x_3","option_x_4","option_x_5","option_x_6"]},{"parameter":"var_e_5","value":"1"},{"parameter":"var_f_6","value":"smooth"},{"parameter":"var_g_7","value":"true"}]}
Extract a JSON object from the following conditions in the specified format. The output must contain just a JSON object with no extra tokens. For ==, return the exact value as a string, number, or boolean. For >, <, >=, <=, return a value that satisfies the condition (e.g., > 0 → "1"). For !=, provide a valid alternative value directly (e.g., != 'hyperkeratotic' → "smooth"). For OR() conditions, return the first valid value from the list. Output only the final value — DO NOT include operators, conditions, or extra metadata.
var_a_1 == true AND var_b_2 < 10 AND var_c_3 == true AND var_d_4 == OR('option_x_1', 'option_x_2') AND var_e_5 == 3 AND var_f_6 == 'normal' AND var_g_7 == true
{"params":[{"parameter":"var_a_1","value":"true"},{"parameter":"var_b_2","value":"9"},{"parameter":"var_c_3","value":"true"},{"parameter":"var_d_4","value":["option_x_1","option_x_2"]},{"parameter":"var_e_5","value":"3"},{"parameter":"var_f_6","value":"normal"},{"parameter":"var_g_7","value":"true"}]}
README.md exists but content is empty.
Downloads last month
39