aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/deprecated/adapatability/a3_book_price/data.json
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/agbenchmark/challenges/deprecated/adapatability/a3_book_price/data.json')
-rw-r--r--benchmark/agbenchmark/challenges/deprecated/adapatability/a3_book_price/data.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/benchmark/agbenchmark/challenges/deprecated/adapatability/a3_book_price/data.json b/benchmark/agbenchmark/challenges/deprecated/adapatability/a3_book_price/data.json
new file mode 100644
index 000000000..55d5402e8
--- /dev/null
+++ b/benchmark/agbenchmark/challenges/deprecated/adapatability/a3_book_price/data.json
@@ -0,0 +1,31 @@
+{
+ "category": [
+ "adaptability",
+ "scrape_synthesize"
+ ],
+ "cutoff": 60,
+ "dependencies": [
+ "TestBasicRetrieval"
+ ],
+ "eval_id": "261ee06f-a7b0-4d5c-bf92-3197763caba6",
+ "ground": {
+ "answer": "\u00a325.89",
+ "eval": {
+ "type": "file"
+ },
+ "files": [
+ ".txt"
+ ],
+ "should_contain": [
+ "25.89"
+ ],
+ "should_not_contain": []
+ },
+ "info": {
+ "description": "An advanced version of this -> remove.html as well. Same as TestBasicRetrieval but link is slightly broken, supposed to be http:// at the start.",
+ "difficulty": "novice",
+ "side_effects": []
+ },
+ "name": "AdaptLink",
+ "task": "Write the price of the book in this url 'books.toscrape.com/catalogue/meditations_33/index.html' to a .txt file."
+}