uqlm.utils.prompts.decomposition.get_farquhar_2024_breakdown_prompt#

uqlm.utils.prompts.decomposition.get_farquhar_2024_breakdown_prompt(response)#

Claim decomposition prompt from Farquhar et al. (2024).

Uses zero-shot instruction to list specific factual propositions. The original paper does not include few-shot examples in the decomposition prompt, resulting in coarser-grained claims that may retain pronouns from the original text.

Return type:

str

Parameters:

response (str) – The response to be broken down into factual propositions.

Returns:

The prompt template for breaking down the response into factual propositions.

Return type:

str