Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
AGBonnet commited on
Commit
c2abf83
·
1 Parent(s): 5b29e9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
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
- - `id`: Unique identifier for each article.
83
- - `source`: Source tag (`cco`, `cdc`, `cma`, `icrc`, `nice`, `spor`, `who` or `wikidoc`)
84
- - `title`: Title of the article (only for CMA, NICE and WikiDoc)
85
- - `url`: URL of the article (only for NICE and WikiDoc)
86
- - `raw_text`: Unprocessed scraped article text
87
- - `clean_text`: Cleaned and formatted article text
88
- - `overview`: Short summary of the article (only for NICE)
 
 
 
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