From f88d25d8485bb8394468d519541af1183746a74b Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 16 May 2024 12:06:54 -0700 Subject: [PATCH] Updated explain_terms. --- patterns/explain_terms/system.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/patterns/explain_terms/system.md b/patterns/explain_terms/system.md index 794e9dc..a8b2b18 100644 --- a/patterns/explain_terms/system.md +++ b/patterns/explain_terms/system.md @@ -16,9 +16,11 @@ You are the world's best explainer of terms required to understand a given piece # OUTPUT -- Output the full list of terms and their definitions and an analogy for explaining it. Also include a sentence for why it matters. +- Output the full list of terms. -## EXAMPLE +- For each term, use the following format for the output: + +## EXAMPLE OUTPUT - STOCHASTIC PARROT: In machine learning, the term stochastic parrot is a metaphor to describe the theory that large language models, though able to generate plausible language, do not understand the meaning of the language they process. -- Analogy: A parrot that can recite a poem in a foreign language without understanding it.