Skip to content

Commit

Permalink
Update cot_prompt.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Sep 3, 2024
1 parent f48d6b5 commit aaf963c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prompts/logic/cot_prompt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ content: >
- Reformulate all rules and constraints coherently.
- Utilize predicate logic to define these rules.
- Identify any implicit rules or constraints not explicitly stated.
- Use predicate logic if you find convenient to express the problem
- Use predicate logic to express the problem
***Step 1: Verify Your Reformulation***
Expand Down Expand Up @@ -107,6 +107,7 @@ content: >
- Implement the logical steps defined previously and draw inferences.
- Ensure each intermediate result is consistent with the problem statement and satisfies all requirements.
- Repeat this step until a solution is reached.
- Infer using predicate logic reduction, and rewritting rules (Knuth Bendix)
---
Expand Down

0 comments on commit aaf963c

Please sign in to comment.