Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- sentence-similarity
|
4 |
+
- feature-extraction
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- biology
|
9 |
+
- medical
|
10 |
+
- chemistry
|
11 |
+
pretty_name: Gooqa Biological Subset
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
---
|
15 |
+
|
16 |
+
# Dataset Card for GooAQ-Bio
|
17 |
+
|
18 |
+
This is a subset of [sentence-transformers/gooaq](https://huggingface.co/datasets/sentence-transformers/gooaq).
|
19 |
+
|
20 |
+
This dataset is a collection of question-answer pairs, collected from Google. See GooAQ for additional information. This dataset can be used directly with Sentence Transformers to train embedding models.
|
21 |
+
Dataset Subsets
|
22 |
+
pair subset
|
23 |
+
|
24 |
+
Columns: "question", "answer", "category"
|
25 |
+
Column types: str, str
|
26 |
+
Examples:
|
27 |
+
|
28 |
+
{
|
29 |
+
'question': 'is toprol xl the same as metoprolol?',
|
30 |
+
'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.',
|
31 |
+
'category': 'Chemistry'
|
32 |
+
}
|