π QtsummΒΆ
Template from https://arxiv.org/pdf/2305.14303 for query-focused summarization over tables
templates.qa.with_context.qtsumm
type: MultiReferenceTemplate
instruction: Using the information from the {context_type} given below, summarize a paragraph-long response to the following user query.
input_format: "{context_type}:\n{context}\nQuery:\n{question}"
output_format: {answers}
target_prefix: "Answer:\n"
references_field: answers
title_fields:
- context_type
[source]Read more about catalog usage here.