πŸ“„ by_attributeΒΆ

Note

ID: tasks.rewriting.by_attribute | Type: FormTask

{
    "inputs": [
        "input_text",
        "input_text_type",
        "required_attribute",
        "output_text_type"
    ],
    "metrics": [
        "metrics.rouge"
    ],
    "outputs": [
        "output_text"
    ],
    "type": "form_task"
}

Explanation about FormTaskΒΆ

FormTask packs the different instance fields into dictionaries by their roles in the task.

The output instance contains three fields:

β€œinputs” whose value is a sub-dictionary of the input instance, consisting of all the fields listed in Arg β€˜inputs’. β€œoutputs” – for the fields listed in Arg β€œoutputs”. β€œmetrics” – to contain the value of Arg β€˜metrics’

References: metrics.rouge

Read more about catalog usage here.