- Descrizione :
Il compito NQ-Open, introdotto da Lee et.al. 2019, è un benchmark di risposta a domande di dominio aperto derivato da Natural Questions. L'obiettivo è prevedere una stringa di risposta inglese per una domanda inglese di input. È possibile rispondere a tutte le domande utilizzando i contenuti di Wikipedia in inglese.
Home page : https://github.com/google-research-datasets/natural-questions/tree/master/nq_open
Codice sorgente :
tfds.datasets.natural_questions_open.Builder
Versioni :
-
1.0.0
(impostazione predefinita): nessuna nota di rilascio.
-
Dimensione del download :
8.50 MiB
Dimensione del set di dati:
8.70 MiB
Auto-cache ( documentazione ): Sì
Divisioni :
Diviso | Esempi |
---|---|
'train' | 87.925 |
'validation' | 3.610 |
- Struttura delle caratteristiche :
FeaturesDict({
'answer': Sequence(string),
'question': string,
})
- Documentazione delle funzionalità :
Caratteristica | Classe | Forma | Tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
risposta | Sequenza (tensore) | (Nessuno,) | corda | |
domanda | Tensore | corda |
Chiavi supervisionate (Vedi
as_supervised
doc ):None
Figura ( tfds.show_examples ): non supportato.
Esempi ( tfds.as_dataframe ):
- Citazione :
@inproceedings{orqa,
title = {Latent Retrieval for Weakly Supervised Open Domain Question Answering},
author = {Lee, Kenton and Chang, Ming-Wei and Toutanova, Kristina},
year = {2019},
month = {01},
pages = {6086-6096},
booktitle = {Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics},
doi = {10.18653/v1/P19-1612}
}
@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}
}