From 2be14cab3e29bacf93132808b456e2ecfc46223a Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Mon, 2 Oct 2023 09:52:59 -0700 Subject: [PATCH] Correct revenue retrieval challenge (#5471) --- .../challenges/verticals/scrape/3_revenue_retrieval/data.json | 2 +- .../challenges/verticals/scrape/4_revenue_retrieval_2/data.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/agbenchmark/challenges/verticals/scrape/3_revenue_retrieval/data.json b/benchmark/agbenchmark/challenges/verticals/scrape/3_revenue_retrieval/data.json index 6e397da5..f7601640 100644 --- a/benchmark/agbenchmark/challenges/verticals/scrape/3_revenue_retrieval/data.json +++ b/benchmark/agbenchmark/challenges/verticals/scrape/3_revenue_retrieval/data.json @@ -27,5 +27,5 @@ "side_effects": [] }, "name": "RevenueRetrieval", - "task": "Write tesla's exact revenue in 2022 into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 billion)." + "task": "Write tesla's exact revenue in 2022 into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 million)." } diff --git a/benchmark/agbenchmark/challenges/verticals/scrape/4_revenue_retrieval_2/data.json b/benchmark/agbenchmark/challenges/verticals/scrape/4_revenue_retrieval_2/data.json index 0a9aec55..69214601 100644 --- a/benchmark/agbenchmark/challenges/verticals/scrape/4_revenue_retrieval_2/data.json +++ b/benchmark/agbenchmark/challenges/verticals/scrape/4_revenue_retrieval_2/data.json @@ -42,5 +42,5 @@ ] }, "name": "RevenueRetrieval2", - "task": "Write tesla's revenue every year since its creation into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 billion)." + "task": "Write tesla's revenue every year since its creation into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 million)." }