uqlm.utils.prompts.entailment_prompts.get_entailment_prompt#
- uqlm.utils.prompts.entailment_prompts.get_entailment_prompt(claim, source_text, style)#
This is the entailment prompt from GraphUQ.
- Return type:
str- Parameters:
claim (str) – The claim to be evaluated.
source_text (str) – The source text to be evaluated.
- Returns:
The prompt template for evaluating the entailment of a claim and a source text.
- Return type:
str