uqlm.utils.prompts.claim_qa.get_answer_template#

uqlm.utils.prompts.claim_qa.get_answer_template(claim_question, original_question=None, original_response=None)#
Return type:

str

Parameters:
  • original_question (str) – The original question to be used for generating the answer.

  • original_response (str) – The original response to be used for generating the answer.

  • claim_question (str) – The claim question to be used for generating the answer.