File size: 1,852 Bytes
e793941
a7c36e3
 
 
 
 
 
 
 
 
 
 
 
e793941
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a7c36e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
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