Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -80,25 +80,15 @@ The dataset is intended for use in tasks related to text generation, specificall
|
|
80 |
Each row of the dataset represents one clinical practice guideline article, and consists of the following dataset fields (all strings):
|
81 |
|
82 |
|
83 |
-
| Field | Description
|
84 |
-
|
85 |
-
| `id` | Unique identifier for each article
|
86 |
-
| `source` | Source tag (`cco`, `cdc`, `cma`, `icrc`, `nice`, `spor`, `who` or `wikidoc`)|
|
87 |
-
| `title` | Title of the article
|
88 |
-
| `url` | URL of the article
|
89 |
-
| `raw_text` | Unprocessed scraped article text
|
90 |
-
| `clean_text`| Cleaned and formatted article text
|
91 |
-
| `overview` | Short summary of the article
|
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
|
|
|
80 |
Each row of the dataset represents one clinical practice guideline article, and consists of the following dataset fields (all strings):
|
81 |
|
82 |
|
83 |
+
| Field | Description | Sources with field |
|
84 |
+
|-------------|-------------------------------------------|------------------------------|
|
85 |
+
| `id` | Unique identifier for each article | All |
|
86 |
+
| `source` | Source tag (`cco`, `cdc`, `cma`, `icrc`, `nice`, `spor`, `who` or `wikidoc`)| All |
|
87 |
+
| `title` | Title of the article | CMA, NICE & WikiDoc only |
|
88 |
+
| `url` | URL of the article | NICE, WikiDoc only |
|
89 |
+
| `raw_text` | Unprocessed scraped article text | All |
|
90 |
+
| `clean_text`| Cleaned and formatted article text | All |
|
91 |
+
| `overview` | Short summary of the article | NICE only |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
|
94 |
## Dataset Creation
|