Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -79,13 +79,16 @@ The dataset is intended for use in tasks related to text generation, specificall
|
|
79 |
|
80 |
Each row of the dataset represents one clinical practice guideline article, and consists of the following dataset fields (all strings):
|
81 |
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
|
|
|
|
|
|
89 |
|
90 |
## Dataset Creation
|
91 |
|
|
|
79 |
|
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 (only for CMA, NICE and WikiDoc)|
|
88 |
+
| `url` | URL of the article (only for NICE and WikiDoc) |
|
89 |
+
| `raw_text` | Unprocessed scraped article text |
|
90 |
+
| `clean_text`| Cleaned and formatted article text |
|
91 |
+
| `overview` | Short summary of the article (only for NICE) |
|
92 |
|
93 |
## Dataset Creation
|
94 |
|