Squad_question_Generation

  • คำอธิบาย :

การสร้างคำถามโดยใช้ชุดข้อมูลกลุ่มโดยใช้การแยกข้อมูลที่อธิบายไว้ใน 'การสร้างคำถามจากประสาทจากข้อความ: การศึกษาเบื้องต้น' (Zhou et al, 2017) และ 'การเรียนรู้ที่จะถาม: การสร้างคำถามระบบประสาทเพื่อความเข้าใจในการอ่าน' (Du et al, 2017)

@inproceedings{du-etal-2017-learning,
    title = "Learning to Ask: Neural Question Generation for Reading Comprehension",
    author = "Du, Xinya  and Shao, Junru  and Cardie, Claire",
    booktitle = "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2017",
    address = "Vancouver, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/P17-1123",
    doi = "10.18653/v1/P17-1123",
    pages = "1342--1352",
}

@inproceedings{rajpurkar-etal-2016-squad,
    title = "{SQ}u{AD}: 100,000+ Questions for Machine Comprehension of Text",
    author = "Rajpurkar, Pranav  and Zhang, Jian  and Lopyrev, Konstantin  and Liang, Percy",
    booktitle = "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2016",
    address = "Austin, Texas",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/D16-1264",
    doi = "10.18653/v1/D16-1264",
    pages = "2383--2392",
}

Squad_question_generation/split_du (การกำหนดค่าเริ่มต้น)

  • คำอธิบาย การกำหนดค่า : ตอบคำถามอิสระจากบริบทระดับข้อความ (Du et al, 2017)

  • ขนาดการดาวน์โหลด : 62.83 MiB

  • ขนาดชุดข้อมูล : 84.67 MiB

  • แยก :

แยก ตัวอย่าง
'test' 11,877
'train' 75,722
'validation' 10,570
  • โครงสร้างคุณลักษณะ :
FeaturesDict({
    'answer': Text(shape=(), dtype=string),
    'context_passage': Text(shape=(), dtype=string),
    'question': Text(shape=(), dtype=string),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
คำตอบ ข้อความ สตริง
บริบท_passage ข้อความ สตริง
คำถาม ข้อความ สตริง

Squad_question_generation/split_zhou

  • คำอธิบาย การกำหนดค่า: การสร้างคำถามที่ขึ้นอยู่กับช่วงคำตอบจากบริบทระดับประโยคและข้อความ (Zhou et al, 2017)

  • ขนาดการดาวน์โหลด : 62.52 MiB

  • ขนาดชุดข้อมูล : 111.02 MiB

  • แยก :

แยก ตัวอย่าง
'test' 8,964
'train' 86,635
'validation' 8,965
  • โครงสร้างคุณลักษณะ :
FeaturesDict({
    'answer': Text(shape=(), dtype=string),
    'context_passage': Text(shape=(), dtype=string),
    'context_sentence': Text(shape=(), dtype=string),
    'question': Text(shape=(), dtype=string),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
คำตอบ ข้อความ สตริง
บริบท_passage ข้อความ สตริง
บริบท_ประโยค ข้อความ สตริง
คำถาม ข้อความ สตริง