xnli

  • คำอธิบาย :

XNLI เป็นส่วนย่อยของตัวอย่างไม่กี่พันตัวอย่างจาก MNLI ซึ่งได้รับการแปลเป็นภาษาต่างๆ 14 ภาษา (ทรัพยากรบางอย่างมีน้อย) เช่นเดียวกับ MNLI เป้าหมายคือการทำนายข้อความที่เกี่ยวข้อง (ประโยค A บอกเป็นนัย/ขัดแย้ง/ไม่ใช่ประโยค B) และเป็นงานจัดประเภท (ให้สองประโยค ทำนายหนึ่งในสามฉลาก)

แยก ตัวอย่าง
'test' 5,010
'validation' 2,490
  • โครงสร้างคุณลักษณะ :
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),
   
}),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
สมมติฐาน TranslationVariableLanguages
สมมติฐาน/ภาษา ข้อความ สตริง
สมมติฐาน/การแปล ข้อความ สตริง
ฉลาก ป้ายกำกับคลาส int64
หลักฐาน แปล
สถานที่/อา ข้อความ สตริง
สถานที่/bg ข้อความ สตริง
สถานที่/เดอ ข้อความ สตริง
สถานที่ / เอล ข้อความ สตริง
สถานที่/th ข้อความ สตริง
สถานที่ / es ข้อความ สตริง
สถานที่/fr ข้อความ สตริง
สถานที่/สวัสดี ข้อความ สตริง
สถานที่ / ru ข้อความ สตริง
สถานที่ตั้ง/สว ข้อความ สตริง
สถานที่/th ข้อความ สตริง
สถานที่/ตร ข้อความ สตริง
สถานที่ / ur ข้อความ สตริง
สถานที่/vi ข้อความ สตริง
สถานที่/zh ข้อความ สตริง
  • การอ้างอิง :
@InProceedings{conneau2018xnli,
  author
= "Conneau, Alexis
                 and Rinott, Ruty
                 and Lample, Guillaume
                 and Williams, Adina
                 and Bowman, Samuel R.
                 and Schwenk, Holger
                 and Stoyanov, Veselin"
,
  title
= "XNLI: Evaluating Cross-lingual Sentence Representations",
  booktitle
= "Proceedings of the 2018 Conference on Empirical Methods
               in Natural Language Processing"
,
  year
= "2018",
  publisher
= "Association for Computational Linguistics",
  location
= "Brussels, Belgium",
}
,

  • คำอธิบาย :

XNLI เป็นส่วนย่อยของตัวอย่างไม่กี่พันตัวอย่างจาก MNLI ซึ่งได้รับการแปลเป็นภาษาต่างๆ 14 ภาษา (ทรัพยากรบางอย่างมีน้อย) เช่นเดียวกับ MNLI เป้าหมายคือการทำนายข้อความที่เกี่ยวข้อง (ประโยค A บอกเป็นนัย/ขัดแย้ง/ไม่ใช่ประโยค B) และเป็นงานจัดประเภท (ให้สองประโยค ทำนายหนึ่งในสามฉลาก)

แยก ตัวอย่าง
'test' 5,010
'validation' 2,490
  • โครงสร้างคุณลักษณะ :
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),
   
}),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
สมมติฐาน TranslationVariableLanguages
สมมติฐาน/ภาษา ข้อความ สตริง
สมมติฐาน/การแปล ข้อความ สตริง
ฉลาก ป้ายกำกับคลาส int64
หลักฐาน แปล
สถานที่/อา ข้อความ สตริง
สถานที่/bg ข้อความ สตริง
สถานที่/เดอ ข้อความ สตริง
สถานที่ / เอล ข้อความ สตริง
สถานที่/th ข้อความ สตริง
สถานที่ / es ข้อความ สตริง
สถานที่/fr ข้อความ สตริง
สถานที่/สวัสดี ข้อความ สตริง
สถานที่ / ru ข้อความ สตริง
สถานที่ตั้ง/สว ข้อความ สตริง
สถานที่/th ข้อความ สตริง
สถานที่/ตร ข้อความ สตริง
สถานที่ / ur ข้อความ สตริง
สถานที่/vi ข้อความ สตริง
สถานที่/zh ข้อความ สตริง
  • การอ้างอิง :
@InProceedings{conneau2018xnli,
  author
= "Conneau, Alexis
                 and Rinott, Ruty
                 and Lample, Guillaume
                 and Williams, Adina
                 and Bowman, Samuel R.
                 and Schwenk, Holger
                 and Stoyanov, Veselin"
,
  title
= "XNLI: Evaluating Cross-lingual Sentence Representations",
  booktitle
= "Proceedings of the 2018 Conference on Empirical Methods
               in Natural Language Processing"
,
  year
= "2018",
  publisher
= "Association for Computational Linguistics",
  location
= "Brussels, Belgium",
}