Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.51 KB

Guidlines.md

File metadata and controls

50 lines (35 loc) · 1.51 KB

Annotation Guidlines

Original Examples \

An original example is an example that hasn't been annotated before. It could be for a specific task like Sentiment Analysis:

{
    'input': 'ماهي مشاعر الجملة التالية: الفيلم كان رائع جداً'
    'output': 'مشاعرة الجملة السابقة إيجابية'
}

You can take some inspirations from 50 original task templates here.

It could be a general example:

{
    'input': 'اكتب بريد إلتكروني من شركة لشكر شخص لشرائة هاتف سامسونج إس 7'
    'output': 'نأمل إن تكون قد استمتعت بشرائك الأخير لـ هاتف سامسونج إس 7 ونرجو أن ينال على إعاجبك.'
}

It can also in specific a dialect:

{
    'input': 'اكتب إيميل من شركة عشان تشكر شخص اشترى جوال سامسونج إس 7'
    'output': 'حبينا نشكرك على شراء جوال سامسونج إس 7.'
}

Fix Previous Annotations \review

Some examples in the original CIDAR have some issues: For example the following example should have an extra space in the output

{
    'input': '"اصنع جملة باستخدام عبارة "من حين لآخر'
    'output': 'أحب أن آخذ استراحةمن حين لأخر لأريح عقلي'
}

Explore Previous Annotations \explore

Take inspirations from previous examples.