Skip to content

Instantly share code, notes, and snippets.

View john-adeojo's full-sized avatar

John Adeojo john-adeojo

View GitHub Profile
Generate relevant and distinct example
---
Follow the following format.
Question: Initial question
Example: Generate a distinct example question based on initial question
---
Generate an Answer to the initial question
---
Question: Oliver had $9, then he saved $5 from his allowance and spent $4 on a frisbee and $3 on a puzzle. His friend gives him another $8 as it's his birthday. How much money does Oliver have left?
Answer: 15
---
Follow the following format.
Generate an Answer to the initial question
---
Follow the following format.
Question: Initial question
Context: Analogous questions and answers
Generate relevant and distinct example
---
Follow the following format.
Question: Initial question
Example: Generate a distinct example question based on initial question
---
analogy_1: Question: Sally had 120 marbles and gave away 25% of them. How many marbles does Sally have left?,
answer to analogy_1: Sally has 90 marbles left.
analogy_2: Question: Trent baked 24 cookies and gave away 60% of them. How many cookies did he keep?,
answer to analogy_2: Trent kept 9 cookies.
Reasoning: Let's think step by step in order to find out how many tadpoles Trent kept. We know that Trent caught 180 tadpoles and let go of 75% of them. To find out how many he kept, we need to subtract the number he let go from the total number he caught.
Answer: Trent kept 45 tadpoles.
---
Generate an Answer to the initial question
---
Follow the following format.
Question: Initial question
Context: Analogous questions and answers
@john-adeojo
john-adeojo / falcon_CoT_Hint_labeled_fewshot.txt
Created October 23, 2023 14:43
Generated text from line 14 from Given
Given the fields `question`, produce the fields `answer`.
---
Follow the following format.
Question: ${question}
Reasoning: Let's think step by step in order to ${produce the answer}. We ...
Answer: ${answer}
@john-adeojo
john-adeojo / falcon_CoT_Hint_bootstrap_fewshot.txt
Created October 23, 2023 14:40
Generated text from line 20
Given the fields `question`, produce the fields `answer`.
---
Follow the following format.
Question: ${question}
Reasoning: Let's think step by step in order to ${produce the answer}. We ...
Answer: ${answer}
@john-adeojo
john-adeojo / falcon_CoT_Hint_zeroshot.txt
Created October 23, 2023 14:09
Generated text from line 14 after Given the fields
Given the fields `question`, produce the fields `answer`.
---
Follow the following format.
Question: ${question}
Reasoning: Let's think step by step in order to ${produce the answer}. We ...
Answer: ${answer}
@john-adeojo
john-adeojo / gpt35turbo_CoT_Hint_labeled_fewshot.txt
Created October 23, 2023 14:00
Generated text from line 24 from produce the answer
Given the fields `question`, produce the fields `answer`.
---
Follow the following format.
Question: ${question}
Reasoning: Let's think step by step in order to ${produce the answer}. We ...
Answer: ${answer}