Papers
Articles + demos
Summary of the Key points of the LLM deep dive by Andrew Karpathy
LLM as a judge
Tool use by large model
- you need data to show the model how to do search
- some examples to show the model how it does search and when to do search
Handling hallucination
- ask the model to use tools like code
- ask the model to conduct intermediate steps. like break the problem into small pieces.