Dataset Viewer
Auto-converted to Parquet Duplicate
instruction
stringclasses
16 values
answer
stringclasses
4 values
tag
stringclasses
4 values
split_kind
stringclasses
1 value
text
stringclasses
16 values
Create subtract(a, b) so it returns a minus b.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Create subtract(a, b) so it returns a minus b. Answer: def subtract(a, b): return a - b <END>
Write the DIVIDE function.
def divide(a, b): return a / b
divide
train_seen
Instruction: Write the DIVIDE function. Answer: def divide(a, b): return a / b <END>
Make a Python function named subtract that subtracts b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Make a Python function named subtract that subtracts b from a. Answer: def subtract(a, b): return a - b <END>
Write the DIVIDE function.
def divide(a, b): return a / b
divide
train_seen
Instruction: Write the DIVIDE function. Answer: def divide(a, b): return a / b <END>
Define multiply for multiplying a and b.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Define multiply for multiplying a and b. Answer: def multiply(a, b): return a * b <END>
Make a Python function named multiply that multiplies two numbers.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Make a Python function named multiply that multiplies two numbers. Answer: def multiply(a, b): return a * b <END>
Define add for adding a and b.
def add(a, b): return a + b
add
train_seen
Instruction: Define add for adding a and b. Answer: def add(a, b): return a + b <END>
Write the SUBTRACT function.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Write the SUBTRACT function. Answer: def subtract(a, b): return a - b <END>
Write the MULTIPLY function.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Write the MULTIPLY function. Answer: def multiply(a, b): return a * b <END>
Make a Python function named add that adds two numbers.
def add(a, b): return a + b
add
train_seen
Instruction: Make a Python function named add that adds two numbers. Answer: def add(a, b): return a + b <END>
Define add for adding a and b.
def add(a, b): return a + b
add
train_seen
Instruction: Define add for adding a and b. Answer: def add(a, b): return a + b <END>
Create divide(a, b) so it returns a divided by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Create divide(a, b) so it returns a divided by b. Answer: def divide(a, b): return a / b <END>
Define multiply for multiplying a and b.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Define multiply for multiplying a and b. Answer: def multiply(a, b): return a * b <END>
Create subtract(a, b) so it returns a minus b.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Create subtract(a, b) so it returns a minus b. Answer: def subtract(a, b): return a - b <END>
Define subtract for subtracting b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Define subtract for subtracting b from a. Answer: def subtract(a, b): return a - b <END>
Write the SUBTRACT function.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Write the SUBTRACT function. Answer: def subtract(a, b): return a - b <END>
Define divide for dividing a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Define divide for dividing a by b. Answer: def divide(a, b): return a / b <END>
Make a Python function named multiply that multiplies two numbers.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Make a Python function named multiply that multiplies two numbers. Answer: def multiply(a, b): return a * b <END>
Make a Python function named multiply that multiplies two numbers.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Make a Python function named multiply that multiplies two numbers. Answer: def multiply(a, b): return a * b <END>
Create add(a, b) so it returns their sum.
def add(a, b): return a + b
add
train_seen
Instruction: Create add(a, b) so it returns their sum. Answer: def add(a, b): return a + b <END>
Write the MULTIPLY function.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Write the MULTIPLY function. Answer: def multiply(a, b): return a * b <END>
Define add for adding a and b.
def add(a, b): return a + b
add
train_seen
Instruction: Define add for adding a and b. Answer: def add(a, b): return a + b <END>
Define add for adding a and b.
def add(a, b): return a + b
add
train_seen
Instruction: Define add for adding a and b. Answer: def add(a, b): return a + b <END>
Make a Python function named add that adds two numbers.
def add(a, b): return a + b
add
train_seen
Instruction: Make a Python function named add that adds two numbers. Answer: def add(a, b): return a + b <END>
Make a Python function named multiply that multiplies two numbers.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Make a Python function named multiply that multiplies two numbers. Answer: def multiply(a, b): return a * b <END>
Make a Python function named add that adds two numbers.
def add(a, b): return a + b
add
train_seen
Instruction: Make a Python function named add that adds two numbers. Answer: def add(a, b): return a + b <END>
Make a Python function named divide that divides a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Make a Python function named divide that divides a by b. Answer: def divide(a, b): return a / b <END>
Create add(a, b) so it returns their sum.
def add(a, b): return a + b
add
train_seen
Instruction: Create add(a, b) so it returns their sum. Answer: def add(a, b): return a + b <END>
Create divide(a, b) so it returns a divided by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Create divide(a, b) so it returns a divided by b. Answer: def divide(a, b): return a / b <END>
Define subtract for subtracting b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Define subtract for subtracting b from a. Answer: def subtract(a, b): return a - b <END>
Create add(a, b) so it returns their sum.
def add(a, b): return a + b
add
train_seen
Instruction: Create add(a, b) so it returns their sum. Answer: def add(a, b): return a + b <END>
Make a Python function named add that adds two numbers.
def add(a, b): return a + b
add
train_seen
Instruction: Make a Python function named add that adds two numbers. Answer: def add(a, b): return a + b <END>
Create multiply(a, b) so it returns their product.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Create multiply(a, b) so it returns their product. Answer: def multiply(a, b): return a * b <END>
Define multiply for multiplying a and b.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Define multiply for multiplying a and b. Answer: def multiply(a, b): return a * b <END>
Make a Python function named subtract that subtracts b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Make a Python function named subtract that subtracts b from a. Answer: def subtract(a, b): return a - b <END>
Make a Python function named divide that divides a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Make a Python function named divide that divides a by b. Answer: def divide(a, b): return a / b <END>
Make a Python function named divide that divides a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Make a Python function named divide that divides a by b. Answer: def divide(a, b): return a / b <END>
Define divide for dividing a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Define divide for dividing a by b. Answer: def divide(a, b): return a / b <END>
Define add for adding a and b.
def add(a, b): return a + b
add
train_seen
Instruction: Define add for adding a and b. Answer: def add(a, b): return a + b <END>
Write the DIVIDE function.
def divide(a, b): return a / b
divide
train_seen
Instruction: Write the DIVIDE function. Answer: def divide(a, b): return a / b <END>
Make a Python function named add that adds two numbers.
def add(a, b): return a + b
add
train_seen
Instruction: Make a Python function named add that adds two numbers. Answer: def add(a, b): return a + b <END>
Define divide for dividing a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Define divide for dividing a by b. Answer: def divide(a, b): return a / b <END>
Create multiply(a, b) so it returns their product.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Create multiply(a, b) so it returns their product. Answer: def multiply(a, b): return a * b <END>
Write the DIVIDE function.
def divide(a, b): return a / b
divide
train_seen
Instruction: Write the DIVIDE function. Answer: def divide(a, b): return a / b <END>
Write the ADD function.
def add(a, b): return a + b
add
train_seen
Instruction: Write the ADD function. Answer: def add(a, b): return a + b <END>
Make a Python function named subtract that subtracts b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Make a Python function named subtract that subtracts b from a. Answer: def subtract(a, b): return a - b <END>
Define multiply for multiplying a and b.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Define multiply for multiplying a and b. Answer: def multiply(a, b): return a * b <END>
Create add(a, b) so it returns their sum.
def add(a, b): return a + b
add
train_seen
Instruction: Create add(a, b) so it returns their sum. Answer: def add(a, b): return a + b <END>
Write the ADD function.
def add(a, b): return a + b
add
train_seen
Instruction: Write the ADD function. Answer: def add(a, b): return a + b <END>
Define subtract for subtracting b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Define subtract for subtracting b from a. Answer: def subtract(a, b): return a - b <END>
Create add(a, b) so it returns their sum.
def add(a, b): return a + b
add
train_seen
Instruction: Create add(a, b) so it returns their sum. Answer: def add(a, b): return a + b <END>
Write the ADD function.
def add(a, b): return a + b
add
train_seen
Instruction: Write the ADD function. Answer: def add(a, b): return a + b <END>
Write the ADD function.
def add(a, b): return a + b
add
train_seen
Instruction: Write the ADD function. Answer: def add(a, b): return a + b <END>
Create add(a, b) so it returns their sum.
def add(a, b): return a + b
add
train_seen
Instruction: Create add(a, b) so it returns their sum. Answer: def add(a, b): return a + b <END>
Define subtract for subtracting b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Define subtract for subtracting b from a. Answer: def subtract(a, b): return a - b <END>
Write the DIVIDE function.
def divide(a, b): return a / b
divide
train_seen
Instruction: Write the DIVIDE function. Answer: def divide(a, b): return a / b <END>
Write the SUBTRACT function.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Write the SUBTRACT function. Answer: def subtract(a, b): return a - b <END>
Write the DIVIDE function.
def divide(a, b): return a / b
divide
train_seen
Instruction: Write the DIVIDE function. Answer: def divide(a, b): return a / b <END>
Define subtract for subtracting b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Define subtract for subtracting b from a. Answer: def subtract(a, b): return a - b <END>
Make a Python function named subtract that subtracts b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Make a Python function named subtract that subtracts b from a. Answer: def subtract(a, b): return a - b <END>
Make a Python function named divide that divides a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Make a Python function named divide that divides a by b. Answer: def divide(a, b): return a / b <END>
Create add(a, b) so it returns their sum.
def add(a, b): return a + b
add
train_seen
Instruction: Create add(a, b) so it returns their sum. Answer: def add(a, b): return a + b <END>
Create subtract(a, b) so it returns a minus b.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Create subtract(a, b) so it returns a minus b. Answer: def subtract(a, b): return a - b <END>
Write the ADD function.
def add(a, b): return a + b
add
train_seen
Instruction: Write the ADD function. Answer: def add(a, b): return a + b <END>
Write the MULTIPLY function.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Write the MULTIPLY function. Answer: def multiply(a, b): return a * b <END>
Define add for adding a and b.
def add(a, b): return a + b
add
train_seen
Instruction: Define add for adding a and b. Answer: def add(a, b): return a + b <END>
Make a Python function named divide that divides a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Make a Python function named divide that divides a by b. Answer: def divide(a, b): return a / b <END>
Create subtract(a, b) so it returns a minus b.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Create subtract(a, b) so it returns a minus b. Answer: def subtract(a, b): return a - b <END>
Create multiply(a, b) so it returns their product.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Create multiply(a, b) so it returns their product. Answer: def multiply(a, b): return a * b <END>
Define subtract for subtracting b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Define subtract for subtracting b from a. Answer: def subtract(a, b): return a - b <END>
Make a Python function named multiply that multiplies two numbers.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Make a Python function named multiply that multiplies two numbers. Answer: def multiply(a, b): return a * b <END>
Make a Python function named subtract that subtracts b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Make a Python function named subtract that subtracts b from a. Answer: def subtract(a, b): return a - b <END>
Define multiply for multiplying a and b.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Define multiply for multiplying a and b. Answer: def multiply(a, b): return a * b <END>
Write the SUBTRACT function.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Write the SUBTRACT function. Answer: def subtract(a, b): return a - b <END>
Make a Python function named divide that divides a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Make a Python function named divide that divides a by b. Answer: def divide(a, b): return a / b <END>
Define subtract for subtracting b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Define subtract for subtracting b from a. Answer: def subtract(a, b): return a - b <END>
Make a Python function named divide that divides a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Make a Python function named divide that divides a by b. Answer: def divide(a, b): return a / b <END>
Create add(a, b) so it returns their sum.
def add(a, b): return a + b
add
train_seen
Instruction: Create add(a, b) so it returns their sum. Answer: def add(a, b): return a + b <END>
Define add for adding a and b.
def add(a, b): return a + b
add
train_seen
Instruction: Define add for adding a and b. Answer: def add(a, b): return a + b <END>
Create subtract(a, b) so it returns a minus b.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Create subtract(a, b) so it returns a minus b. Answer: def subtract(a, b): return a - b <END>
Define multiply for multiplying a and b.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Define multiply for multiplying a and b. Answer: def multiply(a, b): return a * b <END>
Make a Python function named subtract that subtracts b from a.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Make a Python function named subtract that subtracts b from a. Answer: def subtract(a, b): return a - b <END>
Write the ADD function.
def add(a, b): return a + b
add
train_seen
Instruction: Write the ADD function. Answer: def add(a, b): return a + b <END>
Write the MULTIPLY function.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Write the MULTIPLY function. Answer: def multiply(a, b): return a * b <END>
Write the SUBTRACT function.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Write the SUBTRACT function. Answer: def subtract(a, b): return a - b <END>
Make a Python function named multiply that multiplies two numbers.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Make a Python function named multiply that multiplies two numbers. Answer: def multiply(a, b): return a * b <END>
Make a Python function named add that adds two numbers.
def add(a, b): return a + b
add
train_seen
Instruction: Make a Python function named add that adds two numbers. Answer: def add(a, b): return a + b <END>
Define divide for dividing a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Define divide for dividing a by b. Answer: def divide(a, b): return a / b <END>
Write the DIVIDE function.
def divide(a, b): return a / b
divide
train_seen
Instruction: Write the DIVIDE function. Answer: def divide(a, b): return a / b <END>
Define divide for dividing a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Define divide for dividing a by b. Answer: def divide(a, b): return a / b <END>
Make a Python function named divide that divides a by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Make a Python function named divide that divides a by b. Answer: def divide(a, b): return a / b <END>
Create add(a, b) so it returns their sum.
def add(a, b): return a + b
add
train_seen
Instruction: Create add(a, b) so it returns their sum. Answer: def add(a, b): return a + b <END>
Create multiply(a, b) so it returns their product.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Create multiply(a, b) so it returns their product. Answer: def multiply(a, b): return a * b <END>
Create divide(a, b) so it returns a divided by b.
def divide(a, b): return a / b
divide
train_seen
Instruction: Create divide(a, b) so it returns a divided by b. Answer: def divide(a, b): return a / b <END>
Make a Python function named add that adds two numbers.
def add(a, b): return a + b
add
train_seen
Instruction: Make a Python function named add that adds two numbers. Answer: def add(a, b): return a + b <END>
Create multiply(a, b) so it returns their product.
def multiply(a, b): return a * b
multiply
train_seen
Instruction: Create multiply(a, b) so it returns their product. Answer: def multiply(a, b): return a * b <END>
Create subtract(a, b) so it returns a minus b.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Create subtract(a, b) so it returns a minus b. Answer: def subtract(a, b): return a - b <END>
Write the SUBTRACT function.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Write the SUBTRACT function. Answer: def subtract(a, b): return a - b <END>
Write the SUBTRACT function.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Write the SUBTRACT function. Answer: def subtract(a, b): return a - b <END>
Create subtract(a, b) so it returns a minus b.
def subtract(a, b): return a - b
subtract
train_seen
Instruction: Create subtract(a, b) so it returns a minus b. Answer: def subtract(a, b): return a - b <END>
End of preview. Expand in Data Studio

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

TT638B Four Function Prompt Variation

Trains on multiple prompt phrasings for ADD/SUBTRACT/MULTIPLY/DIVIDE.

It also includes held-out prompt variants for evaluation.

Seen gate: The model should pass all trained prompt phrasings.

Held-out diagnostic: The model may or may not pass unseen phrasings. That measures prompt generalization.

Downloads last month
62