Skip to content

Commit a4913d3

Browse files
CBID2simonpfish
andauthored
[revise] small edits and fixed typos (#510)
* [revise] made small edits and fixed typos * fix: revert back to original descriptions * small language updates --------- Co-authored-by: Simón Fishman <[email protected]>
1 parent 7e40a56 commit a4913d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text_comparison_examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In more advanced search systems, the cosine similarity of embeddings can be used
3434

3535
## Question answering
3636

37-
The best way to get reliably honest answers from GPT-3 is to give it source documents in which it can locate correct answers. Using the semantic search procedure above, you can cheaply search a corpus of documents for relevant information and then give that information to GPT-3, via the prompt, to answer a question. We demonstrate in [Question_answering_using_embeddings.ipynb](examples/Question_answering_using_embeddings.ipynb).
37+
The best way to get reliably honest answers from GPT-3 is to give it source documents in which it can locate correct answers. Using the semantic search procedure above, you can cheaply search through a corpus of documents for relevant information and then give that information to GPT-3 via the prompt to answer a question. We demonstrate this in [Question_answering_using_embeddings.ipynb](examples/Question_answering_using_embeddings.ipynb).
3838

3939
## Recommendations
4040

0 commit comments

Comments
 (0)