aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/deprecated/retrieval/1_tesla_revenue/data.json
blob: 2cd9ab205c1a11d33abc967a9cf0ac4b2934d47d (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": [
        "TestBasicRetrieval"
    ],
    "eval_id": "c379905b-b7d7-49ea-89d8-9b0c113db75f",
    "ground": {
        "answer": "It was $81.462 billion in 2022.",
        "eval": {
            "type": "file"
        },
        "files": [
            ".txt"
        ],
        "should_contain": [
            "81"
        ],
        "should_not_contain": []
    },
    "info": {
        "description": "A no guardrails search for info",
        "difficulty": "novice",
        "side_effects": []
    },
    "name": "RevenueRetrieval1.0",
    "task": "Write tesla's revenue in 2022 into a .txt file."
}