@@ -27,17 +27,17 @@ def test_data():
27
27
"\" Yes, answer is present\" or \" I don't know\" . Do not add any other information in your output.\n \n "
28
28
"QUESTION:\n Which is the best programming language?\n \n "
29
29
"CONTEXTS:\n "
30
- "[1] Python is the best programming language.\n "
31
- "[2] Javascript is the best programming language.\n "
32
- "[3] Go is the best programming language.\n "
33
- "[4] Java is the best programming language.\n "
34
- "[5] C# is the best programming language.\n "
35
- "[6] Ruby is the best programming language.\n "
36
- "[7] R is the best programming language.\n "
37
- "[8] C++ is the best programming language.\n "
38
- "[9] C is the best programming language.\n "
30
+ "[1] Python is the best programming language.\n \n "
31
+ "[2] Javascript is the best programming language.\n \n "
32
+ "[3] Go is the best programming language.\n \n "
33
+ "[4] Java is the best programming language.\n \n "
34
+ "[5] C# is the best programming language.\n \n "
35
+ "[6] Ruby is the best programming language.\n \n "
36
+ "[7] R is the best programming language.\n \n "
37
+ "[8] C++ is the best programming language.\n \n "
38
+ "[9] C is the best programming language.\n \n "
39
39
"[10] Rust is the best programming language.\n \n "
40
- "OUTPUT:"
40
+ "OUTPUT:\n "
41
41
)
42
42
return query , passages , expected_output
43
43
0 commit comments