diff --git a/guides/prompts-applications.md b/guides/prompts-applications.md index 7ab66ad..ae6706f 100644 --- a/guides/prompts-applications.md +++ b/guides/prompts-applications.md @@ -55,6 +55,8 @@ A: Negative This is very useful. We use this example for a different test in another section of the guides. +Here is another prompt example showing how to leverage the LLM for data labeling/augmentation task. + *Prompt:* ``` produce 3 wine reviews and label taste, flavor, aroma related token; present the result as a json file, in addition add the coordinate of each term for NER task @@ -217,4 +219,4 @@ More examples coming soon! [Previous Section (Advanced Prompting)](./prompts-advanced-usage.md) -[Next Section (ChatGPT)](./prompts-chatgpt.md) \ No newline at end of file +[Next Section (ChatGPT)](./prompts-chatgpt.md)