Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -19
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 (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
- | 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