diff --git a/opencompass/tasks/llm_eval.py b/opencompass/tasks/llm_eval.py index 2e1b5c853..766afcc5a 100644 --- a/opencompass/tasks/llm_eval.py +++ b/opencompass/tasks/llm_eval.py @@ -74,7 +74,7 @@ def _make_prompt(self, question: str, responses: List[str]) -> str: prompt = ('Below are a question and a set of answers, each numbered by' ' a digit. Please sort the answers from least to most ' 'appropriate to the question. Only return the digit ' - 'seperated by a blank space. For example, when there are ' + 'separated by a blank space. For example, when there are ' 'three answers presented, you should say "1 0 2" when the ' 'second answer is the best and the third is the worst.\n' f'Q: {question}\n')