|
--- |
|
language: |
|
- en |
|
multilinguality: |
|
- monolingual |
|
size_categories: |
|
- 10K<n<100K |
|
task_categories: |
|
- feature-extraction |
|
- sentence-similarity |
|
pretty_name: Trivia QA |
|
tags: |
|
- sentence-transformers |
|
dataset_info: |
|
config_name: pair |
|
features: |
|
- name: query |
|
dtype: string |
|
- name: answer |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 241892788 |
|
num_examples: 73346 |
|
download_size: 150464572 |
|
dataset_size: 241892788 |
|
configs: |
|
- config_name: pair |
|
data_files: |
|
- split: train |
|
path: pair/train-* |
|
--- |
|
|
|
# Dataset Card for Trivia QA |
|
|
|
This dataset is a collection of question-answer pairs collected from the Trivia QA dataset. See [Trivia QA](https://huggingface.co/datasets/mandarjoshi/trivia_qa) for additional information. |
|
This dataset can be used directly with Sentence Transformers to train embedding models. |
|
|
|
## Dataset Subsets |
|
|
|
### `pair` subset |
|
|
|
* Columns: "query", "answer" |
|
* Column types: `str`, `str` |
|
* Examples: |
|
```python |
|
{ |
|
'query': 'Which American-born Sinclair won the Nobel Prize for Literature in 1930?', |
|
'answer': 'The Nobel Prize in Literature 1930 The Nobel Prize in Literature 1930 Sinclair Lewis The Nobel Prize in Literature 1930 Sinclair Lewis Prize share: 1/1 The Nobel Prize in Literature 1930 was awarded to Sinclair Lewis "for his vigorous and graphic art of description and his ability to create, with wit and humour, new types of characters". Photos: Copyright © The Nobel Foundation Share this: To cite this page MLA style: "The Nobel Prize in Literature 1930". Nobelprize.org. Nobel Media AB 2014. Web. 18 Jan 2017. <http://www.nobelprize.org/nobel_prizes/literature/laureates/1930/>', |
|
} |
|
``` |
|
* Collection strategy: Reading the Trivia QA dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data). |
|
* Deduplified: No |