Update evaluate_agent.py
Browse files- evaluate_agent.py +7 -0
evaluate_agent.py
CHANGED
@@ -16,6 +16,13 @@ def test_questions():
|
|
16 |
),
|
17 |
"expected_keywords": ["14", "fourteen"]
|
18 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
]
|
20 |
|
21 |
|
|
|
16 |
),
|
17 |
"expected_keywords": ["14", "fourteen"]
|
18 |
},
|
19 |
+
{
|
20 |
+
"task_id": "q4",
|
21 |
+
"question": (
|
22 |
+
"Who nominated the only Featured Article on English Wikipedia about a dinosaur that was promoted in November 2016?"
|
23 |
+
),
|
24 |
+
"expected_keywords": ["FunkMonk"]
|
25 |
+
}
|
26 |
]
|
27 |
|
28 |
|