You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/report.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The answer is obvious: get GPT-4 to write the numeric calculation code relevant
58
58
59
59
Variations on this technique are known and emerging in the literature and in practical prototypes such as the [_Code Interpreter Plugin for Chat-GPT_](https://openai.com/blog/chatgpt-plugins). Good literature overviews are [_PAL: Program-aided Language Models_](https://arxiv.org/abs/2211.10435) and [_Augmented Language Models: a Survey_](https://arxiv.org/abs/2302.07842). We discuss some of these in the related work further below. Some specific contributions of this work include:
60
60
61
-
- we emit calculation code for "relevant" calculations (rather than rying to answer entirely by calculation),
61
+
- we emit calculation code for "relevant" calculations (rather than trying to answer entirely by calculation),
62
62
- we emit calculation code for reievant comparisons (not just calculations), to assist later text formation for comparative phrases in the question answering phase,
63
63
- we emit calculation code containing information about units of measure,
64
64
- we consider the problem of fabrication and hallucination during calculation generation,
0 commit comments