Pygmales commited on
Commit
6b91c12
·
verified ·
1 Parent(s): baf0ff1

Sync from GitHub 7544d465b2f5fc7f6d250700f4c23857db6d057e

Browse files
Files changed (1) hide show
  1. tests/test_llm_fact_eval.py +1 -3
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=[["18"]],
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?",