Skip to content

Factored Cognition Primer: How to write compositional language model programs

Notifications You must be signed in to change notification settings

oughtinc/primer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

description cover coverY
Use language models like GPT-3 for complex reasoning tasks by composing reasoning steps
0

Factored Cognition Primer

You'll learn how to:

  • Amplify language model reasoning through recursive question-answering and debate
  • Reason about long texts by combining search and generation
  • Run decompositions quickly by parallelizing language model calls
  • Build human-in-the-loop agents
  • Use verification of answers and reasoning steps to improve responses
  • And more!

Example of a decomposition for reasoning about papers.

The book focuses on techniques that are likely to remain relevant for better language models.

About

Factored Cognition Primer: How to write compositional language model programs

Topics

Resources

Stars

Watchers

Forks