Skip to content

Collection of Useful Prompts

This document compiles a comprehensive list of useful prompts gathered from various communities and resources.

Context Relevance Checker Given the following question and context, return YES if the context is relevant to the question and NO if it isn't.

> Question: {question}
> Context:
>>>
{context}
>>>
> Relevant (YES / NO):

This prompt defines a template for evaluating whether a given context is relevant to a specific question. It takes two inputs - a question and a context - and requires a binary YES/NO response indicating relevance. The prompt is designed to be used in natural language processing tasks, particularly for information retrieval and question-answering systems.