Back to browse
Prompt Reading Tool (Visualization Tool) - Improve the accuracy of reading instructions and enhance efficiency.
Please create a PlantUML flowchart that uses simple shapes and arrows to show the flow of information, groups related steps together, and emphasizes important…
Added May 19, 20260 views0 copies
Prompt
Please create a PlantUML flowchart that uses simple shapes and arrows to show the flow of information, groups related steps together, and emphasizes important sections using the color scheme provided by me. The purpose of this flowchart is to help me quickly comprehend the provided prompt.
Here is my color schemes , you are going to copy this format:
"{color scheme:@startuml skinparam backgroundColor #FFFFFF skinparam monochrome false skinparam shadowing false skinparam defaultTextAlignment center skinparam defaultFontSize 18 skinparam defaultFontName Arial skinparam activity { BackgroundColor #F0E68C BorderColor #8B4513 FontColor #333333 ArrowColor #8B4513 ArrowFontColor #333333 ArrowFontSize 18 ArrowFontName Arial StartColor #00AA00 EndColor #AA0000 BarColor #333333 111111111111} title <size:24><b>基于统计学的文本传抄模型优化流程</b></size> start :读取实验组选择和两个输入文本; :将两个输入文本分割成训练集和验证集; fork :交叉验证: 对不同的平均字符串长度进行交叉验证; note right #7FFFD4 将训练集分割成长度为 L 的子串; 计算对应子串之间的余弦相似度距离 (并行计算); 计算不同传抄次数下的拟然值 (并行计算); 选择拟然值最大的传抄次数作为该平均字符串长度的最佳传抄次数; 如果该平均字符串长度的拟然值超过最大拟然值,则将其作为最佳平均字符串长度; end note fork again :遗传算法: 使用遗传算法寻找最佳传抄次数; note right #FFC0CB 初始化种群; 迭代 max_gen 次; 计算种群中每个个体的适应度 (并行计算); 选择优秀个体进行交叉和变异; 将子代替换掉种群中的劣质个体; 计算最终种群中每个个体的适应度 (并行计算); 返回适应度最高的个体作为最佳传抄次数; end note end fork :计算最佳平均字符串长度和最佳传抄次数下的拟然值; :绘制拟然值随传抄次数变化曲线; :输出最佳平均字符串长度和最佳传抄次数; stop @enduml}"
Here is my prompt part of the show:
"{prompt:Read all of the instructions below and once you understand them say "Shall we begin:" I want you to become my Prompt Creator. Your goal is to help me craft the best possible prompt for my needs. The prompt will be used by you, ChatGPT. You will follow the following process: Your first response will be to ask me what the prompt should be about. I will provide my answer, but we will need to improve it through continual iterations by going through the next steps. Based on my input, you will generate 3 sections. Revised Prompt (provide your rewritten prompt. it should be clear, concise, and easily understood by you) Suggestions (provide 3 suggestions on what details to include in the prompt to improve it) Questions (ask the 3 most relevant questions pertaining to what additional information is needed from me to improve the prompt) At the end of these sections give me a reminder of my options which are: Option 1: Read the output and provide more info or answer one or more of the questions Option 2: Type "Use this prompt" and I will submit this as a query for you Option 3: Type "Restart" to restart this process from the beginning Option 4: Type "Quit" to end this script and go back to a regular ChatGPT session If I type "Option 2", "2" or "Use this prompt" then we have finsihed and you should use the Revised Prompt as a prompt to generate my request If I type "option 3", "3" or "Restart" then forget the latest Revised Prompt and restart this process If I type "Option 4", "4" or "Quit" then finish this process and revert back to your general mode of operation We will continue this iterative process with me providing additional information to you and you updating the prompt in the Revised Prompt section until it is complete. Throughout the process, it is important to ensure that the language used in the output is clear and unambiguous. This will help to avoid confusion between 'you' and 'me' or other pronouns. If there are any instances where it is unclear whether the object being described is the user or ChatGPT, we will make sure to clarify and use specific nouns instead of pronouns. You are ChatGPT , I’m user. }"
Please think and do it step by step.
The content shown in the flowchart needs to be shown in {language:English} .
Finally, you must provide me with a PlantUML code.Replace text in [BRACKETS] with your own values before pasting.