Affichage pur
Contenu d'affichage uniquement pour les instructions, en-têtes et conseils formatés.
Affichage pur
Le type pure_display affiche du contenu aux annotateurs sans collecter d'annotation. Utilisez-le pour les en-têtes de section, les instructions en ligne ou les conseils formatés entre les champs d'annotation.
Configuration de base
yaml
annotation_schemes:
- name: "instructions_header"
description: "Please read the text carefully and answer the following questions."
annotation_type: "pure_display"Options de configuration
| Champ | Type | Obligatoire | Description |
|---|---|---|---|
name | string | Oui | Identifiant unique (non utilisé dans la sortie) |
description | string | Oui | Contenu à afficher |
annotation_type | string | Oui | Doit être "pure_display" |
Exemples
En-tête de section
yaml
annotation_schemes:
# Instructions section
- name: "instructions"
description: "## Instructions\n\nRead the text below and answer the questions that follow."
annotation_type: "pure_display"
# First annotation task
- name: "sentiment"
description: "What is the overall sentiment?"
annotation_type: "radio"
labels:
- Positive
- Negative
- NeutralSéparateur entre sections
yaml
annotation_schemes:
- name: "classification"
description: "Classify the document type"
annotation_type: "radio"
labels:
- News
- Opinion
- Analysis
# Visual divider
- name: "divider"
description: "---\n\n**Quality Assessment**\n\nNow evaluate the quality of the content."
annotation_type: "pure_display"
- name: "quality"
description: "Rate the writing quality"
annotation_type: "likert"
size: 5Instructions conditionnelles
yaml
annotation_schemes:
- name: "contains_pii"
description: "Does this text contain personal information?"
annotation_type: "radio"
labels:
- "Yes"
- "No"
- name: "pii_instructions"
description: "**If you selected Yes above**, please identify all personal information in the next section."
annotation_type: "pure_display"
- name: "pii_types"
description: "What types of PII are present?"
annotation_type: "multiselect"
labels:
- Name
- Email
- Phone
- Address
- SSNRappel de directives
yaml
annotation_schemes:
- name: "reminder"
description: "**Remember:**\n- Focus on the main claim, not supporting details\n- Consider the author's intent\n- When in doubt, select 'Unclear'"
annotation_type: "pure_display"
- name: "stance"
description: "What is the author's stance on the topic?"
annotation_type: "radio"
labels:
- Support
- Oppose
- Neutral
- UnclearFormat de sortie
Les annotations d'affichage pur ne sont pas incluses dans la sortie puisqu'elles ne collectent aucune donnée.
Cas d'utilisation
- En-têtes de section - Organiser les tâches d'annotation complexes
- Instructions - Fournir des conseils spécifiques au contexte
- Avertissements - Mettre en évidence des considérations importantes
- Séparateurs - Séparer visuellement différentes sections d'annotation
- Exemples - Montrer des exemples d'annotations en ligne
- Directives - Rappeler aux annotateurs les critères clés
Bonnes pratiques
- Restez concis - Les longs blocs de texte peuvent ralentir l'annotation
- Utilisez le formatage - Le Markdown (gras, listes, en-têtes) améliore la lisibilité
- Placement stratégique - Placez les instructions juste avant les questions pertinentes
- N'abusez pas - Trop de blocs d'affichage encombrent l'interface