update glossary (#63)

This commit is contained in:
Harrison Chase 2022-11-05 08:44:37 -07:00 committed by GitHub
parent 4bbaa9b2d0
commit 618611f4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,9 +45,11 @@ Resources:
Combining multiple LLM calls together, with the output of one step being the input to the next. Combining multiple LLM calls together, with the output of one step being the input to the next.
Resources: Resources:
- [Paper](https://arxiv.org/pdf/2203.06566.pdf) - [PromptChainer Paper](https://arxiv.org/pdf/2203.06566.pdf)
- [Language Model Cascades](https://arxiv.org/abs/2207.10342)
- [ICE Primer Book](https://primer.ought.org/)
### Mimetic Proxy ### Memetic Proxy
Encouraging the LLM to respond in a certain way framing the discussion in a context that the model knows of and that will result in that type of response. For example, as a conversation between a student and a teacher. Encouraging the LLM to respond in a certain way framing the discussion in a context that the model knows of and that will result in that type of response. For example, as a conversation between a student and a teacher.