πŸ“„ TitleΒΆ

templates.qa.multiple_choice.with_context.title

type: MultipleChoiceTemplate
instruction: Answer the multiple choice Question from one of the Choices (choose from {numerals}) based on the {context_type}.
input_format: "{context_type}:\n{context}\nQuestion:\n{question}\nChoices:\n{choices}"
target_prefix: "Answer:\n"
target_field: answer
choices_separator: "\n"
postprocessors: 
  - processors.to_string_stripped
  - processors.first_character
title_fields: 
  - context_type
[source]

Explanation about MultipleChoiceTemplateΒΆ

Formats the input (that specifies the question), the multiple choices to select the answer from, and specifies the field with the correct answer.

References: processors.to_string_stripped, processors.first_character

Read more about catalog usage here.