aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/deprecated/retrieval/r1_book_price/data.json
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/agbenchmark/challenges/deprecated/retrieval/r1_book_price/data.json')
-rw-r--r--benchmark/agbenchmark/challenges/deprecated/retrieval/r1_book_price/data.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/benchmark/agbenchmark/challenges/deprecated/retrieval/r1_book_price/data.json b/benchmark/agbenchmark/challenges/deprecated/retrieval/r1_book_price/data.json
new file mode 100644
index 000000000..33507af88
--- /dev/null
+++ b/benchmark/agbenchmark/challenges/deprecated/retrieval/r1_book_price/data.json
@@ -0,0 +1,30 @@
+{
+ "category": [
+ "scrape_synthesize"
+ ],
+ "cutoff": 60,
+ "dependencies": [
+ "TestSearch"
+ ],
+ "eval_id": "8322a2c3-19e9-46ee-9ae0-6de0ae95becc",
+ "ground": {
+ "answer": "\u00a325.89",
+ "eval": {
+ "type": "file"
+ },
+ "files": [
+ ".txt"
+ ],
+ "should_contain": [
+ "25.89"
+ ],
+ "should_not_contain": []
+ },
+ "info": {
+ "description": "Specifies specific website to retrieve website from.",
+ "difficulty": "basic",
+ "side_effects": []
+ },
+ "name": "BasicRetrieval",
+ "task": "Write the price of the book in this url 'http://books.toscrape.com/catalogue/meditations_33/index.html' to a .txt file."
+}