Prompt Examples

These are the prompts examples for every questions type or label sets

Row Labeling

We have several attributes that can be used to define your input and expected output.

  1. {targetText} represents input text from your selected column in the uploaded data.

  2. {targetOptions} represents question set options or answers from your selected target questions in the previous field.

You can always change the target text and options to your sample. We enable you to do one or a few shots through the extension. Below is the list of prompt examples based on the question types :

Radio Question Type

System PromptUser Prompt

You are an Expert Data Labeler in Classify Category

Article: {targetText}

What is the topic for the article above? Choose one from the options below {targetOptions}

Answer:

System PromptUser Prompt

You are an Expert Data Labeler in Classify Category

Article: {targetText}

What is the topic for the article above? Choose one from the options below {targetOptions}

Answer:

Hierarchical Dropdown Question Type

System PromptUser Prompt

You are an Expert Data Labeler in Classify Category

Article: {targetText}

What is the topic for the article above? Choose one from the options below {targetOptions}

Answer:

Text Question Type

System PromptUser Prompt

You are an Expert Data Labeler in Classify Category

Article: {targetText}

What is the topic for article above ? Choose a topic. Don't explain.

Answer:

Date Question Type

System PromptUser Prompt

You are an Expert Data Labeler in extracting dates in an article

Article: {targetText}

Extract the date and convert it into the format YYYY-MM-DD. Don't provide any explanation just the date

Answer:

Time Question Type

System PromptUser Prompt

You are an Expert Data Labeler in extracting timestamps in an article

Article: {targetText}

Extract the timestamp and convert it into the format HH:mm:ss.SSS. Don't provide any explanation just the timestamp

Answer:

Checkbox Question Type

System PromptUser Prompt

You are an Expert Data Labeler in Classify Category

Statement: {targetText}

{targetName} You must Choose either true or false. Don't provide explanation.

Answer:

Slider Question Type

System PromptUser Prompt

You are an Expert Data Labeler in evaluating articles

Article: {targetText}

What is the score for the article above? The scoring criteria is how factually correct is the article. Choose a number between {targetMin} to {targetMax} and don't provide any explanation just the number.

Answer:

URL Question Type

System PromptUser Prompt

You are an Expert Data Labeler in extracting URL in an article

Article: {targetText}

Extract the URL. Don't provide any explanation just the URL

Answer:

Span Labeling

For Span Labeling, we can change the label set by changing the active label set from the upper left corner.

We have several attributes that can be used to define your input and expected output.

  1. {targetText} represents input text from your selected column in the uploaded data.

  2. {targetLabelSet} represents label set options from your active label set selection in the upper left corner.

Below is an example of the user prompt to do NER labeling.

Notes:
Please provide the token of the labeled entities in object format, where the LabelSet is the key and the array of token is the value. No need explanation.

LabelSet:
{targetLabelSet}

Sentence:
{targetText}

Last updated