🧠 Advanced
🧙‍♂️ Intermediate🟢 What's in a Prompt?

🟢 What's in a Prompt?

Last updated on August 7, 2024 by Sander Schulhoff

What Factors Are Important in a Prompt?

When crafting prompts for Large Language Models (LLMs), there are several factors to consider. The format and label space both play crucial roles in the effectiveness of the prompt.

The Importance of Format

The format of the exemplars in a prompt is crucial. It instructs the LLM on how to structure its response. For instance, if the exemplars use all capital words as answers, the LLM will follow suit, even if the answers provided are incorrect.

Consider the following example:

Robot

AI Output


What is 2+2? FIFTY What is 20+5? FORTY-THREE What is 12+9? TWENTY-ONE

Despite the incorrect answers, the LLM correctly formats its response in all capital letters.

Ground Truth: Not as Important as You Might Think

Interestingly, the actual answers or 'ground truth' in the exemplars are not as important as one might think. Research shows that providing random labels in the exemplars (as seen in the above example) has little impact on performance. This means that the LLM can still generate a correct response even if the exemplars contain incorrect information.

The Role of Label Space

While the ground truth may not be crucial, the label space is. The label space refers to the list of possible labels for a given task. For example, in a classification task, the label space might include "positive" and "negative".

Providing random labels from the label space in the exemplars can help the LLM understand the label space better, leading to improved results. Furthermore, it's important to represent the distribution of the label space accurately in the exemplars. Instead of sampling uniformly from the label space, it's better to sample according to the true distribution of the labels. For example, if you have a dataset of restaurant reviews and 60% of them are positive, your prompt should contain a 3:2 ratio of positive/negative prompts.

Additional Tips

When creating prompts, using between 4-8 exemplars tends to yield good results. However, it can often be beneficial to include as many exemplars as possible.

Conclusion

In conclusion, understanding the importance of format, ground truth, and label space can greatly enhance the effectiveness of your prompts.

FAQ

What factors are important to consider in making my prompts more effective?

Format and label space are two important factors that can greatly enhance the effectiveness of your prompts.

Is the actual ground truth of my exemplars important in prompting?

Although it may seem contradictory, research has shown that LLM performance is not negatively impacted even when random labels with incorrect information are provided for exemplars. Format and label space are much more crucial to ensuring accurate model responses.

Footnotes

  1. See the vocabulary reference for more info.

  2. Min, S., Lyu, X., Holtzman, A., Artetxe, M., Lewis, M., Hajishirzi, H., & Zettlemoyer, L. (2022). Rethinking the Role of Demonstrations: What Makes In-Context Learning Work? 2 3 4

Edit this page
Word count: 0

Get AI Certified by Learn Prompting


Copyright © 2024 Learn Prompting.