File size: 2,050 Bytes
e1e162b
3b09b50
 
 
 
 
 
 
 
 
 
 
 
e1e162b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3b09b50
 
 
 
 
126ff2f
3b09b50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99775a1
 
3b09b50
 
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
language:
- en
multilinguality:
- monolingual
size_categories:
- 1M<n<10M
task_categories:
- feature-extraction
- sentence-similarity
pretty_name: GooAQ
tags:
- sentence-transformers
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 914351688.7948598
    num_examples: 3007496
  - name: eval
    num_bytes: 760060.6025700948
    num_examples: 2500
  - name: test
    num_bytes: 760060.6025700948
    num_examples: 2500
  download_size: 613248629
  dataset_size: 915871809.9999999
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
  - split: test
    path: data/test-*
---


# Dataset Card for GooAQ

This dataset is a collection of question-answer pairs, collected from Google. See [GooAQ](https://github.com/allenai/gooaq) for additional information.
This dataset can be used directly with Sentence Transformers to train embedding models. This dataset is equivalent to [sentence-transformers/gooaq](https://huggingface.co/datasets/sentence-transformers/gooaq), but with 2500 evaluation samples and 2500 test samples randomly extracted from the training set.

## Dataset Subsets

### `data` subset

* Columns: "question", "answer"
* Column types: `str`, `str`
* Examples:
    ```python
    {
      'question': 'is toprol xl the same as metoprolol?',
      'answer': 'Metoprolol succinate is also known by the brand name Toprol XL. It is the extended-release form of metoprolol. Metoprolol succinate is approved to treat high blood pressure, chronic chest pain, and congestive heart failure.',
    }
    ```
* Collection strategy: Reading the GooAQ dataset from [sentence-transformers/gooaq](https://huggingface.co/datasets/sentence-transformers/gooaq).
* Deduplified: No

### Split Details

* `train` split: 3,007,396 pairs
* `eval` split: 2,500 pairs (all unique)
* `test` split: 2,500 pairs (all unique)

There are 0 common questions across the `train`, `eval`, and `test` splits.