Skip to content
Diese Seite ist in Ihrer Sprache noch nicht verfügbar. Englische Version wird angezeigt.

Pure Display

निर्देश, हेडर, और स्वरूपित मार्गदर्शन के लिए केवल-प्रदर्शन सामग्री।

Pure Display

pure_display प्रकार एनोटेटर्स को कोई एनोटेशन एकत्र किए बिना सामग्री दिखाता है। इसे अनुभाग हेडर, inline निर्देश, या एनोटेशन फ़ील्ड के बीच स्वरूपित मार्गदर्शन के लिए उपयोग करें।

बुनियादी कॉन्फ़िगरेशन

yaml
annotation_schemes:
  - name: "instructions_header"
    description: "Please read the text carefully and answer the following questions."
    annotation_type: "pure_display"

कॉन्फ़िगरेशन विकल्प

फ़ील्डप्रकारआवश्यकविवरण
namestringहाँअद्वितीय पहचानकर्ता (आउटपुट में उपयोग नहीं)
descriptionstringहाँप्रदर्शित करने के लिए सामग्री
annotation_typestringहाँ"pure_display" होना चाहिए

उदाहरण

अनुभाग हेडर

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
      - Neutral

अनुभागों के बीच विभाजक

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: 5

सशर्त निर्देश

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
      - SSN

दिशानिर्देश अनुस्मारक

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
      - Unclear

आउटपुट फॉर्मेट

Pure display एनोटेशन आउटपुट में शामिल नहीं होते क्योंकि वे कोई डेटा एकत्र नहीं करते।

उपयोग के मामले

  • अनुभाग हेडर - जटिल एनोटेशन कार्यों को व्यवस्थित करें
  • निर्देश - संदर्भ-विशिष्ट मार्गदर्शन प्रदान करें
  • चेतावनियाँ - महत्वपूर्ण विचारों को हाइलाइट करें
  • विभाजक - विभिन्न एनोटेशन अनुभागों को दृश्य रूप से अलग करें
  • उदाहरण - inline एनोटेशन उदाहरण दिखाएँ
  • दिशानिर्देश - एनोटेटर्स को मुख्य मापदंड याद दिलाएँ

सर्वोत्तम प्रथाएँ

  1. संक्षिप्त रखें - टेक्स्ट के लंबे ब्लॉक एनोटेशन को धीमा कर सकते हैं
  2. फॉर्मेटिंग का उपयोग करें - Markdown (bold, सूचियाँ, हेडर) पठनीयता में सुधार करता है
  3. रणनीतिक स्थान - निर्देशों को संबंधित प्रश्नों के ठीक पहले रखें
  4. अत्यधिक उपयोग न करें - बहुत अधिक display block इंटरफ़ेस को अव्यवस्थित करता है