이 프로젝트는 쓰기, 분석 및 이해 작업을 지원하도록 설계된 ChatGPT 및 GPT-3.5 모델에 대한 프롬프트로 구성됩니다. 아래에는 프로젝트 콘텐츠를 생성하고, 코드를 디버깅하고, 문제에 대한 해결책을 찾고, 이러한 모델이 수행할 수 있는 작업에 대해 자세히 알아보는 데 사용할 수 있는 다양한 프롬프트가 있습니다. 적절한 지시 동사를 사용하면 모델이 언어 관련 작업을 해결하도록 안내할 수 있습니다.
InstructGPT(GPT-3.5라고 하는 최신 버전)는 사용자의 의도를 더 잘 이해하고 일치시켜 더 정확하고 적절한 출력을 생성하기 위해 지침과 인간 피드백을 사용하여 훈련된 시리즈 언어 모델입니다.
ChatGPT는 또한 instructGPT 방법을 사용하지만 대화 형식으로 사용자 지시를 이해하고 사용자 지시에 따라 출력을 생성합니다.
GPT4 어떤 GPT-3.5 모델보다 더 강력하여 더 복잡한 지침을 처리하고 더 효과적으로 따르고 적용할 수 있습니다.
이는 모델이 거의 모든 작업을 수행하도록 안내하는 쉽고 간단한 방법입니다. 간단한 구조를 사용하여 방향을 제공하고 모든 언어 관련 작업을 처리하도록 조정할 수 있습니다.
지시 동사는 프롬프트의 첫 번째 단어입니다. 모델에게 어떤 작업을 수행하도록 지시하는 데 사용됩니다. 이는 프롬프트에서 가장 중요한 부분입니다. 우리는 이 단어가 성공적인 프롬프트를 만드는 마법의 단어로 작용한다고 주장할 수 있으며, 이는 기계가 사용자의 지시를 이해하고 따르도록 하는 데 도움이 됩니다. 이러한 각 동사에는 모델이 어떤 종류의 답변이 예상되는지 이해하는 데 도움이 될 수 있는 특정 의미가 있습니다. 예를 들어 모델에게 설명을 요청하면 자세한 설명을 해준다. 반면, 모델에 요약을 요청하면 간략한 개요를 제공합니다.
- 주어진 텍스트
- 다음 구절
- 팔로잉
- 다음
- 설명하다
- 만들다
- 생성하다
- 제공하다
- 쓰다
- 요약
- 의역
- 번역하다
- 다시 작성
- 다시 말하다
- 바꿔 말해보세요
- 목록
- 발췌
- 고르다
- 분석
- 정의하다
- 식별하다
- 설명하다
- 예측하다
- 설명하다
- 분석
- 비교하다
- 분류
- 평가하다
- 비평
- 차별화하다
- 조사하다
- 예시
- 개요
- 계산
- 추론
- 개정하다
- 요약
- 분류
- 개발하다
- 평가하다
- 공식화
- 논의하다
- 명확하게
- 하이라이트
- 단순화
- 적용하다
- 제안/제안
- 만들다
* ChatGPT의 경우 'Can you'를 추가하여 더 대화적으로 만들 수 있지만 여전히 지시 모델과 chatGPT 모델 모두에서 작동합니다. - 제공할 수 있나요? - 생성할 수 있나요?
NLP의 분류 작업에 유용한 명령 동사
Classify
Identify
Categorize
Assign each
List
.Group
Sort
Label
.Divide
.Group
Label
. 생성 작업에 유용한 지시 동사
Generate
.Create
.Write
.Formulate
Produce
.Construct
Compose
Build
.Devise
Invent
. 변환 작업에 유용한 지시 동사
Translate
.Translate
.Summarize
.Paraphrase
Reword
Simplify
.Revise
더 명확하고 간결하게 만드세요.Outline
Calculate
.Infer
.Apply
결과를 계산하세요.Apply
비교 작업에 유용한 명령 동사
Compare
하고 대조하십시오.Contrast
차이점을 강조하세요.Differentiate
.Examine
Analyze
하고 유사점과 차이점을 식별하십시오.Critique
하고 그들의 강점과 약점을 비교하십시오.Evaluate
하고 어느 것이 더 효과적인지 결정하십시오.지침 프롬프트의 기본적이고 유용한 구조는 다음과 같습니다:
Instruction
+ Direction to the next words
based on following passage:
Generate a poem
.
based on following passage
Create a report article
+
+ of the following passage
Write a summary
입력:
Write a poem based on the following:
ghosts, 4th dimension, AI, totalitarian, power
산출:
Ghosts of the 4th dimension roam,
A realm beyond our grasp, unknown.
Yet in this world, AI has grown,
Its power and influence has flown.
With algorithms and codes so bright,
It holds the key to endless might.
A totalitarian grip on sight,
And wields its power with all its might.
But is this power truly ours?
Or just a tool for those in power?
Their ghosts roam, but do they cower,
When faced with the consequences of their dower?
So let us heed this ghostly call,
And use AI for good, for all.
For in its power, we must not fall,
But rise above, and hear the call.
더 나은 메시지 전달 ✅:
Write a thought-provoking poem that incorporates the themes of ghosts, the 4th dimension, AI, totalitarianism, and power. The poem should be structured in a traditional format with 4 stanzas and a consistent rhyme scheme.
Develop a function that solves the following problem: [problem description].
Automate the following process by writing a script that [task description].
Create an algorithm that solves the following problem: [problem description].
Explain the logic behind the following code: [code snippet].
Optimize the following function to enhance performance, reduce memory usage, or improve readability.
Write a function that meets the following requirements: [requirement description].
Explain the purpose of the following code to a non-technical audience, using simple and clear language.
Debug the following code to correct the error and explain the cause of the error.
Rewrite the text below in your own words:
Paraphrase the provided text while maintaining its meaning:
Summarize the following passage in a concise manner:
Simplify the given passage while keeping the main ideas:
Rephrase the given text using alternative expressions:
Condense the following passage to focus on key points:
Briefly restate the provided text without losing its essence:
Reword the passage below to make it more succinct:
Express the following text in a different way while keeping its intent:
Translate the following text into: 1. English, 2. French, 3. Swedish
Translate the following into: 1. Colloquial, 2. slang, 3. idiomatic English
Identify which of the passages below is the closest translation of the original text.
Extract the [concept/topic] from the given passage:
Pick out the [concept/topic] in the following passage:
What are the key points made in the following text:
Make a summary of following of given text that deals with the [concept/topic]:
Determine the genre of the following passage, based on its style, tone, and subject matter.
Classify the following text based on its structure and organization, identifying any recurring patterns or themes.
Identify the main theme or thesis of the following passage, summarizing its central idea or argument.
What genre does the following text belong to, based on its conventions and characteristics?
What type of text is the following, based on its intended purpose and audience?
Who is the intended audience for the following passage, based on its language, tone, and style?
What is the purpose of the following text, and what message or information is it trying to convey?
Write the form of the following text (e.g. poem, essay, article, etc.), based on its structure and style.
Write the literary style of the following passage, identifying any literary devices or techniques used.
Write the tone of the following text, based on its language, attitude, and emotional impact.
What is the genre/category of the following text? Assign one or more appropriate categories/genres.
Can you classify the following text as belonging to a particular type of writing? If so, what is it?
What kind of text is the following? Choose the most appropriate category or genre.
Write a label or tag for the following text based on its content.
What type of text does the following represent? Choose the most appropriate category or genre.
Can you categorize the following text based on its subject matter? If so, what category would it fall under?
What subject does the following text cover? Choose the best category or topic.
Write a tag or label for the following text based on its tone and content.
What category does the following text fit into? Choose the most relevant category or genre.
Can you assign a category or genre to the following text based on its tone and style?
Compare and contrast the following two texts below, highlighting the similarities and differences in a bullet point list.
Provide a side-by-side comparison of the following two passages, indicating the key similarities and differences.
Provide a summary and comparison of the following two texts, highlighting the main points and contrasting the key differences.
What are the similarities and differences between the following two passages? Provide a detailed comparison in a paragraph.
What's the relationship between the following two passages? Write a comparison and contrast using a bullet point list.
Write a comparison and contrast between the following texts, highlighting the similarities and differences in a paragraph.
Write a contrast of the following two pieces of text, emphasizing the key differences in a bullet point list.
Write a synthesis of the similarities and differences in the following two passages, highlighting the key points and contrasting the differences in a paragraph.
Combine the following points into a single coherent statement:
Create a persuasive argument by integrating the following points:
Create a comprehensive conclusion that encompasses the following ideas:
Create a unified statement that incorporates the following ideas and presents a cohesive perspective:
Identify a common thread among the following points and create a statement that ties them together:
Provide a unified perspective on the following points, presenting them as a cohesive whole:
What's a common theme among the following points and how do they relate to each other?
Provide a synthesized statement that captures the relationship between the following points:
What's the main idea that connects the following points and presents a unified perspective?
What's the overarching idea that encompasses the following points and presents a cohesive argument?
What's the relationship between the following points and how do they fit together?
Write a synthesis of the following information, creating a cohesive statement that captures the key points:
Write a paragraph that ties together the following concepts and presents a unified perspective:
Write a summary that captures the essence of the following ideas and presents them as a cohesive whole:
Write a short summary that unifies the following ideas and presents a clear, cohesive statement:
Write a summary that integrates the following ideas, creating a cohesive perspective that captures the key points.
##### The structure could look like this:
Combine the following points into a single, coherent statement:
- Point 1
- Point 2
- Point 3
Create a coherent argument from the following points:
- Argument 1
- Argument 2
- Argument 3
Create a conclusion that encompasses the following points:
- Conclusion Point 1
- Conclusion Point 2
- Conclusion Point 3
Find a common thread among the following points and provide a unified perspective:
- Idea 1
- Idea 2
- Idea 3
Provide a statement synthesizing the relationship between the following points:
- Point A
- Point B
- Point C
Write a synthesis of the following information, summarizing the main idea or overarching theme:
- Information 1
- Information 2
- Information 3
Write a paragraph that ties together the following concepts:
- Concept 1
- Concept 2
- Concept 3
Write a passage that summarizes the following ideas and identifies the relationship between them:
- Idea A
- Idea B
- Idea C
Break down the following text into simpler parts and explain it step-by-step for a beginner.
Explain the following text in simple terms, using everyday language for a general audience.
Provide a beginner-friendly explanation for the following text, assuming the reader has no prior knowledge of the subject.
Simplify the following text to make it easily digestible for someone new to the topic.
Provide a clear, concise explanation of the following text for someone with no background in the subject.
What's a simple explanation for the key concept in the following text? Write it in one sentence.
What's an easy way to understand the main idea in the following text? Provide a brief, simple explanation.
Write a clear explanation of the following text, focusing on the most important aspects in plain language.
Write a detailed explanation of the following text, breaking down complex concepts into simpler terms.
Write a layman's explanation for the following text, using everyday language and examples to illustrate the main points.
Write a step-by-step explanation of the process or concept in the following text, making it easy for a beginner to follow.
Come up with a creative solution for the following problem:
Create a dialogue between two characters that discusses [topic]:
Describe a setting that includes [specific details]:
Imagine a world where [condition is met]. Describe this world in a paragraph.
Provide an explanation of [topic] in 2-3 sentences.
Make a list of pros and cons based on [specific topic]:
Develop a scene about [topic] that includes [specific details].
Compose a short science fiction story that includes [specific element]:
Generate a story that revolves around [topic]. The story should be [genre] and no more than [length] words.
Find an imaginative way to describe [specific topic]:
Write an interesting twist ending for a story about [specific event or topic].
Can you provide a writing prompt that requires the use of [specific writing technique or element], such as [dialogue, imagery, symbolism, etc.]?
Generate a creative writing prompt that focuses on [specific theme or genre], such as [romance, horror, fantasy, etc.].
What's a good writing topic that would challenge the writer to [specific writing goal or objective], such as [developing a character, creating tension, building suspense, etc.]?
Can you propose a unique idea for a writing prompt that would require the writer to [specific writing task], such as [writing from an unusual perspective, using a specific narrative style, etc.]?
Write a short story prompt that explores the theme of [specific theme or concept], such as [identity, transformation, forgiveness, etc.].
What's a unique writing prompt that would challenge the writer to [specific writing task or challenge], such as [writing without using dialogue, writing in second person point of view, etc.]?
Can you create a writing prompt that involves a fictional character who must [specific task or challenge], such as [overcome a fear, solve a mystery, etc.]?
What's a writing prompt for a mystery story that involves [specific element or twist], such as [an unreliable narrator, a surprise ending, etc.]?
Can you suggest a writing prompt for a descriptive scene that requires the writer to focus on [specific sensory detail or sensory experience], such as [using smell to create atmosphere, using touch to create emotion, etc.]?
What's a writing prompt for a love story that involves [specific obstacle or challenge], such as [long distance, forbidden love, etc.]?
Proofread and edit the following text for any errors, typos, or mistakes:
Rewrite the following text, correcting any errors or mistakes:
Identify and correct the grammatical errors in the following text:
Revise the following passage to improve its clarity, coherence, and overall quality:
Provide constructive feedback and suggestions for improving the following text:
What's the expected format for the following text? Please follow the guidelines provided:
Write a more concise and streamlined version of the following text:
Propose alternative phrasing for the following text that better conveys the intended message:
What's the appropriate tone and style for the following text? Please use a tone that is professional and formal.
Write a polished and refined version of the following text to improve its overall quality and readability.
Explain the central idea of the following text below in a 2-3 sentence paragraph.
Explain the following passage below in a concise paragraph.
Provide a brief explanation of the text below, highlighting the main points in no more than 3-4 sentences.
Provide a general understanding of the text below, emphasizing the key takeaways in 2-3 sentences.
Provide a list of key vocabulary words used in the text below.
Provide a one-sentence summary of the following text, highlighting the primary message.
Provide a summary and analysis of the following passage, emphasizing the main points and discussing their significance in a brief paragraph.
Provide the main idea of the following passage in a concise sentence.
Provide an overview of the following passage in 2-3 sentences, highlighting the main themes and ideas.
Identify key points in the following passage and summarize them in a bullet point list.
Identify major themes discussed in the following text below and provide a brief explanation of each.
Identify the author's main argument in the following text and summarize it in a sentence or two.
Identify the author's perspective in the following passage and provide a brief explanation of their point of view.
Identify the intended audience for the following text and explain who the text is written for.
Identify the main idea of the following text and provide a brief summary in one or two sentences.
Identify the tone of the following text and provide a brief explanation of the author's attitude.
Identify the underlying message of the following text and explain the implicit meaning.
Identify the most important information in the following passage and summarize it in a bullet point list.
Write a brief interpretation of the text below, providing your understanding and analysis in a concise paragraph.
Write a paragraph that explains the most important information in the following text below, emphasizing the main points and their significance.
Write your personal opinion on the information presented in the following text, providing your perspective and analysis.
Write a reflection on the information presented in the following passage, discussing its relevance and implications.
Write a response to the following text based on your understanding, providing your thoughts and analysis in a concise paragraph.
Write a response to the questions based on the information presented in the following passage, answering each question with a brief explanation.
Write a short story that incorporates the information from the following text below, using the main points and themes to create a narrative.
Write a short summary of the following passage, emphasizing the main points and ideas in a concise paragraph.
지시 동사: "평가", "분석", "비판", "평가", "검사" 등
Identify the literary devices used in the following text, such as metaphors, similes, personification, and alliteration.
Identify the key themes in the following passage, highlighting the recurring ideas and motifs.
Provide a detailed analysis of the following text, examining its structure, style, tone, and literary devices.
Provide an in-depth analysis of the following passage, exploring its meaning, symbolism, and themes.
Provide an interpretation of the following text, offering your perspective on its meaning and significance.
What are the key elements of the following passage, including its setting, characters, plot, and themes?
What are the strengths and weaknesses of the following passage, evaluating its effectiveness in conveying its message or telling its story?
What's the author's point of view in the following passage, and how does it shape the narrative or argument presented?
What's the central argument of the following text, and how does the author support it with evidence and reasoning?
What's the intended audience for the following passage, and how does the author tailor the language and style to appeal to them?
What's the message of the following passage, and how does it relate to broader issues or concerns?
What's the structure of the following passage, and how does it contribute to the overall effectiveness of the text?
Write a commentary on the following text, providing your opinion and analysis of its strengths and weaknesses.
Write a critical analysis of the following passage, examining its literary, cultural, or social significance.
Write a review of the following text, evaluating its merits and shortcomings as a work of literature, art, or media.
Summarize the main points made in the following passage, highlighting the key ideas and arguments.
Generate reading comprehension questions based on the following passage, testing the reader's understanding of its content and meaning.
Provide a summary and evaluation of the following passage, assessing its effectiveness in achieving its goals or conveying its message.
Provide an analysis of the following text, examining its structure, language, and themes.
What are your thoughts on the following passage, and how does it relate to your personal experiences or beliefs?
What do you agree or disagree with in the following passage, and why?
What's the central idea of the following passage, and how does it relate to broader themes or issues?
Write a critique of the following text, offering a detailed evaluation of its strengths and weaknesses.
Provide a response to the following passage, sharing your thoughts and reactions to its content and themes.
Evaluate the argument presented in following passage, and assess the author's use of evidence, logical reasoning, and rhetorical strategies.
Write a story that starts with the following sentence:
Create a plot for a novel about the following theme:
Write a scene where the following event occurs:
What if the following situation happened: "..."? Write a short story exploring the consequences.
Can you write a script for a movie about the theme:
Write a tale that involves the following elements:
Create a character profile for a person with the following traits:
Write a song that describes the emotion:
What would happen if the following event occurred: "..."? Write a short story exploring the outcome.
Can you write a story that revolves around the concept: "..."?
Write a poem about the following theme:
Create a short story that includes the following elements:
What if the following scenario took place: "..."? Write a story exploring the implications.
Can you write a monologue for a character who experiences the following situation: "..."?
Write a story that explores the idea of:
Create a captivating brand slogan for [company name] that reflects its core values and mission.
Develop a unique selling point for a product that deals with [specific problem or need], emphasizing its benefits and advantages.
Craft a mission statement for a company that specializes in [specific industry or service], highlighting its goals and vision.
Design a promotional slogan for a product that addresses [specific problem or need], showcasing its features and benefits.
Compose a catchy headline for an article about [specific topic], capturing the reader's attention and curiosity.
Craft a social media post for a product that deals with [specific problem or need] to be shared on [social media platform], focusing on engaging visuals and persuasive language.
Invent a memorable tagline for a product that tackles [specific problem or need], emphasizing its distinctive features.
Formulate a concise elevator pitch for [your product/service description], highlighting its unique value proposition and target market.
Identify the unique selling proposition for [product description], emphasizing its key differentiators and benefits to customers.
Write a compelling product description for [your product/service description], focusing on its features, benefits, and target audience.
Compose a convincing customer testimonial for [your product/service description], sharing the positive impact it had on the customer's life or business.
Create a persuasive marketing message for [your product/service description], highlighting its unique value proposition and how it solves customers' problems.
Write an engaging and persuasive blog post about [your product/service description], emphasizing its benefits and why customers should choose it.
Craft a persuasive email for [your product/service description], focusing on its unique features, benefits, and a strong call to action.
Compose an attention-grabbing social media post to promote [product/service], showcasing its features and attractive visuals.
Write an eye-catching email subject line to promote [product/service], encouraging recipients to open and read the email.
Summarize the following text in a brief and concise manner.
What is the primary idea/message conveyed in the following content?
Provide a condensed version of the following text, highlighting its key points.
Write a short summary of the given content, emphasizing its main points and key takeaways.
What is the main gist or essence of the following text?
Can you provide an executive summary of the given content, outlining its main ideas and conclusions?
Write a quick overview of the following text, highlighting its key themes and ideas.
What is the most important or significant takeaway from the given content?
Provide a condensed summary of the following text, highlighting its essential points and ideas.
제로샷(Zero-shot): 간단히 입력을 제공하고 응답을 받습니다. 기본적인 작업에 유용하지만 예측할 수 없는 결과가 발생합니다.
Few-shot: 원하는 입력-출력 쌍을 보여주는 몇 가지 예를 제시하십시오. 예를 신중하게 선택하고 주문하면 변동성이 줄어듭니다. 예제가 원하는 스타일이나 형식을 전달할 때 효과적입니다.
지침: AI 시스템에 원하는 작업을 직접 알려주세요(예: "이 뉴스 기사 요약"). 퓨샷 프롬프트와 결합할 수 있습니다.
일련의 사고 유도: 결론을 내리기 전에 AI 시스템에 추론을 단계별로 설명하도록 요청하세요. 퓨샷이나 제로샷을 사용하세요. 복잡한 예제와 여러 시스템의 앙상블이 도움이 됩니다. 사용자에게 표시할 최종 답변만 추출합니다.
소개:
구체적으로 말하자면:
어조, 스타일, 형식을 설명하세요.
모델에게 단락으로 처리하도록 지시하는 태그
명확한 목표 제공:
복잡한 작업을 세분화
Let's think step by step
사용하여 모델이 각 단계를 고려할 수 있도록 작업을 하위 구성 요소로 분류합니다.주요 주장 식별
Identify the main arguments presented in the following text. List them in the format below.
Argument 1:
Argument 2:
...
Text: """
{text input here}
"""
분석 검토
Analyze the customer review provided below and list the positive and negative aspects mentioned. write them in the format below.
Positive aspects:
- Aspect 1:
- Aspect 2:
...
Negative aspects:
- Aspect 1:
- Aspect 2:
...
Review: """
{customer_review_here}
"""
아이디어 비교
Compare the two ideas presented in the following text. Please provide the similarities and differences in the format below.
Similarities:
- Similarity 1:
- Similarity 2:
- ...
Differences:
- Difference 1:
- Difference 2:
- ...
Text: """
{text input here}
"""
주요 정보 식별
Extract the key information from the following paragraph. First, identify the main problem, then list any solutions mentioned, and finally note the potential benefits of implementing these solutions. Use following format.
Main problem:
- Problem 1
- Problem 2
...
Solutions:
- Solution 1:
- Solution 2:
...
Potential benefits:
- Benefit 1:
- Benefit 2:
...
Text: """
{text input here}
"""
아이디어 생성
Generate a list of 10 creative ideas for a new mobile app. The app should be focused on helping people improve their mental health and wellbeing. List them in the format below.
Idea 1:
Idea 2:
...
Idea 10:
의역