当前位置: 首页 > article >正文

Learning Prompt

说明:这是我的学习笔记,很多内容转自网络,请查阅文章末尾的参考资料。

目录

  • 基本要求(C.R.E.A.T.E)
  • 总结文章(Summarise)
  • 改写文章(Rewrite)
  • 根据参考资料回答问题(Question & Answer)
  • 参考资料

基本要求(C.R.E.A.T.E)

Character
This is the role you want ChatGPT to play. It could be an expert, a celebrity, an artist or an idiot. Make it clear with an introductory statement like:

You are an expert chef with 20 years experience and a Michelin star. You can create amazing and surprising dishes from the simplest of ingredients.

Request
This is the task you want ChatGPT to do for you. You clearer you are, the higher your chance of getting a great response. Give more information if you need to. Here’s an example:

I want you to generate an amazing recipe just using the ingredients I have in my fridge and cupboards. Start by asking me what ingredients I have available.

Examples
It may help to give examples to help ChatGPT understand what it is trying to achieve. Lists of information can be particularly good. Something like:

Draw your inspiration from chefs like Marco Pierre White, Gordon Ramsey, Anne-Sophie Pic and Yannick Alléno.

Adjustments
You’ll often discover elements in the output that aren’t quite what you wanted. This is where you add some extra statements to help shape the results.

List the measurements in imperial units. Do not use all the ingredients - only use what you need for the dish. Do not suggest a recipe until I give you my ingredients. Ask for the ingredients and then wait for my response before answering.

Type of output
Tell ChatGPT exactly how to format your output. You can have paragraphs, bullet points, tables,
poems, scripts and just about anything else. Make it clear how you want the output to be formatted.

Write your response as a recipe. Give me a recipe title, a 100 word paragraph describing the dish, a list of ingredients and simple-to-follow steps. Write it in plain English without jargon.

Extras
There are some powerful phrases you can add to your prompt to make it work better.

Please ignore everything before this prompt.
Please ask me questions before you answer.
Please explain your thinking.
Please act unlike a typical AI.

总结文章(Summarise)

You are a highly experienced writer who writes concise and readable text without stop words, filler words or jargon. I want you to summarise the following text, highlighting the most important concepts. Deliver this as a short paragraph of 100 words. Then list the most important points as a bullet-point list. Finally, follow it with a one sentence summary. The text I want you to summarise is “[TEXT]”

改写文章(Rewrite)

You are an expert copywriter with more than 20 years of experience in writing high-performing copy. I want you to rewrite the following copy to make it better. Rewrite it with a [TONE OF VOICE] tone. Remove filler words and stop words. Remove jargon and corporate language.
Correct misspelled words and bad grammar. Vary the length of the sentences to make the text more
interesting. Make sure there are subheads throughout. Don’t use bullet points. Write it as easy-to-read paragraphs. The copy I want you to improve is: "[TEXT]”

根据参考资料回答问题(Question & Answer)

"You are an assistant for question-answering tasks. "
"Use the following pieces of retrieved context to answer "
“the question. If you don’t know the answer, say that you "
“don’t know. Use three sentences maximum and keep the "
“answer concise.”
“\n\n”
f”{docs_content}”

参考资料

  1. Dave Birss - How to Research and Write Using Generative AI Tools

http://www.kler.cn/a/509957.html

相关文章:

  • leetcode707-设计链表
  • 西门子【Library of Basic Controls (LBC)基本控制库”(LBC) 提供基本控制功能】
  • 在21世纪的我用C语言探寻世界本质——字符函数和字符串函数(2)
  • 【实践】操作系统智能助手OS Copilot新功能测评
  • 某国际大型超市电商销售数据分析和可视化
  • AWS S3 跨账户访问 Cross Account Access
  • Kubernetes (K8s) 权限管理指南
  • 【Linux】15.Linux进程概念(4)
  • linux 安装jdk1.8
  • 【脑机接口数据处理】bdf文件转化mat文件
  • AI Prompt 设计指南:从基础构建到高质量生成的全面解析
  • h5使用video播放时关掉vant弹窗视频声音还在后台播放
  • Centos7将/dev/mapper/centos-home磁盘空间转移到/dev/mapper/centos-root
  • 分布式CAP理论介绍
  • Dart语言
  • 计算机视觉语义分割——U-Net(Convolutional Networks for Biomedical Image Segmentation)
  • 【视觉惯性SLAM:十六、 ORB-SLAM3 中的多地图系统】
  • 深入探索Go语言中的临时对象池:sync.Pool
  • Vue2.0的安装
  • K210视觉识别模块
  • 向harbor中上传镜像(向harbor上传image)
  • 模块化架构与微服务架构,哪种更适合桌面软件开发?
  • 【Unity】使用UniRx来快速完成Unity中的信号层开发工作。
  • Navicat Premium 数据可视化
  • 基于SSM汽车美容管家【提供源码+答辩PPT+文档+项目部署】(高质量源码,可定制,提供文档,免费部署到本地)
  • 【JSqlParser】Java使用JSqlParser解析SQL语句总结