taesiri commited on
Commit
935e0fe
1 Parent(s): 7e95657

Upload abstract/2207.10342.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. abstract/2207.10342.txt +1 -0
abstract/2207.10342.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Prompted models have demonstrated impressive few-shot learning abilities. Repeated interactions at test-time with a single model, or the composition of multiple models together, further expands capabilities. These compositions are probabilistic models, and may be expressed in the language of graphical models with random variables whose values are complex data types such as strings. Cases with control flow and dynamic structure require techniques from probabilistic programming, which allow implementing disparate model structures and inference strategies in a unified language. We formalize several existing techniques from this perspective, including scratchpads / chain of thought, verifiers, STaR, selection-inference, and tool use. We refer to the resulting programs as language model cascades.