10 prompts commonly used with large language models:
* Writing prompts: These prompts instruct the model to generate different creative text formats, like poems, code, scripts, musical pieces, email, letters, etc. Examples include "Write a poem about a cat" or "Write a code snippet to sort a list of numbers."
* Question answering prompts: These prompts ask the model a question and expect an informative answer in return. Examples include "What is the capital of France?" or "Explain the theory of relativity."
* Summarization prompts: These prompts provide the model with text or factual topics and ask for a concise summary. Examples include "Summarize the plot of the movie The Lord of the Rings" or "Give me a short summary of the American Revolution."
* Translation prompts: These prompts instruct the model to translate text from one language to another. Examples include "Translate this sentence to Spanish: Hello, how are you?" or "Write a paragraph in French about climate change."
* Paraphrasing prompts: These prompts ask the model to rephrase a piece of text while preserving its meaning. Examples include "Rephrase this sentence to sound more formal" or "Simplify this paragraph for a younger audience."
* Creative text prompts: These prompts provide a starting point for a story and ask the model to continue it creatively. Examples include "Write a story about a robot who falls in love with a human" or "Compose a song about a journey to space."
* Fact-checking prompts: These prompts are used to verify the accuracy of factual claims. Examples include "Is it true that the Earth is flat?" or "Fact-check this article on the benefits of exercise."
* Code completion prompts: These prompts provide the model with a starting piece of code and ask it to complete the function. Examples include "Write a Python function to calculate the area of a circle" or "Complete this JavaScript code to display an alert message."
* Data analysis prompts: These prompts provide the model with data and ask it to analyze it to find patterns or trends. Examples include "Analyze this dataset to find the correlation between exercise and weight loss" or "Plot a graph of this sales data."
* Image generation prompts: These prompts describe an image and ask the model to generate it. Examples include "Generate an image of a cat wearing a hat" or "Create a landscape painting of a mountain lake."