- Описание :
WikiBio построен с использованием страниц биографии Википедии, он содержит первый абзац и информационное окно с токенизацией. Набор данных соответствует стандартизированному формату таблицы.
Домашняя страница : https://github.com/DavidGrangier/wikipedia-biography-dataset
Исходный код :
tfds.structured.WikiBio
Версии :
-
0.1.0
(по умолчанию): без примечаний к выпуску.
-
Размер загрузки :
318.53 MiB
Размер набора данных :
795.98 MiB
Автоматическое кэширование ( документация ): Нет
Сплит :
Трещина | Примеры |
---|---|
'test' | 72 831 |
'train' | 582 659 |
'validation' | 72 831 |
- Особенности :
FeaturesDict({
'input_text': FeaturesDict({
'context': tf.string,
'table': Sequence({
'column_header': tf.string,
'content': tf.string,
'row_number': tf.int16,
}),
}),
'target_text': tf.string,
})
Контролируемые ключи (см.
as_supervised
doc ):('input_text', 'target_text')
Цитата :
@inproceedings{lebret-etal-2016-neural,
title = "Neural Text Generation from Structured Data with Application to the Biography Domain",
author = "Lebret, R{'e}mi and
Grangier, David and
Auli, Michael",
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://www.aclweb.org/anthology/D16-1128",
doi = "10.18653/v1/D16-1128",
pages = "1203--1213",
}
Рисунок ( tfds.show_examples ): не поддерживается.
Примеры ( tfds.as_dataframe ):