This commit is contained in:
Andreas Koepf 2025-02-11 11:03:55 +01:00
parent 4abcd1f1df
commit 014ee03e35

View file

@ -59,7 +59,7 @@ class PolynomialEquationsDataset(ProceduralDataset):
self._prompt_templates = [
"Find the real value(s) of {variable} in the equation: {polynomial_expanded} = 0",
"Solve for real {variable}: {polynomial_expanded} = 0",
"Determine the real value(s) of {variable} tha satisfies: {polynomial_expanded} = 0",
"Determine the real value(s) of {variable} that satisfies: {polynomial_expanded} = 0",
"Solve the polynomial equation for real {variable}:\n{polynomial_expanded} = 0",
]
super().__init__(config=config, seed=config.seed, size=config.size)