mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-08 01:10:29 +00:00
Merge pull request #246 from OTheDev/patch-1
Fix typo in `techniques_to_improve_reliability.md`
This commit is contained in:
commit
3f6c086e95
@ -201,7 +201,7 @@ Although the `Let's think step by step` trick works well on math problems, it's
|
|||||||
|
|
||||||
To learn more, read the [full paper](https://arxiv.org/abs/2205.11916).
|
To learn more, read the [full paper](https://arxiv.org/abs/2205.11916).
|
||||||
|
|
||||||
If you apply this technique to your own tasks, don't be afraid to experiment with customizing the instruction. `Let's think step by step` is rather generic, so you may find better performance with instructions that hew to a stricter format customized to your use case. For example, if you were you can try more structured variants like `First, think step by step about why X might be true. Second, think step by step about why Y might be true. Third, think step by step about whether X or Y makes more sense.`. And you can even give the model an example format to help keep it on track, e.g.:
|
If you apply this technique to your own tasks, don't be afraid to experiment with customizing the instruction. `Let's think step by step` is rather generic, so you may find better performance with instructions that hew to a stricter format customized to your use case. For example, you can try more structured variants like `First, think step by step about why X might be true. Second, think step by step about why Y might be true. Third, think step by step about whether X or Y makes more sense.`. And you can even give the model an example format to help keep it on track, e.g.:
|
||||||
|
|
||||||
```text-davinci-002
|
```text-davinci-002
|
||||||
Using the IRS guidance below, answer the following questions using this format:
|
Using the IRS guidance below, answer the following questions using this format:
|
||||||
|
Loading…
Reference in New Issue
Block a user