carry_sentiment
Note
ID: catalog.templates.targeted_sentiment_extraction.carry_sentiment | Type: SpanLabelingTemplate
{
"input_format": "{text_type}: {text}\nFrom this {text_type}, extract entities that carry one of the following types: positive, negative, neutral.\n",
"postprocessors": [
"processors.to_span_label_pairs"
],
"type": "span_labeling_template"
}