uqlm.utils.prompts.decomposition.get_jiang_2024_breakdown_prompt#
- uqlm.utils.prompts.decomposition.get_jiang_2024_breakdown_prompt(response)#
Claim decomposition prompt from Jiang et al. (2024).
Instructs the LLM to deconstruct a paragraph into the smallest possible standalone, self-contained facts without semantic repetition. Designed for graph-based UQ pipelines where redundant claims would distort graph edges.
- Return type:
str- Parameters:
response (str) – The response to be broken down into non-redundant atomic facts.
- Returns:
The prompt template for breaking down the response into minimal, non-redundant facts.
- Return type:
str