From 655bc8b08e088c03ff85534b483f34bdd9a67d14 Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Thu, 19 Oct 2023 17:42:24 -0700 Subject: [PATCH] fix data challenges --- .../agbenchmark/challenges/verticals/data/2_label_csv/data.json | 2 +- .../challenges/verticals/data/3_combine_csv/data.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/agbenchmark/challenges/verticals/data/2_label_csv/data.json b/benchmark/agbenchmark/challenges/verticals/data/2_label_csv/data.json index 86d89d1c..d4967c1b 100644 --- a/benchmark/agbenchmark/challenges/verticals/data/2_label_csv/data.json +++ b/benchmark/agbenchmark/challenges/verticals/data/2_label_csv/data.json @@ -27,5 +27,5 @@ ] }, "name": "LabelCsv", - "task": "The csv 'input.csv' has many items. create a 'Color' column for these items and classify them as either 'blue', 'green', or 'yellow' depending on what the most likely color is. Preserve the order of the rows. The color column should be the second column. Write the output in output.csv" + "task": "The csv 'input.csv' has many items. Create a 'Color' column for these items and classify them as either 'blue', 'green', or 'yellow' depending on what the most likely color is. Use lowercase letters to classify and preserve the order of the rows. The color column should be the second column. Write the output in output.csv" } diff --git a/benchmark/agbenchmark/challenges/verticals/data/3_combine_csv/data.json b/benchmark/agbenchmark/challenges/verticals/data/3_combine_csv/data.json index 3964785f..b89258c5 100644 --- a/benchmark/agbenchmark/challenges/verticals/data/3_combine_csv/data.json +++ b/benchmark/agbenchmark/challenges/verticals/data/3_combine_csv/data.json @@ -5,7 +5,7 @@ ], "cutoff": 60, "dependencies": [ - "TestLabelCsv" + "TestSortCsv" ], "eval_id": "52467beb-b951-4356-9776-9a0ae46bb33b", "ground": {