File size: 1,883 Bytes
b25bc95
 
 
 
 
 
 
 
6322cd3
 
 
 
 
 
 
b25bc95
 
 
 
 
 
fb978fb
b25bc95
 
 
fb978fb
6322cd3
 
fb978fb
6322cd3
fb978fb
 
20b553d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b25bc95
20b553d
 
 
 
 
 
 
 
 
 
 
 
 
 
b25bc95
 
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
---
dataset_info:
  features:
  - name: User
    dtype: string
  - name: Category
    dtype: string
  - name: Language
    dtype:
      class_label:
        names:
          '0': english
          '1': french
          '2': german
          '3': spanish
  - name: Topic1
    dtype: string
  - name: Topic2
    dtype: string
  - name: Topic3
    dtype: string
  - name: Instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 118856506.5
    num_examples: 16461
  - name: test
    num_bytes: 39618835.5
    num_examples: 5487
  download_size: 88200778
  dataset_size: 158475342.0
license: apache-2.0
task_categories:
- text-classification
- question-answering
- conversational
- text-generation
language:
- en
- de
- fr
- es
tags:
- medical
- healthcare
size_categories:
- 10K<n<100K
---
# MSD_manual_topics_user_base

This dataset has been built with the website https://www.msdmanuals.com/ provided by Merck & Co for the greater audience.

The MSD manual is an essential source of knowledge for many topics related to symptoms, diseases, health and other related topics. The manual makes an extra effort to make it available both for professionals and patients by having two distinct version. 
The content, while being labelled the same, differs by the type of user in order to facilitate understanding for patients or give clear details for professional. The manual is available in different languages. 

This dataset focuses on spanish, german, english and french content about health topics and symptoms. The content is tagged by 2 to 3 medical topics and flagged by user and languages.

Use cases:
- Create adaptive agent for medical explanation
- Benchmarck models' abilities to explain
- Create medical agents
- Fine-tune models

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)