Skip to content

Instantly share code, notes, and snippets.

View john-adeojo's full-sized avatar

John Adeojo john-adeojo

View GitHub Profile
@john-adeojo
john-adeojo / gpt35turbo_CoT_Hint_bootstrap_fewshot.txt
Created October 23, 2023 13:57
Generated answer from line 20 after calculate the percentage
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_Zeroshot.txt
Created October 23, 2023 13:54
Generated text from line 14 after 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}
@john-adeojo
john-adeojo / Llama2_7B_CoT_labeled_fewshot.txt
Last active October 24, 2023 10:19
Generated text from line 14 from 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 / Mistral_7B_CoT_bootstrap_fewshot.txt
Last active October 25, 2023 20:30
Generated text line 20 starting from 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 / Mistral_7B_CoT_zeroshot.txt
Last active October 25, 2023 20:29
Generated text from line 14 starting at Given the fields
iven 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_labeled_fewshot.txt
Created October 23, 2023 13:31
Generated text from line 14 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}
@john-adeojo
john-adeojo / gpt35turbo_CoT_bootstrap_fewshot.txt
Last active October 25, 2023 18:12
Text generation starts from line 20 from calculate the percentage
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_zeroshot.txt
Last active October 25, 2023 18:11
Generated response from line 14 after 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}
@john-adeojo
john-adeojo / gpt35turbo_baseline_labeled_fewshot.txt
Last active October 23, 2023 13:23
Generated response from line 13 after answer
Given the fields `question`, produce the fields `answer`.
---
Follow the following format.
Question: ${question}
Answer: ${answer}
---
@john-adeojo
john-adeojo / gpt35turbo_baseline_bootstrap_fewshot.txt
Last active October 25, 2023 18:06
Generated answer from line 13
Given the fields `question`, produce the fields `answer`.
---
Follow the following format.
Question: ${question}
Answer: ${answer}
---