samchain commited on
Commit
20b553d
1 Parent(s): b25bc95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -21,7 +21,36 @@ dataset_info:
21
  num_examples: 21871
22
  download_size: 110279683
23
  dataset_size: 241448613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
- # Dataset Card for "MSD_manual_topics_user_base"
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
21
  num_examples: 21871
22
  download_size: 110279683
23
  dataset_size: 241448613
24
+ license: apache-2.0
25
+ task_categories:
26
+ - text-classification
27
+ - question-answering
28
+ - conversational
29
+ - text-generation
30
+ language:
31
+ - en
32
+ - de
33
+ - fr
34
+ - es
35
+ tags:
36
+ - medical
37
+ - healthcare
38
+ size_categories:
39
+ - 10K<n<100K
40
  ---
41
+ # MSD_manual_topics_user_base
42
+
43
+ This dataset has been built with the website https://www.msdmanuals.com/ provided by Merck & Co for the greater audience.
44
+
45
+ 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.
46
+ 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.
47
+
48
+ 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.
49
+
50
+ Use cases:
51
+ - Create adaptive agent for medical explanation
52
+ - Benchmarck models' abilities to explain
53
+ - Create medical agents
54
+ - Fine-tune models
55
 
56
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)