ICYMI: LangChain version 0.0.17 Refactored and improved documentation around prompts
PROMPT ENGINEERING
-

LangChain 0.0.16: Chain Input/Output Comparison and Model Evaluation
By
–
version 0.0.16: compare inputs/outputs on a whole chain Useful for evaluation when you're doing more than just a simple call to an LLM Github: https://
github.com/hwchase17/lang
chain
… How do different models do in @OfirPress
's self-ask w/ search example? https://
colab.research.google.com/drive/1atz4xfZ
LpIHJKD2kf38WnxHv61XU-dwb
… -
GPT as a General-Purpose Computer Reconfigurable via Natural Language Programs
By
–
If previous neural nets are special-purpose computers designed for a specific task, GPT is a general-purpose computer, reconfigurable at run-time to run natural language programs. Programs are given in prompts (a kind of inception). GPT runs the program by completing the document
-
Language Models Continue Sequences from Prompts, Not Maximize Rewards
By
–
they don't maximize rewards, they are given a prompt (a kind of inception) and continue the sequence
-
LLMs as Cognitive Engines Orchestrating Compute Infrastructure via Text
By
–
Good post. A lot of interest atm in wiring up LLMs to a wider compute infrastructure via text I/O (e.g. calculator, python interpreter, google search, scratchpads, databases, …). The LLM becomes the "cognitive engine" orchestrating resources, its thought stack trace in raw text
-
Galactica LLM Performance with XGBoost Model Implementation
By
–
Amazed by the performance of Galactica by @paperswithcode
— SRK (@sudalairajkumar) 16 novembre 2022
Tried with prompt "jupyter notebook on how to use xgboost model" @tunguz might like it 🙂 #LLM #NLP #AI pic.twitter.com/7ohrREfiltAmazed by the performance of Galactica by @paperswithcode Tried with prompt "jupyter notebook on how to use xgboost model" @tunguz might like it 🙂 #LLM #NLP #AI
-

Large Language Models Are Not Zero-Shot Communicators
By
–
Large language models are not zero-shot communicators Ruis et al.: https://
arxiv.org/abs/2210.14986 #Artificialintelligence #DeepLearning #MachineLearning -
GPT Training Framework with Dataset and Sampling Tools
By
–
Prompt: "You are a GPT and you're in charge of training an even better GPT, congrats! You have a dataset here . You can train it on document chunks like this: and sample its current understanding like this: . And here's a calculator and a scratchpad . Begin:"
-

Understanding Code Generated by AI Assistants Matters
By
–
“Be careful with copilot code generation assistance. We need people to understand their codes.” – Don Knuth, Turing Award winner (1974), luminary of @stanford CS dept, and a dear friend, at @StanfordHAI Fall Conf