- Deskripsi :
Kalimat Wikipedia dengan rentang yang menonjol berlabel.
Situs web : https://www.tensorflow.org/datasets/catalog/salient_span_wikipedia
Kode sumber :
tfds.text.SalientSpanWikipedia
Versi :
-
1.0.0
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
Unknown size
Cache otomatis ( dokumentasi ): Tidak
Kunci yang diawasi (Lihat
as_supervised
doc ):None
Kutipan :
@article{guu2020realm,
title={REALM: Retrieval-Augmented Language Model Pre-Training},
author={Kelvin Guu and Kenton Lee and Zora Tung and Panupong Pasupat and Ming-Wei Chang},
year={2020},
journal = {arXiv e-prints},
archivePrefix = {arXiv},
eprint={2002.08909},
}
- Gambar ( tfds.show_examples ): Tidak didukung.
salient_span_wikipedia / kalimat (konfigurasi default)
Deskripsi konfigurasi : Contohnya adalah kalimat individu yang berisi entitas.
Ukuran
20.57 GiB
data :20.57 GiB
Split :
Membagi | Contoh |
---|---|
'train' | 82.291.706 |
- Fitur :
FeaturesDict({
'spans': Sequence({
'limit': tf.int32,
'start': tf.int32,
'type': tf.string,
}),
'text': Text(shape=(), dtype=tf.string),
'title': Text(shape=(), dtype=tf.string),
})
- Contoh ( tfds.as_dataframe ):
salient_span_wikipedia / documents
Deskripsi konfigurasi : Contoh dokumen lengkap.
Ukuran
16.52 GiB
data :16.52 GiB
Split :
Membagi | Contoh |
---|---|
'train' | 13.353.718 |
- Fitur :
FeaturesDict({
'sentences': Sequence({
'limit': tf.int32,
'start': tf.int32,
}),
'spans': Sequence({
'limit': tf.int32,
'start': tf.int32,
'type': tf.string,
}),
'text': Text(shape=(), dtype=tf.string),
'title': Text(shape=(), dtype=tf.string),
})
- Contoh ( tfds.as_dataframe ):