πŸ“„ sentiment_extractedΒΆ

Note

ID: templates.targeted_sentiment_extraction.neutral.sentiment_extracted | Type: SpanLabelingTemplate

{
    "input_format": "From the following {text_type}, extract the objects for which the sentiment extracted is {sentiment_class}. If there are none, output None. \n{text_type}: {text}\n",
    "labels_support": [
        "neutral"
    ],
    "postprocessors": [
        "processors.to_span_label_pairs_surface_only"
    ],
    "span_label_format": "{span}",
    "type": "span_labeling_template"
}

References: processors.to_span_label_pairs_surface_only

Read more about catalog usage here.