EvaluationPromptTemplateDict

class EvaluationPromptTemplateDict(TextPromptDict):
A dictionary containing :obj:TextPrompt used in the Evaluation task. Parameters:
  • GENERATE_QUESTIONS (TextPrompt): A prompt to generate a set of questions to be used for evaluating emergence of knowledge based on a particular field of knowledge.

init

def __init__(self, *args: Any, **kwargs: Any):