Spaces:
Sleeping
Sleeping
Sync from GitHub 7544d465b2f5fc7f6d250700f4c23857db6d057e
Browse files
tests/test_llm_fact_eval.py
CHANGED
|
@@ -141,11 +141,9 @@ def build_cases() -> list[dict]:
|
|
| 141 |
query="Wie lange dauert der deutschsprachige EMBA HSG?",
|
| 142 |
expect_any=[["18"]],
|
| 143 |
forbid=[]),
|
| 144 |
-
# "EMBA" is the distinct short name of the German-speaking programme,
|
| 145 |
-
# just as IEMBA and emba X identify the other two programmes.
|
| 146 |
dict(id="de_duration_emba_short_name", lang="de",
|
| 147 |
query="Wie lange dauert der EMBA?",
|
| 148 |
-
expect_any=[["
|
| 149 |
forbid=[]),
|
| 150 |
dict(id="en_duration_embax", lang="en",
|
| 151 |
query="How long does the emba X take and how many ECTS is it?",
|
|
|
|
| 141 |
query="Wie lange dauert der deutschsprachige EMBA HSG?",
|
| 142 |
expect_any=[["18"]],
|
| 143 |
forbid=[]),
|
|
|
|
|
|
|
| 144 |
dict(id="de_duration_emba_short_name", lang="de",
|
| 145 |
query="Wie lange dauert der EMBA?",
|
| 146 |
+
expect_any=[["iemba", "international"], ["emba x", "embax"]],
|
| 147 |
forbid=[]),
|
| 148 |
dict(id="en_duration_embax", lang="en",
|
| 149 |
query="How long does the emba X take and how many ECTS is it?",
|