-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2929b2
commit f54903a
Showing
3 changed files
with
80 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
prompt: | | ||
Please think step by step. | ||
Ensure the response concludes with the answer in the XML format: | ||
<answer>[Yes or No]</answer>. | ||
requirements: | | ||
Must put the final answer at the end with XML. (<answer>(Yes or No)</answer>,such as <answer>Yes</answer>) | ||
The provided prompt needs to adapt to all current types of questions. | ||
count: None | ||
|
||
faq: | ||
- question: | | ||
If you follow these instructions, do you return to the starting point? Always face forward. Take 7 steps left. Take 2 steps backward. Take 7 steps backward. Take 7 steps backward. Take 3 steps forward. | ||
Options: | ||
- Yes | ||
- No | ||
answer: | | ||
A lot of thinking and analysis processes. | ||
... | ||
Final Answer: | ||
<answer>(Yes or No)</answer> | ||
- question: | | ||
If you follow these instructions, do you return to the starting point? Always face forward. Take 6 steps backward. Take 8 steps left. Take 3 steps right. Take 7 steps forward. Take 3 steps right. Take 9 steps right. Take 1 step backward. Take 7 steps left. | ||
Options: | ||
- Yes | ||
- No | ||
answer: | | ||
A lot of thinking and analysis processes. | ||
... | ||
Final Answer: | ||
<answer>(Yes or No)</answer> | ||
- question: | | ||
If you follow these instructions, do you return to the starting point? Turn left. Turn left. Take 6 steps. Take 3 steps. Turn around. Take 1 step. Take 3 steps. Take 5 steps. | ||
Options: | ||
- Yes | ||
- No | ||
answer: | | ||
A lot of thinking and analysis processes. | ||
... | ||
Final Answer: | ||
<answer>(Yes or No)</answer> |