العرض الصرف
محتوى للعرض فقط للتعليمات والترويسات والإرشادات المنسقة.
العرض الصرف
يعرض نوع pure_display محتوى للموسِّمين دون جمع أي توسيم. استخدمه لترويسات الأقسام، والتعليمات المضمنة، أو الإرشادات المنسقة بين حقول التوسيم.
الإعداد الأساسي
yaml
annotation_schemes:
- name: "instructions_header"
description: "Please read the text carefully and answer the following questions."
annotation_type: "pure_display"خيارات الإعدادات
| الحقل | النوع | مطلوب | الوصف |
|---|---|---|---|
name | string | نعم | معرّف فريد (لا يُستخدم في المخرجات) |
description | string | نعم | المحتوى المعروض |
annotation_type | string | نعم | يجب أن يكون "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صيغة المخرجات
توسيمات العرض الصرف لا تُضمن في المخرجات لأنها لا تجمع أي بيانات.
حالات الاستخدام
- ترويسات الأقسام - تنظيم مهام التوسيم المعقدة
- التعليمات - تقديم إرشادات خاصة بالسياق
- التحذيرات - تسليط الضوء على اعتبارات مهمة
- الفواصل - الفصل المرئي بين أقسام التوسيم المختلفة
- الأمثلة - عرض أمثلة التوسيم مضمنة
- الإرشادات - تذكير الموسِّمين بالمعايير الرئيسية
أفضل الممارسات
- اجعلها موجزة - كتل النص الطويلة يمكن أن تبطئ التوسيم
- استخدم التنسيق - Markdown (خط عريض، قوائم، ترويسات) يحسن سهولة القراءة
- الوضع الاستراتيجي - ضع التعليمات مباشرة قبل الأسئلة ذات الصلة
- لا تفرط في الاستخدام - كثرة كتل العرض تزدحم الواجهة