Merge pull request #175 from rbk-ncr/patch-1

Update techniques_to_improve_reliability.md
This commit is contained in:
Logan Kilpatrick 2023-03-03 13:21:54 -06:00 committed by GitHub
commit 3a1c3af2df

View File

@ -18,11 +18,7 @@ As an example, if you ask `text-davinci-002` the following math problem about ju
```text-davinci-002
Q: A juggler has 16 balls. Half of the balls are golf balls and half of the golf balls are blue. How many blue golf balls are there?
A:
```
```text-davinci-002
There are 8 blue golf balls.
A: There are 8 blue golf balls.
```
Does this mean that GPT-3 cannot do simple math problems? No; in fact, it turns out that by prompting the model with `Let's think step by step`, the model solves the problem reliably: