Chain-of-Logic
A structured prompting technique designed specifically for complex rule-based reasoning tasks. Unlike other decomposition methods, CoL focuses on the logical relationships between components, making it particularly effective for legal reasoning and other rule-based decision-making processes.
Chain-of-Logic explicitly separates the process into two main phases:
This technique is inspired by the IRAC framework:
It is suggested to represent examples in a prompt using a systematic six-step process:
Decomposed Prompting
The foundational technique that breaks down complex tasks into simpler sub-tasks and assigns them to appropriate handlers.
First, a decomposer prompt outlines the process of solving a complex task through smaller sub-tasks. Each of these sub-tasks is then handled by specific sub-task handlers. These handlers can:
There are three key advantages to this technique:
Plan-and-Solve Prompting
Enhances reasoning by addressing missing step errors in Zero-Shot CoT prompting. This method introduces an intermediate planning phase before problem-solving, improving the model's ability to avoid skipping critical reasoning steps.
To use Plan-and-Solve Prompting, follow these steps: