xtreme_xnli

  • বর্ণনা :

এই ডেটাসেটে প্রতিটি XNLI ভাষায় MNLI-এর মেশিন অনুবাদ রয়েছে। অনুবাদ তথ্য XTREME দ্বারা প্রদান করা হয়. মনে রাখবেন যে এটি আসল XNLI কাগজ দ্বারা প্রদত্ত মেশিন অনুবাদিত ডেটা থেকে আলাদা।

বিভক্ত উদাহরণ
'train' 392,570
  • বৈশিষ্ট্য গঠন :
FeaturesDict({
   
'hypothesis': TranslationVariableLanguages({
       
'language': Text(shape=(), dtype=string),
       
'translation': Text(shape=(), dtype=string),
   
}),
   
'label': ClassLabel(shape=(), dtype=int64, num_classes=3),
   
'premise': Translation({
       
'ar': Text(shape=(), dtype=string),
       
'bg': Text(shape=(), dtype=string),
       
'de': Text(shape=(), dtype=string),
       
'el': Text(shape=(), dtype=string),
       
'en': Text(shape=(), dtype=string),
       
'es': Text(shape=(), dtype=string),
       
'fr': Text(shape=(), dtype=string),
       
'hi': Text(shape=(), dtype=string),
       
'ru': Text(shape=(), dtype=string),
       
'sw': Text(shape=(), dtype=string),
       
'th': Text(shape=(), dtype=string),
       
'tr': Text(shape=(), dtype=string),
       
'ur': Text(shape=(), dtype=string),
       
'vi': Text(shape=(), dtype=string),
       
'zh': Text(shape=(), dtype=string),
   
}),
})
  • বৈশিষ্ট্য ডকুমেন্টেশন :
বৈশিষ্ট্য ক্লাস আকৃতি ডিটাইপ বর্ণনা
ফিচারসডিক্ট
অনুমান অনুবাদ পরিবর্তনশীল ভাষা
অনুমান/ভাষা পাঠ্য স্ট্রিং
অনুমান/অনুবাদ পাঠ্য স্ট্রিং
লেবেল ক্লাসলেবেল int64
ভিত্তি অনুবাদ
প্রিমিস/আর পাঠ্য স্ট্রিং
প্রিমিস/বিজি পাঠ্য স্ট্রিং
premise/de পাঠ্য স্ট্রিং
premise/el পাঠ্য স্ট্রিং
premise/en পাঠ্য স্ট্রিং
প্রিমিস/এস পাঠ্য স্ট্রিং
premise/fr পাঠ্য স্ট্রিং
প্রিমিস/হাই পাঠ্য স্ট্রিং
প্রিমিস/রু পাঠ্য স্ট্রিং
premise/sw পাঠ্য স্ট্রিং
ভিত্তি/ম পাঠ্য স্ট্রিং
premise/tr পাঠ্য স্ট্রিং
premise/ur পাঠ্য স্ট্রিং
premise/vi পাঠ্য স্ট্রিং
premise/zh পাঠ্য স্ট্রিং
  • উদ্ধৃতি :
@article{hu2020xtreme,
      author    
= {Junjie Hu and Sebastian Ruder and Aditya Siddhant and Graham Neubig and Orhan Firat and Melvin Johnson},
      title    
= {XTREME: A Massively Multilingual Multi-task Benchmark for Evaluating Cross-lingual Generalization},
      journal  
= {CoRR},
      volume    
= {abs/2003.11080},
      year      
= {2020},
      archivePrefix
= {arXiv},
      eprint    
= {2003.11080}
}