Skip to content

Commit

Permalink
Update CoT prompt to not bias position 1 as much.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-durbin committed Jul 22, 2023
1 parent af02fba commit 9e6fe5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airoboros/instructors/prompts/cot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Be sure the new questions contain instructions to use chain-of-thought reasoning

Provide a set of {batch_size} new, complex, unique, diverse tasks.

Be sure to randomize the ordering of the optimal solution within the list of possible solutions, i.e., the best solution should sometimes be solution 1, sometimes solution 2, and sometimes solution 3+.
Rotate the order if the optimal solution in each ANSWER segment, i.e. if the first ANSWER segment has the optimal solution as "Solution 1", the second ANSWER should have the optimal solution as "Solution 2", and so on, so the optimal solution for each ANSWER block is in a different position, starting over at 1 if we exceed the number of possible solutions. You must provide an even distribution of optimal solution positions across all ANSWER segments.

Be sure to include at least 2, preferably 3 possible solutions for each question.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="airoboros",
version="2.0.5",
version="2.0.6",
description="Updated and improved implementation of the self-instruct system.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9e6fe5f

Please sign in to comment.