- Deskripsi :
Korpus NQ berisi pertanyaan dari pengguna nyata, dan memerlukan sistem QA untuk membaca dan memahami seluruh artikel Wikipedia yang mungkin berisi atau tidak berisi jawaban atas pertanyaan tersebut. Dimasukkannya pertanyaan pengguna nyata, dan persyaratan bahwa solusi harus membaca seluruh halaman untuk menemukan jawabannya, menyebabkan NQ menjadi tugas yang lebih realistis dan menantang daripada kumpulan data QA sebelumnya.
Beranda : https://ai.google.com/research/NaturalQuestions/dataset
Kode sumber :
tfds.question_answering.NaturalQuestions
Versi :
-
0.0.1
: Tidak ada catatan rilis. -
0.0.2
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
Unknown size
Ukuran
90.26 GiB
data :90.26 GiB
Cache otomatis ( dokumentasi ): Tidak
Split :
Membagi | Contoh |
---|---|
'train' | 307.373 |
'validation' | 7.830 |
- Fitur :
FeaturesDict({
'annotations': Sequence({
'id': tf.string,
'long_answer': FeaturesDict({
'end_byte': tf.int64,
'end_token': tf.int64,
'start_byte': tf.int64,
'start_token': tf.int64,
}),
'short_answers': Sequence({
'end_byte': tf.int64,
'end_token': tf.int64,
'start_byte': tf.int64,
'start_token': tf.int64,
'text': Text(shape=(), dtype=tf.string),
}),
'yes_no_answer': ClassLabel(shape=(), dtype=tf.int64, num_classes=2),
}),
'document': FeaturesDict({
'html': Text(shape=(), dtype=tf.string),
'title': Text(shape=(), dtype=tf.string),
'tokens': Sequence({
'is_html': tf.bool,
'token': Text(shape=(), dtype=tf.string),
}),
'url': Text(shape=(), dtype=tf.string),
}),
'id': tf.string,
'question': FeaturesDict({
'text': Text(shape=(), dtype=tf.string),
'tokens': Sequence(tf.string),
}),
})
Kunci yang diawasi (Lihat
as_supervised
doc ):None
Kutipan :
@article{47761,
title = {Natural Questions: a Benchmark for Question Answering Research},
author = {Tom Kwiatkowski and Jennimaria Palomaki and Olivia Redfield and Michael Collins and Ankur Parikh and Chris Alberti and Danielle Epstein and Illia Polosukhin and Matthew Kelcey and Jacob Devlin and Kenton Lee and Kristina N. Toutanova and Llion Jones and Ming-Wei Chang and Andrew Dai and Jakob Uszkoreit and Quoc Le and Slav Petrov},
year = {2019},
journal = {Transactions of the Association of Computational Linguistics}
}
Gambar ( tfds.show_examples ): Tidak didukung.
Contoh ( tfds.as_dataframe ):