web_questions

  • คำอธิบาย :

ชุดข้อมูลนี้ประกอบด้วยคู่คำถาม/คำตอบ 6,642 คู่ คำถามควรได้รับคำตอบจาก Freebase ซึ่งเป็นกราฟความรู้ขนาดใหญ่ คำถามส่วนใหญ่จะเน้นไปที่เอนทิตีที่มีชื่อเดียว คำถามที่เป็นที่นิยมถามบนเว็บ (อย่างน้อยในปี 2013)

แยก ตัวอย่าง
'test' 2,032
'train' 3,778
  • โครงสร้างคุณลักษณะ :
FeaturesDict({
    'answers': Sequence(Text(shape=(), dtype=string)),
    'question': Text(shape=(), dtype=string),
    'url': Text(shape=(), dtype=string),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
คำตอบ ลำดับ (ข้อความ) (ไม่มี,) สตริง
คำถาม ข้อความ สตริง
URL ข้อความ สตริง
  • การอ้างอิง :
@inproceedings{berant-etal-2013-semantic,
    title = "Semantic Parsing on {F}reebase from Question-Answer Pairs",
    author = "Berant, Jonathan  and
      Chou, Andrew  and
      Frostig, Roy  and
      Liang, Percy",
    booktitle = "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing",
    month = oct,
    year = "2013",
    address = "Seattle, Washington, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/D13-1160",
    pages = "1533--1544",
}