Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
AGBonnet commited on
Commit
3fbd92d
·
1 Parent(s): d5cf7db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -90,18 +90,28 @@ Each row of the dataset represents one clinical practice guideline article, and
90
  | `clean_text`| Cleaned and formatted article text |
91
  | `overview` | Short summary of the article (only for NICE) |
92
 
 
 
 
 
 
 
 
 
 
 
 
93
  ## Dataset Creation
94
 
95
  ### Curation Rationale
96
 
97
  <!-- Motivation for the creation of this dataset. -->
98
 
99
- The dataset was curated to provide a high-quality collection of clinical practice guidelines (CPGs) for the medical training of LLMs.
100
-
101
  Clinical practice guidelines are rigorously researched frameworks designed to guide healthcare practitioners and patients in making evidence-based decisions regarding diagnosis, treatment, and management.
102
  They are compiled through a systematic process of collaborative consensus between experts to establish recommendations from the latest evidence on best practices that would maximize benefit in light of practical concerns such as available resources and context. As a super-synthesis of meta-analyses, they sit atop the *evidence pyramid* and form the basis of actionable evidence-based practice.
103
  CPGs are produced at various geographic and organizational granularities, ranging from global to hospital-level initiatives directed by international professional medical associations to informal consortia, regional or national governmental bodies to individual NGOs and hospitals.
104
- Our Clinical Guidelines corpus comprises 46,469 guideline articles from 16 globally recognized sources for clinician and patient-directed guidance across high and low-resource settings, multiple medical domains (internal medicine, pediatrics, oncology, infectious disease, etc.) and multiple geographical locations.
105
 
106
 
107
  ### Source Data
 
90
  | `clean_text`| Cleaned and formatted article text |
91
  | `overview` | Short summary of the article (only for NICE) |
92
 
93
+ | Field | Description | Sources |
94
+ |-------------|---------------------------------------------------|----------------------------------------------|
95
+ | `id` | Unique identifier for each article. | All |
96
+ | `source` | Source tag (`cco`, `cdc`, `cma`, `icrc`, `nice`, `spor`, `who` or `wikidoc`)| All |
97
+ | `title` | Title of the article | CMA, NICE, WikiDoc |
98
+ | `url` | URL of the article (only for NICE and WikiDoc) | NICE, WikiDoc |
99
+ | `raw_text` | Unprocessed scraped article text | All |
100
+ | `clean_text`| Cleaned and formatted article text | All |
101
+ | `overview` | Short summary of the article (only for NICE) | NICE |
102
+
103
+
104
  ## Dataset Creation
105
 
106
  ### Curation Rationale
107
 
108
  <!-- Motivation for the creation of this dataset. -->
109
 
110
+ The dataset was curated to provide a high-quality collection of clinical practice guidelines (CPGs) for the medical training of LLMs. Our Clinical Guidelines corpus comprises 46,469 articles from 16 globally recognized sources for clinician and patient-directed guidance across high and low-resource settings, multiple medical domains (internal medicine, pediatrics, oncology, infectious disease, etc.) and multiple geographical locations.
111
+
112
  Clinical practice guidelines are rigorously researched frameworks designed to guide healthcare practitioners and patients in making evidence-based decisions regarding diagnosis, treatment, and management.
113
  They are compiled through a systematic process of collaborative consensus between experts to establish recommendations from the latest evidence on best practices that would maximize benefit in light of practical concerns such as available resources and context. As a super-synthesis of meta-analyses, they sit atop the *evidence pyramid* and form the basis of actionable evidence-based practice.
114
  CPGs are produced at various geographic and organizational granularities, ranging from global to hospital-level initiatives directed by international professional medical associations to informal consortia, regional or national governmental bodies to individual NGOs and hospitals.
 
115
 
116
 
117
  ### Source Data