aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/deprecated/retrieval/r1_book_price/data.json
blob: 33507af881880bdacb87164b51c866b5c9035997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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."
}