Recipe Overview
Every recipe is equipped with a specific set of tools. You can access the details of each recipe by simply clicking on it. To view the JSON representation of the recipe, toggle the "View JSON" button.
What is a recipe?
Imagine you need to create a task that lets you annotate your data for a use case like RLHF/Classification. First you need to define the labels, and the types of annotations in a single job. The compatibility of diffrent types of annotations are given in the table below
Tool Type | Available Tool Selectors | Required Fields | Compatible With |
---|---|---|---|
Classification | Radio, Checklist | Classification labels/categories (e.g., positive/negative for sentiment analysis) | NER, Summarization |
RLHF | - | N/A | N/A |
NER | - | Entities | Classification, Summarization |
Summarization | - | Summary labels (e.g., for summarization in multiple aspects for a single text, different labels can be set) | NER, Classification |
QnA | - | N/A | N/A |
Text Matching | - | N/A | N/A |
PII Anonymization | - | N/A | N/A |