Skip to main content

BaseEvolInstructTemplates

Abstract base class for evolution instruction templates. This class defines a required structure for prompt transformation templates
  • EVOL_METHODS: A dictionary mapping method keys to their descriptions.
  • STRATEGY: A dictionary defining strategies and associated methods.
Subclasses should define concrete templates for specific domains.

EVOL_METHODS

A dictionary mapping evolution method keys to their descriptions.

STRATEGY

A dictionary defining strategies and their corresponding methods.

EvolInstructTemplates

Contains templates for EvolInstruct prompt transformations. References:

MathEvolInstructTemplates

Contains templates for MathEvolInstruct prompt transformations.