π TitleΒΆ
templates.summarization.abstractive.title
MultiReferenceTemplate(
instruction="Summarize the following {document_type}.",
input_format="{document_type}:
{document}.",
target_prefix="Summary:
",
references_field="summaries",
title_fields=[
"document_type",
],
)
[source]Read more about catalog usage here.