all

Note

ID: catalog.templates.qa.multiple_choice.all | Type: TemplatesList

{
    "items": [
        {
            "choices_seperator": "\n",
            "input_format": "The following are multiple choice questions (with answers) about {topic}.\n{question}.\nAnswers: \n{choices}.\nAnswer:",
            "postprocessors": [
                "processors.first_character"
            ],
            "target_field": "answer",
            "type": "multiple_choice_template"
        },
        {
            "choices_seperator": "\n",
            "input_format": "The following are multiple choice questions (with answers) about {topic}.\n\nQuestion: {question}.\nAnswers: \n{choices}.\nAnswer:",
            "postprocessors": [
                "processors.first_character"
            ],
            "target_field": "answer",
            "type": "multiple_choice_template"
        },
        {
            "choices_seperator": "\n",
            "input_format": "{context}\n{question}.\nAnswers: \n{choices}.\nAnswer:",
            "postprocessors": [
                "processors.first_character"
            ],
            "target_field": "answer",
            "type": "multiple_choice_template"
        },
        {
            "choices_seperator": "\n",
            "input_format": "Context: {context}\nQuestion: {question}.\nAnswers: \n{choices}.\nAnswer:",
            "postprocessors": [
                "processors.first_character"
            ],
            "target_field": "answer",
            "type": "multiple_choice_template"
        },
        {
            "choices_seperator": "\n",
            "input_format": "{question}.\nAnswers: \n{choices}.\nAnswer:",
            "postprocessors": [
                "processors.first_character"
            ],
            "target_field": "answer",
            "type": "multiple_choice_template"
        },
        {
            "choices_seperator": "\n",
            "input_format": "Question: {question}.\nAnswers: \n{choices}.\nAnswer:",
            "postprocessors": [
                "processors.first_character"
            ],
            "target_field": "answer",
            "type": "multiple_choice_template"
        },
        {
            "choices_seperator": "\n",
            "input_format": "The following are multiple choice questions (with answers) about {topic}.\n{context}\n{question}.\nAnswers: \n{choices}.\nAnswer:",
            "postprocessors": [
                "processors.first_character"
            ],
            "target_field": "answer",
            "type": "multiple_choice_template"
        },
        {
            "choices_seperator": "\n",
            "input_format": "The following are multiple choice questions (with answers) about {topic}.\n\nContext: {context}\nQuestion: {question}.\nAnswers: \n{choices}.\nAnswer:",
            "postprocessors": [
                "processors.first_character"
            ],
            "target_field": "answer",
            "type": "multiple_choice_template"
        }
    ],
    "type": "templates_list"
}