πŸ“„ FfqaΒΆ

Template from https://huggingface.co/datasets/abacusai/WikiQA-Free_Form_QA

templates.qa.with_context.ffqa

MultiReferenceTemplate(
    instruction="Answer the question based on the information provided in the document given below. The answer should be a single word or a number or a short phrase of few words.",
    input_format="Document: {context}
Question:{question}",
    output_format="{answer}",
    target_prefix="Answer:
",
    references_field="answers",
)
[source]

Read more about catalog usage here.