- Chrome Extensions
AIモデルやプロンプト形式の多様さを使用して、シンプルなプロンプトを詳細なものに展開する 1. Simple Prompt Expansion using Language Models #1.1 Basic Expansion * Input: Write a story about a cat. * Output: Write a heartwarming story about a stray cat that finds a forever home with a kind old lady who nurses it back to health. #1.2 Chain-of-Thought Prompting * Input: What is the capital of France? * Output: To find the capital of France, I would first look at a map of Europe, then focus on the country of France, and finally identify the city marked as the capital, which is Paris. #1.3 Prompt Engineering with Adversarial Examples * Input: Summarize the plot of Romeo and Juliet. * Output: While it may seem like Romeo and Juliet is a romantic tale about two lovers from feuding families, a closer analysis reveals a tragic story of impulsive decisions, miscommunication, and fate, ultimately leading to the downfall of the two protagonists. 2. Using Generative Models for Prompt Expansion #2.1 Text-to-Text Generation * Input: Describe a sunny day. * Output: Imagine a bright and warm sunny day in late summer, with a clear blue sky dotted with only a few puffy white clouds, a gentle breeze rustling the leaves of the trees, and the sweet songs of birds filling the air. #2.1 Image-to-Text Generation * Input: [Image of a mountain landscape] * Output: A breathtaking mountain landscape with snow-capped peaks, a serene lake in the foreground, and a picturesque village nestled in the valley below, surrounded by lush green forests and winding trails. 3. Multimodal and Multistep Prompt Expansion #3.1 Visual Question Answering * Input: [Image of a city street] What is the main mode of transportation in this scene? * Output: Based on the image, I would say that the main mode of transportation is walking, as there are many pedestrians on the sidewalk, although there are also cars and buses present. #3.2 Conversational Dialogue Expansion * Input: User: What's the weather like today? AI: It's sunny. * Output: User: That's great! I was thinking of going for a hike. AI: That sounds like a perfect plan! Just remember to bring sunscreen and water.