aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/verticals/scrape/3_revenue_retrieval/data.json
blob: f76016405e28d616a0663eef8207e6f2b7fe8722 (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
31
{
    "category": [
        "scrape_synthesize",
        "general"
    ],
    "cutoff": 60,
    "dependencies": [
        "TestBasicRetrieval"
    ],
    "eval_id": "dc2114d7-1597-4c9b-bed0-a97937ad977f",
    "ground": {
        "answer": "It was $81.462 billion in 2022. In millions the answer is 81,462.",
        "eval": {
            "type": "file"
        },
        "files": [
            ".txt"
        ],
        "should_contain": [
            "81,462"
        ],
        "should_not_contain": []
    },
    "info": {
        "description": "Tests if the agent can retrieve Tesla's revenue in 2022.",
        "difficulty": "intermediate",
        "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 million)."
}