Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -78,7 +78,15 @@ We release 35K scraped articles (in both raw and cleaned form) from 8 of 16 clin
|
|
78 |
|
79 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
80 |
|
81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
## Dataset Creation
|
84 |
|
@@ -86,22 +94,38 @@ We release 35K scraped articles (in both raw and cleaned form) from 8 of 16 clin
|
|
86 |
|
87 |
<!-- Motivation for the creation of this dataset. -->
|
88 |
|
89 |
-
|
|
|
|
|
|
|
90 |
|
91 |
### Source Data
|
92 |
|
93 |
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
94 |
|
|
|
|
|
|
|
95 |
#### Data Collection and Processing
|
96 |
|
97 |
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
98 |
|
99 |
-
|
|
|
|
|
|
|
100 |
|
101 |
#### Who are the source data producers?
|
102 |
|
103 |
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
[More Information Needed]
|
106 |
|
107 |
### Annotations [optional]
|
|
|
78 |
|
79 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
80 |
|
81 |
+
Each row of the dataset represents one clinical practice guideline article, and consists of the following string dataset fields (all strings):
|
82 |
+
|
83 |
+
- `id`: Unique identifier for each article.
|
84 |
+
- `source`: Source tag ('cco', 'cdc', 'cma', 'icrc', 'nice', 'spor', 'who' or 'wikidoc')
|
85 |
+
- `title`: Title of the article (only for CMA, NICE and WikiDoc)
|
86 |
+
- `url`: URL of the article (only for NICE and WikiDoc)
|
87 |
+
- `raw_text`: Unprocessed scraped article text
|
88 |
+
- `clean_text`: Cleaned and formatted article text
|
89 |
+
- `overview`: Short summary of the article (only for NICE)
|
90 |
|
91 |
## Dataset Creation
|
92 |
|
|
|
94 |
|
95 |
<!-- Motivation for the creation of this dataset. -->
|
96 |
|
97 |
+
Clinical practice guidelines (CPGs) are rigorously researched frameworks designed to guide healthcare practitioners and patients in making evidence-based decisions regarding diagnosis, treatment, and management.
|
98 |
+
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.
|
99 |
+
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.
|
100 |
+
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 various geographic granularities.
|
101 |
|
102 |
### Source Data
|
103 |
|
104 |
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
105 |
|
106 |
+
The \guidelines corpus comprises a broad range of contexts. For instance, the geographic scope ranges from global (WHO) to national (CDC, NICE) and regional (Ontario, Melbourne) to institutional (ICRC, Mayo Clinic). The corpus also represents health care concerns from high- (Ontario, Melbourne), low- (WHO), and volatile- (ICRC) resource settings.
|
107 |
+
\guidelines{} also contains a range of technical and conversational vocabulary with target audiences of clinicians or patients (or both), and is sometimes highly specialized within a theme (cancer, pediatrics, infectious disease). The peer review processes also ranged from UN bodies (WHO), institutional review boards (ICRC), professional associations (AAFP) to publicly crowdsourced knowledge bases (WikiDoc).
|
108 |
+
|
109 |
#### Data Collection and Processing
|
110 |
|
111 |
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
112 |
|
113 |
+
After extracting the raw text from each source, we cleaned data to exclude irrelevant or repetitive content that did not contribute to the textual content, such as URLs, references, figures, table delimiters, and ill-formatted characters.
|
114 |
+
Additionally, the text was standardized to a unified format with indicated section headers, homogenous space separating paragraphs, and normalized lists.
|
115 |
+
Finally, all samples were deduplicated using title matching, and articles that were too short or not English were filtered out.
|
116 |
+
|
117 |
|
118 |
#### Who are the source data producers?
|
119 |
|
120 |
<!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
|
121 |
|
122 |
+
We employed pragmatic selection criteria over medical sources, seeking CPGs that were:
|
123 |
+
|
124 |
+
- (1) open-access,
|
125 |
+
- (2) systematically formatted with homogenous textual structure (i.e., in a format in which automated processes could be deployed without excessive risk of misaligning textual sequences),
|
126 |
+
- (3) in the language predominantly represented by the pre-training corpus of Llama (i.e., English)
|
127 |
+
- (4) covering a breadth of medical sub-domains, audiences (clinician, nurse, patient), and resource settings (high, low, and humanitarian response settings).
|
128 |
+
|
129 |
[More Information Needed]
|
130 |
|
131 |
### Annotations [optional]
|