COMPARISON_TEMPLATE = ChatPromptTemplate.from_messages(
[('system', SYSTEM_MESSAGE), ('human', "{criteria}[User Question]\n{input}\n\n[The Start of Assistant A's Answer]\n{prediction}\n[The End of Assistant A's Answer]\n\n[The Start of Assistant B's Answer]\n{prediction_b}\n[The End of Assistant B's Answer]")]
)