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
* [revise] made small edits and fixed typos
* fix: revert back to original descriptions
* small language updates
---------
Co-authored-by: Simón Fishman <[email protected]>
Copy file name to clipboardExpand all lines: text_comparison_examples.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ In more advanced search systems, the cosine similarity of embeddings can be used
34
34
35
35
## Question answering
36
36
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).
0 commit comments