From ae2d1fea626ff417f51dc0ab114e7ab5b78e49d1 Mon Sep 17 00:00:00 2001 From: Jun Yao <100278571+soki123@users.noreply.github.com> Date: Fri, 30 May 2025 11:23:26 +0800 Subject: [PATCH] Update srbench_gen.py --- opencompass/configs/datasets/srbench/srbench_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencompass/configs/datasets/srbench/srbench_gen.py b/opencompass/configs/datasets/srbench/srbench_gen.py index fcdb2dfc..d1e6048b 100644 --- a/opencompass/configs/datasets/srbench/srbench_gen.py +++ b/opencompass/configs/datasets/srbench/srbench_gen.py @@ -13,7 +13,7 @@ INFER_TEMPLATE = f''' Based on the above data, please infer the possible formula. Ensure that your inference applies to all the provided data points, and consider both linear and nonlinear combinations. Verify whether your formula applies to the following new data point and adjust it to ensure accuracy: {{prompt2}} - Finally, please output only the formula string you inferred (e.g. z=x_0 * x_1), without any additional information. + Finally, please output only the formula string you inferred (e.g. y=x_0 * x_1), without any additional information. ''' srbench_reader_cfg = dict(input_columns=["prompt1","prompt2"], output_column='Formula')