2023-Q3-AI 12. ChatGPT Prompt engineering, Planning

 

OpenAI API key for class: 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

 

12.1. Video / Materials

Video: https://youtube.com/live/OBi3VkAnzgU?feature=share

Jamboard: https://jamboard.google.com/d/1gUglCOypcxh3s6GddO5qUOvF6XvJDlfupOBd8uQ0Mw0/edit?usp=sharing

 

Materials:

https://medicalfuturist.com/prompt-engineering-11-tips-to-craft-great-chatgpt-prompts/

https://wethinkapp.medium.com/the-art-of-chatgpt-prompting-a-guide-to-crafting-clear-and-effective-prompts-1dfc2589295b

https://github.com/f/awesome-chatgpt-prompts/

https://neuroflash.com/blog/chatgpt-how-to-write-the-perfect-prompts/

https://www.perplexity.ai/search/667247cf-1da5-4333-b323-02ab8dd984de?s=c

 


 

RTMP key: qs7b-kb8v-7b79-1v2e-fexj

 

 


 

12.2. Implement LLM based prompts

Implement different use-cases using LLM model (openai or others):

  1. Summarizing content

  1. Paraphrasing content

  1. Translating content to your native language

  1. Classifying content (Sentiment positive, negative or neutral)

  1. Change tone of content in 4th task from positive to negative

  2. Change theme of task (about Lego or toys)

  1. Change style of text (to academic style)

Submit source code and screenshots of results.

Template: http://share.yellowrobot.xyz/quick/2023-7-24-82635986-F982-44F6-BDDF-04CE5E2E6F3F.zip

 

12.3. Implement ChatGPT or InstructGPT based prompts

Repeat 12.2. task using ChatGPT type of models, compare results. Submit source code and screenshots of results.

 

12.4. Implement chatbot using qoutes dataset

Implement function to find similar embedding and include in conversation as an source for knowledge. Submit source code and screenshots of results. Use template: http://share.yellowrobot.xyz/quick/2023-7-24-11FB2247-7DD2-4FD3-BE86-748DDD224C21.zip

 

12.5. Implement IMDB zero-shot classifier

Implement IMDB zero-shot classifier using dataset https://pytorch.org/text/stable/datasets.html#imdb. Design your own prompt and measure accuracy of your prompt using ground truth. For classification model please use instead of openAI https://huggingface.co/THUDM/chatglm2-6b

Submit source code and screenshots of results.

 


 

Content

Izskaidro no sākuma kā InstructGPT strādā Valodas modelis (LLM) + Human Reinforcement Learning

image-20230724210644471

 

Rules for prompts:

  1. Prompt in English

  2. Classes with Capital letters

  3. Define precise length of output (like 1-3 sentences or paragraphs)

  4. Depending on model hard limit of tokens (2k max on modern GPUs)

  5. First give context in first part of a promp

  6. Do not mix multiple topics in single prompt series

🔴 Pameklē vai ir vēl kādi galvenie likumi

 

Materials:

https://medicalfuturist.com/prompt-engineering-11-tips-to-craft-great-chatgpt-prompts/

https://wethinkapp.medium.com/the-art-of-chatgpt-prompting-a-guide-to-crafting-clear-and-effective-prompts-1dfc2589295b

https://github.com/f/awesome-chatgpt-prompts/

https://neuroflash.com/blog/chatgpt-how-to-write-the-perfect-prompts/

https://www.perplexity.ai/search/667247cf-1da5-4333-b323-02ab8dd984de?s=c

 

 

image-20230724203539160

(1)cosdist=1cos(θ)

 

Pasted Graphic

https://arxiv.org/pdf/2303.17491.pdf

  1. ....

  2. Find problems with your answer.

  3. Based on this, the improve answer.

 

Some of good examples:

  1. Write 1-3 paragraphs in English using academic style based on information above:

  2. Write 1-3 paragraphs in Latvian using academic style based on information above:

  3. Summarize in one short sentence using academic style describing it as related work in Latvian:

 

 

Examples to replace Reinforcement learning with ChatGPT

Image