πŸ“„ ExtractΒΆ

templates.span_labeling.extraction.extract

type: SpanLabelingTemplate
input_format: {text_type}: {text}
instruction: From the following {text_type}, extract the objects for which the {class_type} expressed is one of {classes}.
postprocessors: 
  - processors.to_span_label_pairs
[source]

References: processors.to_span_label_pairs

Read more about catalog usage here.