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": {